/*****************************/
/* CSS RESET */
/*****************************/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, label, textarea,
table, caption, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: baseline;
	background: transparent;
}

body {
	/*line-height: 1.5;*/
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 1;
	background-color: #ff9;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****************************/
/* END CSS RESET */
/*****************************/
/*****************************/
/* BASE STYLES */
/*****************************/
/* Use ems for font size */




/*************************************** LISTS */





ul,
ol {
margin:0px;
padding:0px;
	list-style-position: inside;
}
li{
list-style-position:inside;
margin:0px;
padding:0 ;
}

ul {
	list-style-type: disc;
	margin:0px;
margin-bottom:10px;
}

ul ul {
	list-style-type: circle;
	margin-top: 0;

}

ol {
	list-style-type: decimal;
	margin:0px;
margin-bottom:10px;
list-style-position: inside;

}

ol ol {
	list-style-type: lower-alpha;
	margin-top: 0;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2em;
}


ul.arrowList { margin-left:0em; padding-left:0.2em; margin-bottom:1em; list-style-position:outside;}
ul.arrowList li { background:url(/images/bullet.gif) 0em 0.3em no-repeat; /* change background em accordingly */ padding-left: 0.8em; list-style: none;list-style-position:outside; }
.arrowList ul li { background-image:url(/images/bullet_child.gif); }

ol.arrowList li, ul.niceList li { margin-bottom:0.5em; }

ol.arrowList { margin-left:1.5em; padding-left:0px; }
.arrowList ol li { list-style:decimal; background-image:none; padding-left:0em; }
/*************************************** TABLES */

table {
	margin: 2em 0;
}
table.nopadding {
	margin:0;
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

thead th {
	background-color: black;
	color: white;
}

/* for alternate rows */
tr.shaded {
	background-color: #ddd;
}

th,
td {
	padding: 0.3em;
}

td {
	vertical-align: top;
}



/*************************************** FORMS */
.submit input
{
color: #ffffff;
background: #eb2d2f;
border: 1px solid #024c7d;
padding-top:2px;
padding-bottom:2px;
font-weight:bold;
}
.submit input:hover
{
color: #024c7d;
background: #eb2d2f;
border: 1px solid #024c7d;
padding-top:2px;
padding-bottom:2px;
}
fieldset {
	border: dotted 1px #999;
	padding: 1em;
	margin: 1em auto;
}

legend {
	font-size: 1.3em;
	font-weight: bold;
	background-color: white;
	padding: 0 0.25em;
}

label {
	font-weight: bold;
}

/* For inline labels and inputs, enclose both in <div class="row"> */
.row {
	margin: 0.5em 0;
}

.row label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 0.75em;
}

.required {
	color: red;
}

textarea {
	border: solid 1px #999;
}



/* INLINE ELEMENTS */

strong {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

acronym,
abbr {
	border-bottom: dotted 1px #666;
	cursor: help;
}

sup,
sub {
	font-size: 75%;
	line-height: 0;
}

q:lang(en) {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

kbd,
pre {
	font-family: Courier, monospaced;
}


/*************************************** LINKS */

a:link {
	color: #035e8c;
	text-decoration:underline;
	line-height:inherit;
}

a:visited {
	color: #035e8c;
	text-decoration:underline;
	line-height:inherit;
}

a:focus,
a:hover,
a:active {
	color: #4c891c;
	line-height:inherit;
}

a:link.footer {
	color: #fff;
	text-decoration:underline;
}

a:visited.footer {
	color: #fff;
	text-decoration:underline;
}

a:focus.footer,
a:hover.footer,
a:active.footer {
	color: #fff065;
	text-decoration:none;
}


a#footerlink:link {
	color: #ffffff;
	/*text-decoration:underline;*/
}

a#footerlink:visited {
	color: #ffffff;
	/*text-decoration:underline;*/
}

a#footerlink:focus,
a#footerlink:hover,
a#footerlink:active {
	color: #eb2d2e;
}

a.issue:link {
	font-size:14px;
	font-weight:bold;
	color: #035e8c;
	text-decoration:underline;

}

