/* 
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 {
	background:#fff;
	font-family:"Calisto MT", Times, Times New Roman;
}


a { color: #3f3a2b; }

/* Header */

#header {
	width: 100%;
	height: 150px;
	padding: 10px 0 5px 0;
	clear: both;
	position: relative;
}

#logo { float:left; }
#logo .site-title, #logo .site-description  { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color: #fefefe; display:none;  }
#logo .site-title a { color:#fefefe; font-size:44px; line-height:40px; text-transform:none; font-weight:bold; letter-spacing:-1px; text-decoration:none; text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15)}
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#aaa; font:14px Arial, serif; }


/* Featured / Slider */

#featured { background:#dcdcdc url(images/bg-slider-bot.png) repeat-x left bottom; border-top:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc;  }
#featured #page-title { position:relative; }
#featured #page-title h2 { padding:25px 0; }
#featured .subscribe { position:absolute; right:0; top:25px; }
#featured .alignright {margin: 5px 0px 8px 20px;float: right;}

#slider-block { overflow:hidden; min-height:320px; }

.container { width:860px; height:320px; overflow:hidden; position:relative; margin-left: 50px;}
.slides { position:absolute; top:0; left:0; }
.slides div.slide { position:absolute; top:0; width:860px; display:none; }

#featured h2 { color:#3f3a2b; font-size:40px; padding:0 0 10px; line-height:40px; font-weight:normal; letter-spacing:-1px; text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15) }

#main a { color:#69A5BF; text-decoration: none; }
#main a:hover { color:#3D88A8; text-decoration: none; }

#main h2 a:hover, #main h3 a:hover { color:#3f3a2b; text-decoration: underline; }