/* @override http://analogiadigital/wp-content/themes/analogia/style.css */

/*   
Theme Name: Analogia
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: Estudio Pileta
Author URI: http://www.pileta.tv/
Version: 0.1
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset */

@import url('styles/reset.css');
@import url('styles/wp.css');



	
body {
	color: #000;
	background: #fff;
	position: relative;
	font: 62.5%/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* @group Links */


a:link { 
	text-decoration: none; 
	color: #2396c8; 
	border-bottom: 1px dotted transparent;
	}
	
a:visited { 
	text-decoration: none; 
	color: #2396c8;  
	border-bottom: 1px dotted transparent;
	}
	
a:hover { 
	text-decoration: none; 
	color: #2396c8;
	border-bottom: 1px dotted #2396c8;
 	}

/* @end */

/* @group Estructura */

#container {
	font-size: 13px;
	line-height: 18px;
	width: 940px;
	margin: 0 auto;
	overflow: ;
}

#wrapper {

}

#content {
	width: 100%;
	float: left;
	margin-bottom: 80px;

}

#main-content {
	float: left;
	width: 680px;
}

.links_social li {
	float: left;	
}

div.snippets-content {
	overflow: hidden;
}




#sidebar {
	margin-left: 40px;
	width: 220px;
	float: left;

}

#footer {
	clear: both;
	position: relative;
	margin: 30px 0;
	overflow: visible;

}



/* @end */

.display-none {
	display: none;
	}


h1 {
	font: 3em Georgia, "Times New Roman", Times, serif; 
	margin-bottom: 20px;
}


h2 {
	font: 2.5em Georgia, "Times New Roman", Times, serif; 
	margin-bottom: 15px;
}

h3 {
	font: 1.2em Georgia, "Times New Roman", Times, serif; 
	margin-bottom: 10px;
}

/* @group Categorias */





/* @end */

/* @group header */

#nav {
	background-color: #1a1a18;
	margin-bottom: 20px;
	width: 100%;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav div.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	}

#nav a:link, #nav a:visited { border-bottom: 1px solid transparent; }
#nav a:hover { border-bottom: none; text-decoration: underline; }


.subnav_separador{
	height: 20px;
	width: 100%;
	border-bottom: 1px dashed #000;
	margin-bottom: -10px;
	z-index: 2;
	position: absolute;
	top: 187px;
	left: 0;
	} 


.footer-separador {
	height: 20px;
	width: 100%;
	border-bottom: 1px dashed #000;
	margin-bottom: -10px;
	z-index: 2;
	position: absolute;
	bottom:90px;
}

div#comments-list.comments {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #000;
	
}




/* @group Menu principal */

#subnav {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	z-index: 1;
	overflow: hidden;
}

#subnav a {
	display: block;
	padding: 25px 10px 10px 10px;
	float: left;
	color: #000;
	border-bottom: 1px solid #000;
	margin-right: 10px;
	min-width: 40px;
	}
#subnav a:visited { }

#subnav a:hover { 
	text-decoration: none;
	background-color: #fcff70; 	
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	} 


#wpmenu1 { overflow: hidden; 	z-index: 1;}

#subnav a.active.selected {
	background-color: yellow;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
#subnav a.active.selected:visited {
	background-color: yellow;
}
#subnav a.active.selected:hover {
	background-color: yellow;
}

/* @group iconos */

#subnav a.colaborativas {
	background: url(images/icon-colaborativas.png) no-repeat 6px 22px;
	padding-left: 40px;
	}
#subnav a.home {
	background: url(images/icon-home.png) no-repeat 10px 22px;
	padding-left: 40px;
	}

#subnav a.blog {
	background: url(images/icon-blog.png) no-repeat 10px 22px;
	padding-left: 45px;
	}

#subnav a.especiales {
	background: url(images/icon-especiales.png) no-repeat 10px 22px;
	padding-left: 40px;
	}

#subnav a.agenda {
	background: url(images/icon-agenda.png) no-repeat 10px 22px;
	padding-left: 40px;
	}

#subnav a.investigaciones {
	background: url(images/icon-investigaciones.png) no-repeat 10px 22px;
	padding-left: 40px;
	}

/* @end */

#subnav a.home:hover, #subnav a.blog:hover, #subnav a.colaborativas:hover, #subnav a.especiales:hover, #subnav a.agenda:hover, #subnav a.investigaciones:hover {
	background-color: #fcff70; 
	}

/* @end */

/* @group Menu auxiliar */

ul.links_social {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: hidden;
	float: right;
}

#nav-2 {
	overflow: hidden;
}

