/* 
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.

*/

.widget h3 {
	padding: 5px;
    background-color:#303030;
}

ul.wooTabs li a.selected, ul.wooTabs li a:hover {
	text-decoration:none;
	color: #ffffff !important;
    background-color:#303030;
}

.box .post h2 {
	font-size:18px;
	line-height:20px;
	padding:10px 10px 0 10px;
}

#archivebox {
	background-color:#fff;
	border:1px solid #E06666;
}

.entry ul li {
	list-style:square inside none !important;
	margin-left:15px;
	padding:1px 0;
}

.entry a {
	background:url("external.png") no-repeat scroll right center transparent;
	padding:0 13px 0px 0px;
	margin-right:2px;
}

#archivebox h4 em, #archivebox h2 em, #archivebox h3 em {
	color:#303030;
}


.halfsection {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	float:left;
	margin-bottom:15px;
	margin-right:10px;
	padding:10px;
	width:365px;
	display:inline;
	height:200px;
	overflow:auto;
}

.halfsectionR {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	float:left;
	margin-bottom:15px;
	margin-left:10px;
	padding:10px;
	width:165px;
	display:inline;
	height:200px;
	overflow:auto;
}

.fullsection {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	float:left;
	margin-bottom:5px;
	padding:10px;
	width:573px;
	display:inline;
}

.post-alt p {
	padding:0 0 7px;
}

#nav2 li a:hover {
	background: #303030;
    text-decoration: none;
}

#nav1 li a:hover, #nav1 li.hover {
    position: static;
	background: #303030;

}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.post-alt h3 {
color:#000000;
font-size:15px;
line-height:18px;
padding:5px;
display:block;
background-color:#c3c3c3;
margin-bottom:4px;
}
