/* 
-----------------------------------------------
High Contrast Font-Size Styles
Author:   Elle Meredith
Site:     FullCodePress '09
Version:  1.1
Date:     09 June 2009

----------------------------------------------- */


@import url("large.css");      /* Large font styles */


/* Colours Library */
.color-152f55{background: #152f55;} /* Logo's Blue */
.color-ffc70b{background: #ffc70b;} /* Logo's Yellow */
.color-e8e8e8{background: #e8e8e8;} /* search field grey bkg */
.color-b8b8b8{background: #b8b8b8;} /* nav divider */
.color-f2f2f2{background: #f2f2f2;} /* background color */

/* end of colours library */
body {color: #fff; background: #000; text-align: left;}

/* =Headings */
#header h1 a { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent none no-repeat scroll 0 0;
height:59px;
}

 #nav .inner {background:transparent none no-repeat scroll 0 0;} 

h1 a { text-indent:0em; overflow:auto; width: 100%; }\
/* #header h1 {font-size: 2.4em;} */

h1 {font-size: 2.8em;}
h1 {color: #fff;}
h2 {color: #fff;}
h3 {color: #fff;}
h4 {color: #fff;}

#sidebar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none no-repeat scroll 0 0;
}

.not-front #main {
background:transparent none no-repeat scroll 0 0;
}

#footer {
background:transparent none no-repeat scroll center 0;
}

#nav li a {color: #000;}

/* =Links in general */
a {color: #ccc;}
a:hover {color: #ccc; text-decoration:none; }
h2 a {text-decoration: none;}

#footer h4, #footer p {color:#ccc;}