/* ===================================================
Gradualism blog 

Author: 		Emily
Contact: 		emily@whitespacedesign.co.uk
Website: 		http://www.whitespacedesign.co.uk
				
=================================================== */

body { 
	font-size: 62.5%; /* reset base to 10px */ 
	font-family: georgia, helvetica, sans-serif; 
	text-align: center;
	color: #4F5F30;
	}

#global {
	width:900px;
	position: relative;
	margin: 0px auto;
	text-align: left; /* reset */
	padding: 0px 18px;
	}

/* reset silly default spacing */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,td,tr,th {margin:0; padding:0 }
h1,h2,h3,h4,h5,h6,pre,code,input,textarea {font-size:1em;font-weight: normal;}
a img,:link img,:visited img { border:none;}
:link,:visited { text-decoration:none;}
ul,ol { list-style:none;}
address {font-style: normal;}

/* some standard useful styles */
.screenreader {
	position: absolute;
	left: -9000px;
	top: -9000px;
	}
	
.clearfix:after { /* makes float container block clear floated blocks inside it */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} /* fix for about clearfix for IE PC */
/* End hide from IE-mac */


/*========================================================================*/  

#navigation {
	float: left;
	width: 900px;
	} 
#navigation li {
	display:inline; 
	padding-right: 1em;
	} 




h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
	
#header h1,
#title { 
	font-size: 5.4em; /* 24px */ 
	line-height: 1.5em; /* 36px */ 
	margin-top: 20px;
	margin-bottom: 0em;
	float: left;
	}
#header span {
	display: block;
	margin-top: 2em;
	}

#blog h1 	{ 
	font-size: 2.2em; /* 22px */ 
	margin-top: 12px;
	margin-bottom: 0em;
	}
	.listing #blog h1 	{ 
		border-bottom: 3px solid #DDEDF3; 	 
		}
h2 { 
	font-size: 2.2em; /* 22px */ 
	margin-top: 12px;
	margin-bottom: 0em; 
	} 
	
#page404 #blog h2 {
	margin-bottom: 1em;
}

h3 { 
	font-size: 2em; /* 20px */ 
	line-height: 1.8em; /* 36px */ 
	margin-bottom: 0em; 
	}     
	h3.clear {
		clear:left;
	}
	
h3#comments { 
	margin-bottom: 1em; 
	}
	
h3.date {
	font-size: 1.2em;
	margin-top: .2em;
	margin-bottom: 1em;
	}
 
.entry .posted { 
	font-size: 1.2em;
	margin-top: .2em;
	margin-bottom: 0px;  
}

.comment .posted {
	margin-top: .2em;
	margin-bottom: 1em;	
	font-size: 1.4em;
}

h4 { 
	font-size: 1.8em; /* 18px */ 
	line-height: 1em; /* 18px */ 
	margin-top: 1.3em; 
	margin-bottom: 1em; 
	}

p.intro { 
	font-size: 1.6em; /* 16px */ 
	line-height: 1.125em; /* 18px */ 
	margin-top: .525em; 
	margin-bottom: 0em; 
	}
	
.entry,
.comment {
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
	border-bottom: 3px solid #DDEDF3;
	}

p, ul, ol { 
	font-size: 1.4em; /* 14px */ 
	line-height: 1.2857em; /* 18px */  
	margin-bottom: 1em;
	color: #344219;
	} 
	ul ul  {
		font-size: 1em;
	}  
	
p.caption, 
p.footnote { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em; /* 11px */ 
	line-height: 1.2em; /* 18px */  
	padding-top: 3px;
	} 

pre code {
	font-size: 1.4em; /* 14px */ 
	line-height: 1.2857em; /* 18px */
	background-color: #ECF8FD; 
	margin-left: 20px;   
}

cite {
	font-size: 1.2em; 
	padding-top: 0.5em;
}

p a,
li a,
div.posted a,
cite a {color: #AA8800}
p a:hover,
li a:hover,
div.posted a:hover,
cite a:hover {color: #765E00} 

#blog p a,
#blog li a,
div.posted a:hover                    {
	background: #ECF8FD;
	border-bottom: 1px solid #AA8800;
}  

#blog p a.nolink,
#blog p .image a {
	border: none;
	background: none;
}
    #blog p .image small a {
		background: #ECF8FD;
		border-bottom: 1px solid #AA8800;
}

h2 a { 
	color: #4F5F30;
	} 
	
h2 a:hover { 
	background: #ECF8FD;
	border-bottom: 1px solid #AA8800;;
	}
	
blockquote {
	background: #ECF8FD;
 	color: #5d8695;  
	text-align: center;
	padding: 18px 10px;
	margin: 0 auto 18px auto;
	}
	
blockquote p {	
	margin-bottom: 0px;  
 	color: #5d8695;     
	font-size: 2em;/* 20px */  
  	}

#masthead {
	border-bottom: 4px solid #DDEDF3;
	margin-bottom: 12px;
	width: 900px;
	float: left;
	}
	
#blog {
	float: left;
	width: 500px;
	margin-right: 87px;
	}

#sidebar {
	float: left;
    width: 313px;
	}
	
.sideBox {
	padding-bottom: 1px;
	} 
	
	.promo {
		margin: 12px 0 1em 0;
		}

#footer {
	width: 864px;
	float: left;
	clear: both;
	}

#blog ul li {
	list-style: disc;
	margin: 6px 0;
	} 
	
#blog ol li {
	list-style: decimal;
	margin: 6px 0;
}

#sidebar ul,
#sidebar p { 
	border-top: 3px solid #DDEDF3; 
	} 
	
	#sidebar .promo p {
		border: none;
	}

#sidebar p { 
	padding-top: 2px; 
}

#sidebar li { 
	list-style: none; 
	border-bottom: 3px solid #DDEDF3;
	padding: 2px 0;
	} 
	
	
.image {  
	width: 500px; 
	padding-bottom: 10px;
	} 

	.medium {
		float: left;
		width: 240px;
		margin-right: 10px;
		}

	.small {
		float: left;
		width: 150px;
		margin-right: 10px;
		} 
	
	.small-flickr {
			display: block;
			float: left;
			width: 180px;
			margin-right: 10px;
			} 
	
form#comment_form {
	padding: 30px 0 20px 18px;
	margin-top: 12px;
	background: #ECF8FD;
	}
form#comment_form label {
	display: block;
	width: 100px;
	float: left; 
	clear: left;
	}  
 
p span.required {
	color: #FF0000 ;
}

form#comment_form p.checkbox label,
form#comment_form p#captcha label { 
	width: 400px;
	float: none;
	}

form#comment_form input,
form#comment_form textarea {
	border: 1px solid #4F5F30;
	font-family: helvetica, arial, sans-serif;
	font-size:0.917em;
	line-height: 1.636em;
	padding: 2px;
	}
	
form#comment_form p.checkbox input {
	width: 1em;    
	border: none; 
} 

form#comment_form p#captcha input,
form#comment_form p.checkbox,
form#comment_form input.submit  {
	margin-left: 100px;	 
}                      

form#comment_form input,
form#comment_form textarea {
	width: 300px;
	}

form#comment_form input.submit {
	width: 140px;
	font-family: helvetica, arial, sans-serif;
	cursor: pointer;
	font-size:1.2em;  
	color: #344219;
	font-weight: bold;   
	}
   
form#comment_form input.submit:hover {
	background: #ECF8FD;
}

#footer p {
	font-size: 1.2em;
}
