/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	font: normal 12px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #dbdbdb;
}
.container{
	width: 975px;
	margin: 0 auto;
	text-align: left;
}
.col_full{
/* when content takes up full site width */
/* can aslo be used to wrap inner colums if container hook isn't enough */
	width: 100%;
	float: left;
	clear: both;
}
.col_large {
/* when content is with one sidebar */
	float: left;
	width: 700px;
}
.col_small {
/* sidebar next to content */
	float: left;
	width: 275px;
}
/*=COMMON
=== === === === === === === === === === */
p{
	line-height: 150%;
	margin: 0;
	padding: 0 30px 10px 20px;
}
h1, h2, h3, h4, h5, h6{
	line-height: 150%;
	margin: 0;
	padding: 10px 30px 5px 20px;
	font-family: "Times New Roman";
	font-weight: normal;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #555555;
}
a:hover, a:active {
	color: #333333;
}
blockquote{
	margin: 0 20px 10px 20px;
	padding: 10px;
	font-style: italic;
	border: 1px solid #cccccc;
}
form{
	clear: both;
	padding: 0;
	margin: 0;
}
form fieldset{
	border: none;
	padding: 0 20px 10px 20px;
	margin: 0;
}
form fieldset label{
	clear: both;
	font-weight: bold;
	display: block;
	color: #666666;
	font-size: 85%;
	text-transform: uppercase;
}
form fieldset textarea{
	width: 500px;
}
form fieldset input.textfield{
	width: 350px;
	margin: 0 0 10px 0;
}
form fieldset input.submitbutton{
	margin: 10px 0 0 0;
	clear: both;
	display: block;
}
/*=HEADER
=== === === === === === === === === === */
#header {
	float: left;
	width: 100%;
	clear: both;
	border-top: 5px solid #990000;
	background-color: #ffffff;
}
#header p{
	padding: 30px 20px;
	color: #999999;
}
#header p.title{
	background-image: url(../../assets/images/logo.gif);
	float: left;
	height: 80px;
	text-indent: -9999px;
	width: 340px;
	margin: 0;
	padding: 0;
}
#header p.title a{
	display: block;
	height: 80px;
	width: 340px;
	outline: none;
}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
	float: left;
	width: 100%;
	clear: both;
	background-image: url(../../assets/images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px 0 0 0;
	font-weight: bold;
}
#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	float: left;
}
#navigation ul li{
	display: inline;
	text-transform: uppercase;
	float: left;
}
#navigation ul li a:link,
#navigation ul li a:visited{
	background-image: url(../../assets/images/nav_static_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	display: block;
	margin: 0 0 0 5px;
	text-decoration: none;
}
#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li.current a:link,
#navigation ul li.current a:visited{
	background-image: url(../../assets/images/nav_hover_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	display: block;
	margin: 0 0 0 5px;
	text-decoration: none;
}
#navigation ul li a:link span,
#navigation ul li a:visited span{
	background-image: url(../../assets/images/nav_static_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	display: block;
	padding: 6px 12px 4px 10px;
	text-decoration: none;
}
#navigation ul li a:hover span,
#navigation ul li a:active span,
#navigation ul li.current a:link span,
#navigation ul li.current a:visited span{
	background-image: url(../../assets/images/nav_hover_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	display: block;
	padding: 6px 12px 4px 10px;
	text-decoration: none;
}
/*=BODYAREA
=== === === === === === === === === === */
#bodyarea {
	
}
#bodyarea ul{
	padding: 0;
	margin: 0 30px 10px 35px;
}
#bodyarea h1{
	font-size: 250%;
	line-height: 125%;
}
#bodyarea h2{
	font-size: 200%;
	clear: both;
}
#bodyarea h3{
	font-size: 150%;
}
#bodyarea h4{
	font-size: 125%;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
}
#bodyarea h5{
	font-size: 125%;
	text-transform: uppercase;
	color: #333333;
}
#bodyarea ul{
	color: #666666;
}
#bodyarea span.con{
	color: #990000;
}
#bodyarea span.lib{
	color: #000099;
}
#bodyarea ul.hotlink_list{
	list-style: none;
	margin: 0px 0 10px 20px;
	font-family: "Times New Roman";
	font-size: 100%;
}
#bodyarea ul.candidate_list{
	list-style: none;
	margin: 0 0 10px 20px;
	font-family: "Times New Roman";
	font-size: 125%;
}
#bodyarea ol.candidate_list{
	margin: 0 0 10px 45px;
	font-family: "Times New Roman";
	font-size: 125%;
	padding: 0;
	color: #666666;
}
#bodyarea ul.hotlink_list li {
	padding: 0 0 10px 0;
}
#bodyarea ul.candidate_list li,
#bodyarea ol.candidate_list li{
	padding: 0 0 2px 0;
}
#bodyarea ul.candidate_list a:link,
#bodyarea ul.candidate_list a:visited,
#bodyarea ol.candidate_list a:link,
#bodyarea ol.candidate_list a:visited{
	text-decoration: none;
}
#bodyarea ul.candidate_list a:hover,
#bodyarea ul.candidate_list a:active,
#bodyarea ol.candidate_list a:hover,
#bodyarea ol.candidate_list a:active{
	text-decoration: underline;
}
#bodyarea ul.candidate_list .link_con a:link,
#bodyarea ul.candidate_list .link_con a:visited,
#bodyarea ul.candidate_list .link_con a:hover,
#bodyarea ul.candidate_list .link_con a:active,
#bodyarea ol.candidate_list .link_con a:link,
#bodyarea ol.candidate_list .link_con a:visited,
#bodyarea ol.candidate_list .link_con a:hover,
#bodyarea ol.candidate_list .link_con a:active{
	color: #990000;
}
#bodyarea ul.candidate_list .link_lib a:link,
#bodyarea ul.candidate_list .link_lib a:visited,
#bodyarea ul.candidate_list .link_lib a:hover,
#bodyarea ul.candidate_list .link_lib a:active,
#bodyarea ol.candidate_list .link_lib a:link,
#bodyarea ol.candidate_list .link_lib a:visited,
#bodyarea ol.candidate_list .link_lib a:hover,
#bodyarea ol.candidate_list .link_lib a:active{
	color: #000099;
}
#bodyarea .col_large{
	background-color: #ffffff;
	background-image: url(../../assets/images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#bodyarea .profile_photo{
	float: left;
	width: 110px;
}
#bodyarea .profile_photo img{
	margin: 0 0 0 20px;
}
#bodyarea .profile_content{
	float: right;
	width: 590px;
}
#bodyarea #ad_banner{
	text-align: center;
	padding: 50px 0;
	clear: both;
}
#bodyarea #ad_banner1{
        text-align: center;                  
        padding: 20px 0;
        clear: both;
}
#bodyarea #ad_box{
	text-align: center;
}
#bodyarea #buzzlist{
	clear: both;
	float: left;
	width: 100%;
	background-color: #ffffff;
	background-image: url(../../assets/images/buzzlist.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#bodyarea #buzzlist a:link,
#bodyarea #buzzlist a:visited{
	color: #dddddd;
}
#bodyarea #buzzlist a:hover,
#bodyarea #buzzlist a:active{
	color: #ffffff;
}
#bodyarea #buzzlist span a:link,
#bodyarea #buzzlist span a:visited{
	color: #aaaaaa;
	text-decoration: none;
}
#bodyarea #buzzlist span a:hover,
#bodyarea #buzzlist span a:active{
	color: #dddddd;
	text-decoration: underline;
}
#bodyarea #buzzlist #list_con{
	float: left;
	width: 241px;
}
#bodyarea #buzzlist #list_con ul{
	margin: 0 0 0 30px;
	list-style: none;
	color: #aaaaaa;
	padding: 0 20px 5px 0;
}
#bodyarea #buzzlist #list_con ul li{
	padding: 0 0 5px 0;
}
#bodyarea #buzzlist #list_con h3{
	margin: 0 0 0 20px;
	padding: 10px 30px 5px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	color: #ffffff;
}
#bodyarea #buzzlist #list_lib{
	float: left;
	width: 223px;
}
#bodyarea #buzzlist #list_lib ul{
	margin: 0 0 0 10px;
	list-style: none;
	padding: 0 30px 5px 0;
	color: #aaaaaa;
}
#bodyarea #buzzlist #list_lib ul li{
	padding: 0 0 5px 0;
}
#bodyarea #buzzlist #list_lib h3{
	margin: 0;
	padding: 10px 30px 5px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	color: #ffffff;
}
#bodyarea #buzzlist #list_neu{
	float: left;
	width: 216px;
}
#bodyarea #buzzlist #list_neu ul{
	margin: 0 0 0 10px;
	list-style: none;
	padding: 0 20px 5px 0;
	color: #aaaaaa;
}
#bodyarea #buzzlist #list_neu ul li{
	padding: 0 0 5px 0;
}
#bodyarea #buzzlist #list_neu h3{
	margin: 0;
	padding: 10px 30px 5px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	color: #ffffff;
}
#bodyarea #graphs{
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 0 10px 0;
}
#bodyarea #graphs #buzzshare{
	float: left;
	padding: 0 0 0 10px;
}
#bodyarea #graphs #tone{
	float: left;
	padding: 0 0 0 10px;
}
#bodyarea #graphs #top{
	float: left;
	padding: 0 0 0 20px;
}