a.issue:visited {
	font-size:14px;
	font-weight:bold;
	color: #035e8c;
	text-decoration:underline;

}

a.issue:focus,
a.issue:hover,
a.issue:active {
	color: #4c891c;
	font-size:14px;
	font-weight:bold;
}

a.myhc:link {
	color: #ffffff;
	text-decoration:underline;
font-weight:bold;
font-size:1.2em;
}

a.myhc:visited {
	color: #ffffff;
	text-decoration:underline;
font-weight:bold;
font-size:1.2em;
}

a.myhc:focus,
a.myhc:hover,
a.myhc:active {
	color: #ffffff;
font-weight:bold;
font-size:1.2em;
}

/* ACCESSIBILITY */

a#skipnav:link,
a#skipnav:visited {
	position: absolute;
	width: 100%;
	left: -999em !important;
	margin; 1em auto;
	text-align: center;
	background-color: white;
}

a#skipnav:focus,
a#skipnav:active {
	left: 0 !important;
}

/*************************************** BLOCK ELEMENTS */

h1,h2,h3,h4,h5,h6 {
	line-height: 1.25;
}

h1 {
	font-weight: bold;
	margin-bottom: 1em;
	line-height:1.1em;
	font-size:1.4em;
	color:#b42126;
	margin:0;
	border-bottom:1px solid #b42126;
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
}

h2 {
	margin: 0;
	font-size:1.2em;
	font-weight:bold;
	color:#b42126;
	margin:0;
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;

}
h3{
	margin: 0;
	font-size:1.1em;
	font-weight:bold;
	color:#b42126;
	margin:10px 0 5px 0;
	font-family:Verdana, Geneva, sans-serif;

}

h2.excert {
	font-weight: bold;
	margin-bottom: 1em;
	font-size:14px;
	line-height:16px;
	color:#b42126;
	margin:0;
	margin-bottom:2px;
	margin-top:2px;
	font-family:Verdana, Geneva, sans-serif;
	border:0px;
}
h2.nobg{

	margin: 0;
	font-size:1.2em;
	font-weight:bold;
	color:#01676b;
	margin:0;
	padding-bottom:.3em;
	background-image:none;
	border-bottom:1px solid #b42126;
	
}


h1.LightHead {
	font-weight: bold;
	margin-bottom: 1em;
	line-height:1.1em;
	font-size:1.8em;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}
h2.LightHead  {
	margin: 0.5em 0 0.25em 0;
	font-size:1.5em;
	font-weight:bold;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}

h3.LightHead  {

	margin: 0.25em 0 0.25em 0;
	font-size:1.2em;
	font-weight:bold;
	color:#006398;
	margin:0;
	padding-bottom:.8em;
}


blockquote {
	margin: 1em 8em;
}

address {
	margin: 1em 0 1em 2em;
}

/*****************************/
/***************************************END BASE STYLES
/*****************************/

body{
	background-color:#02629c;
	background-position:center;
	background-position:top;
	font-size:12px;
	background-image:url(images/headcountbg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-attachment: fixed;
	font-family:Verdana, Geneva, sans-serif;
	line-height:12px;
	line-height:14px;
margin-bottom:5px;
}
p{
line-height:14px;
margin-bottom:5px;
}
#header{
	width:1021px;
	margin-left:auto;
	margin-right:auto;
	height:148px;
	background-image:url(images/headcountheader.png);
}
#head1{
	float:left;
	width:405px;
	margin-top:103px;

}
#head2{
	float:left;
	width:211px;
	margin-top:-5px;

}

#head3{
	float:left;
	width:405px;
	margin-top:71px;
	padding-left:0px;
}

#mainhc{
	width:982px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/headcountbody.png);
	background-repeat:repeat-y;
	min-height:500px;
	padding-top:5px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:10px;
}

#mainleft{
	float:left;
	width:607px;
	margin-right:8px;
}
#mainright{
	float:left;
	width:327px;
}
#mainleft_blog{
	float:left;
	width:607px;
	margin-right:8px;
}

#mainright_blog{
	float:left;
	width:331px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#BlogBody {
