/* 
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.

*/

a:link, a:visited {
color:#2035bb;
font-style:normal;
}

body {
font-family:Verdana,Arial,Helvetica,Sans-serif;
background-color:#B9CBD0;
}

#header {
padding:0 0;
}


.entry {
font-size:13px;
line-height:18px;
}

h1  {
font-size: 32px;
 }

h2 {
font-size:26px;
}

.post-bottom {
line-height:35px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
text-decoration:none;
}

.entry blockquote h1, .entry blockquote h2, .entry blockquote h3, .entry blockquote h4, .entry blockquote h5, .entry blockquote h6  {
font-weight: 600; 
color: #666; 
}

.entry a.btn, input.submit {
background:#203C77 url(images/bg-button.png) no-repeat scroll center 0;
}

.post .title {
margin:0 0 20px;
}

.post-meta { 
margin-top:-15px; 
}

.edit-link { 
background:url(images/ico-edit.png) no-repeat; padding-left:20px; 
}

.post-bottom div, .post-bottom div a {
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
}

.widget {
font-family: Verdana,Arial,Helvetica,Sans-serif;
}

.widget ul, .widget div, .widget p {
padding:10px 15px;
}

#tabs #tagcloud, #tabs .inside li {
font-family:Arial,Helvetica,Sans-serif;
}

#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
color:#2035bb;
}

#jquery-overlay {
	z-index: 99900;
}

#jquery-lightbox {
z-index:99999;
}

#loopedSlider { 
margin-top:-20px; 
}

#loopedSlider ul.pagination em {
font-family: Arial,Helvetica,Sans-serif;
line-height:18px;
}

#loopedSlider ul.pagination .meta {
font-size:10px;
line-height:14px;
}

#page-nav {
padding:0 5px;
}

#nav li ul li {
background: #203c77 none repeat scroll 0 0;
}

#page-nav ul.rss { 
margin-right:25px; 
}

#page-nav ul.rss a {
padding:0 0;
}

#cat-nav #search {
margin-right:15px;
}

#secnav a {
font-family:Verdana,Arial,Helvetica,Sans-serif;
font-style:normal;
}

#footer {
padding:10px 0 5px;
}

/*
CSS for disqus comments
*/
#dsq-comments-title {
margin:10px 0 5px;
}

#disqus_thread {
margin-top:20px;
background:url("images/bg-box.png") repeat-x scroll 0 0 #FEFEFE;
border:1px solid #FFFFFF;
color:#555555;
padding: 25px 25px 20px;
}

#dsq-content .dsq-options {
margin-top:1em;
}

#dsq-content .dsq-request-user-info {
margin-top:15px;
}

#dsq-content .dsq-comment-header {
-moz-border-radius: 0 0 0 0;
background: url("images/bg-post-bottom.png") repeat-x scroll center top #E4E4E4;
border-bottom:1px solid #B9B9B9;
border-top:1px solid #DBDBDB;
}

/*
CSS stuff for table formatting (outside of theme)
*/

#tablewrapper { 
 margin: 0 auto;
 width: 570px;
}

#row-odd {
 background-color:#EAEAEA;
 height: 85px;
}

#row-even {
 background-color:#FFFFFF;
 height: 85px;
}

#castpiccolumn { 
 width: 85px;
 height: 85px;
 float: left;
}

#castnamecolumn {
	width: 180px;
	height: 65px;
        padding: 20px 10px 0 10px;
	float: left;
	vertical-align: middle;
	overflow: visible;
}

.clear {
clear:both;
}

.castlisting {
	vertical-align: middle;
}

