/*  
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar!
Version: 1.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

GENERAL STYLES

************************************************************************************************************************************************************ */

body {
margin: 0 50 0 0;
font-family:arial,helvetica,clean,sans-serif;
background-image: url(img/big_mind_logo.png); 
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 0% 0%; 
color: #003333; 
}
.header {
margin-top: 100px;
margin-bottom: 150px;
margin-left: 250px;
}
#header h1 {
font-size:400%;

}
h1 {
font-size:153.9%;
line-height:0.954545em;
margin:0 0 0.954545em;
margin-top: 20px;
}
h2 {
font-size:138.5%;
line-height:1.05em;
margin:0 0 1.05em;
margin-top: 10px;
}
h3 {
font-size:123.1%;
line-height:1.16667em;
margin:0 0 1.16667em;
margin-top: 5px;
}
h4 {
font-size:108%;
line-height:1.3125em;
margin:0 0 1.3125em;
margin-top: 2.5px;
}
p, ul, blockquote, pre, td, th, label {
font-size:108%;
line-height:1.5em;
margin:0 0 1.5em;
}
.blog-title {
color:#000000;
font-size:500%;
line-height:1.5em;
margin:5px 0;
}
.blog-title a {
text-decoration:none;
}
em {
font-style:italic;
}
strong {
}
blockquote {
margin:1em;
}
caption {
margin-bottom:0.5em;
text-align:center;
}
pre, code {
font-family:monospace;
line-height:100%;
}


/* ************************************************************************************************************************************************************

NAVIGATION

************************************************************************************************************************************************************ */


.nav {
margin-left: 2px;
}

.nav li {
display: inline;
text-transform:capitalize;
margin:0 5px;
}

a:link {color:#black}
a:visited {color:#grey}
a:hover {color:black}
a:active {color:white}

