/*
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: #FF9900;
}

/* darker orange */
div.previousNext a
{
	color: #FF9900;
}

/* very light orange */
a:hover, a.printlink:hover 
{
	color: #003399;
}

div.previousNext a:hover
{
}

/* light grey */
#title h2
{
	color: #000;
}

/* dark gray */
#sidebar div.contentbox h2, #sidebarRight div.contentbox h2
{
    text-align: left;
	color: #003399;
	background-color: #FFEFA6;
	padding: 1px 7px;
}
#sidebar div.contentbox h2 a, #sidebarRight div.contentbox h2 a
{
	color: #fff;
}

#content h1, #content div.contentbox h2 
{
	color: #003399;
}
#content div.contentbox h2 a 
{
	color: #003399;
}
#content div.contentbox h2 a:hover 
{
	color: #FF9900;
}

div.contentbox
{
	/*border-color: #777;*/
}

#sidebarRight div.gradientbox_top
{
    height: 9px;
	margin: 0;
	padding: 0;
	background: url('images/box_header.gif') no-repeat center bottom;
}
#sidebarRight div.gradientbox
{
    margin: 0px;
    padding: 10px 15px;
    border-left: solid 1px #C2C2C2;
    border-right: solid 1px #C2C2C2;
	background: url('images/box_bg.gif') repeat-x center bottom;
}
#sidebarRight div.gradientbox_bottom
{
    height: 9px;
	margin: 0;
	padding: 0;
	background: url('images/box_footer.gif') no-repeat center top;
}

/* ---------- {typography} -------------*/
body
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: small;
	/*cursor: default;*/
	color: #000;
	margin: 0;
	padding: 0;
	background: #68A0F7 url('images/page_bg.jpg') repeat-x center top;
}

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, #sidebarRight div.contentbox li a
{
	font-size: .9em;
	line-height: .8em;
}

#sidebarRight div.contentbox div.content
{
    padding: 0px 7px;
}

.postinfo
{
	font-size: .8em;
	padding-top: 2px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #003399;
	margin-top: 5px;
}

.postinfo a
{
	font-size: 1em;
}

.content .itemdesc
{
    margin-top: 10px;
	padding-top: 2px;
	border-top: dotted 1px #003399;
}

.content .itemdesc span
{
	font-size: .9em;
}

.comment
{
	width: 480px;
	margin: 2px 0 7px 0;
	/*clear: both;*/
	display: table;
}

.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: 790px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
}


#header
{
	/*float: left;*/
	width: 790px;
	/*height: 100px;*/
	background-color: transparent;
	margin-top: 20px;
	margin-bottom: 2px;
}

#title, #title h1, #title h2
{
	margin: 0;
	padding: 0;
}

#title
{
	float: left;
	/*width: 420px;*/
	margin-left: 5px;
}

#content
{
	clear: both;
	display: table;
	width: 790px;
	background-color: #FFFFFF;
	padding: 5px 0px;
}

/*
#sidebar
{
	width: 160px;
	float: left;
	margin: 0 0 10px 0px;
	padding: 0 5px 0 5px;
	background-color: #F9DD58;
}
*/

#sidebarRight
{
	width: 252px;
	float: right;
	padding: 0px;
	margin: 10px 15px 0px 0px;
}

#blogPosts
{
	width: 490px;
	float: left;
	/*min-width: 460px;*/
	padding: 0px;
	margin: 10px 0px 0px 15px;
	background-color: #fff;
}
#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: 770px;
	clear: both;
	text-align: center;
	padding: 0px 10px 30px 10px;
	font-size: 0.8em;
	background-color: #fff;
}
div.footer_round
{
    width: 790px;
    height: 15px;
	background: url('images/footer.gif') no-repeat center top;
	margin-bottom: 20px;
}

div.moreinfo
{
    margin: 20px 0px;
}

/* ------------ {sidebar} -------------- */

#sidebar, #sidebarRight
{
    color: #000000;
}
#sidebar a, #sidebarRight a
{
    color: #000000;
}
#sidebar a:hover, #sidebarRight a:hover
{
    color: #003399;
}

#sidebar ul, #sidebarRight ul, #sidebarRight .content ul
{
	margin: 5px 0 0 0;
	padding: 0;
}

#sidebar ul li, #sidebarRight ul li, #sidebarRight .content ul li
{
	list-style-type: none;
	line-height: 1.7em;
}

#sidebar #nav, #sidebarRight #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.0em;
	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 0px 7px 0px;
}

.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: #003399;
	border: none;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

hr
{
    border: none;
    height: 1px;
    color: #003399;
    background-color: #003399;
}

div.box_editor
{
    margin: 0px;
    padding: 10px 0px;
}

.error
{
    color: #CC0000;
}
.moderation
{
    color: #0000CC;
}
.success
{
    color: #0000CC;
}
