/*
Theme Name: VERA Files
Theme URI: 
Description: VERA Files Theme 
Version: 1.0
Author: 
Author URI: 
Tags: 
*/


/*
GLOBAL RESET
*/
@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


body{
	background: #FFF;
	color:#434343;
	font-family: Tahoma,Geneva,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:19px;
}

h1 {
    font: bold 30px "Century Schoolbook", Georgia, Times, serif;
	color: #333;
	line-height: 90%;
	margin: .2em 0 .2em 0;
	letter-spacing: -2px;
}
h2{
    font: normal 24px "Century Schoolbook", Georgia, Times, serif;
	color: #333;
	line-height: 90%;
	margin: .2em 0 .2em 0;
	letter-spacing: -2px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}

.big {
	float:left;
	margin: 20px 5px 0px 0px;
	padding:0px 50x 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 55px;
	font-weight: bold;
}


.justified {text-align:justify;}

p {margin-bottom:1em;}

p.meta { font-size: .85em; color:#999; display:block; border-top: #CCC dotted 1px; margin-bottom:1em ;
}

.center {text-align:center;}
.left, .alignleft  {float: left;}
.right, .alignright {float: right;}
.more {
	background-image: url(images/more.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 70px;
} 
.more span { display:none;}

em {font-style: italic;}

strong {font-weight:bold;}

a:link,
a:active,
a:visited{
	color: #036;
	text-decoration: none;
}
a:hover{
	color: #069;
	text-decoration: none;
}


small{font-size:smaller;}

.section img{ border: 1px #CCC solid; padding:5px; margin: 10px; background:#F8F8F8;}
.big_title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	color: #333;
	float:right;
}

#wrapper {
	margin: 0px auto;
	padding: 0px 10px;
	width: 980px;
	background-image: url(images/body_shadow.png);
	background-repeat: repeat-y;
}
#header #mast {
	height: 105px;
	width: 980px;
	float: left;
}
#header #mast #top-menu {
	text-align: center;
	padding-top: 66px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header #mast #logo {
	float: left;
}
#header #mast #vote {
	float: right;
	width: 200px;
	height: 75px;
	padding-top: 30px;
}
#topmenu-container {
	padding-top: 70px;
}
table.topmenu-table-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:35px;
	border:none;
}
#topmenu_l {
	background-image: url(images/topmenu_sprite.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 9px;
}

#topmenu_r {
	background-image: url(images/topmenu_sprite.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 35px;
	width: 9px;
}

#topmenu {
	background-color: #999;
	height: 35px;
	float: left;
	padding: 0;
	margin: 0;
}
#topmenu ul {
	list-style-position: outside;
	list-style-type: none;
}
#topmenu ul li a:link,
#topmenu ul li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 20px 7px 20px;
}
#topmenu ul li a:hover {
	color:#FFF;
	background-color:#333;
}
#topmenu ul li {
	float: left;
}


#mainmenu-container {
	width:980px;
	margin:0px;
	padding: 0px;
	clear:both;
	background-color: #333;
}
table.mainmenu-table-container {
	margin: 0px auto;
	border:none;
	padding: 0px;
}
#mainmenu ul {
	list-style-type: none;
}
#mainmenu ul li {
	float:left;
}
#mainmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	float:left;
}

#mainmenu ul li a:hover {
	color:#CCC;
	background-color:#000;
}

.clear{
	clear:both;
}
.clear-left{
	clear:left;
}

#content_wrap {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 980px;
}
#content_wrap #content-shadow {
	background-image: url(images/menu_shadow.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 980px;
}
#content_wrap #content {
	width: 660px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content .section {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#content .two-col-section {
	margin-bottom: 20px;
	padding:20px 0px 10px 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#content .two-col-section .img {
	max-width: 300px;
	height: auto;
}
#content .two-col-section .item {
	width: 300px;
	float:left;
	padding: 0px 10px 20px 10px;
	background-color: #FFF;
}

#content .two-col-section ul, #content .section ul{
	list-style-position: inside;
	padding-left:5px;
}

