/*
Theme Name: Boogie-Down Web theme
Theme URI: http://boogie-down.co.uk/
Description: The default Boogie-Down theme based on the website.
Version: 1.0
Author:Nicholas Turner
Author URI: http://nicholasturner.co.uk/
Tags: custom header, fixed width, two columns, widgets

	This theme was designed and built by Nicholas Turner,
*/

#blog_wrapper {
	margin-top:14px;
}

/* ----- Titles ----- */

.post h2, #single_post h2, .page h2 { 
	font-size:16px; 
	margin:0 0 11px 0; 
	font-weight:normal; 
	border-bottom:2px solid #F37E01;
	color:#666; 
	line-height:120%; 
	display:inline-block;
	padding:0 0 13px 0; 
	text-decoration:none;
	width: 415px;
}
.post h2 a, #single_post h2 span, .page h2 span { 
	color:#666; 
	line-height:120%; 
	display:inline-block;
	padding:0 0 13px 0; 
	text-decoration:none;
}
.post h2 a:hover { 
	text-decoration:underline; 
}

/* ----- post sidebar ----- */

.post_meta ul {
	float: left; 
	text-align: right;
	margin:0; 
	list-style-type: none;
}
.side_meta ul {
	float: left; 
	margin:0; 
	list-style-type: none;
}
.post_date {
	font-size: 32px; color: #F37E01;
}
.post_date span { 
	color:#666; 
}
.post_year {
	width: 120px; 
	color:#666666; 
	font-size: 11px;
}
.post_category_title {
	width: 120px; 
	padding-top: 10px; 
	color:#666666; 
	font-size: 11px; 
	margin-top:10px;
	background:url(img/dot1.gif) repeat-x top; 
}
.side_category_title {
	width: 222px; 
	padding-top: 10px; 
	text-align:center;
	color:#666666; 
	font-size: 11px; 
	margin-top:10px;
	background:url(img/dot1.gif) repeat-x top; 
}
.post_category {
	width: 120px; 
	padding-top: 5px; 
	color:#666666; 
	font-size: 11px;
}
.side_category {
	width: 212px; 
	color:#666666; 
	font-size: 11px;
}
.post_meta a { 
	color:#F37E01; 
	text-decoration: none;
}
.post_meta a:hover { 
	color:#F37E01; 
	text-decoration: underline;
}
.side_meta a { 
	color:#F37E01; 
	text-decoration: none;
}
.side_meta a:hover { 
	color:#F37E01; 
	text-decoration: underline;	
}



/* ----- Titles ----- */

.post img, .post a img { border:1px solid #ccc; padding:5px; margin:0 10px 0 0;  background:#f2f2f2; }
.post a:hover img { border:1px solid #38a1e5; background:#9cd1e1; }

#searchbox{ float: left; width:191px; background: url('img/searchbox.png'); background-repeat: no-repeat; height:26px;}
#searchform{float:right;width:191px;background:url(img/searchbox.png) no-repeat;position:relative;top:1px;}