padding: 0 0 0 5px;	
background-image:url("images/BlogBody.jpg");
background-position:center bottom;
background-repeat:no-repeat;
height:426px;
	
}
p.smalltext2 {
float:right;
padding: 0 10px 0 0;
text-align:right;
width:225px;
}

p.smalltext2 a {
	text-decoration: underline;
}

.smalltext2 {
	padding: 0 0 0 5px;
	}
	.smalltext2 a {
	text-decoration:none;
	}
#mainright_blog h4{
color:#082E4C;
font-weight:bold;
font-size:14px;
padding: 5px 0;
}
#mainright_blog ul{
list-style:disc outside none;
}

#mainright_blog li{
padding:0 0 0 40px;
list-style-position:inside;
margin:0px;
}



#mainright_blog li a{
text-decoration:none;
margin: 3px 0 3px 5px;


}

#mainright_blog li a:hover{
color:#FCBE0E;
}
#mainright_blog li a:visited{
color:#FD7720;
}
#home1{
float:left;	
width:315px;
border-right:1px solid #79b5e3;
min-height:300px;
margin-right:10px;
padding-right:5px;
}


#home2{
float:left;	
width:315px;
border-right:1px solid #79b5e3;
min-height:300px;
margin-right:10px;
padding-right:5px;
}


#home3{
float:left;	
width:318px;
min-height:300px;

}

#footer{
	width:991px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/headcountfooter.png);
	background-repeat:no-repeat;
	height:133px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	color:#ffffff;
	text-align:center;
	margin-bottom:-2px;
	
}
#footer p{
	text-align:center;
	font-size:11px;
	margin-bottom:5px;
	line-height:12px;
}

.homebutton{
	margin-bottom:10px;
			
			}

.widget_text{
list-style:none;
padding:0px;
margin:0px;
}
.widget{
	list-style:none;
padding:0px;
margin:0px;
}
.textwidget{
	padding:0px;
margin:0px;
margin-bottom:10px;
}




.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	
}

#navhc {
padding:0; 
margin:0;
list-style:none;
height:28px; 
position:relative; 
z-index:500; 
font-family:verdana,arial, sans-serif;
color:#e6eaed; 
font-size:16px;
font-weight:bold; 
margin-left:10px; 
}

#navhc li.top {
display:block;
float:left;
height:28px;
color:#000000;
font-size:14px; 
background-image:url(images/starli.png);
background-repeat:no-repeat; 
background-position:left;
padding-left:17px; 
padding-bottom:3px; 
}

#navhc li a.top_link {
display:block;
float:left; 
height:25px;
line-height:33px;
color:#ccc;
text-decoration:none;
cursor:pointer;
color:#e6eaed;
font-size:14px; 
font-family:verdana,arial, sans-serif;
font-weight:bold;
padding-right:0px;
}

#navhc li a.top_link span {display:block; float:left; height:25px; line-height:33px; color:#ccc; text-decoration:none; cursor:pointer;color:#e6eaed; font-size:12px; font-family:verdana,arial, sans-serif; font-weight:bold; padding-right:0px; margin-right:5px;}
#navhc li a.top_link span.down {display:block; float:left; height:25px; line-height:33px; color:#ccc; text-decoration:none; cursor:pointer;color:#e6eaed; font-size:14px; font-family:verdana,arial, sans-serif; font-weight:bold; padding-right:0px; margin-right:10px;}

#navhc li:hover a.top_link {color:#fff; color:#000000;}
#navhc li:hover a.top_link span {color:#000000;}
#navhc li:hover a.top_link span.down {color:#000000;}

/* Default list styling */

#navhc li:hover {position:relative; z-index:200;}