.border-right{ border-right: 1px dotted #CCC;}

.item .item-division{
	padding-top: 10px;
	border-top: 1px dotted #CCC;
	margin-bottom: 10px;
}

#content_wrap #sidebar {
	width: 280px;
	float: right;
	padding: 0px;
}

#sidebar #search {
	padding: 20px;
	width: 200px;
}
#sidebar .block {
	padding: 20px;
	width: 240px;
}

#sidebar .search-block {
	padding: 0px 10px 20px 20px;
	width: 240px;
}
#sidebar .bottom-block {
	padding:10px;
	width: 240px;
}
#sidebar .search-block form .search {
	height: 35px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.search #s {
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin: 0px;
	background-image: none;
	float: left;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: none;
}

/* --------------- pagination ----------------*/
.emm-paginate {}
.emm-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.emm-paginate a:hover, .emm-paginate a:active {background:#ccc; color:#888;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate .emm-current {color:#fff; background:#666; border:1px solid #333; margin-right:4px; padding:3px 6px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}



/* ----------- list item ------------*/
#sidebar ul.underlined-list  {
	list-style-type: none;
}

#sidebar ul.underlined-list li {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background: none;
}
#sidebar ul.underlined-list li a {
	color: #333;
	text-decoration: none;
}

/* ----------- list item ------------*/

#wrapper-shadow {
	background-image: url(images/wrapper_shadow_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 100px;
	margin: 0px auto;
	width: 1000px;
}
#footer {
	background-color:#333;
	color: #CCC;
	text-align: center;
	padding: 10px;
}

.divider{
	clear:both;
	background-image: url(images/divider_img.gif);
	background-repeat: repeat-x;
	height: 2px;
}