ul.links_social li a:last-child {
	margin-right: 0;
}

form#searchform {
	position: absolute;
	top: 60px;
	right: 10px;
	z-index: 5;
}

.links_social li a {
	padding-left: 25px !important;
		border-bottom: none;
	}
.links_social li a:visited {
	border-bottom: none;
	}	

.links_social li a:hover {
	border-bottom: none;
	}	

.links_social li {
	overflow: hidden;
}


a.link-facebook {
	background: url(images/facebook_16.png) no-repeat 0 13px;
}

a.link-twitter {
	background: url(images/twitter_16.png) no-repeat 0 13px;
}

a.link-rss { background: url(images/rss_16.png) no-repeat 0 13px; }

#nav a {
	color: #fff; margin-right: 10px; display: block;
	float: left;
	padding: 15px 5px;
}



/* @end */

div#wpmenu7.Basic {
	overflow: hidden;
}

#wpmenu3 {
overflow: hidden; 
}

div#nav-1 {
	width: 600px; float: left;
}






#blog-title span a {
	background-image: url(images/logo_trans.png);
	width: 212px;
	height: 120px;
	display: block;
	text-indent: -99999px;
	
}

#branding h3.blog-category {
	position: absolute;
	bottom: 5px; left: 225px;
	font-size: 5em;
	letter-spacing: -1px;
}

#branding {
position: relative;	
}

h2#blog-title {
	width: 212px;
	height: 120px;
	background-color: black;
	background-image: url(images/fondo-logo.jpg);
}

#blog-description {
	display: none;
}

#header {
position: relative;
padding: 0 0 20px 0;
margin: 0px 0 20px 0;

}

#access div.skip-link {
	display: none;
}

/* @end */

/* @group Extractos */

.post-category a {
	padding: 3px 10px;
	background-color: #000;
	color: #f4f4f4;
	text-transform: uppercase;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.snippets-content h2.entry-title {
	margin-bottom: 5px;
	font-size: 2em;
}

.snippets-content .entry-title a:link {
	color: #000;
	}
.snippets-content .entry-title a:visited {
	color: #000;
	}	
		
.snippets-content .entry-title a:hover {
	border-bottom: 1px dotted #222;
	}	
	

.snippets-content .post {
	margin-bottom: 55px;
	padding-bottom: 15px;
	position: relative;
}

body.home .snippets-content .post {
	height: 200px;
}


.snippets-content .entry-postdata span.post-comments strong, .featured-content .entry-postdata span.post-comments strong {
	padding-left: 22px;
	background: url(images/icon-comentarios-16.png) no-repeat 0 0;
}

.snippets-content .entry-postdata {
	position: absolute;
	bottom: -41px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px dotted #515151;
	left: 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
	}

.snippets-content .entry-postdata span.read_more a {
	float: right;
	display: block;
	}

.snippets-content .entry-postdata  span.read_more {
	float: right;
}

.snippets-content .entry-postdata span.post-category a {
	margin-right: 5px;
}

.snippets-content .entry-content {
	margin-bottom: 10px;
}

.snippets-content .author a, .entry-author span.author.vcard a{
	font-weight: bold;
	color: #2396c8;
}




/* @end */

/* @group Home */

/* @group Recomendados */

body.home .post.hentry.category-recomendado {
	background-color: #ffff80;
	padding: 15px;
}



/* @end */

/* @group Featured content */

.featured-nav div.pager {
	overflow: hidden;
}

.featured-nav .pager a {
	padding: 8px 12px;
	display: block;
	float: left;
	background-color: #fff;
	
	margin-right: 5px;
	font-weight: bold;
}

.featured-nav .pager a:link, .featured-nav .pager a:visited {
	color: #000;
		border-bottom: none;
}
.featured-nav .pager a:hover {
	border-bottom: none;
}


.featured-nav .pager a.activeSlide {
	background-color: #000;
	color: #fff;
}

#content div.featured-content div.slideshow div.slide div.post {
	overflow: hidden;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.featured-content a:link {
	color: #fffeff;
	border-bottom: 1px dotted transparent;
	}
.featured-content a:visited {
	color: #fffeff;
	}

.featured-content a:hover {
	border-bottom: 1px dotted #f4f4f4 ;
	}

.featured-content {


	height: 340px;
	margin-bottom: 20px;
	position: relative;
	
	}

#content div.featured-content div.slideshow div.slide div.post.color- {
	background-color:#ff801e;
}

