/*
Original Design by Adam Particka (webmaster@principleofdesign.com)
Found on the Open Source Web Design site: http://www.oswd.org/design/preview/id/1570

Design converted to CSS by the Subtext team.

*/

body 
{
	font-size: small;
	cursor: default;
	color: #333;
}

/*---------- {color scheme} ----------------*/
/* orange */
a, div.contentbox h2
{
	color: #333;
}

/* darker orange */
div.previousNext a
{
	color: #333;
}

/* very light orange */
a:hover, a.printlink:hover 
{
	color: #333;
}

div.previousNext a:hover
{
}

/* light grey */
#title h2
{
	color: #ccc;
}

div.contentbox h2
{
	background-color: #ffffdc;
}

div.footer
{
	border-color: #ddd;
	color: #888;
}

#search input.searchterm
{
	color: #333;
}

/* dark gray */
#sidebar .content, #content .content
{
	border-color: #ccc;
}

#blogPosts ul
{
	color:maroon;
}

#blogPosts ul li div
{
	color: #333;
}

div.contentbox
{
	border-color: #333;
	background-color: #ffffdc;
}

/* ---------- {typography} -------------*/
body
{
	font-family: arial;
}

h1
{
	font-size: 1.2em;
	color: maroon;
}

h2
{
	font-size: 1.0em;
	font-weight: bold;
}

h3
{
	font-size: .9em;
	margin: 0;
	padding: 0;
}

#title h1 a
{
	font-size: 1.6em;
	font-weight: normal;
	color: navy;
	text-decoration: none;
}

#title h2
{
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: normal;
}

#sidebar a
{
	font-size: .9em;
	font-weight: bold;
	line-height: .8em;
}

#viewpost_ascx_PreviousNext_MainLink
{
	font-weight: bold;
}

.postinfo, .itemdesc
{
	font-size: .9em;
}

.postinfo a
{
	font-size: 1em;
}

.comment
{
	width: 545px;
	margin: 2px 0 7px 0;
}

.comment a
{
	font-size: .9em;
}

.commentInfo
{
	margin-left: 5px;
	padding: 4px;
}

div.commentbody
{
	background-color: #999;
	padding: 8px;
	width: 450px;
	min-height: 40px;
}

div.author
{
	border: solid 1px #967758;
	padding: 4px;
}

div.author div.commentbody
{
	background-color: #f0f0f0;
}

div.footer a
{
	font-weight: bold;
	color: #555;
}

/*----------- {links} ------------------*/

a 
{
	text-decoration: none;
	font-size: 1em;
}

a.posttitle, a.singleposttitle
{
	font-size: 1.3em;
	font-weight: bold;
}

a:hover, a.printlink:hover 
{
	text-decoration: underline;
}

a.printlink:link, a.printlink:visited  
{

	text-decoration: none; 
	background-color: #fff;
	font-weight: normal;
}

/* -------------- {layout} -----------------*/
#main
{
	width: 800px;
	margin: 30px auto 0 auto;
}

#header
{
	float: left;
	width: 100%;
	height: 90px;
	border: none;
	padding-bottom: 20px;
}

#title, #title h1, #title h2
{
	margin: 0;
	padding: 0;
}

#title
{
	float: left;
	width: 420px;
	margin-left: 0px;
}

.dropshadow
{
	height:100%;
}


#content
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar
{
	width: 163px;
	float: right;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	border: none;
}

#blogPosts
{
	width: 570px;
	float: left;
}

div.footer
{
	clear: both;
	border-top: solid 1px;
	padding-top: 5px;
	text-align: left;
	
}

/* ------------ {sidebar} -------------- */

#sidebar ul
{
	margin: 0 0 0 0;
	padding: 0;
}

#sidebar ul li
{
	list-style-type: none;
	padding: 2px 0 6px 0;
}

#sidebar #nav
{
	margin-bottom: 20px;
}

/* ------------ {contentbox} --------------- */
#sidebar div.contentbox
{
	width: 160px;
	margin-bottom: 20px;
}

div.contentbox
{
	border: double 4px;
	border-background: none;
}

div.contentbox h2
{
	border: none;
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: 1.0em;
	text-align: center;
}

#blogPosts div.contentbox
{
	width: 544px;
	margin: 0;
	position: relative;
	bottom:6px;
	right: 6px;
}

#blogPosts div.contentbox h2
{
	text-align: left;
	margin-left: 12px;
	margin-right: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}


div.content
{
	margin: 0 5px 7px 12px;
	padding-top: 5px;
	border-top: solid 1px;
}

div.content ul
{
	color: maroon;
}

div.content font
{
	color: #333;
}

.postinfo, .itemdesc
{
	margin: 5px;
	margin-left: 12px;
}

/*---------------- {misc - special effects} --------------*/

.debug
{
	display: none;
}

div.previousNext
{
	width: 100%;
	text-align: center;
	font-size: .9em;
	padding: 4px;
}

span.commentInfo
{
	clear: none;
}

.comment h3
{
	clear: both;
}

