/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ 
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}





/*------------------------------------*\
	MAIN
\*------------------------------------*/
html{
	font-size:100%;
	height:101%;
}
body{
	font-family:Arial, Verdana, sans-serif;
	font-size:75%; /* 12px base font-size */
	color:#fff;
	background:url(http://csswizardry.com/whitleyjournalism.co.uk/img/css/grid.png) top center repeat-y #141414;
	background:#141414;
	
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
#wrapper{
	width:940px;
	padding:0 10px;
	margin:0 auto;
}
#content,
#sub-content{
	float:left;
	display:inline;
}
#content{
	clear:both;
	width:460px;
	padding-left:180px;
	margin-right:80px;
}
#sub-content{
	width:220px;
}





/*------------------------------------*\
	HEADER
\*------------------------------------*/
#header{
	padding:20px 0;
	margin-bottom:20px;
	border-bottom:1px solid #eea725;
	width:940px;
	overflow:hidden;
}
#logo{
	display:block;
	float:left;
}
#nav{
	float:right;
	font-family:Calibri, Helvetica;
	margin-top:10px;
	list-style:none;
}
#nav li{
	float:left;
	margin-left:10px;
}
#nav li a{
	display:block;
	font-size:1.33333em;
	text-decoration:none;
	padding:5px;
	display:block;
	font-weight:bold;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition:color, background 0.2s ease-out;
}
#nav li a:hover{
	color:#fff;
	background:#eea725;
}





/*------------------------------------*\
	FOOTER
\*------------------------------------*/
#footer{
	clear:both;
	border-top:1px solid #333;
	width:940px;
	padding:20px 0;
}





/*------------------------------------*\
	TYPE
\*------------------------------------*/
/*--- HEADINGS ---*/
h1,h2,h3,h4,h5,h6{
	font-family:Calibri, Helvetica;
	font-weight:bold;
	margin-bottom:18px;
}
h1{
	font-size:2em;
	line-height:1.5em;
}
h2{
	font-size:1.666em;
	line-height:1.8em;
}
h2.post-title{
	margin-bottom:36px;
}
h3{
	font-size:1.5em;
	line-height:1.5em;
}
h4{
	font-size:1.25em;
	line-height:1em;
}
/*--- PARAGRAPHS ---*/
p{
	line-height:1.5em;
	margin-bottom:1.5em;
}
p.marginalia{
	color:#666;
}
/*--- LINKS ---*/
a{
	color:#eea725;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}
h2 a{
	padding:5px;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition:color, background 0.2s ease-out;
}
h2 a:hover{
	color:#fff;
	background:#eea725;
	text-decoration:none;
}
.inline-comments a{
	padding:0 5px;
	background:#333;
	color:#fff;
	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}





/*------------------------------------*\
	LISTS
\*------------------------------------*/
ul,ol{
	margin-bottom:18px;
}
ul{
	list-style:square outside;
}
li{
	line-height:1.5em;
}





/*------------------------------------*\
	IMAGES
\*------------------------------------*/
.full,.portrait{
	padding:10px;
	border:1px solid #333;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition:background 0.2s ease-out;
}
.full{
	width:618px;
	margin:0 0 18px -180px;
	display:block;
	position:relative;
}
.portrait{
	width:438px;
	height:657px;
}
a:hover .full,a:hover .portrait{
	border:1px solid #eea725;
	background:#eea725;
}
.graffiti,a:hover .graffiti{
	border:none;
	background:url(img/css/paint.gif) bottom left no-repeat;
	padding-bottom:75px;
}
img.left{
	margin:0 20px 18px -180px;
	display:block;
	position:relative;
}
img.right{
	margin:0 0 18px 20px;
}





/*------------------------------------*\
	BLOG
\*------------------------------------*/
.post-date{
	float:left;
	margin-left:-60px;
	width:40px;
	position:relative;
	display:block;
	text-align:center;
}
.post-date span{
	display:block;
	font-weight:bold;
}
.cal-month{
	background:#eea725;
	
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
.cal-date{
	background:#fff;
	color:#333;
	font-size:1.5em;
	padding:3px;
	text-shadow:none;
	margin-bottom:3px;
	
	-moz-border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
}
.post-metadata{
	font-size:0.8333em;
	padding:10px;
	background:#181818;
	border:1px solid #111;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.navigation{
	width:100%;
	overflow:hidden;
	list-style:none;
	margin:0;
}
.navigation li{
	width:50%;
	margin-bottom:18px;
}
.prev-link{
	float:left;
}
.next-link{
	text-align:right;
	float:right;
}
.prev-link:empty,
.next-link:empty{
	display:none;
}





/*------------------------------------*\
	FORMS
\*------------------------------------*/
form{
	margin-bottom:18px;
}
label{
	display:block;
	font-weight:bold;
}
.text-input,
textarea{
	border:2px solid #eea725;
	background:#333;
	color:#fff;
	padding:5px;
	margin-bottom:5px;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.text-input:focus,.text-input:active,
textarea:focus,textarea:active{
	-moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.7);
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.7);
	box-shadow:inset 0 0 10px rgba(0,0,0,0.7);
}
.text-input{
	width:206px;
}
textarea{
	width:446px;
	height:200px;
}
.button{
	border:2px solid #eea725;
	background:#333;
	color:#fff;
	padding:5px;
	cursor:pointer;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}





/*------------------------------------*\
	MISC
\*------------------------------------*/
.left	{ float:left; }
.right	{ float:right; }
.marginalia{
	float:left;
	margin-left:-180px;
	width:160px;
	display:block;
	position:relative;
	clear:both;
}
#twitter-link a{
	display:block;
	color:#141414;
	background:#eea725;
	font-size:3em;
	line-height:0.6em;
	text-align:right;
	text-transform:lowercase;

	text-shadow:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#twitter-link a:hover{
	background:#fff;
}
#twitter_update_list	{ padding:10px; list-style:none; background:#181818; border:1px solid #111;	-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
hr	{ display:none; }
.hr	{ height:2px; background:url(img/css/hr.gif) top left repeat-x; margin:0 0 22px -180px; clear:both; display:block; }