.post.color-naranja { background-color: #ff801e; }
.post.color-verde { background-color: #88c805; }
.post.color-celeste { background-color: #05c4c8; }
.post.color-rojo { background-color: #e72225; }


#content div.featured-content div.slideshow {
	height: 340px;
	overflow: hidden;
	}

#content div.featured-content div.slideshow div.slide {
	height: 340px;
	}



.featured-content .post .post-thumbnail {
	position: absolute; 
	top: 0; left: 0;
	width: 580px;
	background-color: grey;
	}



.featured-content .slide {
	overflow: hidden;
	width: 940px;
	height: 348px;
	}

.featured-content .post .post-description {
	margin-left: 580px;
	width: 325px;
	height: 300px;
	padding: 20px;
	right: 0;
	top: 0;
	
	}

.featured-content .post .post-description p {
	margin-bottom: 15px;

}


.featured-content .post .post-description .post-category a {
	display: inline-block;
	margin-bottom: 10px;
	border-bottom: none;
	}

.featured-content div.post div.post-description h2.entry-title {
	margin-bottom: 10px;
}

.featured-content .entry-postdata {
	padding-top: 10px;
		border-top: 1px dotted #515151;
		position: absolute;
		bottom: 20px;
		width: 300px ;
}

.featured-content .entry-postdata .read_more a {
	float: right;	
}

.featured-content .featured-nav {
	position: absolute ;
	top: 20px; left:20px ;
	z-index: 10;
	width: 150px;
	}

.featured-content div.featured-nav ul.controls {
	display: none;
}

/* Pager */





/* @end */



/* @end */

/* @group single entry */

#main-content div.featured-content div.post {
	margin-bottom: 0px; padding-bottom: 0;
	border: none;
}

#main-content div.featured-content {
	margin-bottom: 20px;
}




.entry-content .destacado {
	font: 1.5em/1.3em Georgia, "Times New Roman", Times, serif; width: 300px; display: block;
	float: right;
	margin: 1em; margin-bottom: 1em;
}

.entry-content h3 {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; margin-bottom: 10px; margin-top: 30px;
}

.entry-content span.open {
	font: 1.2em/1.7em Georgia, "Times New Roman", Times, serif;
}

.entry-content a {
	background-color: #cdf3fb;
	color: #000;
	
}

blockquote {
	font-style: italic; padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif; background-color: #efefef;
	margin-bottom: 20px;
}

.entry-content blockquote h3 {
margin-top: 0;

}

p.audioplayer_container {
	margin: 10px 0;
}

.entry-content blockquote p {
	margin-bottom: 0; padding: 0;
}

.entry-content .wp-caption-text {
	padding: 5px;
	background-color: gainsboro;
	margin-bottom: 50px;
	display: block;
}

body.single .entry-content img {
display: block;

}

body.single .entry-content {
	
	margin-bottom: 50px;
	padding-bottom: 50px;
	line-height: 1.8em;
}

body.single .entry-content p {
margin-bottom: 15px;

}

/* @group meta */

body.single .entry-meta {
	color: #515151;
	font: 1em/1.6em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #919191;
	border-top: 1px dotted #919191;
	margin-bottom: 20px;
	padding: 10px 0;
	overflow: hidden;
}

.snippets-content .entry-meta {
	margin-bottom: 10px;
	color: #797979;
}

.entry-meta span.logo {
	display: block;
}

.entry-meta img.avatar, body.archive.author img.avatar {
	display: block; float: left;
	margin-right: 10px;

}

span.meta-date-wrapper {
	display: block;
}







/* @end */

/* @group nav-below */

#nav-below div.nav-next {
	float: right;
	}
#nav-below div.nav-previous {
	float: left;
	}
#nav-below.navigation {
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 10px;
	
	}

body.home #main-content .post-thumbnail {
	display: block; width: 200px;
	height: 200px;
	background-color: grey;
	float: left; margin-right: 20px;
	}

div.entry-wrapper {
	margin-left: 220px;
	}



/* @end */

/* @group Commentarios */

#comments-list h3 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #919191;
}

#commentform textarea#comment {
	width:95%;
}

#form-section-comment div.form-label label {
	display: none;
}

#respond h3 {
	border: none;
	margin-bottom: 0;
	padding-bottom: 5px;
}

#cancel-comment-reply {
	position: absolute;
	top: 10px; right: 10px;
}

p#login {
	display: none;
}

 ul.children {
	margin-left: 85px;
	margin-top: 20px;
	padding-top: 20px;	
		border-top: 1px dotted #919191;
}

#respond {
	margin-left: 95px;
	background-color: #eaeaea;
	padding: 30px 20px 20px 20px; 
	position: relative;
	margin-bottom: 20px;
}

