/*

Theme Name: teh blog ar (not) dead
Theme URI: http://mawsh.com/labs/tehblogarnotdead/
Description: A Sweetcron theme that keeps your blog posts front and center so that they don't get drowned out by your other geeky internet activities.
Version: 1.0
Author: mawsh
Author URI: http://mawsh.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* 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,
dl, dt, dd, ol, ul, li,
fieldset, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global */

html {height:100%;margin-bottom:1px;}

body {
	background: #eee url('i/bg.jpg') top center repeat-x;
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	color: #555555;
	text-align: center;
	font-size: 100%;
	}

a, a:visited {
	color: #0066cb;
	text-decoration: none;
	}

a:hover, a:active {
	color: #555;
	text-decoration: none;
	}

input, textarea {
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	}

input {
	}

textarea {
	}

hr {
	border: 1px dotted #DADADA;
	height: 1px;
	clear: both;
	margin: 10px 0px;
	}

code {
	color: green;
	background: #FAFAFA;
	padding: 0 3px;
	border: 1px solid #EAEAEA;
	}

/* Site Specific */

.container {
	clear: both;
	font-size: 1.0em;
	line-height: 1.0em;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	width: 940px;
	}


/* Header & Profile */

#header, #profile {
	clear: both;
	/*float: left;*/
	margin: 0;
	position: relative;
	width: 100%;
	}

	#header {
		background: #000;
		height: 75px;
		}

		#header #toggle {
			cursor: pointer;
			position: absolute;
			left: 620px;
			top: 13px;
			height: 25px;
			width: 80px;
			}

		#header-titles {
			position: relative;
			width: 100%;
			top: 0px;
			left: 0px;
			z-index: 500;
			}

		#header #learn {
			background: url('i/learn-more.png') 620px 13px no-repeat;
			height: 50px;
			}

		#header.active #learn {
			background: url('i/learn-less.png') 620px 13px no-repeat;
			}

		#header-titles #site-title {
			color: #fff;
			font-size: 32px;
			font-weight: bold;
			left: 0px;
			padding-left: 5px;
			position: absolute;
			top: 0px;
			height: 70px;
			vertical-align: middle;
			/*background: url('i/colombia-decide-nuevo.png') no-repeat;*/
			padding-top: 0px;
			width: 205px;
			}			

			#header-titles #site-title a {
				color: #fff;
				font-size: 22px;
				top: 20px;
				height: 70px;
				line-height: 40px;
				}
		
		#header-titles #rss-feed {
			background: url('i/feed-icon-14x14.png') 0 3px no-repeat;
			font-size: 0.75em;
			padding-left: 20px;
			padding: 1px 0 5px 20px;
			position: absolute;
			top: 15px;
			left: 740px;
			}
		
		#header-titles #rss-feed a {
			color: #dc6022;
			}
		
		#header-titles #rss-feed a:hover {
			color: #fff;
			}
	
	#profile {
		background: url('i/bg-profile.png') 0 0;
		z-index: 100;
			/* Uncomment to float profile */
			/*
			position: absolute;
			top: 50px; left: 0px;
			*/
		}

		#profile .wrap {
			float: left;
			position: relative;
			width: 940px;
			}

		#profile #profile-pic {
			float: left;
			position: relative;
			/*left: 5px;
			top: 20px;*/
			padding-right:15px;
			width: 120px;
			}
		
		#profile #profile-about {
			color: #888;
			float: left;
			margin: 15px;
			}

			#profile #profile-about h2 {
				color: #000;
				font-size: 0.9em;
				font-weight: bold;
				margin-bottom: 5px;
				}

			#profile #profile-feeds h2 {
				color: #FFF;
				font-size: 0.9em;
				font-weight: bold;
				margin-bottom: 5px;
				}

			#profile #profile-about p, #profile #profile-feeds p {
				font-size: 0.8em;
				line-height: 1.4em;
				}
		
		#profile #profile-feeds {
			float: right;
			margin-top: 20px;
			width: 200px;
			}

			#profile #profile-feeds p {
				padding: 3px 0;
				padding-left: 20px;
				height: 22px;
				color: #fff;
				}

				/* Add more classes as needed */

				#profile #profile-feeds .twitter {
					background: url('http://twitter-badges.s3.amazonaws.com/t_mini-b.png') 0px 5px no-repeat;
					}

				#profile #profile-feeds .flickr {
					background: url('http://www.flickr.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .youtube {
					background: url('http://www.youtube.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .digg {
					background: url('http://www.digg.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .facebook {
					background: url('http://www.facebook.com/favicon.ico') 0px 5px no-repeat;
					}

				#profile #profile-feeds .linkedin {
					background: url('http://www.linkedin.com/favicon.ico') 0px 5px no-repeat;
					}
					
				#profile #profile-feeds .friendfeed {
					background: url('http://friendfeed.com/static/images/icons/internal.png') 0px 5px no-repeat;
					}					

			#profile #profile-feeds a {
				color: #fff;
				}
				
			#profile #profile-feeds a:hover {
				color: #fff;
				}
		
		#profile #profile-tags {
			clear: both;
			padding: 15px;
			float: left;
			
			}

			#profile #profile-tags ul, #body #main_container #single_container .tag_list {
				list-style-type: none;
				padding: 5px 0;
				}
			
			#profile #profile-tags li, #body #main_container #single_container .tag_list li {
				color: #fff;
				display: inline;
				margin: 0;
				font-size: 0.8em;
				}

				#body #main_container #single_container .tag_list li {
					color: #555;
					}
			
			#profile #profile-tags li a {
				color: #626262;
				}
			
			#profile #profile-tags li a:hover {
				color: #ddd;
				}

			#profile #search_form {
				padding-top: 5px;
				/*position: absolute;
				top: 240px;
				left: 740px;*/
				}
			
			#profile #search_form p {
				color: #fff;
				font-size: 0.8em;
				margin-bottom: 5px;
				padding-bottom: 5px;
				}

				#profile #search_form input {
					background: #101010;
					border: 0;
					border-top: 1px solid #000;
					color: #fff;
					font-size: 0.8em;
					padding: 5px 7px;
					height: 15px;
					vertical-align: middle;
					width: 100px;
					}
				
				#profile #search_form #submit {
					background: #000;
					border: 1px solid #000;
					color: #fff;
					height: 26px;
					margin-left: 2px;
					padding: 0 2px;
					width: 60px;
					text-transform: uppercase;
					}


