/*
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, .mbl_h
{
	font-size: 9pt;
	cursor: default;
	color: #aaa;
        background-color: #eee;
}


/*---------- {color scheme} ----------------*/

.cyan, .cyan:hover
{
        color: #0bf;
}

div.contentbox
{
	color: black;
}
div.contentbox a
{
	color: #03F;
}

div.previousNext a
{
	color: #03F;
}

a:hover, a.printlink:hover 
{
	color: #03F;
}

div.previousNext a:hover
{
}

/* light grey */
#title h2
{
	color: #ccc;
}


div.contentbox h2 a
{
	color: #f9f9f9;
}

#header, #sidebar, div.footer
{
	border-color: #ddd;
}


/* dark gray */
#sidebar div.contentbox h2, #content div.contentbox h2
{
        
	background-color: #000;
        color: #fff;
	border-color: #aaa;
}

div.contentbox
{
	border-color: #777;
}

/* ---------- {typography} -------------*/
body
{
        margin-top: 0px;
	font-family: Arial, Sans-Serif, Helvetica;
}

input, select, textarea
{
	font-family: Arial, Sans-Serif, Helvetica;
	font-size: 9pt;
}

h1
{
	font-size: 1.2em;
}

h2
{
	font-size: 1.0em;
}

h3
{
	font-size: .9em;
	margin: 0;
	padding: 0;
}

#title h1
{
	font-size: 1.6em;
	font-weight: normal;
}

#title h2
{
	font-size: 1.5em;
	font-weight: normal;
}

#sidebar div.contentbox li a
{
	font-size: .9em;
	line-height: .8em;
        color: #06f;
}

.postinfo
{
	font-size: .8em;
}

.postinfo a
{
	font-size: 1em;
        color: #06f;

}

.comment
{
	width: 670px;
	margin: 2px 0 7px 0;
}

.comment a
{
	font-size: .9em;
}

.commentInfo
{
	margin-left: 5px;
	padding: 4px;
}

div.commentbody
{
	background-color: #fafafa;
	padding: 8px;
}

/*----------- {links} ------------------*/

a 
{
	text-decoration: none;
}

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
{

        background-color: #fff;
	width: 900px;
	margin: 0px auto 0 auto;
        border-color: black; border-style: solid; border-width: 1px
}

#header
{
	float: left;
	width: 100%;
	border-bottom: solid 1px;
}

#title, #title h1, #title h2
{
	margin: 0;
	padding: 0;
}

#title
{
	float: left;
	width: 420px;
	margin-left: 5px;
}

#content
{
        color: black;
	clear: both;
	padding-bottom: 10px;
}

#sidebar
{
	width: 163px;
	float: right;
	margin: 0 0 0 0;
	padding-left: 10px;
	border-left: solid 1px;
}

#blogPosts
{
	width: 700px;
	float: left;
	padding-left: 17px;
}

div.footer
{
        background-color: red;
        color: #fff;
	clear: both;
	border-top: solid 1px;
	text-align: center;
}

/* ------------ {sidebar} -------------- */

#sidebar ul
{
	margin: 5px 0 0 0;
	padding: 0;
}

#sidebar ul li
{
	list-style-type: none;
	line-height: 1.7em;
}

#nav
{
}

#sidebar 
{
        float: right;
	margin-bottom: 20px;
}

/* ------------ {contentbox} --------------- */
#sidebar div.contentbox
{
	width: 150px;
}

div.contentbox
{
	max-width: 674px;
	width: 674px;
	border: solid 1px;
	margin-bottom: 20px;
}



div.contentbox h2
{
	border-bottom: solid 1px;
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}


a.posttitle, a.singleposttitle 
{
	font-size: 1.3em;
}

#blogPosts div.contentbox
{
	width: 674px;
	margin: 0;
	position: relative;
	bottom:6px;
	right: 6px;
}

#blogPosts div.contentbox h2
{
	text-align: left;
	padding-left: 5px;
}

div.content
{
	margin: 7px 5px 7px 7px;
}

.postinfo
{
	
}

/*---------------- {misc - special effects} --------------*/

#BlogTitle {
	top: 40px;
}

#search
{
	margin-top: 0px;
	margin-top: 0px;
	float: center;
	width: 163px;
}

#search #searchResults
{
	z-index: 100;
	position: relative;
	padding: 5px;
	margin: 0;
	border: solid 1px;
}

.debug
{
	display: none;
}

div.previousNext
{
	width: 100%;
	text-align: center;
	font-size: .9em;
	padding: 4px;
}

span.commentInfo
{
	clear: none;
}

.comment h3
{
	clear: both;
}