div.comment-reply-link {
	float: right;
}

.comment-author.vcard span.fn.n {
	font-weight: bold;
}

span.comment-author.fn.n {
		font-weight: bold;
}

#comments-list img.avatar {
	display: block;
	float: left;
	margin-right: 15px;
}

#comments-list .comment-content {
	margin-left: 95px;
}

#comments-list .comment-meta {
	margin-left: 95px;
}



#comments-list li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #919191;
	overflow: hidden;
}

#comments-list li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.children #respond {
	margin-left: 0;
}


/* @end */

/* @group utils */

.entry-utils {
	overflow: hidden;
	float: right;
	position: relative;
	top: 5px;


}

div.entry-author {
	float: left; width: 400px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #797979;
}


.entry-utils .button {
	float: right;
	margin-left: 20px;
	text-align: left;
	}

.entry-utils .button a { padding: 3px;}

.entry-utils .print-button a {
	width: 26px; height: 24px;
	display: block;
	text-indent: -99999px;
	background: url(images/icon-print.gif) no-repeat center top;
}

span.qty {
	width: 29px; height: 25px;
	display: block;
	color: #fff;
	background: url(images/icon-comments.gif) no-repeat 0 0;
	text-align: center;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	float: left;
}

span.palabra {
	float: left;
	display: block;
	margin-left: 5px;
	color: #808080;
	font: 1em/2em Georgia, "Times New Roman", Times, serif;
}

/* @group share button */
body .button .stico_default {
	display: block;
	width: 15px;
	height: 22px;
	text-indent: -99999px;
	background: url(images/icon_share.gif) no-repeat center center!important;
	}



.stwrapper{position:absolute;width:354px;z-index:1000000;margin:0;padding:0;top:0;left:0;visibility:hidden;height:auto;}.stframe{position:absolute;z-index:1000020;left:0;top:0;}.stclose{cursor:pointer;z-index:2000000;position:absolute;right:9px;top:3px;margin:0;padding:0;font-family:Helvetica,Arial,Sans-Serif;text-align:left;line-height:1.0em;text-decoration:none;cursor:pointer;height:15px;width:22px;}

/* @end */



/* @end */

/* @end */

body.single .post {
	margin-bottom: 120px;
}

.piedepagina {
	display: block;
	margin-top: 40px;
}

#branding p.tagline {
	position: absolute; bottom: 0; left: 230px;
	font: 2em Georgia, "Times New Roman", Times, serif;
}

/* @group Footer */

#site-info {
	padding: 20px;
	padding-left: 80px;
	background: url(images/ad-footer.png) no-repeat 0 20px;
}

#site-info span.sponsor a {

	display: block;
	background-image: url(images/isologo-bw.gif);
	width: 157px;
	height: 28px;
	text-indent: -99999px;
	position: relative;
	top: -0px;
}

span.sponsor {
	float: right;
	position: relative;
	top: -20px;
	}

span.leyenda {
	position: absolute;
	top: 5px;
	z-index: 2;
	left: -75px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #919191;
	}

#site-info span.sponsor a:visited {
	border: none;
	}

#site-info span.sponsor a:hover {
	border: none;
	}


/* @end */


.comment-content p {
margin-bottom: 20px;	
}

.entry-tags {
	overflow: hidden;
}

.entry-tags ul li a {
	
}

.entry-tags ul li a:link {
	color: #2396c8; 
	background-color: #efefef;
	text-decoration: none;
	border-bottom: none;
	float: left; margin-right: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	padding: 2px 10px; 
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-bottom: none;
}

.entry-tags ul li a:visited {
	background-color: #efefef;
	text-decoration: none;
	border-bottom: none;
	color: #2396c8; 
	float: left; margin-right: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	padding: 2px 10px; 
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-bottom: none;
	}

.entry-tags ul li a:hover {
	background-color: #000;
	color: white;
	text-decoration: none;
	border-bottom: none;
	}

/* @group Tags */

body.archive.tag .page-title .page-title-tag {
	color: #2396c8; 
	background-color: #efefef;
	text-decoration: none;
	border-bottom: none;
	margin-right: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	padding: 2px 20px; 
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-bottom: none;
}



/* @end */

/* @group Authors */


#post-12  .miembro  img {
	float: left;
	display: block;
	margin-right: 20px;
	}


#post-12 div.entry-content h3 {
	margin-bottom: 20px;
}


#post-12 .miembro {
	min-height: 150px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted black;
	}


a.avatar {
	display: block;
	float: left;
}