/* Body */

#body, #footer {
	clear: both;
	float: left;
	position: relative;
	}

	/* Home/breakdcrumb bar */

	#body .home {
		font-size: 0.8em;
		padding: 20px 0;
		border-bottom: 2px solid #ddd;
		}


	/* Blog items */

	#body #blog-items {
		background: transparent url('i/bg-blog-items.png') repeat-y;
		/*height: 231px;*/
		margin: 20px 0 0;
		padding: 20px 20px 20px;
		width: 900px;
		}

		#body #blog-items #latest {
			float: left;
			width: 680px;
			}

			#body #blog-items #latest h2 {
				font-size: 1.8em;
				font-weight: bold;
				margin: 5px 0 15px;
				}
			
			#body #blog-items #latest small {
				color: #626262;
				display: block;
				font-size: 0.7em;
				margin-bottom: 20px;
				}
			
			#body #blog-items #latest p {
				color: #000;
				font-size: 0.875em;
				line-height: 1.8em;
				}

				#body #blog-items #latest .readmore {
					margin-top: 20px;
					}

				#body #blog-items #latest .readmore a {
					background: #0066cb;
					color: #fff;
					font-size: 0.8em;
					padding: 3px 5px;
					}
				
				#body #blog-items #latest .readmore a:hover {
					background: #333;
					}

		#body #blog-items #recent {
			float: right;
			width: 180px;
			}

			#body #blog-items #recent h2 {
				background: url('/favicon.ico') no-repeat;
				color: #000;
				font-size: 1.06em;
				font-weight: bold;
				padding-left: 20px;
				margin-bottom: 15px;
				}
				
				#body #blog-items #recent h2 a {
					color: #000;
					}
			
			#body #blog-items #recent li {
				font-size: 0.875em;
				margin-bottom: 10px;
				}
				
				#body #blog-items #recent li h3 {
					font-weight: normal;
					}

					#body #blog-items #recent li h3 a {
						display: block;
						padding: 5px 0;
						}

					#body #blog-items #recent li h3 .selected {
						background: #0066cb url('i/bg-gen.png');
						border: 1px solid #fff;
						color: #fff;
						font-weight: normal;
						padding: 4px 7px;
						}
				
				#body #blog-items #recent li small {
					color: #626262;
					font-size: 0.8em;
					}
				
				#body #blog-items #recent li .readmore {
					font-size: 0.9em;
					font-weight: bold;
					}
	
	/* All items */
	
	#body #items {
		float: left;
		margin: 20px 0 0;
		}

		#body #items li {
			background: url('i/bg-item.png') no-repeat;
			display: inline;
			float: left;
			height: 300px;
			padding-bottom: 1px;
			margin-left: 20px;
			margin-bottom: 20px;
			width: 220px;
			}

			#body #items li.first {
				clear: left;
				margin-left: 0;
				}
			
			#body #items li .meta {
				color: #b8b8b8;
				font-size: 0.6875em;
				height: 20px;
				overflow: hidden;
				/*padding-left: 20px;*/
				}

				#body #items li .meta a {
					color: #626262;
					font-size: 1.15em;
					}
				
				#body #items li .meta a:hover {
					color: #0066cb;
					}
			
			#body #items li .box {
				/*cursor: pointer;*/
				font-size: 0.8em;
				line-height: 1.4em;
				height: 280px;
				position: relative;
				}

				/* Twitter */

				#body #items li .twitter {
					background: url('i/bg-twitter.png') no-repeat;
					}

					#body #items li .twitter .profile-pic {
						border: 1px solid #fff;
						position: absolute;
						top: 20px;
						left: 20px;
						}
					
					#body #items li .twitter .content {
						position: absolute;
						top: 95px;
						left: 40px;
						width: 140px;
						}
					
					#body #items li .twitter .content a {
						color: #555;
						}
				
				/* Video */
				
				#body #items li .video {
					background: url('i/bg-video.png') no-repeat;
					}

					#body #items li .video .content {
						color: #fff;
						font-weight: bold;
						left: 20px;
						position: relative;
						top: 10px;
						width: 190px;
						}
					
					#body #items li .video .content a {
						color: #fff;
						}

				#body #items li .videoc {
					background: url('i/bg-video-c.png') no-repeat;
					}

					#body #items li .videoc .content {
						color: #fff;
						font-weight: bold;
						left: 20px;
						position: relative;
						top: 10px;
						width: 190px;
						}
					
					#body #items li .videoc .content a {
						color: #fff;
						}

				#body #items li .videot {
					background: url('i/bg-video-t.png') no-repeat;
					}

					#body #items li .videot .content {
						color: #555555;
						font-weight: bold;
						left: 20px;
						position: relative;
						top: 10px;
						width: 190px;
						}
					
					#body #items li .videot .content a {
						color: #555555;
						}

				/* Photo */
				
				#body #items li .photo {
					}

					#body #items li .photo .content {
						background: url('i/bg-photo.png');
						color: #aaa;
						font-size: 0.9em;
						line-height: 1.3em;
						height: 80px;
						padding: 20px;
						position: absolute;
						top: 160px;
						left: 0;
						width: 180px;
						}
					
					#body #items li .photo .content strong {
						color: #fff;
						font-size: 1.17em;
						font-weight: bold;
						}
					
					#body #items li .photo .content a {
						color: #fff;
						}
				
				/* Blog */
				
				#body #items li .blog {
					}

					#body #items li .blog .title {
						background: #0066cb url('i/bg-gen.png');
						border: 1px solid #ececec;
						color: #fff;
						font-weight: bold;
						padding: 10px 20px;
						}

						#body #items li .blog .title a {
							color: #fff;
							}
					
					#body #items li .blog .content {
						font-size: 0.85em;
						padding: 10px 20px;
						}
				
				/* Generic */
				
				#body #items li .gen {
					}

					#body #items li .gen .title {
						background: #333 url('i/bg-gen-grey.png');
						border: 1px solid #ececec;
						color: #fff;
						font-weight: bold;
						padding: 10px 20px;
						}

						#body #items li .gen .title a {
							color: #fff;
							}
					
					#body #items li .gen .content {
						font-size: 0.85em;
						padding: 10px 20px;
						}
	
	
	/* Pagination */

	#body #pagination {
		border-top: 2px solid #ddd;
		clear: both;
		font-size: 0.8em;
		font-weight: bold;
		float: left;
		margin-top: 20px;
		margin-bottom: 30px;
		padding: 20px 0;
		width: 940px;
		}

		#body #pagination a {
			background: #0066cb;
			color: #fff;
			font-weight: normal;
			padding: 1px 5px;
			}
		
		#body #pagination a:hover {
			background: #333;
			}
	
	/* Single Template */
	
	#body #main_container {
		background: #fff;
		border: 1px solid #ececec;
		margin: 20px 0;
		padding: 20px;
		width: 898px;
		}

		/* Breadcrumb */
		
		#body #main_container .breadcrumb {
			font-size: 0.8em;
			padding: 0 0 20px;
			margin-bottom: 30px;
			border-bottom: 2px solid #ddd;
			}

		#body #main_container #single_container {
			width: 560px;
			float:left;
			}

			#body #main_container #single_container h2 {
				font-size: 1.8em;
				font-weight: bold;
				margin: 5px 0 15px;
				}
				
			#body #main_container #single_container small {
				color: #626262;
				display: block;
				font-size: 0.7em;
				margin-bottom: 20px;
				}
			
			#body #main_container #single_container p {
				font-size: 0.8em;
				line-height: 1.8em;
				margin-bottom: 15px;
				}
			
			#body #main_container #single_container em, #body #main_container #single_container i {
				font-style: italic;
				}
			
			#body #main_container #single_container strong, #body #main_container #single_container b {
				font-weight: bold;
				}
			
			#body #main_container #single_container ul, #body #main_container #single_container ol {
				margin-bottom: 15px;
				}

				#body #main_container #single_container ul {
					list-style-type: disc;
					}
				
				#body #main_container #single_container ol {
					list-style-type: decimal;
					}

				#body #main_container #single_container li {
					font-size: 0.8em;
					line-height: 1.8em;
					margin-left: 25px;
					}

