/* 
light blue: 0190C8
dark blue: 0E4F93
pale orange: FFAE5E
orange FF9933
*/


/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

/*reset padding and marging to 0 so they don't mess up the layout */
html,body { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #0E4F93 url(images/bg.jpg) repeat-x;
}
td {
	font-size: 12px;
}

img {
	border: none;
}

p 
{
	margin: 0px;
}

A:link, A:visited {color: #0191C8; text-decoration: none;}
A:hover {color: #C83900;}
A:active {color: #C83900;}

#container{
	height:auto;
	min-height:100%;
	width:958px;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	color: #000000;
	text-align:left;
	margin:auto;
/*
	background-color:#F0F0F0;
	background-color: White;
*/
	background: White url(images/containerbg.jpg) no-repeat;
	background-position: 0 100px;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:0;
	width:948px;
	height:90px;
	background:#F1F1F1 url(images/headerbg.jpg) no-repeat;
	overflow:hidden;
	color: #000000;
	z-index:100;
	padding: 5px;
}
#header .homelink
{
	display: inline-block; 
	float: left; 
	width: 700px;
	height:90px;
}
.searchContainerStyle
{
	margin-top: 24px;
	float: right; 
	width: 248px;
	text-align: right;	
}
#adminBar {
	position: absolute;
	top: 100px;
	width:958px;
	height:25px;
	background-color: #FF9933;
	border-top:1px solid #fff;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:101;
}

#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	padding-top:110px;/*needed to make room for header*/
	padding:110px 0 0 18px; 
}
#left p {padding-left:3px;padding-right:2px}

html>body #left{padding-top:110px; width: 160px;} /*for mozilla as the menu seem to be wrong*/

#footer {
	width:958px;
	clear:both;
	border-top: solid 1px #DDDDDD;
	background-color: white;
	color: #404040;
	left:0;
	bottom:0;
	position: absolute;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	height: 90px;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:92px;/* for ie5 */
	he\ight:90px;/* for ie6 */
}
#footer .footerpart {
	float: left;
	position: relative;
	width: 298px;
	margin: 5px;
	padding: 0 5px;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0;
	height: 90px;
}
#footer .footerpart .footerpartimage 
{
	position: relative; 
	float: right; 
	padding-left: 5px;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:762px;
	float:right;
	padding-top:110px;/*make room for header*/
	padding-bottom: 70px;
}

#centrecontent p { margin-bottom: 6px; }
#clearfooter {width:100%;height:102px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-102px;} /*safari wrapper */