.descripcion {
 margin-left: 120px; min-height: 100px;
}









/* @end */

/* @group Especiales */


body.single.especiales #sidebar, body.single.colaborativas #sidebar {
	display: none;
}

body.single.colaborativas #content, body.single.colaborativas #main-content, body.single.colaborativas .post {
	width: 100%;}
	
body.single.especiales #content, body.single.especiales #main-content, body.single.especiales .post {
	width: 100%;}	
	
body.single.especiales .entry-content, body.single.colaborativas .entry-content  {
	width: 940px;}


body.single.especiales h3.category_tag {
	background-image: url(images/bagde-especial.gif);
	width: 106px; height: 28px;
	text-indent: -99999px;
	margin-bottom: 0;
}

/* @group Gripe porcina 22 */

#post-2465 div.entry-content {
	font: 15px/24px Georgia, "Times New Roman", Times, serif;
}

#post-2465 div.entry-content p {
	padding-bottom: 30px !important;
}

#post-2465 h1.entry-title {
	font-size: 50px;
}


body.single.especiales #post-2465 div.entry-content h3 {
	margin: 0; padding: 20px; padding-bottom: 0;
	
}

body.single.especiales #post-2465 h1.entry-title, body.single.especiales #post-2465 p strong, #post-2465 div.entry-content h3 {
	color: red;
	}



body.single.especiales #post-2465 div.entry-content p {
	border-bottom: 1px solid red;
	
	padding: 20px;
	margin: 0;
	}

body.single.especiales #post-2465 div.entry-content p:nth-child(2) {
	border-bottom: none;
	padding: 0;
	margin: 0;
	}

#post-2465 div.entry-content h3 {
	margin-bottom: 20px;
}

#post-2465 div.entry-content h3 {
	padding-top: 30px !important;
}


#post-2465 p object#map  {
	padding: 0;
}

#post-2465 div.entry-content p strong {
	margin-top: 1em;
	display: block;
	font-weight: normal;
	font-style: normal;
}




/* @end */



/* @end */

/* @group Agenda */

.agenda .entradas {
	padding: 20px;
	border: 5px solid #000;
	margin-top: 30px;
}

.agenda .entradas p {
border: none;

}

.agenda .entradas h3 {
	margin-top: 0;
}

.agenda div.entry-content p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}



/* @end */

/* @group Sidebar */

/* @group Twitter */

.twitted {
 overflow: hidden;
}

#twitter_update_list li span a {
	word-wrap: break-word;
}

.twitted h2 {
	padding: 10px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px;
	background: #d4f1ff url(images/twitter-bird.png) no-repeat 170px center;
	font-size: 1em;
		text-transform: uppercase;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#twitter_update_list li a.time {
	padding: 2px 0px 2px 20px;
	
	background: url(images/twitter-02-bw.png) no-repeat;
}

#twitter_update_list li span {
	margin-bottom: 5px;
}

#twitter_update_list li a.time:link, #twitter_update_list li a.time:visited {
	text-decoration: none;
}
#twitter_update_list li a.time:hover {
	text-decoration: underline;
	border: none;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	

	list-style-type: none;
}

#sidebar #twitter_update_list li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #000;
	
}

#sidebar .twitted ul#twitter_update_list li {

	padding: 0px 0 10px 0;

}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}




.twitted p.profileLink {
	display: block;
	margin: 10px 0 0 0;
	padding-left: 20px;
	background: url(images/twitter-03.png) no-repeat;
}

#twitter_update_list li.lastTweet {
	border-bottom: 1px solid #000 !important;
}

/* @end */

/* @group widget-tag-cloud */

#sidebar li ul.widget-tag-cloud a:link, #sidebar li ul.widget-tag-cloud a:visited {
	color: #2396c8; 
	background-color: #efefef;
	text-decoration: none;
	border-bottom: none;
	float: left; margin-right: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	padding: 2px 10px; 
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-bottom: none;
	}
#sidebar li ul.widget-tag-cloud a:hover {
		background-color: #000;
	color: white;
	text-decoration: none;
	border-bottom: none;
}


#sidebar li ul.widget-tag-cloud {
	overflow: hidden;
}



/* @end */





#sidebar li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid black;
	}

#sidebar .widgettitle {
	text-transform: uppercase;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#sidebar li ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cacaca;
	}

#sidebar li ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_twitter h2.widgettitle {
	padding: 10px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px;
	background: #ddeef6 url(images/twitter-bird.png) no-repeat 170px center;
}

.widget_twitBar p {
	margin-top: 10px;
	}




/* @end */
