/*  
Theme Name: RobNeville
Theme URI: http://www.turkhitbox.com/wordpress-themes/robnevillenet-web-20-wordpress-theme.html
Description: Web 2.0 Wordpress Theme designed for RobNeville.net
Version: 1.0
Author: Turk Hit Box
Author URI: http://www.turkhitbox.com
*/

body {
	margin:0px;
	padding: 0px;
	background: #FFF url(images/bodybg.gif) repeat-x top left;
	height: %100;
	font: 14px 'Trebuchet MS', Trebuchet;
	color: #333;
}
#pagewrapper {
	margin: 0px auto;
	padding: 0px;
	height: %100;
	width: 966px;
}
.header {
	float: left;
	margin: 21px 0px 0px 0px;
	width: 225px;
	height: 63px;
}
.header img {
	border: 0px;
	text-decoration:none;
}
.search {
	float: left;
	margin: 21px 0px 0px 0px;
	width: 741px;
	height: 63px;
}
.searcharea {
	float: right;
	margin: 20px 0px 0px 0px;
}
.keyword {
	background: url(images/searcharea-bg.gif) top left no-repeat;
	border: 0px;
	padding: 2px;
	height: 22px;
	float: left;
}
.keyword input#s {
	background-color: transparent;
	border: 0px;
	display: inline;
}
.go {
	float: left;
}
.topbox {
	margin: 40px 0px 0px 0px;
	float:left;
	width: 286px;
	height: 185px;
	background:url(images/topboxbg.gif) no-repeat top left;
}
.topbox-c {
	margin: 40px 53px 0px 53px;
	float: left;
	width: 286px;
	height: 185px;
	background:url(images/topboxbg.gif) no-repeat top left;
}
#left {
	float: left;
	width: 675px;
}
#right {
	float: left;
	width: 285px;
}
#footer {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	background: url(images/footerbg.gif) repeat-x top left;
	height: 20px;
	padding-top: 21px;
	color: #FFF;
	font-size: 11px;
}
#footer .leftf{
	float:left;
	width: 475px;
	text-align: left;
}
#footer .rightf{
	float:left;
	width: 475px;
	text-align: right;
}
.footercenter {
	margin: 0 auto;
	width: 966px;
}
.thepost {
	width: %100;
	float: left;
}
.thepost .date{
	float: left;
	width: 40px;
	text-align: center;
	margin: 20px 0px 0px 0px;
}
.thepost .date .day {
	font-size: 26px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
}
.thepost .date .month {
	font-size: 14px;
	font-weight:bold;
	line-height: 10px;
}
.thepost .date .year {
	font-size: 10px;
}
.thepost .postcontent{
	float: left;
	width: 595px;
	padding: 0px 10px 0px 25px;
	background:url(images/postcontentbg.gif) no-repeat top left;
}
.postcontent blockquote {
	background: url(images/blockquotes.gif) top left no-repeat;
	padding: 15px 0px 0px 14px;
}
.postcontent blockquote p{
	background: url(images/blockquotes2.gif) bottom right no-repeat;
	margin: 0px;
	padding: 0px 15px 10px 0px;
}
.postpost {
	text-align: right;
	font-size: 11px;
}
#navigation {
	text-align: center;
	padding: 15px 0px 0px 0px;
}
#comments {
	padding: 40px;
}
#comments cite {
	font-weight: bold;
	font-style:normal;
}
.commenttext {
	padding: 0px 0px 0px 15px;
	font-size: 12px;
}
.commentform {
	margin: 0px;
	padding: 0px;
	background: url(images/comment-form-bg1.gif) top left no-repeat;
	width: 550px;
}
.commentform div{
	margin: 0px;
	padding: 55px 60px 40px 60px;
	background: url(images/comment-form-bg2.gif) bottom right no-repeat;
}
/* Headings */
.topbox h2, .topbox-c h2 {
	padding:2px 0px 0px 30px;
	margin: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
}
.postcontent h3 {
	font-size: 30px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
#right h2 {
	display: block;
	height: 30px;
	background: url(images/right-title-bg.gif) bottom left no-repeat;
	margin: 20px 0px 5px 0px;
	padding-left: 10px;
}
/* Lists */
.topbox ul, .topbox-c ul {
	margin: 15px 0px 0px 35px;
	padding: 0px;
	font-size: 11px;

}
.topbox li, .topbox-c li {
	margin: 0px;
	line-height: 16px;
	list-style: url(images/topbox-bullet.gif) outside;
}
#right ul {
	margin: 15px 0px 0px 35px;
	padding: 0px;
}
#right ul ul{
	margin: 2px 0px 2px 20px;
	padding: 0px;
}
#right li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 20px;
	list-style: url(images/right-bullet.gif) outside;
}
#comments li {
	margin: 5px;
	border-bottom: 1px dashed #e1e1e1;
	list-style: none;
	padding: 0px;
}
#comments ul {
	margin: 0px;
	padding: 5px 10px 10px 20px;
}
.alt {
	background: #fafafa;
}
/* Links */
a:link, a:visited {
color: #f93;
text-decoration: none;
border-bottom: 1px #ffad32 dashed;
}
a:hover {
color: #333;
border-bottom: 1px #333 solid;
}
.postcontent h3 a:link, .postcontent h3 a:visited {
color: #333;
text-decoration: none;
border-bottom: 1px #ffad32 dashed;
}
.postcontent h3 a:hover {
color: #333;
border-bottom: 1px #333 solid;
}