/*
Theme Name: Truesilver Theme
Theme URI: http://www.truesilver.co.uk
Description: Truesilver's Base Theme
Author: Truesilver
Author URI: http://www.truesilver.co.uk
Version: 1


*/

/* =Reset default browser CSS. 
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* essential coding */
/*----------------------------------------*/
/*----COLOURS

light blue - #59b7d4

-------*/


body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: arial;
	color: black;
    font-size: 14px;
}

a:hover, a.active {
    color: deeppink;
}


html {
	background-color: transparent;
	color: black;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%
}

h1 {
	font-size: 18px;
	font-color: white;
}
h2 {
	font-size: 18px;
	color: white;
}
h3 {
	font-size: 14px;
	color: white;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}

h7 {
    font-size: 14px;
    font-weight: bold;
    color: saddlebrown;
}

body {
	background-color: transparent;
	color: black;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%
}

#page {
	background-color: transparent;
	color: black;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%
}

#header {
    background-color: transparent;
    background-image: url(images/headerwrap.png); 
    background-repeat: repeat-x;
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;    
}

#headerwrap {
    background: white url(images/headerback.png) no-repeat;
    width: 900px;
    height: 200px;
    margin-left: auto;
    margin-right: auto; 
    padding-top: 20px;
}

#wrapper {
    background: white;
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;  
}

#content {
    position: absolute;
    background: white;
    margin-left: auto;
    margin-right: auto; 
}

#grid {
    position: absolute;
    background: transparent url(images/10pxgrid.png) repeat;
    height: 1250px;
    width: 800px;
    margin-top: 0px;
}

#space {
    height: 30px;
    width: 100%;
    position: relative;
}

#pixels {
    position: absolute;
    background: transparent;
    height: 1250px;
    width: 800px;
    margin-top: 0px;
    display: -moz-inline-box-;
    display: inline-block;
}

#ads {
position: absolute;
    margin: 0;
        display: -moz-inline-box-;
    display: inline-block;
}

#nav {
    width: auto;
    font-family: arial;
    font-size: 12px;
    color: White; 
    float: right;
    margin-top: 30px;
}   

#nav a {
    font-family: arial;
    font-size: 12px;
    color: White; 
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
}  

#nav a:hover {
color: deeppink;
}

#socmed {
    width: 80px;
    margin-left: 380px;
    display: -moz-inline-box-;
    display: inline-block;
}

#indent {
    margin-left: 50px;
    font-size: 14px;
}    

#line {
    border-bottom: 1px dotted gray; 
    width: 100%;
}

.lineheight {
    line-height: 20px;
}

img, a img {
    border: none;
}

#sidebar {
    position: absolute;
    left: 820px;
    width: 200px;
    height: auto;
    display: -moz-inline-box-;
    display: inline-block;
}

#textblock {
   position: absolute;
    background: transparent;
    width:800px;
    height: auto;
    display: -moz-inline-box-;
    display: inline-block;
}