/* Footer */

#footer {
	background: #ddd;
	font-size: 0.7em;
	float: left;
	width: 100%;
	padding: 10px 0;
	}

	/* Link love! */

	#footer .tehblogarnotdead a {
		background: #333;
		border-left: 5px solid #666;
		color: #ddd;
		float: left;
		padding: 5px 7px;
		}
	
	#footer .sweetcron {
		float: left;
		padding: 5px 0;
		padding-bottom: 15px;
		}
		
		
/* Personalizados */

#body #items li .box .fecha,
#body #items li .photo .fecha {
	color: #fff;
	font-weight:normal;
	font-size: 9px;
	text-align:right;
	left: 20px;
	position: absolute;
	top: 260px;
	width: 190px;
}

#body #items li .twitter .fecha,
#body #items li .videot .fecha,
#body #items li .gen .fecha {
	color: #000;
	font-weight:normal;
	font-size: 9px;
	text-align:right;
	left: 20px;
	position: absolute;
	top: 260px;
	width: 190px;
}

#body #items li .box .commenticon,
#body #items li .photo .commenticon {
	color: #fff;
	background: url('i/comment_icon.png') no-repeat;
	font-weight:normal;
	font-size: 9px;
	text-align:left;
	left: 10px;
	position: absolute;
	top: 260px;
	width: 16px;
	height: 16px;
	padding-left: 18px;
}