#bodyarea #graphs #meters{
	float: left;
	padding: 0 20px 10px 20px;
	margin-left: 20px;
	border-top: groove 2px;
	border-bottom: groove 2px;
}

.meterlabel{
	margin-left: 50px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
}

#bodyarea #graphs #meters #metersleft{
	text-align: center;
	float: left;
}
#bodyarea #graphs #meters #metersright{
	text-align: center;
	margin-left: 5px;
	float: left;
}


#bodyarea p.meta{
	padding: 0 20px 10px 20px;
	font-size: 85%;
	color: #666666;
	margin: -5px 0 0 0;
}
#bodyarea p.updated{
	padding: 5px 10px 0 10px;
	font-size: 85%;
	color: #999999;
	text-align: right;
	margin: 0 0 -5px 0;
	text-transform: uppercase;
}
#bodyarea #candidates_all{
	padding: 10px 20px 0 20px;
}
#bodyarea #candidates_all .candidates_con{
	background-image: url(../../assets/images/bg_candidate_red.gif);
	background-position: bottom left;
	margin: 0 0 1px 0;
	float: left;
	width: 100%;
}
#bodyarea #candidates_all h3{
	padding-bottom: 0;
}
#bodyarea #candidates_all h3 a:link,
#bodyarea #candidates_all h3 a:visited{
	text-decoration: none;
}
#bodyarea #candidates_all h3 a:hover,
#bodyarea #candidates_all h3 a:active{
	text-decoration: underline;
}
#bodyarea #candidates_all .candidates_con h3 a:link,
#bodyarea #candidates_all .candidates_con h3 a:visited{
	color: #990000;
}
#bodyarea #candidates_all .candidates_con h3 a:hover,
#bodyarea #candidates_all .candidates_con h3 a:active{
	color: #ff3333;
}
#bodyarea #candidates_all .candidates_lib{
	background-image: url(../../assets/images/bg_candidate_blue.gif);
	background-position: bottom left;
	margin: 0 0 1px 0;
	float: left;
	width: 100%;
}
#bodyarea #candidates_all .candidates_lib h3 a:link,
#bodyarea #candidates_all .candidates_lib h3 a:visited{
	color: #000099;
}
#bodyarea #candidates_all .candidates_lib h3 a:hover,
#bodyarea #candidates_all .candidates_lib h3 a:active{
	color: #000099;
}
#bodyarea #candidates_all .candidates_neu{
	background-image: url(../../assets/images/bg_candidate_grey.gif);
	background-position: bottom left;
	margin: 0 0 1px 0;
	float: left;
	width: 100%;
}
#bodyarea #candidates_all .intro{
	float: left;
	width: 300px;
}
#bodyarea #candidates_all .intro ul li{
	font-size: 85%;
}
#bodyarea #candidates_all .blogsites{
	float: left;
	width: 300px;
}
#bodyarea #candidates_all .blogsites ul{
	list-style: none;
	margin: 0 0 20px 20px;
}
#bodyarea #candidates_all .blogsites ul li{
	font-size: 85%;
}
#bodyarea #candidates_all .blogsites ul li.link_con{
    padding: 0 0 0 10px;
    background-image: url(../../assets/images/bullet_red.gif); 
    background-position: top left;
    background-repeat: no-repeat;
}
#bodyarea #candidates_all .blogsites ul li.link_lib{
    padding: 0 0 0 10px;
    background-image: url(../../assets/images/bullet_blue.gif); 
    background-position: top left;
    background-repeat: no-repeat;
}
#bodyarea #candidates_all .blogsites ul li.link_neu{
    padding: 0 0 0 10px;
    background-image: url(../../assets/images/bullet_grey.gif); 
    background-position: top left;
    background-repeat: no-repeat;
}
#bodyarea ul.alphabet{
    list-style: none;
    margin: 0 20px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding: 0 0 10px 0;
}