#navhc li:hover ul.sub
{left:1px; top:25px; background: #b42126; border:1px solid #b42126; white-space:nowrap; width:150px; height:auto; z-index:300;}
#navhc li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:150px; }
#navhc li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:148px; line-height:18px; text-indent:5px; color:#ffffff; text-decoration:none;border:1px solid #x;}
#navhc li ul.sub li a.fly
{}
#navhc li:hover ul.sub li a:hover 
{background:#172a53; color:#ffffff; border-color:#fff;}
#navhc li:hover ul.sub li a.fly:hover
{ color:#fff;}

#navhc li.sustain{
height:40px !Important;
}

#navhc li.sustain a{
color:#FFF !Important;
height:40px !Important;
}

#navhc li.sustain a:hover{
background:#172a53 !Important;
height:40px !Important;
}

#navhc li:hover li:hover ul,
#navhc li:hover li:hover li:hover ul,
#navhc li:hover li:hover li:hover li:hover ul,
#navhc li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #000000; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:90px; z-index:400; height:auto;}

#navhc ul, 
#navhc li:hover ul ul,
#navhc li:hover li:hover ul ul,
#navhc li:hover li:hover li:hover ul ul,
#navhc li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:circle; list-style-image:url(/images/starli.png);}

#navhc li:hover li:hover a.fly,
#navhc li:hover li:hover li:hover a.fly,
#navhc li:hover li:hover li:hover li:hover a.fly,
#navhc li:hover li:hover li:hover li:hover li:hover a.fly
{ color:#fff; border-color:#fff;} 

#navhc li:hover li:hover li a.fly,
#navhc li:hover li:hover li:hover li a.fly,
#navhc li:hover li:hover li:hover li:hover li a.fly
{ color:#000; border-color:#bbd37e;} 

#box1{
background-image:url(images/box1.jpg);
background-repeat:no-repeat;
width:503px;
padding-left:10px;
padding-right:10px;
padding-top:18px;
}
#box1foot{
background-image:url(images/box1foot.jpg);
background-repeat:no-repeat;
height:12px;
width:523px;
}

h1.box{
	color:#350501;
	margin-left:35px;
	margin-bottom:5px;
}
h2.box{
	color:#350501;
}
h3.box{
	color:#350501;
}

#col1{
width:523px;
margin-right:10px;
float:left;
}

#col2{
	width:345px;
	float:left;
	
}

#foot{
	background-image:url(images/footer.jpg);
	height:68px;
	padding:10px;
	width:860px;
text-align:center;
	margin-top:10px;
}
#foot p{

text-align:center;
	
}
	.imgpad{
	margin-bottom:10px;
}
#connect{
	background-image:url(images/connect.jpg);
	height:41px;
	padding-top: 10px;
	padding-left:250px;
}

/************ARTIST PAGE********************/

#art ul
{
margin: 0;
padding: 0;
list-style-type: none;
	font-size:16px;
	font-weight:bold;
text-align:center;
line-height:30px;
}

#art ul li { 
display: inline; 
padding: .2em .8em;
background-image: url(http://www.furthurfestival.com/images/artli.jpg);
background-repeat: no-repeat;
background-position: -2px .3em;
line-height:20px;
padding-right:8px;
	font-size:16px;
	font-weight:bold;
}

#art ul li a
{

text-decoration: none;

color:#0033ca;

text-decoration:underline;
	font-size:16px;
	font-weight:bold;
}

#art ul li a:hover
{
color: #ef4036;
	font-size:16px;
	font-weight:bold;


}

.widget_gigpress{
background-image:url(/images/gigback.png);
background-repeat:repeat;
	border:1px solid #01676b;
padding:0px;
width:330px;
}
.gigpress-listing{

	margin-top:0px;
}

.vevent
{
	list-style:none;
}
#comment{
	background-color:#ffffff;
}

.dtstart{
	margin-left:5px;
}
.summary{
	margin-left:5px;
}

.gigpress-sidebar-more
{
text-align:right;
margin-right:5px;
}

#footer_meta{
	margin:0px;
	padding:0px;
}
.single-post{
background: url(/images/post_separator.png);
background-repeat:repeat-y;
background-repeat:repeat;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
font-weight:normal;
/*padding: 10px 0;*/
letter-spacing:.3px;
	}

.single-post p{
padding: 5px 0;
}
.single-post a{
text-decoration:none;
}
.single-post a:hover{
color:#FCBE0E;
}