.two-col{
	background-image: url(images/one_px_gray.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.two-col-left{
	float:left;
	width: 300px;
}
.two-col-right{
	float:right;
	width: 300px;
}





UL.tabNavigation { 	list-style: none;   margin: 0;  padding: 0;	}
UL.tabNavigation li {  	text-align:center;}
UL.tabNavigation li a {	
display: block;	float:left;	width:120px; height: 20px;	padding: 15px 10px 10px 10px; color: #666;
text-decoration: none;	background: url(images/tab_unselected.png) no-repeat bottom #CCC; 
font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;
}
UL.tabNavigation li a.selected,
UL.tabNavigation li a:hover { background: url(images/tab_selected.png) #DFDFDF;   color: #333; }


UL.tabNavigation LI A:focus { outline: 0; }
div.tabs > div { padding: 10px;	margin-top: 3px;}
div.tabs > div h2 {	margin-top: 0;	}

#first { clear:both; padding:20px; /* background-color: #f00; */}
#second { clear:both; padding: 20px;/* background-color: #0f0; */}
#third { clear:both; padding:20px; /* background-color: #f00; */}
#fourth { clear:both; padding: 20px;/* background-color: #0f0; */}


/*****Toggle Sidebar****/
.tab_ex {padding:0px; margin:0px;}
.tab_ex_head { height:50px; width:280px; background-image:url(images/tab_sprite.png); text-align:center;}
.tab_ex_head a {
	color: #333;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:20px;
	padding: 20px 30px 10px 0px;
	float:left;
	background-image:url(images/tab_sprite.png);
	background-position: right 50px;
	background-color: #999;
}

.tab_ex_head span {
	height:50px;
	width:30px;
	float:left;
	background-image:url(images/tab_sprite.png);
	background-position: left 50px;
	background-color: #999;
}

.tab_ex_head.hide { height:50px; width:280px; background-image:url(images/tab_sprite.png); text-align:center;}

.tab_ex_head.hide a {color: #666; text-decoration: none;	 font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;
	height:20px;
	padding: 20px 30px 10px 0px; 
	float:left;
	background-image:url(images/tab_sprite.png);
	background-position: right 100px;
	background-color: #C00;
}

.tab_ex_head.hide span {
	height:50px;
	width:30px;
	float:left;
	background-image:url(images/tab_sprite.png);
	background-position: left 100px;
	background-color: #C00;
}

/************** Scrollable *************************/

.player-menu {
	background-image: url(images/player_menu.png);
	width: 660px;
	height: 32px;
	padding-top: 3px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #036;
	text-decoration: none;
}

.player-menu a.left-button{float:left; width:50px; height:30px;}
.player-menu a.right-button{float:right;  width:50px; height:30px;}

.carousel {border: 1px solid #CCC; background:#FFF; width:660px;}
.carousel img {	max-width:100px;	height:auto;	max-height:350px;	width:auto;}

.carousel ul{ list-style:none;}
.carousel ul li {float:left; padding:5px; border: 1px solid #CCC; background: #F5F5F5; margin: 10px; }




/*************SIDE BAR TEXT***********/

.sidebar-block {
	padding:20px;
	font-family: Verdana, Geneva, sans-seri;
}
.sidebar-block p{
	font-size: .85em;
}

.sidebar-block p.meta{
	border-top:1px dotted #999999;
	color:#666666;
	margin:0.85em auto;
	padding:0.3em 0;
	font-style: italic;
}
.sidebar-block ul{
	font-size: .85em;
}

.sidebar-block ul li{
	padding-left: 10px;
	list-style-type: none;
	display: block;
	background: url(images/bullet1.png) no-repeat;
	font-weight:bold;
}

.sidebar-block a:link,
.sidebar-block a:active,
.sidebar-block a:visited{
	color: #036;
	text-decoration: none;
}
.sidebar-block a:hover{
	color: #069;
	text-decoration: none;
	border-bottom: 1px dashed #069;
}

.sidebar-block h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

.sidebar-block h3 a:link,
.sidebar-block h3 a:visited,
.sidebar-block h3 a:hover,
.sidebar-block h3 a:active,
{ color:#000; text-decoration:none;}

.ads {text-align:center;}

.twitter-body ul {list-style:none;}
.twitter-body .twitter-timestamp{ font-size:smaller;}
.twitter-body ul.twitter li.twitter-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
.twitter-body {	background: url(images/twitter.gif) bottom;	padding: 0px 40px 30px 40px;}
.twitter-wrap {	background: url(images/twitter.gif) top;	padding-top: 50px;}



.object { padding:10px; background:#CCC; border: 1px solid #999; text-align:center; margin: 20px auto;}

.sidebar-ad { margin: 5px auto; width:250px; }

/*------------ Election Page ------------*/
ul.comma-separated-list { list-style-type: none; list-style-position:inside; }
ul.comma-separated-list li.categories { display:block;}
ul.comma-separated-list li ul li.cat-item { display: inline-block; font-size: .85em; color: red;}

ul.normal-list { list-style-type: none; list-style-position:inside; width:180px; float:right;}
ul.normal-list li.categories { display:block;}
ul.normal-list li ul li.cat-item {  font-size: .90em; color: #666; list-style-type: none;}
ul.normal-list li ul li.cat-item ul li.cat-item { line-height: 1em;}

.front-columns img {float:left; padding-right:10px;}
img.thumb-wide{ padding-bottom:10px;}
ul.election-list { list-style-position:inside; list-style:none; }
ul.election-list li { border-bottom:1px dotted #CCC; }
ul.issues-list { list-style-type: none; list-style-position:inside; }
ul.issues-list li.categories { display:block;}
ul.issues-list li ul li.cat-item { display: inline-block; font-size: .85em; color: #666; width:148px; }

ul.related{ list-style:none;}
ul.related li{ padding: 5px; border-top: 1px dotted #CCC;}
.attachment-thumbnail {display:none;}

div.catlist ul {
	list-style: none;
}

div.catlist ul li.categories h4{ 
	font-family:"Century Schoolbook",Georgia,Times,serif;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	line-height:90%;
	margin:0.2em 0;
}

.catlist .cat-item{ 
	list-style:none; 
	padding-left:20px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.catlist ul.children {
	font-size: 16px;
	padding-top: 10px;
}