/*
Theme Name: Ozzy.co.uk Custom
Theme URI: http://ozzy.co.uk
Description: A custom Wordpress theme for Ozzy.co.uk.
Version: 1.0
Author: Greg Findley
Author URI: http://gregfindley.com/

*/

body {
	background: url(images/bg.gif) repeat-x top left #6699cc;
	color: #444;
	font: normal 13px Arial, Helvetica, sans-serif;
}

a,
a:link,
a:visited {
	color: #444;
	text-decoration: underline;
}
a:hover { color: #6699cc; }

/* *** globals *** */
#wrapper {
	background: url(images/wrapper.png) repeat-y top center;
	margin: 0 auto;
	padding: 0 3px;
	width: 800px;
}
.clear { clear: both; }
a img { border: 0; }
.alignleft { float: left; }
.alignright { float: right; }
.alignleft {
	margin-right: 10px !important;
}
.alignright {
	margin-left: 10px !important;
}
.imgPad, .entry img {
	background: #b2cce5;
	color: #FFF;
	padding: 5px;
}
.wp-smiley { padding: 0 !important; background: none !important; }

/* *** header *** */
#header {
	background: url(images/header.gif) no-repeat top center;
	height: 136px;
	position: relative;
}
	#header a {
		display: block;
		height: 100px;
		outline: none;
		text-indent: -9999px;
		width: 200px;
	}
	
/* *** main content *** */
#content {
	float: left;
	padding: 22px 0;
	padding-bottom: 15px;
	position: relative;
	width: 530px;
}
	.spacer {
		padding-left: 22px !important;
		width: 508px !important;
	}
	.indivSpacer {
		padding-left: 22px;
	}
	#content h2, #content h2 a {
		color: #6699cc;
		font-size: 22px;
		font-weight: bold;
		padding: 3px 0;
		text-decoration: none;
	}
	.postpage h2 { line-height: 53px; }
	
	#content h3, #content h3 a {
		color: #6699cc;
		font-size: 18px;
		font-weight: bold;
		padding: 3px 0;
		text-decoration: none;
	}
		#content h2 a:hover, #content h3 a:hover {
			text-decoration: underline;
		}

	/* *** post *** */
	.h2grad {
		background: url(images/post.gif) no-repeat bottom left;
		margin-bottom: 15px;
		padding-bottom: 15px;
		padding-left: 47px;
	}
	.home .post {
		background: url(images/post.gif) no-repeat bottom left;
		padding-bottom: 30px;
	}
	.post {
		margin-bottom: 22px;
	}
		.new {
			background: url(images/new.gif) no-repeat center left;
			color: #FFF;
			float: left;
			font-size: 21px;
			font-weight: bold;
			height: 53px;
			line-height: 53px;
			margin-right: 10px;
			padding-right: 8px;
			text-align: center;
			width: 79px;
		}
		.notnew {
			background-position: center right;
			padding-right: 0;
			width: 36px;
		}

		.entry {
			clear: both;
			margin: 20px 15px 20px 22px;
			margin-bottom: 0;
			margin-right: 0;
		}
		.nospaceentry { margin-left: 0; }
		.postpage .entry { margin-top: 10px; }
		
			.entry p, .entry ul, .entry ol, .entry blockquote {
				margin-bottom: 10px;
				line-height: 130%;
			}
			.entry li {
				list-style: disc outside;
			}
			.entry ul { margin-left: 20px; }
			.entry ol { margin-left: 20px; }
			
		.readmore, .post .readmore a, .more-link, .more-link:link, .more-link:visited {
			color: #6699cc;
			font-weight: bold;
			text-decoration: none;
		}
		.more-link:hover { text-decoration: underline; }
		
	/* *** navigation *** */
	.navigation {
		padding-left: 20px;
		padding-right: 10px;
	}
		.navigation a { text-decoration: none; }
		.navigation a span { text-decoration: underline; }

/* *** sidebar *** */
#sidebar {
	float: right;
	margin-top: -20px;
	padding: 0 4px;
	padding-bottom: 30px;
	position: relative;
	width: 232px;
}
	.related_post { margin-left: 10px !important; margin-bottom: 35px !important; }
	.related_post li { margin-bottom: 4px; list-style: none outside; }
	.gtlink, .related_post li {
		background: url(images/gt.gif) no-repeat 0 5px;
		padding-left: 11px;
		position: relative;
	}
	.ltlink {
		background: url(images/lt.gif) no-repeat 100% 5px;
		padding-right: 11px;
		position: relative;
	}
	.gt2link {
		background: url(images/gt.gif) no-repeat 100% 5px;
		padding-right: 11px;
		position: relative;
	}
	.lt2link {
		background: url(images/lt.gif) no-repeat 0 5px;
		padding-left: 11px;
		position: relative;
	}
	#rss {
		height: 42px;
		line-height: 140%;
		padding-left: 8px;
	}
		#rss img {
			margin-right: 10px;
		}
	#sidebar h2 {
		background: url(images/h2.gif) repeat-y top right #FFF;
		color: #6699cc;
		font-size: 16px;
		font-weight: bold;
		line-height: 17px;
		padding: 10px;
		position: relative;
	}
	#sidebar li {
		list-style: none outside;
	}
		#sidebar li ul, .text_widget {
			padding: 11px 17px;
		}
		#sidebar li ul li {
			background: url(images/gt.gif) no-repeat 0 5px;
			margin-bottom: 5px;
			padding-left: 11px;
		}
		
/* *** footer *** */
#footer {
	background: #cfdfef;
	border-top: 7px solid #FFF;
	color: #6699cc;
	height: 31px;
	line-height: 31px;
	padding: 0 9px;
	position: relative;
}
	#footer a {
		margin: 0 7px;
	}
	#footer strong {
		color: #444;
		font-weight: normal;
		padding-right: 7px;
	}
	
/* *** comments *** */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */