/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme.

*/

body {
	color: #333;
}

#sidebar  {
	color: #555;
}

#sidebar strong, #content strong {
	color: #444;
}

#header-border  {
	width: 944px;
	padding: 2px 0;
	margin: 20px auto 0 auto;
}

#quotes .quote-entry {display: none;}

.logo img  {
	margin: 14px 0 10px 20px;
}

#featured-slider .text  {
	float: left;
	width: 540px;
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
	color: #fff;
	font-size: 14px;
}

#featured-slider .text strong {
	color: #edf3f9;
}

#featured-slider .image  {
    position:absolute;
    right: 0;
    top:0;
    z-index: 99;
	width: 340px;
	margin: 0 10px 0 0;
	text-align: right;
    height: 200px;
}

#featured-slider .image img  {
	margin: -44px auto;
    z-index: 999;
    display: block;
}

#featured-slider h2  {
	line-height: 25px;
	margin: 24px 0 10px 0;
}

#featured-slider .text ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
	color: #edf3f9;
}

.widget h3 {
	line-height: 1.2;
}

.entry h1, .entry h2, .entry h3 {
	line-height: 1.2;
}

.entry h4, .entry h5, .entry h6 {
	color: #333;
	line-height: 1;
	padding-top: 6px;
}

.entry ul {
	margin-top: 0px;
}

.entry img.alignright, .entry img.alignleft, .entry img.aligncenter {
	border: 0px;
}

#footer {
	border-bottom: 2px solid #7c8ea5;
}

.entry a.button {
	display: block;
	width: 280px;
	height: 41px;
	background: transparent url(images/button.png) no-repeat left top;
	font-weight: bold;
	text-align: center;
	color: #edf3f9;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
}

.entry a.button:hover {
	color: #fff;
	text-decoration: none;
}


.alignleft  {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright  {
	float: right;
	margin: 0 0 10px 15px;
}

.aligncenter  {
	text-align: center;
}

a.PDF {
	display: block;
	height: 16px;
	font-weight: bold;
	background: url(images/icon-doc.png) no-repeat;
	line-height: 16px;
	padding-left: 20px;
}