/*  

Version: 1.0
created 2/18/2009
Author: Greg Hiatt

*/

/* orange: #d24d20 */
/* green: #98C90D */

body {
	padding: 0;
	margin: 0;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #F8F8ED;
}

hr {
	display: none;
	
}

a img {
	text-decoration: none;
	border-width: 0;
}

/* @group layout */

#footer {
	clear: both;
	background-color: #9AAB83;
	width: 100%;
	min-height: 200px;
	border-top: 1px solid #666666;
}

#sidebar {
	width: 200px;
	float: right;
	margin-left: 30px;
	clear: none;
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #000000;
}

#sidebar.single {
	margin-top: 100px;
}

#theworks {
	width: 850px;
	margin: 0 auto;
}

#header {
    /* height:124px; */
	height: 160px;
	padding: 0;
	/*background: url(../images/header.jpg) no-repeat left;*/
	background-color: #9AAB83;
}

#subheader {
     /*height:24px;*/
	 padding: 6px; 
}

#content {
	width: 400px;
	margin-left: 10px;
	float: left;
	padding-top: 22px;
	clear: none;
	margin-bottom: 30px;
	padding-right: 50px;
}



#contentRight {
	width: 400px;
	margin-left: 10px;
	float: left;
	padding-top: 22px;
	clear: none;
	margin-bottom: 30px;
	padding-right: 50px;
}



#contentSingle {
	width: 800px;
	margin-left: 10px;
	float: left;
	padding-top: 22px;
	clear: none;
	margin-bottom: 30px;
	padding-right: 50px;
}


/* @end */



/* @group header */

#header h1 {
	margin: 0;
	position: relative;
	top: 0px;
	left: 5px;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 250px;
	height: 120px;
}

/* @end */



/* @group content */

#content {
	 color: #666666; 
	/*color: #999999;*/
}

#content strike {
	color: silver;
}

#content strong {
	color: black;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #343B2B;
	/*#9AAB83 #65754F*/
	margin: 15px 0 0;
	clear: both;
}

#content.pagecontent h2 {
	border-bottom: 1px dashed silver;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#content h2.single {
	 border-bottom: 1px solid #666666;
	padding-bottom: 8px;
}

#content h2 a {
	color: #CC0000;
	text-decoration: none;
}

#content h2 a:hover {
	/* color: #666666; */
	color: #999999;
}

#content p {
	font-variant: normal;
	font-style: normal;
	font-size: 0.95em;
	line-height: 1.6em;
}



#content ul {
	font-size: .95em;
	padding-left: 30px;
	list-style-type: none;
	margin-left: 0;
}

#content ol {
	font-size: .95em;
	margin-left: 0;
}

#content dl {
	font-size: .95em;
	margin-left: 0;

}



#content ul li {
	background: url(../images/bullet.gif) no-repeat 0 8px;
	padding-left: 13px;
}

#content p a, #content p a strong {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}


#content p a:hover, .taglist a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#content ol a {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}

#content ol a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#content ul a {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}

#content ul a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#content dl a {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}

#content dl a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}




.navigation_single, .navigation_searchtop {
	margin-bottom: 40px;
}

/*end content group */


/* @group contentRight */

#contentRight {
	 color: #666666; 
	/*color: #999999;*/
}

#contentRight strike {
	color: silver;
}

#contentRight strong {
	color: black;
}

#contentRight h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #343B2B;
	/*#9AAB83 #65754F*/
	margin: 15px 0 0;
	clear: both;
}

#contentRight.pagecontent h2 {
	border-bottom: 1px dashed silver;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#contentRight h2.single {
	 border-bottom: 1px solid #666666;
	padding-bottom: 8px;
}

#contentRight h2 a {
	color: #CC0000;
	text-decoration: none;
}

#contentRight h2 a:hover {
	/* color: #666666; */
	color: #999999;
}

#contentRight p {
	font-variant: normal;
	font-style: normal;
	font-size: 0.95em;
	line-height: 1.6em;
}



#contentRight ul {
	font-size: .95em;
	padding-left: 30px;
	list-style-type: none;
	margin-left: 0;
}

#contentRight ol {
	font-size: .95em;
	margin-left: 0;
}

#contentRight dl {
	font-size: .95em;
	margin-left: 0;

}



#contentRight ul li {
	background: url(../images/bullet.gif) no-repeat 0 8px;
	padding-left: 13px;
}

#contentRight p a, #contentRight p a strong {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}


#contentRight p a:hover, .taglist a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#contentRight ol a {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}

#contentRight ol a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#contentRight ul a {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}

#contentRight ul a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#contentRight dl a {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}

#contentRight dl a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}

/* end group contentRight */


/* @group contentSingle */

#contentSingle {
	 color: #666666; 
	/*color: #999999;*/
}

#contentSingle strike {
	color: silver;
}

#contentSingle strong {
	color: black;
}

#contentSingle h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #343B2B;
	/*#9AAB83 #65754F*/
	margin: 15px 0 0;
	clear: both;
}

#contentSingle.pagecontent h2 {
	border-bottom: 1px dashed silver;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#contentSingle h2.single {
	 border-bottom: 1px solid #666666;
	padding-bottom: 8px;
}

#contentSingle h2 a {
	color: #CC0000;
	text-decoration: none;
}

#contentSingle h2 a:hover {
	/* color: #666666; */
	color: #999999;
}

#contentSingle p {
	font-variant: normal;
	font-style: normal;
	font-size: 0.95em;
	line-height: 1.6em;
}



#contentSingle ul {
	font-size: .95em;
	padding-left: 30px;
	list-style-type: none;
	margin-left: 0;
}

#contentSingle ol {
	font-size: .95em;
	margin-left: 0;
}

#contentSingle dl {
	font-size: .95em;
	margin-left: 0;

}



#contentSingle ul li {
	background: url(../images/bullet.gif) no-repeat 0 8px;
	padding-left: 13px;
}

#contentSingle p a, #contentSingle p a strong {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}


#contentSingle p a:hover, .taglist a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#contentSingle ol a {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}

#contentSingle ol a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#contentSingle ul a {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}

#contentSingle ul a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#contentSingle dl a {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}

#contentSingle dl a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}

/* end group contentSingle */




/* @group footer */




#footer a {
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
	
}

#footer a:hover {
	color: #CC0000;
	background-color: #ffffcc;
	border-bottom-style: none;
}

#footerwrap {
	width: 850px;
	margin: auto;
	color: #666;
	font-size: 85%;
}

#footer h2 {
	font-size: 1.2em;
	color: #CC0000;
	border-bottom: 1px dashed silver;
	padding-bottom: 5px;
	margin-top: 20px;
}



#footer ul {
	list-style-type: none;
	padding-left: 10px;
}

#footer ul li {
	background: url(../images/bullet.gif) no-repeat 0 5px;
	padding-left: 13px;
	margin-right: 10px;
	line-height: 1.4em;
	margin-bottom: 3px;
	
}


#copyright {
	clear: both;
	color: gray;
	font-size: 80%;
	padding: 20px;
	text-align: center;
}

#copyright a {
	border-style: none;
}



#contact {
	margin-left: 50px;
}

/* @end */