#bodyarea ul.alphabet li{
    display: inline;
    padding: 0 0 0 5px; 
}

#dirtable td {
    padding-left: 20px;
}

#mudgraphs {
	padding-top: 20px;
	padding-bottom: 20px;
}

#mudgraphs .mudgraph {
	display: block;	
	margin-left: auto;
	margin-right: auto;
}

#mudwords {
	clear: both;
	float: left;
	width: 100%;
	background-color: #ffffff;
	background-image: url(../../assets/images/mudwords.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 20px;
}

#mudwords #list_obama {
	float: left;
	width: 350px;
}

#mudwords #list_obama h3 {
	margin: 0 0 0 20px;
	padding: 10px 30px 5px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	text-transform: uppercase;
	color: #ffffff;
}

#mudwords #list_obama ul {
	margin: 0 0 0 30px;
	padding: 0 20px 5px 0;
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 110%;
	color: #ffffff;
}

#mudwords #list_obama ul li {
	padding: 0 0 5px 0;
}

#mudwords #list_obama .new {
	font-size: 115%;
	font-weight: bold;
}

#mudwords #list_mccain {
	float: left;
	width: 350px;
}

#mudwords #list_mccain h3 {
	margin: 0 0 0 20px;
	padding: 10px 30px 5px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	text-transform: uppercase;
	color: #ffffff;
}

#mudwords #list_mccain ul {
	margin: 0 0 0 30px;
	padding: 0 20px 5px 0;
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 110%;
	color: #ffffff;
}

#mudwords #list_mccain ul li {
	padding: 0 0 5px 0;
}

#mudwords #list_mccain .new {
	font-size: 115%;
	font-weight: bold;
}



/*=FOOTER
=== === === === === === === === === === */
#footer {
	clear: both;
}
#footer p{
	font-size: 85%;
	color: #666666;
	text-align: center;
	padding: 20px 30px 40px 30px;
}