.single-post li {
list-style-position:inside;
list-style-type:disc;
padding: 0 0 5px 5px;
}

.wp-polls-ul li {
margin-top:10px;	
}
	
.pollbutton{
	padding:0px;
	margin-left:20px;
background: url(/images/votebutton.jpg);
color:#ffffff; 
height:35px;
font-size:20px;
font-weight:bold;
padding-left:90px;
width:120px;
border:2px solid #b42126;
margin-right:-20px;
}



.excertbottom{
		margin-top:-3px;
	border-bottom:1px solid #cccccc;
	clear:right;
	padding-bottom:5px;
	min-height:55px;
	font-family:verdana,arial,sans-serif;
	
}
.excertdate{
	font-family:verdana,arial,sans-serif;
	font-size:11px; 
	color:#000000;
	/*padding: 0 0 10px 0;*/

}

.excertdate a{
	text-decoration:none;

}
.excertdate a:hover{
	color:#FCBE0E;

}

.excertbottom p{ 
	font-size:12px;
	clear:right;
	font-family:verdana,arial,sans-serif;
}



a.nav-thumb:link  {
	color:#000000
}
a.nav-thumb:visited  {
	color:#000000
}
a.nav-thumb:focus,
a.nav-thumb:hover,
a.nav-thumb:active  {
	color:#ffffff
}

.the_title a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.the_title a:hover{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.sponsors{
	
	margin-left:0px; 
	margin-right:0px; 
	margin-top:10px; 
	padding-left:0px; 

}

.sponsorsLogos{
	
	margin-left:50px; 
	margin-right:0px; 
	margin-top:10px; 
	padding-left:0px; 

}
#widgetcontain{
	width:355px;
	padding:5px;
	border:1px solid #172a54;
}

.imgbottom{
	margin-bottom:5px
}

.homebreak{
	clear:both;
	height:10px;
	border-bottom:1px dotted #79b5e3;
	margin-bottom:10px;
}

.festivalalign{
	text-align:center;
	margin-top:-20px;
}
.festivalalign h2{
	text-align:center;
}
.festivalpad{
	margin-right:15px;
}
#entry{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
font-weight:normal;
padding: 10px 0;
letter-spacing:.3px;
}

#entry a{
	text-decoration:none;
}

#entry a:hover{
color:#FCBE0E;
}

#entry a:visited{
color:#FD7720;
}

#entry li{
	padding: 0 0 5px 15px;
}

#entry p {
padding: 5px 0 ; 
}
h2.permalink {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0 0;
padding: 0 0 5px 0;
/*font-size: 1.4em;*/
}
	
h2.permalink a {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0 0;
padding: 0 0 5px 0;
text-decoration:none;
font-size: 1.4em;
/*background:url(wp-content/themes/headcount/images/permalink-bk.jpg) no-repeat;*/
}

h2.permalink a:hover {
color:#FCBE0E;
}
h2.permalink a:visited {
color:#FD7720;
}
.sideblock {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #212121;
margin-bottom:20px;
padding:5px 10px;
}

#partners {
float:left;
}

#partners.headliners {
width:975px;
padding: 0 0 5px 0;
/*background: url(images/headcountbody.png) repeat-y;*/
}
table.nopadding{
margin: 0:	
}
#partners.headlinersSponsors {
width:130px;
padding: 0 0 5px 0;
float:left;
/*background: url(images/headcountbody.png) repeat-y;*/
}

#partners ul li {
float:left;
padding: 5px 5px 5px 0;
list-style:none;
}

#partners ul li a {
float:left;
padding: 0px 5px 0px 0;
list-style:none;
text-decoration:none;
}

/*ul.partners li {
float:left;
padding: 5px 5px 5px 0;
list-style:none;
}
ul.partners li a {
float:left;
padding: 0px 5px 0px 0;
list-style:none;
text-decoration:none;
}
*/


#partners h3 {
color:#B42126;
font-family:Verdana,Geneva,sans-serif;
font-size:1.1em;
font-weight:bold;
margin:5px 0 5px;
}

#partners h3.head {
width:875px;
}

