/*
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.




*/

/*---------- {color scheme} ----------------*/
/* blue */
a
{
	color: #CC0000;
}

/* darker orange */
div.previousNext a
{
	color: #CC0000;
}

/* very light orange */
a:hover, a.printlink:hover 
{
	color: #FF0000;
}

div.previousNext a:hover
{
}

/* light grey */
#title h2
{
	color: #000;
}

/* dark gray */
#sidebar div.contentbox h2, #sidebarLeft div.contentbox h2
{
	/*border-color: #aaa;*/
	/*background-color: #CC0000;*/
	/*border: solid 1px #666;*/
	color: #000;
	font-size: 14px;
}
#sidebar div.contentbox h2 a, #sidebarLeft div.contentbox h2 a
{
	color: #fff;
}

#content h1
{
	color: #CC0000;
}
#content div.contentbox h2 
{
	color: #CC0000;
}
#content div.contentbox h2 a 
{
	color: #CC0000;
}
#content div.contentbox h2 a:hover 
{
	color: #FF0000;
}

div.contentbox
{
	/*border-color: #777;*/
}

/* ---------- {typography} -------------*/
body
{
	font-family: arial;
	font-size: small;
	/*cursor: default;*/
	color: #000;
	margin: 0;
	padding: 0;
	/*background: url('images/bg.gif') repeat;*/
	background-color: #000000;
}

h1
{
	font-size: 1.2em;
}

h2
{
	font-size: 1.0em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

h3
{
	font-size: .9em;
	margin: 0;
	padding: 0;
}

#title h1 a
{
	font-size: 1.6em;
	font-weight: normal;
	text-transform: capitalize;
}

#title h2
{
	font-size: 1.5em;
	font-weight: normal;
	text-transform: capitalize;
}

#sidebar div.contentbox li a
{
	font-size: .9em;
	line-height: .8em;
}

.postinfo
{
	font-size: .8em;
	padding-top: 2px;
	border-top: solid 1px #000000;
	margin-top: 5px;
}

.postinfo a
{
	font-size: 1em;
}

.content .itemdesc
{
    margin-top: 10px;
	padding-top: 2px;
	border-top: solid 1px #000000;
}

.content .itemdesc span
{
	font-size: .9em;
}

.comment
{
	width: 550px;
	margin: 2px 0 7px 0;
	/*clear: both;*/
	display: table;
	overflow-x: hidden;
}

.comment a
{
	font-size: .9em;
}

.commentInfo
{
	margin-left: 5px;
	padding: 4px;
}

div.commentbody
{
	background-color: #f6f6f6;
	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
{
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
}

#header
{
	/*float: left;*/
	width: 960px;
	/*height: 100px;*/
	border-bottom: solid 1px #000000;
	padding-bottom: 5px;
	text-align: center;
}

#title, #title h1, #title h2
{
	margin: 0;
	padding: 0;
}

#title
{
	float: left;
	/*width: 420px;*/
	margin-left: 5px;
}

#content
{
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebarLeft
{
	width: 165px;
	float: left;
	margin: 0 0px 10px 0;
	padding: 10px 5px 0 5px;
	background-color: #FFFFFF;
}

#sidebar
{
	width: 160px;
	float: left;
	margin: 0 0 10px 0px;
	padding: 0 5px 0 5px;
	background-color: #FFFFFF;
}

#blogPosts
{
	float: left;
	min-width: 400px;
	width: 570px;
	padding: 0px 15px 10px 15px;
	margin: 0px 5px 10px 5px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
}
#blogPosts .content ul
{
	margin: 0 0 0 20px;
	padding: 0px;
}
#blogPosts .content ul li
{
	margin: 0;
	padding: 0 0 7px 0;
	text-indent: 0;
}
#blogPosts .content img
{
	margin-right: 20px;
	position: relative;
}

div.footer
{
	width: 960px;
	clear: both;
	border-top: solid 1px #000000;
	text-align: center;
	padding-top: 10px;
	font-size: 0.8em;
}

div.moreinfo
{
    margin: 20px 0px;
}

/* ------------ {sidebar} -------------- */

#sidebar, #sidebarLeft
{
    color: #000000;
}
#sidebar a, #sidebarLeft a
{
    color: #000000;
}
#sidebar a:hover, #sidebarLeft a:hover
{
    color: #FF0000;
}

#sidebar ul, #sidebarLeft .content ul
{
	margin: 5px 0 0 0;
	padding: 0;
}

#sidebar ul li, #sidebarLeft .content ul li
{
	list-style-type: none;
	line-height: 1.7em;
}

#sidebar #nav
{
	margin-bottom: 20px;
}

/* ------------ {contentbox} --------------- */


div.contentbox
{
	/*border: solid 1px #999;*/
	margin-bottom: 20px;
}

div.contentbox h2
{
	/*border-bottom: solid 1px #999;*/
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: 1.4em;
	text-transform: capitalize;
	font-weight: bold;
	/*text-align: center;*/
}

#blogPosts div.contentbox
{
	margin: 10px 0px 30px 0px;
	/*width: 544px;
	position: relative;
	bottom:6px;
	right: 6px;
    */
}

#blogPosts h2
{
	font-size: 1.2em;
	text-align: left;
	margin: 0px 0px 5px 0px;
	/*padding: 0 0 2px 0;
	border-bottom: dotted 1px #000;*/
}

#blogPosts div.contentbox h2
{
	/*padding-left: 5px;*/
	font-size: 1.4em;
	padding: 0;
	border: none;
}

div.content
{
	margin: 7px 5px 7px 7px;
}

.postinfo
{
	
}

/*---------------- {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;*/
}

input, select, textarea
{
    background-color: #f6f6f6;
	border: solid 1px #999;
}
input.button
{   
    color: #fff;
	background-color: #CC0000;
	border: none;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

hr
{
    border: none;
    height: 1px;
    color: #CC0000;
    background-color: #CC0000;
}


div.contentbox .content h3
{
	font-size: 1.2em;
	margin: 0 0 3px 0;
	padding: 0;
}
div.contentbox .content p
{
	margin: 0 0 15px 0;
	padding: 0;
}
div.contentbox .content p a
{
	color: #CC0000;
	text-decoration: underline;
}
div.contentbox .content p a:hover
{
	color: #FF0000;
	text-decoration: none;
}
