/*----- General Styles -----*/

body {
	font-family: Verdana, sans-serif;
	margin: 0px ;
	font-size: small;
}

#content_header{
	font-weight:bold;
	padding-bottom: 5px;
}

#content_indent{
	padding-left: 30px;

}


/* Exceptions for Print */
@media print {
	body {
		font-family: Georgia, Times New Roman, serif;
		margin: 0;
	}
}

h1, h2 {
	font-size: medium;
	font-weight: normal;
}

A, A:link, A:visited, A:hover {
	text-decoration: none;
	color: #FF9808;

}

A:hover {
	background-color: #F0B96C;
	color: #FFFFFF;
}

.menucell {
	background-color: #FFFFFF;
}

.menucell:hover a {
	background-color: #F0B96C;
	color: #FFFFFF;
}

/* The selectors below aren't supported by IE yet...*/
A[target=_blank]:hover, A[rel=external]:hover {
	text-decoration: underline;
	border-bottom: none;
}

/* So we use a separate css class for the external links. */
A.external:hover {
	text-decoration: underline;
	border-bottom: none;
}

img {
	border: none;
}

/*----- Header Styles -----*/

#content
{
	margin-left:5%;
	margin-right:5%;
}

#header {
	/*font-variant: small-caps;
	letter-spacing: 2px;*/
}

#header code {
	font-variant: normal;
	font-family: Courier;
	letter-spacing: normal;
}

#skyline {
	margin-bottom: 0px;
	background-image: url(images/topbanner.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 130px;
}

/* Exceptions for Print */
@media print {
	#skyline {
		display: none;
	}
}

#headerLinks {
	display: inline;
	position: absolute;
	right: 11%;
	text-align: right;
	line-height: 190%;
	width: 120%;
}

#headerLinks A {
	padding-left: 4px;
	color:#fff;
	font-weight:bold;
}

#headerLinks A:hover {
	text-decoration: none;
	border-bottom: none;
	border-left: 6px solid #d0d0d0;
	color:lime;
}

#headerText {
	padding: 10px;
	background-color: #FF9808;
	color: #f0f0f0;
	margin-left:5%;
	margin-right:5%;
}

/* Exceptions for Print */
@media print {
	#headerSearch {
		display: none;
	}
}

#siteNameLink, #siteSubtitle {
	display: inline;
}

.searchContainerStyle {
	display: inline;
	position: absolute;
	right: 11%;
	margin: -4px 5px 0 0;
}

#searchString {
	background-color: #f0f0f0;
}

/*----- Content Styles -----*/

#content {
	margin-top: 10px;
	padding-bottom: 20px;
}

#bodyContainer {
	float: right;
	width: 75%;
}

/* Exceptions for Print */
@media print {
	#bodyContainer {
		width: 100%;
	}
}

#bodyColumn {
}

.pageTopic {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: larger;
}

.itemTitleStyle {
}

.itemBoxStyle {
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	/* mozilla only */
	border-color: #F0B96C;
	border : 1px solid;
}

legend {
	color: #FF9808;
	
}

.itemContainerStyle {
	margin: 20px 20px 0 20px;
	width: 90%;
	
}

.itemContainerStyle, pre {
	overflow: auto;
	overflow-x: auto;
	overflow-y: visible;
}

/* Exceptions for Print */
@media print {
	.itemContainerStyle, pre {
		overflow: visible;
	}
}

pre {
	width: 95%;
	padding: 5px;
	border: solid 1px #d0d0d0;
	background-color: #f0f0f0;
	color: #505050;
	
}

.bodyContentStyle {
}

.itemBodyStyle {
	margin-bottom: 10px;
	color: #666666;
	
}

.itemCategoryLinksStyle, .itemFooterStyle {
	text-align: right;
	font-size: smaller;
}

.categoryListTableStyle {
	
}

.commentBoxStyle {
	border: 1px dashed #d0d0d0;
	background-color: #f0f0f0;
	color: #505050;
	margin-bottom: 10px;
	padding: 5px;
}


.commentDateStyle {
	background-color: #d0d0d0;
	color: gray;
	padding: 2px;
	text-align: center;
}

.commentBodyStyle {
	padding: 10px 0 10px 0;
}

.commentBoxFooterStyle {
	border-top: 1px solid #d0d0d0;
	padding-top: 10px;
}

.commentViewBoxStyle {
	border: 1px solid #d0d0d0;
	padding: 10px;
}

/* Exceptions for Print */
@media print {
	.commentViewBoxStyle {
		display: none;
	}
}

#bodyCopyright {
	text-align: right;
	font-size: smaller;
	color: gray;
}

/*----- Sidebar Styles -----*/

#metaContainer {
	border: 1px dashed #F0B96C;
	background-color: #ffffff;
	color: #505050;
	font-size: smaller;
	width: 24%;
	
}


/* Exceptions for Print */
@media print {
	#metaContainer {
		display: none;
	}
}

#metaColumn {
	padding: 5px;
}

.sidetitle {
	/*background-color: #d0d0d0;*/
	background-color: #d0d0d0;
	color: gray;
	padding: 2px;
	text-align: center;
}

.side {
	margin: 10px 0 10px 0;
}

.blogRollNestedOutlineBodyTableStyle {
	margin-left: 20px;
}

.categoryListNestedOutlineBodyTableStyle {
	margin-left: 25px;
}

.archiveLinksLinkStyle {
	text-transform: capitalize;
}



/* Sub-nav */

.sub ul {margin:0 1px; padding-bottom:10px}
.sub li {margin:1px 0; height:1%}
html>/**/body .sub li {height:auto}

.sub li a:link, .sub li a:visited, .sub li.now strong {color:#FF9808; font-size:8pt; font-face:Verdana, sans-serif; text-decoration:none; display:block; padding:1px 4px 1px 4px; background: 7px 0.5em; height:1%}
html>/**/body .sub li a:link, html>/**/body .sub li a:visited, html>/**/body .sub li.now strong {height:auto}

.sub li a:hover, .sub li a:active, .sub li a:focus, .sub li.now a:hover, .sub li.now a:active, .sub li.now a:focus {color:#fff; background: 7px 0.5em #F0B96C}

#list-square{
	color: #FF9808;
	list-style : square;
}