/*
Theme Name: George Wiscombe [blog]
Theme URI: http://www.georgewiscombe.com/
Description: Blog Theme
Version: 1.1
Author: George Wiscombe
*/
	
/* Reset Styles */ 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 {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; vertical-align: baseline; background: transparent;} body {line-height: 1;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;} :focus {outline: 0;} ins {text-decoration: none;} del {text-decoration: line-through;} table {border-collapse: collapse;border-spacing: 0;}

/* Blog Style White Layout */


html { overflow-y:scroll; }

body {
color:#222;
background:#efefef;
font:14px/18px Helvetica, Arial, sans-serif; 
}

img {border: none}

a {
color: #000;
text-decoration: underline;
}
	a:hover 	{text-decoration: none;}
	a:active 	{outline: none;}
	a:focus 	{-moz-outline-style: none; outline:none;}

h1 {
font: normal 33px/36px Helvetica, Arial, sans-serif;
text-transform: uppercase;
margin-bottom: 10px;
letter-spacing: 0.1em;
}

h2 {font: bold 20px/26px Helvetica, Arial, sans-serif;}
h3 {font: bold 17px/23px Helvetica, Arial, sans-serif;}
h4, h5, h6 {font: bold 15px/20px Helvetica, Arial, sans-serif;}

p {
font: 13px/20px Georgia, Times, serif;
margin: 0 0 10px 0;
}

input, textarea {font: italic 13px/18px Georgia, Times, serif;}

/* Structure */
.wrapper {
width: 625px;
margin: 0 auto;
position: relative;
}

	.logo {
	margin: 50px 0 50px 220px;
	float: left;
	}

/* Navigation */
.wrapper.links {
background: #000 url(images/structure/about-bg.png) top left repeat-x;
width: 100%;
float: left;
text-align: center;
}

	.wrapper.links ul {
	text-align: center;
	width: 100%;
	height: 17px;
	margin: 7px auto 8px auto;
	}
	
	.wrapper.links ul li {
	display: inline;
	font: normal 12px/15px Georgia, Times, serif;
	margin: 0 2px;
	}
	
	.wrapper.links ul li a {
	color:#aaa;
	text-decoration: none;
	background: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 5px;
	}
	
	.wrapper.links ul li a:hover {
	background: #333;
	color: #eaeaea;
	text-shadow: 0 0 3px #000;
	}
	
	.wrapper.links ul li.current_page_item a {
	background: #eaeaea;
	color: #222;		
	text-shadow: 0 1px 0 #eaeaea;
	}

/* Footer */			
.footer {
float: left;
margin: 100px 0 20px 0 !important;
border-top: 1px solid #333;
color: #333;
width: 100%;
padding: 5px 0;
}

	.footer p {
	width: 295px;
	float: left;
	font: normal 12px/18px Georgia, Times, Serif;
	}
	
	.footer p em {
	width: 85px;
	float: left;
	}
	
		.footer p:last-child {
		float: right;
		}
	
	.footer a {color:#000;}


/* Bonus Styles */
.dnd {display: none;}
input[type=submit], label, select { cursor:pointer; }

/* ----- Posts etc  ----- */
.post {
border-top: 2px solid #444;
float: left;
margin-bottom: 50px;
position: relative;
}
						
	.post .header {
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	padding: 5px 0;
	}
	
		.post .header h2 {
		width: 400px;
		float: left;
		font: bold 13px/18px Helvetica, Arial, sans-serif;
		letter-spacing: 0.5em;
		text-transform: uppercase;
		}
	
		.post h2 a, .post h3 a {
		text-decoration: none;
		}
	
		.post h3 {
		margin: 10px 0 -5px 0;
		float: left;
		}
	
	.post .details-innerwrap {
	-moz-column-width: 295px;
	-webkit-column-width: 295px;
	-moz-column-gap: 35px;
	-webkit-column-gap: 35px;	
	-moz-column-count: 2;
	-moz-column-fill: balance;	
	}
	
	.post .details p {
	float: left;
	margin: 5px 0;
	clear: both;
	}
	
	.post .details img {
	width: 620px;
	padding: 2px;
	margin: 5px 0;
	background: #fff;
	float: left;
	}
	
	.post .comments {
	float: left;
	width: 100%;
	border-top: 1px solid #333;
	padding: 5px 0;
	margin-top: 25px;
	}
	
	.post .comments h3 {
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 100%;
	}

	#comments-form, .comments-header {
	clear: both;
	float: left;
	margin: 25px 0 0 0;
	}
	
	#commentform {
	float: left;
	width: 630px;
	padding-top: 10px;
	margin-top: 15px;
	border-top: 1px solid #999
	}
	
		#commentform div {
		margin: 10px 0 0 0;
		float: left;
		}
	
		#commentform label {
		width: 150px;
		margin-right: 25px;
		float: left;
		line-height: 20px;
		height: 20px;
		padding-top: 3px;
		border-top: 1px solid #666;
		font: 12px/15px Georgia, Times, Serif;
		}
		
		#commentform input[type=text] {
		width: 250px;
		height: 20px;
		line-height: 20px;
		padding: 2px 2px 0 2px;
		border: none;
		}
		
		#commentform textarea {
		width: 350px;
		line-height: 20px;
		padding: 2px;
		border: none;
		float: left;
		}
		
		.commentmeta {
		float: right;
		width: 300px;
		padding-left: 175px;
		}
		
			.ifrequired {
			float: right;
			text-align: right;
			font: italic 12px/15px Georgia, Times, Serif;
			}
	
	.post .comment {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	}
		
		.post .comment .meta {
		border-top: 1px solid #999;
		float: left;
		min-height: 20px;
		width: 147px;
		padding: 5px 0;
		font: italic 12px/15px Georgia, Times, Serif;
		}
		
		.post .comment div {
		border-top: 1px solid #999;
		float: right;
		width: 450px;
		padding: 5px 0;
		}
		
		.post .comment div * {		
		font: 12px/15px Georgia, Times, Serif;
		}

	.post-navigation {
	float: left;
	}


/* */

.blogsidebar {
border-top: 2px solid #333;
position: absolute;
width: 175px;
height: 200px;
top: 232px;
right:-190px;
}

	.blogsidebar h2 {
	font: bold 13px/18px Helvetica, Arial, sans-serif;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	margin: 5px 0;
	}
	
	.blogsidebar ul li {
	font: 13px/20px Georgia, Times, serif;
	}
	
	.blogsidebar ul {
	margin-bottom: 30px;
	}


	.post .categories {
border-top: 2px solid #333;
padding-top: 5px;

	position: absolute;
	width: 175px;
	top: -2px;
	left: -190px;
	text-align: right;
	}