#partners h3.headSmall {
width:130px !important; 
float:left;
}
#leave_comment{
font-family:Verdana, Geneva, sans-serif;	
	}
#leave_comment a{
text-decoration:none;
background:none repeat scroll 0 0 #035e8;
font-size:11px;
	}
#leave_comment a:hover{

background:none repeat scroll 0 0 #fcbe0e;
	}

/*social side links*/

#socialback{
	width:32px;
	height:188px;
	position:absolute;
	background-image:url(images/socialback.png);
	top:0;
	margin-top:150px;
	margin-left:-43px;
	padding-top:7px;
	padding-left:5px;
}
.socialpad{	
	margin-bottom:3px
}

/*social side links*/

/*myheadcount*/

#homemy{
	margin-top:-60px;
	margin-left:145px;
	width:260px;
	margin-bottom:53px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.homemylog1{
	height:25px;
	float:left;
margin-left:0px;
width:114px;

}
.homemylog2{
	height:20px;
	float:left;
margin-left:15px;
color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;

}
a.myhc:link {
color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;

}

a.myhc:visited {
color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;

}

a.myhc:focus,
a.myhc:hover,
a.myhc:active {
color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

/*myheadcount*/

/*-- Election Page --*/
#election_center {
	float:left;
	
}

#ec_columns {
	float:left;
}

#ec_columns.state {
	width:130px;
}

#ec_columns.phone {
	width:130px;
}
#ec_columns.general {
	width:170px;
}

#ec_columns.prime {
	width:167px;
}



#ec_columns h3 {
	padding: 0 0 5px 0;
	}

#ec_columns ul li {
	list-style:none;
	padding: 0 0 10px 0;
	}
	
#ec_columns ul li.row {
	background:#e5e5e5;
	}
	
	/* election center */
#electcontain{
	border:1px solid #182c56;
	width:365px;
}

.elect {
	margin:0px;

}
.elect li {
	list-style:none;
	background: url(/images/electionnav.png);
	height:25px;
	padding-left:5px;
	padding-top:5px;
}
.elect li a{
	background: url(/images/electionstar.png);
	background-repeat:no-repeat;
	padding-left:20px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:capitalize;
	font-size:16px;
	text-decoration:none;
	
	
}
.elect li a:hover{

	text-decoration:underline;
	
	
}
.thumbnail{

	margin-right:5px;
	margin-bottom:5px;
}

.home_thumb {
	float:left;
	margin:5px 5px 3px 0;

	overflow:hidden;
}

#mainright_blog ul{
		width:340px;
	padding:5px;
}
#blogborder{
	border:1px solid #02629c;
	margin-left:10px;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:10px;
	width:350px;
}
#linkcat-385
{
	border:1px solid #02629c;
	margin-left:10px;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:10px;
		width:350px;
}

#linkcat-114
{
	border:1px solid #02629c;
	margin-left:10px;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:10px;
		width:350px;
}
#linkcat-115
{
	border:1px solid #02629c;
	margin-left:10px;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:10px;
		width:350px;
}

.blogroll{
	margin:0px;
	padding:0px;
}

/* About Us Page Formatting*/

h1.about {
border-bottom:none;
color:#024c7d;	
}

h1.about img {
margin: 10px 5px 0 0;	
}

h2.about {
color:#024c7d;
}

.date {
	background: url(http://www.headcount.org/images/date.gif) no-repeat;
	height: 58px;
	margin-bottom: 0px;
	width: 58px;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.date .month {
	display: block;
	color: #FF7900;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}
.titles { font-weight: normal; border-bottom-width: 0; font-size: 24px; text-decoration: none; underline: none; line-height:24px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
line-height:24px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

#dltbl1 {
width:311px;
padding:0px;
float:left;
height:100%;
padding-right:10px;
background-color:#FFFFFF;

		}


#dltbl2 {
width:330px;
padding:0px;
float:left;
padding-left:10px;
text-align:center;
height:100%;
background-color:#FFFFFF;
}	
#dltbl3 {
width:311px;
padding:0px;
float:left;
height:100%;
background-color:#FFFFFF;
		}