#body #items li .twitter .commenticon,
#body #items li .videot .commenticon,
#body #items li .gen .commenticon {
	color: #000;
	background: url('i/comment_icon.png') no-repeat;
	font-weight:normal;
	font-size: 9px;
	text-align:left;
	left: 10px;
	position: absolute;
	top: 260px;
	width: 16px;
	height: 16px;
	padding-left: 18px;
}


.titleitem{
	line-height: 30px;
	font-size:1.8em;
	font-weight:bold;
	margin:5px 0 15px;
	color: #0066CB;
}
.hidden{display:none;}

div#sidebar_container {
    display: inline;
    width: 300px;
    float: left;
    margin: 15px 0 0 15px;
}

.clear {
clear:both;
margin:0;
padding:0;
}


.set{border-bottom:1px solid #000}
.set1{background-color:#C77B3F;}
.set2{background-color:#FFC732;}
.set3{background-color:#007C90;}
.set4{background-color:#AD6F08;}
.set5{background-color:#387855;}
.set6{background-color:#8C4B2D;}
.set7{background-color:#82A668;}

.tags {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:20px;
text-align: left;
}

.tags li {
display: inline;
}

.tagspeople {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:15px;
text-align: left;
}

.tagspeople li {
display: inline;
}

.contenedoracordeon{
	width: 940px;
}

.profile-feeds {
	float:right;
	width: 220px;
}

.accordionWrapper{display:inline-block; background-color:#fff; overflow:hidden;}
.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0}
.accordionWrapper div{display:inline; float:left; margin:auto;}
.accordionWrapper div.title{cursor:pointer;}
.accordionWrapper div.content{display:none; width: 630px; height: 150px; float:left }

.publicidadSuperior {  
	background: #423f40;
	padding: 3px 0;
	border-bottom: solid 5px #000; 
}
.publicidadSuperior .publicidadSuperiorGris{  
	width: 937px;
	margin: 0 auto; 
}
.publicidadSuperior .pauta1{  
	width: 468px;
	float: left;
	margin-right: 1px;
}
.publicidadSuperior .pauta2{  
	width: 468px;
	float: left;
}
.publicidadSuperior .texto-publicidad {  
	width: 9px;
	height: 47px;
	background: url(i/textPublicidad.gif) no-repeat;
	float: left; 
	margin: 15px 10px 0 0;
}
.publicidadSuperior .texto-publicidad span {  
	display: none; 
}

.publicidadInferior {  
	padding: 10px 0;
	width: 937px;
	margin: 0 auto; 
}
.publicidadInferior .pauta3{  
	width: 728px;
	float: left;
	margin-right: 25px;
}
.publicidadInferior .pauta4{  
	width: 180px;
	float: left;
}

/******************* Feature Section ************************/
.feature {
	display: block;
	height: 293px;
	color: #FFF;
	background: #DEDEDE; 
}
	.featuretabs {
		margin: 0 auto;
		
	}
		.featuretabs li {
			display: inline;
			margin: 0;
		}
			.feature .featuretabs li a {
					text-transform: uppercase;
					color: #FFF;
					text-decoration: none;
					display: block;
					line-height: 26px;
					width: 100px;
					float: left;
					background: transparent url(i2/navbg.jpg) repeat-x scroll 0 -30px;
					text-align: center;
					margin-right:1px;
				}
				.feature .featuretabs li a:hover {
					background-position: 0 0;
				}
/**** Absolute Position to the body ****/
.featureInner {
	position: absolute;
	width: 940px;
/*	left: 0px; */
	height: 290px;
	background: url(i2/featurebg2.png) repeat-x 0 0;
	margin-top: 0px;
	z-index:1;
	overflow:visible;
}
	#featureContainer {
		width:940px;
		margin:11px auto;
	}
		#featureContainer ul.main_list {
			overflow:hidden;
			padding-left: 40px;
		}
			#featureContainer ul.main_list li.featuredPresident {
				float:left;
				width:400px;
				height:250px;
/*				margin-right:13.5px; */
				margin: 15px 1px;
				background-repeat:no-repeat;
				padding-right: 40px;
				
			}
			#featureContainer ul.main_list li.featuredVicePresident {
				float:left;
				width:108px;
				height:181px;
/*				margin-right:13.5px; */
				margin: 15px 6px;
				background-repeat:no-repeat;
			}
/*
				ul.main_list li.featuredPresident a.overlink {
				 	background-image: url(i2/featurep.jpg);
				}
				ul.main_list li.featuredVicePresident a.overlink {
					background-image: url(i2/featurev.png);
				}*/
				#featureContainer ul.main_list li.featuredPresident a.overlink {
					width:400px;
				}
				#featureContainer ul.main_list li.featuredVicePresident a.overlink {
					width:400px;
				}
				#featureContainer ul.main_list li a.overlink {
					display:block;
					height:215px;
					position:absolute;
				}
				 	dt.presidentName {
				 		background: url(i2/featurecandidatenamebg.png) no-repeat scroll left 0;
						display:block;
						height:45px;
						line-height:1.3em;
						overflow:hidden;
						padding:7px 1px 4px 5px;
						margin-top:170px;
						font-size:10px;
				 	}
						dt.presidentName a {
							color:#fff;
							text-decoration:none;
						}
						dt.presidentName a:hover {
							color:yellow;
							/*text-decoration:underline;*/
						}
						dt.presidentName span.lastName {
							display:block;
							font-size:10pt;
							font-weight:bold;
							margin-top:4px;
							text-decoration:none;
							
						}
				li.featuredPresident .partyName {
						background:url(i2/featurepartybg.png) no-repeat scroll right 0;
						line-height:28px;
						padding:0 4px;
						color:#fff;
						font-size:10px;
						font-family: helvetica, arial, sans-serif;
						/*font-variant:small-caps;*/
						text-align: center;
						
					}
/*				li.pcandidate2 a.overlink {background-position:-113px 0;}
				li.pcandidate3 a.overlink {background-position:-217px 0;}
				li.pcandidate4 a.overlink {background-position:-332px 0;}
				li.pcandidate5 a.overlink {background-position:-440px 0;}
				li.pcandidate6 a.overlink {background-position:-549px 0;}
				li.pcandidate7 a.overlink {background-position:-652px 0;}
				li.pcandidate8 a.overlink {background-position:-760px 0;}
				li.pcandidate9 a.overlink {background-position:-869px 0;}
				li.pcandidate10 a.overlink {background-position:-980px 0;}*/
				/* Feature Candidate hover states */
/*				li.pcandidate1 a:hover {
					background-position: 0 -166px;
				}
				li.pcandidate2 a.overlink:hover {
					background-position: -113px -166px;
				}
				li.pcandidate3 a.overlink:hover {
					background-position: -217px -166px;
				}
				li.pcandidate4 a.overlink:hover {
					background-position: -332px -166px;
				}
				li.pcandidate5 a.overlink:hover {
					background-position: -440px -166px;
				}
				li.pcandidate6 a.overlink:hover {
					background-position: -549px -166px;
				}
				li.pcandidate7 a.overlink:hover {
					background-position: -652px -166px;
				}
				li.pcandidate8 a.overlink:hover {
					background-position: -760px -166px;
				}
				li.pcandidate9 a.overlink:hover {
					background-position: -869px -166px;
				}
				li.pcandidate10 a.overlink:hover {
					background-position: -980px -166px;
				}
*/
				li.featuredPresident .partyList {
					display: none;
					position: absolute;
					background: url(i2/featurecandidatepartybg.png) no-repeat 0 0;
					width: 108px;
					height: 240px;
					color: #FFF;
				}
				li.featuredPresident:hover {
					cursor:pointer;
				}
				li.featuredPresident:hover .partyName {
					background-color:#850000;
				}
				/*li.featuredPresident:hover .partyList {
					display:block;
				}*/

/**/

				li.featuredVicePresident .partyName {
						background:url(i2/featurepartybg.png) no-repeat scroll 0 0;
						line-height:10px;
						line-height:28px;
						padding:0 5px;
						color:#fff;
						font-size:10px;
					}
				li.candidate2 a {background-position:-139px 0;}
				li.candidate3 a {background-position:-256px 0;}
				li.candidate4 a {background-position:-357px 0;}
				li.candidate5 a {background-position:-474px 0;}
				li.candidate6 a {background-position:-594px 0;}
				li.candidate7 a {background-position:-704px 0;}
				li.candidate8 a {background-position:-816px 0;}
				/* Feature Candidate hover states */
				li.candidate1 a:hover {
					background-position: 0 -166px;
				}
				li.candidate2 a:hover {
					background-position: -139px -166px;
				}
				li.candidate3 a:hover {
					background-position: -256px -166px;
				}
				li.candidate4 a:hover {
					background-position: -357px -166px;
				}
				li.candidate5 a:hover {
					background-position: -474px -166px;
				}
				li.candidate6 a:hover {
					background-position: -594px -166px;
				}
				li.candidate7 a:hover {
					background-position: -704px -166px;
				}
				li.candidate8 a:hover {
					background-position: -816px -166px;
				}
			
				li.featuredVicePresident .partyList {
					display: none;
					position: absolute;
					background: url(i2/featurecandidatepartybg.png) no-repeat 0 0;
					width: 108px;
					height: 240px;
					color: #FFF;
				}
				li.featuredVicePresident:hover {
					cursor:pointer;
				}
				li.featuredVicePresident:hover .partyName {
					background-color:#850000;
				}
/**/

					.partyList ul li {
						font-size: 10px;
					}
					.partyList .vicePresidentName {
						height: 49px;
					}
						.partyList .vicePresidentName dl {
							padding: 10px 5px;
							font-size: 11px;
						}
							.partyList .vicePresidentName dt {
								line-height: 14px;
								font-weight: bold;
							}
							.partyList .vicePresidentName dd { 
								line-height: 15px;
							}
					.partyList .senatorList {
						height: 180px;
					}
						.partyList .senatorList dl {
							padding: 5px;
							font-size: 11px;
						}
							.partyList .senatorList dt {
								line-height: 13px;
								font-weight: bold;
							}
							.partyList .senatorList dd {
								line-height: 13px;
							}
		#senatorsList {
			width:100%;
			overflow:hidden;
		}
			#senatorsList li.featuredSenator {
				float:left;
				width:135px;
				margin: 0 2px 4px 0;
			}
				li.featuredSenator a.senlink {
					background:url(i2/senbut.gif) no-repeat top right;
					line-height:18px;
					display:block;
					height:18px;
					text-indent:5px;
					color:#fff;
					text-decoration:none;
				}
				/* OJ: I added the a.selected class to toggle senator dropdowns. */
				li.featuredSenator a.senlink:hover, li.featuredSenator.selected a.senlink {
					color:yellow;
					text-decoration:underline;
				}
				li.featuredSenator dd.party_list {
					display:none;
					position:absolute;
					background-color:#000;
					padding-left:5px;
					color:#fff;
					width:153px;
				}
				li.featuredSenator:hover {
					cursor:pointer;
				}
				/* OJ: I modified :hover to .selected again, to make a jQuery toggle effect. See above. */
				li.featuredSenator.selected dd.party_list {
					display:block;
				}
