body	{
	background: #4e493f url(images/background.jpg) top left repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 10pt;
	color: #fff;
}

#page	{
	border: none;
}

/* Page Header */
#header	{
	background: url(images/header_bg.png) top left no-repeat;
	width: 1043px;
	height: 76px;
	margin: auto;
	margin-top: 20px;
	position: relative;
	z-index: -1;
}

#header #mainRssIcon	{
	position: absolute;
	top: 20px;
	right: -10px;
	z-index: 1;
}

#header #mainRssIcon img	{
	border: none;
}

/* Content Area */
#content	{
	background: url(images/main_bg.png) top left repeat-y;
	width: 963px;
	margin: auto;
	padding: 0px 40px 0px 40px;;
	min-height: 500px;
}

.navigation {
	padding:10px 0px 10px 0px;
	display:table;
	width:100%;
}

div.text	{
	background: #33312c;
	border: #322f28 solid 2px;
	padding: 10px;
}


#contentFooter	{
	clear: both;
}

#postBox	{
	padding: 20px;
	padding-top: 0px;
}

#postBox .post {
	padding-bottom: 40px;
}

#postBox .hentry	{
	border-bottom: 1px #413d34 solid;
}

#postBox .post h2 a, #postBox .page h2 a	{
	color: #ca562d;
	font-size: 18pt;
	text-decoration: none;
	font-weight: lighter;
	font-family: trebuchet MS;
}

#postBox .post h2 a:hover, #postBox .page h2:hover	{
	text-decoration: underline;
}

#postBox .post h2, #postBox .page h2	{
	margin-bottom: 5px;
	margin-top: 15px;
	color: #ca562d;
}

#postBox .post small, #postBox .page small	{
	color: #5e5a54;
	margin-bottom: 10px;
}

#postBox .entry	{
	margin-top: 0px;
	line-height: 140%;
}

#postBox .entry img	{
	margin-right: 10px;
}

#postBox .more-link	{
	float: right;
	color: #f0905f;
	text-decoration: none;
	clear: both;
}

#postBox .more-link:hover	{
	text-decoration: underline;
}

#postBox a	{
	color: #ca562d;
}

#postBox .postmetadata a	{
	text-decoration: none;
	color: #f0905f;
}

#postBox .postmetadata a:hover	{
	text-decoration: underline;
}

#postBox .post h2 a.row0	{
	color: #f0905f;
}

.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#2E2D28;
	border:1px solid #222;
	margin:10px;
	padding-top:4px;
	text-align:center;
	color: #F2F1BB;
	font-size: 8pt;
}

.alignright {
	float:right;
}

.alignleft	{
	float: left;
}

.wp-caption	{
	text-align: center;
}

.size-thumbnail	{
	border: #222 solid 1px;
}

.pullquote {
	background:#151515 url(http://www.richardstupart.com/images/quotes.gif) no-repeat scroll left top;
	border-bottom:1px dotted #3E3E3E;
	border-top:1px dotted #3E3E3E;
	color:#F2F1BB;
	float:left;
	font-family:georgia,palatino,'times new roman',serif;
	font-size:12pt;
	margin:20px;
	padding:10px 25px;
	width:180px;
}

.pqRight {
	float:right;
	margin-left:10px;
}

.pqLeft {
	float:left;
	margin-right:10px;
}

#comment	{
	border: #000 solid 1px;
	background: #eee8e8;
	font-family: tahoma;
	font-size: 10pt;
	padding: 10px;
}

.commentlist h3	{
	border-bottom: #fff dotted 1px;
	display: block;
}

.author_avatar	{
	float: right;
	background-color:#2E2D28;
	border:1px solid #222;
	margin:10px;
	padding: 4px;
	color: #F2F1BB;
}

#content .post_info	{
	display: block;
}

#postBox .postmetadata a.post-edit-link	{
	color: #54698d;
}


/* Top Navigation */
#topNav	{
	padding-top: 6px;
	padding-right: 30px;
	padding-left: 30px;
	background: url(images/top_bg.png) top left repeat-x;
	height: 36px;
}