/********************************************************************************************/
.description {color: #ffffff;}
.siteName { color: #FFFFFF; font-weight: bold; font-size: 14px;}
.siteName a:link, .siteName a:visited, .siteName a:active  {color:#efefef;}


/********************************************************************************************/

.sidebar {
	margin-bottom: 15px;
}

.sidehead 
{
/*
	background-color: #F0EBE4;
	color: #FF9933;
    background-color: #FFC080;
*/
    color: #404040;
	border-bottom:1px solid #FF9933;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	height:1%;
}
.sidecontent {font-size: 12px;}
.navigatorLinksLinkStyle {font-size: small;}
.titleListLinkStyle {font-size: small;}
.hCalendarStyle {font-size: 0.9em;}
.hCalendarMonthYearRow {font-size: small;}
.lCalendarMonthYearRow {font-size: small;}
.lCalendarStyle {font-size: small;}
.archiveLinksLinkStyle {font-size: small;}
.categoryListLinkStyle {font-size: small;}
.blogRollCellStyle {font-size: small;}
.blogRollNestedOutlineTitleStyle {font-size: small;}
.signInLabelCellStyle {font-size: small;}

/********************************************************************************************/

.dayItems 
{
    margin-bottom: 1em; 
    margin-right: 10px;
}
.items{}
.item 
{
}
.item img {display: inline;}

.dayHeader {
}
.itemTitle 
{ 
	border-bottom:1px solid #FF9933;
	color: #404040;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	font-size: 15px;
}

.itemTitle a, .itemTitle a:visited
{
	color: #404040;
}
.itemTitleInfo
{
	color: #808080;
	font-size: 11px;
	margin-left: 10px;
	padding-top: 2px;
}
.TitleLinkStyle{}
.itemContents {
	margin: 0 10px 10px 10px;
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
}
.itemBody{}
.itemFooter {
	margin-top: 0.5em;
	border-top: 1px solid #DDDDDD;
	font-size: 11px;
	color: #404040;
	text-align: right;
}

.categoryLinks {
	clear: both;
	text-align: right;
	font-size: x-small;
	font-weight: bold;
}

/********************************************************************************************/
.adminNavbarStyle {
	background-color: #404040;
	padding: 3px 0;
	font-size: 12px;
	margin-right: 10px;
}

.adminNavbarStyle UL {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}

.adminNavbarStyle UL LI {
	padding-right: 0.25em;
	padding-left: 0.25em;
	border-left: #DDDDDD 1px solid;
	display: inline;
	list-style-type: none;
	font-size: x-small;
	font-weight: bold;
}

.adminNavbarStyle UL LI.first, .adminNavbarStyle UL LI.firstHere {
	border-left: none;
}
.adminNavbarStyle a,
.adminNavbarStyle a:visited 
{
    color: #ffffff;
}


.commentBoxFooterStyle {
	width: 100%;
	margin-top: 5px;
	padding-top: 3px;
	border-top: 1px dashed #ddd;
	font-size: 12px;
}

.commentBoxStyle {
	padding: 15px 20px 15px 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #333;
	background-color: #FCFCFC;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.commentDateStyle {
	width: 100%;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-size: 12px;
	text-align: right;
}

.configControlStyle { }

.configLabelColumnStyle { vertical-align: top; }

.configLabelStyle { margin-right: 10px; font-size: 9pt; }

.configSectionStyle {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #FCFCFC;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.configSectionTitleStyle {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #92C729;
	color: #92C729;
	font-weight: bold;
	font-size: medium;
}

.pageTopic {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #92C729;
	color: #92C729;
	font-weight: bold;
	font-size: large;
}

.FreeTextboxStyle { 
	color: #000000;
}

.statsTableColumnStyle {
	border: solid 1px gray;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.statsTableDateColumnStyle {
	border: solid 1px gray;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 25%;
	text-align: left;
}

.statsTableFooterColumnStyle {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-top: solid 2px #ddd;
	padding: 3px;
	font-weight: bold;
}

.statsTableFooterNumColumnStyle {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-top: solid 2px #ddd;
	padding: 3px;
	width: 15%;
	font-weight: bold;
	text-align: right;
}

.statsTableHeaderColumnStyle {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 2px #ddd;
	border-top: solid 1px #ddd;
	padding: 3px;
	font-weight: bold;
}

.statsTableNumColumnStyle {
	border: solid 1px gray;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 15%;
	text-align: right;
}

.statsTableStyle {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #FCFCFC;
	border: 1px solid #ddd;
	width: 100%;
	background: White;
	border-collapse: collapse;
}

.geekcode {
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #92C729;
	font-family: 'Courier New', 'Courier', sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}

/********************************************************************************************/


.commentViewBoxStyle input 
{
	border:1px solid #CCCCCC;
}

/* Paging */
.post-paging {
}
.previous-posts{
}
.next-posts{
}
.clear {
clear: both
}

/* Tag Cloud */
/*
.smallestTag { line-height: 110%; font-size: x-small; font-weight: normal; }
.smallerTag { line-height: 110%; font-size: x-small; font-weight: bold; }
.smallTag { line-height: 110%; font-size: small; font-weight: normal; }
.mediumTag { line-height: 110%; font-size: medium; font-weight: normal; }
.largeTag { line-height: 110%; font-size: large; font-weight: normal; }
.largerTag { line-height: 110%; font-size: x-large; font-weight: normal; }
.largestTag { line-height: 110%; font-size: 16px; font-weight: bold; }
*/
/*
.smallestTag { line-height: 150%; display: block; }
.smallerTag { line-height: 150%; display: block; }
.smallTag { line-height: 150%; display: block; }
.mediumTag { line-height: 150%; display: block; }
.largeTag { line-height: 150%; display: block; }
.largerTag { line-height: 150%; display: block; }
.largestTag { line-height: 150%; display: block; }
*/
.tagCloud a, .tagCloud.a:visited { line-height: 150%; display: block; }

a.largerTag,  a.largerTag:visited { color: #0E4F93; }
a.largestTag, a.largestTag:visited { color: #0E4F93; font-weight: bold; }

 
/* OpenID Support added in 2.2 */
.openidtextbox {
	background: #FFFFFF url('../../images/openid-icon-small.gif') no-repeat scroll 0pt 50%; 
	padding-left: 18px; 
}
.openidtextboxwrap 
{
	padding-right: 18px;
}
