/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body  {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 1.5;  /*unitless for proper inheritance*/
}

#frontheader {
	width: 980px;
	position: relative;
        float: left;
	margin-left: -20px;
        margin-top: -20px;
	background-color: #fff;
}
#frontheader-text {
	position: absolute;
	left: 520px;
        top: 20px;
	color: #53c300;
        font: bold 28px Arial,Serif;
}
#frontheader-text2 {
	position: absolute;
        top: 70px;
        left: 520px;
	color: #fff;
        font: normal 14px Arial,Times,Serif;
        padding-right:20px;
}
#frontheader-button {
	position: absolute;
        width: 200px;
        top: 200px;
        left: 510px;
}
.topdescription {
	font-size: 12px;
        font-weight: normal;
        float: right;
        margin-right: 10px;
        margin-top: 14px;
        margin-bottom: 10px;
        color: #b1b1b1;
        width:400px;
        text-align: right;
        text-transform: uppercase;
}
.topdescription a {
	font-size: 12px;
        font-weight: normal;
        color: #b1b1b1;
}
.topdescription2 {
	font-size: 24px;
        font-weight: bold;
        float: right;
        width:400px;
        color: #fe8f00;
        text-align: right;
        text-transform: none;
}
.entry a {
color:#0085d3;
}

#header  {
	width: 980px;
	margin: 0px auto;
        margin-top: 10px;
	height: 90px;
	background-color: #fff;
	border-top: 4px solid #fb8e00;
}
#header img  {
	float: left;
	margin: 18px 0 0 20px;
}
#main_content #top p  {
	margin: 20px 0 20px 0;
}


#pagenav li {
	float: left;
	line-height: 35px;
	padding: 0 6px 0 5px;
	margin: 0;
}

#pagenav li a:link, #pagenav li a:visited {
	display: block;
	position: relative;
	padding: 0 12px;
	text-decoration: none;
	z-index: 100;
}
.entry h3 {
        text-transform: uppercase;
        margin-top: 24px;
        margin-bottom: 10px;
}
#page h2.title  {
	color: #fb8e00;
        margin: 0 0 15px 0;
}