/**************************************/

.featuretabs {
margin:0 auto;
position: absolute;
padding-top: 48px;
margin-left: 210px;

}
.featuretabs li {
display:inline;
margin:0;
}
.featuretabs li a {
background:url("i2/navbg.jpg") repeat-x scroll 0 -30px transparent;
color:#FFFFFF;
display:block;
float:left;
line-height:26px;
margin-right:1px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:100px;
font-size: 11px;
}
.featuretabs li a:hover {
background-position:0 0;
}

.featuretabs li a.selected {
background-position:0 0;
}

.txtField{
background: url(i2/searchbarbg.gif) no-repeat 0 0;
border: 0;
margin: 0;
padding: 2px 0 0 0;
width: 190px;
height: 32px;
line-height: 21px;
font-size: 12px;
padding-left:22px;
}

#search {
float: right;	
}

.lista {
	list-style: square inside;
}	

.lista li {
	padding: 4px;	
	font-size: 12px;
}

.titulofooter {
	color: #555;
	font-size: 14px;
	font-weight: bolder;
	padding-bottom: 8px;	
	padding-top: 8px;	
}

.bloque {
	float: left;
	width: 230px;
}

.bloqueestadistica {
	float: right;
	width: 300px;
}

.tag_list {
	list-style-type: none;
	padding: 5px 0;
}

.tag_list li {
	color: #fff;
	display: inline;
	margin: 0;
	font-size: 0.8em;
}

.tag_list li {
	color: #555;
}
	
#sharetools {
	vertical-align:bottom;
}	

#sharetools ul {
	display:block; 
	list-style: none outside none;	
	margin-bottom: 0px;
}

#sharetools li {
	display: inline; 
	margin-left: 10px !important; 
	line-height: 20px;
	width: 125px;
}

.titulocandidato {
	font-family: 'Molengo', arial, serif;
	background: url('i/bg-photo.png');
	color: #aaa;
	font-size: 0.9em;
	line-height: 1.3em;
	/*height: 35px;*/
	padding-left: 20px;
	position: relative;
	top: 175px;
	left: 0;
	width: 380px;
	font-size: 32px;
	font-weight: bolder;
}
.titulopartido {
	font-family: 'Molengo', arial, serif;
	background: url('i/bg-photo.png');
	color: #aaa;
	font-size: 0.9em;
	line-height: 1.3em;
	/*height: 35px;*/
	padding-left: 20px;
	position: relative;
	top: 175px;
	left: 0;
	width: 380px;
	font-size: 24px;
	font-weight: normal;
	
	}	
