/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.


*/

body.custom {
	background-image: url(/images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body.custom #header-container {
border-bottom:none;
float:left;
margin-top:143px;
width:100%;
}

body.custom #navigation-container {
	float:left;
	height:33px;
	margin-left:58px;
	width:619px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
}


body.custom .box{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float:left;
	margin:5px;
	overflow:hidden;
	padding:10px 10px 0;
	width:250px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

#post-3 {
	color: #FFFFFF;
}

#item_811 {
	color: #FFFFFF;
	text-align: center;
	padding-top: 25px;	
}

#item_909 a:link, a:visited {
	text-decoration: none;		
}

#item_909 h2{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

div#wrapper {
border: none;
clear:both;
margin:30px auto;
width:950px;
}

.nocomments {
	visibility: hidden;
}

#breadcrumbs-container {
border-bottom:none;
clear:both;
}

div#breadcrumbs-container {
	position: absolute;
	top: 0px;
}

div#wrapper {
border:medium none;
clear:both;
margin:30px auto;
width:890px;
}

div#container {
	width:890px;
	margin-top: 43px;
}

ul.navigation li.current-page-item a, ul.navigation li.current-page-parent a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	text-decoration:none;
	font-weight: bolder;
	color: #CC9933;
	background-color: transparent;
}

ul.navigation li a:link, ul.navigation li a:visited  {
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: transparent;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

ul.navigation li a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	background-image: url(/images/hover_img.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: visible;
	text-decoration: none;
}

.header-outside ul.navigation {
border-left:none;
}

ul.sidebar {
font-size:1em;
padding-top:10px;
}

ul.sidebar li{
	list-style-image: none;
	list-style-type: none;
}