#topNav .hidden	{
	display: none;
}

#topNav #searchsubmit	{
	display: none;
}

#topNav form	{
	float: right;
}

#topNav .menu	{
	float: left;
	padding-top: 6px;
	padding-bottom: 5px;
}

#topNav .menu li a	{
	color: #636262;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
}

#topNav .menu li a:hover	{
	color: #e2e2e2;
}


#topNav .menu	{
	padding: 0;
	margin: 0;
	list-style: none;
}

#topNav .menu li	{
	float: left;
	position: relative;
	width: 130px;
}

#topNav .menu li ul	{
	display: none;
	position: absolute; 
	background: #272623;
	top: 1em;
 	left: 0;
 	list-style: none;
 	z-index: 99;
 	border-bottom: #000 solid 1px;
 	border-left: 1px #000 solid;
 	padding-top: 10px;
 	padding-bottom: 20px;
 	margin-left: -10px;
 }
 
 #topNav .menu li ul li	{
 	z-index: 99;
 	padding: 5px;
 	margin-left: -25px;
 }
 
 #topNav .menu li ul li a	{
 }
 
 #topNav .menu li:hover ul	{
 	display: block; 
 }
 
#topNav .menu li > ul {
	top: 0px;
	left: auto;
}


#topNav #s	{
	background: #f3f3f3;
	border: none;
	height: 19px;
	padding-top: 3px;
	color: #59554b;
	padding-left: 3px;
	font-size: 9pt;
	width: 180px;
}


/* Page Footer */
#footer	{
	background: url(images/footer_bg.png) top left no-repeat;
	width: 963px;
	height: 93px;
	margin: auto;
	padding-left: 40px;
	text-align: right;
	padding-right: 40px;
}

#footer a	{
	color: #a1bcec;
	text-decoration: none;
}

/* Top Banners */

#topBanners	{
	margin-bottom: 40px;
}

#flickrBanner	{
	float: right;
	background: url(images/flickr_bg.jpg) top left no-repeat;
	height: 289px;
	width: 304px;
	padding-top: 15px;
}

#flickrBanner .flickr_badge_image	{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#flickrBanner .flickr_badge_image img	{
	border: 0px;
}


#mainBanner	{
}



/* Sidebar */
#sidebar	{
	width: 294px;
	background: #161613;
	float: right;
	padding: 5px;
}

#sidebar ul	{
	list-style: none;
	padding-left: 0px;
}

#sidebar ul li	{
	margin-left: 0px;
	
}

#sidebar ul li.widget_authors ul li	{
	display: block;
	height: 80px;
	background: url(images/author_bg.jpg) top left no-repeat;
	position: relative;
	padding: 5px;
}

#sidebar ul li.widget_authors ul li	a.author_fullname	{
	position: absolute;
	top: 0px;
	left: 70px;
	font-size: 10pt;
	font-weight: bold;
	color: #ef801d;
	text-decoration: none;
	text-transform: lowercase;
}

#sidebar ul li.widget_authors ul li	.author_postcount	{
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 10pt;
	font-weight: bold;
	color: #888379;
	text-transform: lowercase;
	display: block;
}

#sidebar ul li.widget_authors ul li	.author_mostrecently	{
	position: absolute;
	top: 20px;
	left: 70px;
	font-size: 10pt;
	font-weight: bold;
	color: #2e2d28;
	text-transform: lowercase;
	display: block;
}

#sidebar ul li.widget_authors ul li	.author_lastpost	{
	position: absolute;
	top: 40px;
	left: 70px;
	font-size: 9pt;
	color: #7c7870;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
}

#sidebar ul li.widget_authors ul li	.author_lastpost:hover	{
	text-decoration: underline;
}

#sidebar ul li.widget_authors ul li	.author_rss	{
	position: absolute;
	top: 45px;
	left: 41px;
	display: block;
}

#sidebar ul li.widget_authors	{
	padding-left: 0px;
}


