/*  
Theme Name: LearningNerd
Theme URI: http://www.learningnerd.com/
Description: LearningNerd's simple theme, which is still a work-in-progress. All rights reserved.
Version: 1.0
Author: Liz
Author URI: http://www.learningnerd.com/
*/

html, body, div, span, applet, object, iframe, em, img, q, strong, sub, sup, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legends {
	vertical-align: baseline;
	font-size: 100.01%;
	padding: 0;
	margin: 0;
	border: 0 none;
	}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	background: #fff;
	color: black;
	text-align: center;
	}
	
html>body {
	font-size: 10px;
	}

p, li, dt, dd {
	font-size: 1.3333em;
	line-height: 1.5em;
	}
	
li li, li p { 
	font-size: 1em;
	}
	
p , fieldset, form {
	margin-bottom: 1.5em;
	}

h1 {
	font-size: 2.5em;
	line-height: 1.6em;
	}

h2, h3 {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 1em;
	}
	
.post h2, .post h3, .readmore {
	margin-bottom: 0;
	}
	
.entry h2, .entry h3 {
	margin-bottom: 1em;
	}
	
.entry h3 {
	font-size: 1.6em;
	line-height: 1.25em;
	margin-bottom: 1.25em;
	}
	
h4 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.25em;
	margin-bottom: 1.2em;
	border-bottom:.05em dashed;
	}
	
#commentlist cite {
	font-weight: bold;
	font-size: 1.2em;
	line-height: .8333em;
	}
	
cite, em, .word {
	font-weight: normal;
	font-style: italic;
	}

code {
	font-family: Monaco, "Andale Mono", "Courier New", monospace;
	font-weight: normal;
	font-style: normal;
	color: black;
	background: white;
	}

a {
	text-decoration: none;
	color: #FF4040;
	}
	
a:hover, a:active {
	background: #FCE988;
	}
	
h1 a, h2 a, h3 a {
	color: #000;
	}
	
ul, ol , dl {
	margin-bottom: 2em;
	margin-left: 3em;
	}
	
ol li {
	list-style: decimal outside;
	}
	
ul li {
	list-style: disc outside;
	}
	
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
	}
	
blockquote {
	margin: 0 3em;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

blockquote ul, blockquote ol {
	margin-left: 3em;
	margin-right: 3em;
}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.left img {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	}
	
.right img {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	}
	
.figure{
	text-align: center;
	margin-bottom: 1.5em;
	}

.figureleft {
	padding-right: 10px;
	float: left;
	}

.figureright {
	padding-left: 10px;
	float: right;
	}

/* structure */

#content { 
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}
	
#header {
	margin: 6em 0 4em 0;
	text-align: left;
	}
	
#about {
	width: 630px;
	margin-right: 10px;
	float: left;
	}
	
#subscribe{
	width: 310px;
	margin-left: 10px;
	float: right;
	}
	
#latestpost {
	width: 630px;
	margin-left: 10px;
	float: right;
	}
	
#projects {
	width: 310px;
	margin-right: 10px;
	float: left;
	}
	
#footer {
	margin-top: 4em;
	text-align: center;
	clear: both;
	}
	
#footer p {
	margin: 0;
	}
	
#main {
	width: 710px;
	margin-left: 10px;
	float: right;
	}
	
#sidebar {
	width: 230px;
	margin-right: 10px;
	float: left;
	}
	
/* specific styles */

#sidebar ul {
	margin-left: 1.5em;
	}

#sidebar ul ul {
	margin-left: 2em;
	}

.post {
	clear: both;
	}
	
.postmetadata, .endpostmeta {
	color: #666;
	}
	
#projects h2 {
	margin-bottom: 0;
	}
	
.postlist li {
	font-weight: bold;
	margin-bottom: 1.5em;
	}
	
#nav {
	text-align: right;
	}
	
#nav li {
	list-style: none;
	display: inline;
	padding-left: 1em;
	}
	
.pagetitle {
	text-align: center;
	letter-spacing: .1em;
	margin-bottom: .75em;
	}

.readmore {
	position:relative;
	bottom:1.5em;
		}

.current a {
	font-weight:normal;
	color: #000;
	}
	
.ad p {
	margin: 1.5em 5em;
	clear:both;
	}
	
.ad a {
	color:#000;
	}

.caption {
	text-align: center;
	}