/* 
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{
	color: #666666;
	background-color: #253037;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#page{
	width: 990px;
	background-color: #FFFFFF;
	margin:15px auto;
	border: 1px solid #333;
}
.col2{
	float: left;
	width: 350px;
	background-color: #EAEFEF;

}
/*--- Sub Columns ---*/
.subcol{
	width: 180px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}


.entry p
{
	text-align: left;
	font-size: 1.28em;
	line-height: 1.6em;
	color: #444;
	
}
.entry a
{
	color: #33F;
	text-decoration: underline;
	font-weight: bold;
}
.entry blockquote
{
	padding: 10px;
	color: #000;
	font-style: normal;
	width: 85%;
	background-color: #CCC;
	margin: 5px auto 15px;
	border-top: 1px #DDD solid;
	border-right: 1px #DDD solid;
	border-bottom: 1px #DDD solid;
	border-left: 1px #090 solid;
}
.entry blockquote p {
	font-size: 1.1em;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
	/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	
}
.post-alt h2{
	font-size: 26px;
	padding: 0;
	color:#903;
	line-height: 26px;
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a
{
	color: #000;
	font-weight: bolder;
}
.post-alt p { padding: 0 10px 15px 0; }
.post-alt p.post_date{
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 11px;
	font-weight: normal;
}
p.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #EAEFEF;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #ddd;
	/*border-bottom:1px solid #ddd;*/
	clear:both;
}
h3.posted a {
	color: #000000;
	font-size:11px;
}

.box .post h3.posted {
	border-bottom:none;
}

.author_info {
	float: left;
	width: 573px;
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}

.author_info h3 {
	margin-bottom: 10px;
}

.author_photo {
	float: right;
	margin:  0 0 0 10px;
	background-color: #ffffff;
}

.author_photo img {
	border: 1px solid #666666;
}

#nav1 .current_page_item a,
#nav1 li.current,
#nav1 li a:focus, #nav1 li a:hover, #nav1 li a:active {
	background-color: #093;
	color: #FFFFFF;
}
#nav1 .current_page_item ul li a {
	background-color: #FFFFFF;
	color: #093;
}

#nav1 .current_page_item ul li a:hover {
	background-color: #093;
	color: #FFFFFF;
}
#nav ul  li.back {
	background-color: #093;
	color: #FFFFFF;
}

#nav ul  li a {
	color: #093;
}
#nav2 {
	background-color: #ffffff;
	border-bottom:3px solid #093;
}
#nav2 li a:hover {
	background:#093;
	color:#fff;
}

ul.wooTabs li a.selected, ul.wooTabs li a:hover {
	color: #FFFFFF;
	background-color: #093;
}
.widget h3 {
	color: #FFFFFF;
	background-color: #093;
}
#footer a{
	color: #093;
}
.catlist h2{
	color: #fff;
	background-color: #093;
	background-image: url(default/ico-catlist.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#archivebox {
	background-color: #EAEFEF;
	border: 1px solid #93a081;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	color:#093;
}

/*=== Styling Widget Lists ===*/

.widget block
{
	border: 1px solid #eee;
	background-color: #CCC;
}

.widget {
	margin-bottom:15px;
}	
.widget h3 {
	padding: 5px;
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px dotted #ccc;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widget ol li {
	border-bottom: 1px dotted #333;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widget ul li a {
	color: #000000;
}
.widget select {
	border:1px solid #eee;
	width:148px;
	margin:15px 0 0 0;
}

.textwidget {
	padding-top: 15px;
}
.byline
{
	font-family: Georgia, 'Times New Roman', serif;
	color: #33F;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.5em;
}
ul.wooTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul.wooTabs li {
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	background: #ffffff;
	color: #000000;
	border:1px solid #ddd;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	cursor: pointer;
}
#feat ol li {
	border-bottom: 1px dotted #333;
}

ul.wooTabs li a {
	line-height: 31px;
	color: #000000 !important;
	display: block;
	float: left;
	padding: 0 6px;
}

ul.wooTabs li a.selected, ul.wooTabs li a:hover {
	text-decoration:none;
	color: #ffffff !important;
}