/* 
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.

*/



/******* POSTS ********/

.postsbody {
width:640px;
float:left;
}

.featured {
border:1px solid #0066cc;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
margin:0 0 15px 0;
overflow:hidden;
}

.sfeatured {
border:1px solid #0066cc;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
margin:0 0 15px 0;
padding:25px 60px 25px 60px;
overflow:hidden;
}

.featured h2 {
margin:0;
padding:4px 0 4px 10px;
background:#0066cc;
color:#ffffff;
font-size:16px;
border-bottom:1px solid #0066cc;
}

.videopart {
width:146px;
height:284px;
padding:0 3px 0 3px;
overflow:hidden;
float:left;
margin:0 15px 10px 0;
}

.videopart a:hover {
	text-decoration:underline;
        color: #0066cc;
}

.thumbnail {
border:1px solid #999999;
padding:1px;
width:144px;
}

.thumbnail img{
border:1px solid #999999;
}

.thumbnail3 {
border:1px solid #0066cc;
}

.videopart h3{
font-size:12px;
margin:2px 0 0 2px;
}

.videopart h4{
font-size:12px;
margin:2px 0 0 2px;
color: #ff0000;
}

.videopart p{
margin:1px 0 0 2px;
}

.pviewss {
float:right;
width:200px;
text-align:right;
}

