/*  
Theme Name: FlowingData
Theme URI: http://flowingdata.com/
Description: FlowingData, simplified
Version: 2.10
Author: Nathan Yau
Author URI: http://flowingdata.com
License: Private theme
*/

/* Normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, legend {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

caption,th {
	text-align: left;
}

/* @end */


/* Structure */

#header {
	padding: 0px;
	text-align: left;
	background-color: #FFF;
    padding-bottom: 10px;
}

#header-container {
    width: 902px; /*882px;*/
    margin: 0 auto;
    padding: 10px 0 0 5px;
}

#main-wrapper {	
	text-align: center;	
	background-color: #FFFFFF;
	font-size: 12px;
	overflow: hidden;
}
#content-wrapper {
    border-top: 3px solid #e2e2e2;
    background-color: #FFF;
    width: 905px; /*915px;*/ 
	margin: 10px auto 10px auto;
	padding-top: 10px;
}
#content {
	text-align: left;
	width: 550px;
	margin: 10px 8px 20px 0;
	padding: 0 25px 20px 0px;
	min-height: 650px;
	float:left;
	position:relative;
    border-right: 1px solid #e2e2e2;
}


#sidebar-simple {
	text-align: left;
	width: 320px; 
	margin: 10px 0px 20px 0px;
/*    border-left: 1px solid #f2f2f2;*/
	float:left;
	position: relative;
	color: #333;
}

#footer {
	clear: both;
	position: relative;
	padding: 0 0 20px 0;
	margin: 0;
	text-align:left;
	font-size: 11px;
	border-top: 1px solid #DBDBDB;
/*  background-color: #ECECEC;*/
}

#footer-container {
    width: 902px;
    margin: 0 auto;
    padding: 5px 0px 25px 0px;
/*    background-color: #ECECEC;*/
}

/* @Structure end */



body {
	margin: 0 auto;
	padding: 0;
	background-color: #ECECEC;
	color: #333;
	font: 62.5%/200% Arial, Helvetica, sans-serif;
	text-align: center;
}






/* Core elements */

a { 
    text-decoration:none; 
    color: #821122;
}
a:hover { border-bottom:1px solid #821122; }
label { display: block; }

/* @Core elements end */



.meta { color: #808080; }
.float-left { float: left; }
.float-right { float: right; }
.img-left { float:left; margin:0px 13px 13px 0;}
.img-right { float:right; margin:2px 0 13px 35px;}

.imgleft { float:left; margin:5px 13px 13px 0;}
.imgright { float:right; margin:5px 0 13px 13px;}

.clear-line { clear:both; }
.border_top { border-top:1px solid #e2e2e2; }
.border { border: 1px solid #e2e2e2; }
.border_bottom { border-bottom:1px solid #e2e2e2; }

a.button { 
    background-color: #f2f2f2;
    color: #821122;
    padding: 3px 6px;
    text-decoration:none;
    border: 1px solid #CCC;
    font-weight: normal;
    font-size: 0.95em;
}
a.button:hover {
    background-color: #821122;
    color: #FFF;
}

h4.section_header {
    margin: 0 0 10px 0;
    font-size: 12px;
	color: #333;
	font-weight: bold;
    text-transform: uppercase;
}
h4.section_header a {
    color: #333;
}



/* Navigation Bar */

#navbar-container {
    background: #000;
    border-bottom: 2px solid #821122;
}

#navbar {
    width: 900px; /*880px;*/
    margin: 0 auto;
    background: #000;
    padding: 0 0 1px 0;
}

#navbar ul {
    margin-left: 0;
    padding-left: 0;
}


#navbar ul li { 
    list-style-type:none;
    font-size: 11px; /*12px;*/
    display: inline;
}

#navbar a:visited, #navbar a:link {
    color: #fff;
    text-decoration: none;
    /*padding:5px 13px;*/
    padding: 3px 8px;
    background: #000;
    font-weight: bold;
}

#navbar a.out:visited, #navbar a.out:link {
    background: #000;
}

#navbar li.current_page_item a {
    color: #000;
    background-color: #fff;
    padding:3px 8px 8px 8px;
}

#header #navbar li a:hover {
    color: #000;
    background-color: #fff;
    border-bottom: none;
}
#navbar li.sub a { color: #CCC; }

#header #subscribe { 
    background-color: #fff;
    color: #000; 
    padding: 7px 15px 5px 15px;
    margin: 13px 0 0 0;
    font-size: 12px;
    font-weight: normal;
    float: right;
    
}
#header #subscribe span { color: gray; }
#header #subscribe a { color: #821122; text-decoration: none; font-weight:bold;}
#header #subscribe a:hover { color: #821122; border-bottom:1px solid #821122; }
#header #subscribe img { vertical-align: middle; padding-bottom: 4px; }



/* archive */

#archive {
    width: 400px;
    margin: 15px 20px 20px 0;
	padding: 0 20px 20px 0;
    text-align: left;
    float: left;
    border-right: 1px solid #e2e2e2;
}
#archive h1 { 
    font-size: 2.0em; 
    padding: 0 0 5px 0; 
    line-height: 1.2em; color:#000;
    margin-bottom: 0px;
    font-weight: normal;
}

#archive .entry-content {
/*    width: 400px;*/
}
#archive .archive-post {
    list-style-type: none;
    padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	display: block;
	border-bottom: 1px solid #e2e2e2;
}
#archive h2 { 
    font-size: 1.7em;
    margin-bottom: 0.4em; 
}
#archive h2 a:hover {
    border: none;
    background: #f2f2f2;
}
#archive h3 {
    color:#000;
    font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: 0.4em;
    font-weight: normal;
}

#archive .archive-post a img { padding: 0; border:none; }


/* @end archive */



#recent-posts li { color:#333;margin-bottom: 25px;line-height:1.4em;font-size:0.95em;}
    .meta-home { color:#808080; margin-bottom:2px; line-height:1.2em; }
    #recent-posts li:last-child { margin-bottom:0; }


#popular-articles li { line-height:1.4em;}

#content h1 { 
    font-size: 2.0em; 
    padding: 0px 0 5px 0; 
    line-height: 1.2em; 
    color:#000;
    margin-bottom: 0px;
    font-weight: normal;
}
#content h1 a:link, #content h1 a:visited {
    color: #821122; 
	text-decoration: none;
}
#content h1 a:hover {
	background: #f2f2f2;
	border: none;
}

#content h2 {
    color: #000;
	font-size: 20px;
	padding: 0.8em 0 0.5em 0;
	line-height: 1.2em;
	font-weight: normal;
}

#content h3 {
    color:#000;
    font-size: 16px;
    line-height: 1.2em;
    padding: 1.0em 0 0.7em 0;
    font-weight: normal;
}
#content h4 { font-size: 14px; color: #333; }

#content p {
    /*font-size: 13px;
    padding: 0 0 1.7em 0;*/
}

#content .archive-post h1.archive-header {
    border-top: none;
}
#content .archive-post h2.archive-header {
    padding-top: 0;
}


/* @entry-content i.e. list of posts */

.entry-content { 
    clear:both;
    line-height: 1.6em;
}
.entry-content p {
    font-family: Arial, sans-serif;
    padding: 0 0 1.9em 0;
    font-size: 1.0em;
}
.entry-content label {font-size: 1.0em;}
.entry-content legend {font-size:15px;font-weight:bold;margin-bottom:14px;}
.entry-content a { 
    color:#821122; text-decoration: none;
    border-bottom: 1px solid #e2e2e2; 
}
.entry-content a:hover { 
    text-decoration:none;
    border-bottom: 1px solid #821122;
}

.entry-content ul, .entry-content ol {
    margin-left: 30px;
    margin-bottom: 1.9em;
}
.entry-content ul {list-style-type: disc;}
.entry-content li { margin-bottom:8px; }

.entry-content blockquote {
/*  background-image: url('images/quotation.gif');*/
/*  background-repeat: no-repeat;*/
	padding: 0 0 0 20px;
	margin: 0 0 20px 0; 
	color: #808080; 
/*    font-size: 0.95em;*/
/*    line-height: 1.4em;*/
	border-left: 1px solid #dedede;
}
.entry-content blockquote p { padding: 1.5em 0 0 0;}
.entry-content blockquote p:first-child {padding: 0;}

.entry-content img { max-width: 550px; }
.entry-content img.img-left { padding: 0 1em 1em 0; }
.entry-content img.imgleft { padding: 0 1em 1em 0; }
.entry-content img.img-right { padding: 0 0 1em 2em; }
.entry-content img.imgright { padding: 0 0 1em 1em; }
.entry-content table td { padding: 3px 5px 3px 0; }

blockquote.quote {
    background-image: url('images/quotation.gif');
	background-repeat: no-repeat;
	padding: 0px 0 0px 55px;
	font-size: 2.0em;
	line-height: 1.3em;
	border: none;
}
blockquote.quote div.cite {
    font-size: 12px;
    font-weight: normal;
    margin-top: 1.0em;
    color: gray;
    line-height: 1.4em;
}


/* @entry-content end */



/* for search */
#content .archive-post {
	list-style-type: none;
	padding: 0px 0 20px 0;
	margin: 0px 0 25px 0;
	display: block;
	border-bottom: 1px solid #e2e2e2;
}



#content .archive-post ul { margin: 0em 0 20px 0; padding: 0; }
#content .archive-post .entry-content ul { margin-left:30px; margin-top:0;}

#content .archive-post h2.archive-header {
    padding-bottom: 0;
    margin-bottom: 0.4em;
}
#content .archive-post h2 a { text-decoration:none; }
#content .archive-post h2 a:hover { color:#821122; border:none; background-color:#e2e2e2; }
#content .archive-post h3 {  }
#content .archive-post .img-left { margin-top:2px;}
.archive-post a img { border:none; }
.archive-post a.more-link { 
    background-color: #f2f2f2;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 5px;
    font-size: 0.85em;
    float: right;
    margin: 15px 0 20px 0;
}
.archive-post a.more-link:hover { 
    background-color:#F8E0EC; 
} 

/* Post meta-bar */

.meta-bar {
	margin: 0 0 20px 0;
	color: #808080;
    line-height: 1.4em;
}
.meta-bar a:link, .meta-bar a:visited { color:#333; text-decoration:none; }
.meta-bar a:hover { color:#333; border-bottom:1px solid #333;  }

/* @end meta-bar */



/* Attachment page */

#attachment {text-align:left;margin:0 20px;padding:20px 0px 0 0px;}
#attachment a:link, #attachment a:visited { color:#821122; text-decoration:none; }
#attachment a:hover { color:#fff; background-color:#821122;}
#attachment h1 { font-size: 26px; padding: 0 0 5px 0; line-height: 1.0em;}
#attachment h1 em {font-weight: bold;}
#attachment h1 a:link {color: #821122; text-decoration: none;}
#attachment h1 a:hover {color: #C59A6F;background:none;}
#attachment img { margin: 20px 0;}
#attachment a:hover img {background:none;text-decoration:none;}



/* Begin Sponsor */

.sponsor {
    margin: 10px 0 30px 0;
    text-align: left;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* end sponsor */






/* Begin Comments */

#comments-block {
/*    border-top: 1px solid #f2f2f2;*/
    padding: 0 0 15px 0;
    margin: 10px 0;
}
#comments-block #respond {  
    margin-top:0px; 
/*    border-bottom: 1px solid #e2e2e2;*/
    background: #f2f2f2;
    padding: 5px 15px;
}
#comments-block li #respond {
/*    padding-top: 10px;*/
/*    border-top: 1px solid #e2e2e2;*/
}
#comments-block p { padding-bottom: 1.3em;}
#comments-block ul { list-style-type: none; margin: 0; padding: 0; }
#comments-block a { color: #821122;text-decoration:none;}
#comments-block label { /*font-size: 0.95em;*/ }
#comments-block input { padding:4px;border:1px solid #CCC;}
#comments-block input#submit {border:none;}
#comments-block textarea { 
    width: 98%;
/*    width:400px; */
    height:80px; 
    padding:1%; 
    font-family:Arial,sans-serif;font-size:12px;
    line-height:1.3em;border:1px solid #CCC;}

#comments-block li.comment:first-child {
    border-top: none;
}
#comments-block li.comment {  
    border-top: 1px solid #e2e2e2;
    padding: 20px 0 0 0;
    margin-top: 0;
    margin-bottom: 0;
}
#comments-block .commentlist { /*font-size: 0.95em;*/ margin-bottom: 20px; }
/*#comments-block .comment:first-child.depth-1 { border:none; }*/

#comments-block .comment .avatar { width:50px; float:left; margin: 2px 15px 0 0; }
#comments-block .comment .comment-content { width: 480px; float: left; }
#comments-block .comment .depth-2 .comment-content { width: 415px; }
#comments-block .comment .depth-3 .comment-content { width: 350px; }
#comments-block .comment p { line-height:1.5em; }

#comments-block .comment .vcard a { color: #333; }
#comments-block .comment .vcard a:hover { background:none; border-bottom: 1px solid #333; }
#comments-block .comment .vcard cite { font-weight:bold; }
#comments-block .comment .comment-meta a { font-weight:normal; color: #4f4f4f; }
#comments-block .comment .comment-meta a:hover { background:none; border-bottom: 1px solid #4f4f4f; }

#comments-block .comment .depth-2 { margin-left: 65px; }
#comments-block .comment .depth-3 { margin-left: 65px; }
#comments-block .comment .reply { 
    margin-bottom: 20px; 
    font-weight:normal;
    color: #CCC;
}

#comments-block .comment .flowingdata-author .comment-text { 
    border-right: 2px solid #333;
    padding-right: 10px;
}
#comments-block .comment .flowingdata-author .vcard cite { }

#comments-block #trackbacks { 
    margin-top: 0px;
    margin-bottom: 0px; 
    padding: 0px 0 10px 0;
/*    font-size: 0.95em;*/
}
#comments-block #trackbacks ul { border: none; list-style-type: disc; margin-left:15px;}
#comments-block #trackbacks li { line-height: 1.2em; margin-bottom: 15px;}

#comments-block #cancel-comment-reply { margin-bottom:10px; }

#comments-block .subscribe-to-comments input { vertical-align: middle; }
#comments-block .subscribe-to-comments label { display: inline; vertical-align: middle; }

#forums-single {
    background-image: url(images/forums-bubble.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 4px 0 10px 77px;
/*    border-bottom: 1px solid #e2e2e2;*/
    margin: 20px 0 30px 0;
}
#forums-single h3 {
    margin: 0 0 0 0;
    padding-top: 0;
    padding-bottom: 0.4em;
/*    font-size: 1.1em;*/
/*  color: #000;*/
/*  font-weight: bold;*/
}
#forums-single p {
    margin-top: 0;
    line-height: 1.5em;
    padding-bottom: 0;
}

#content #lf_comment_stream li a { color: #821122; }
#lf_pings { display:none }
/* End Comments */





/* Contact-form */

.contact-form {
    margin: 1.0em 0;
}

.contact-form select {
    font-size: 1.0em;
}

.contact-form textarea {
    padding: 3px;
    font-family: Arial, sans-serif;
    font-size: 1.0em;
}

.contact-form input {
    font-size: 1.0em;
}

/* @end contact-form */

.nav-link { 
    font-size: 0.95em;
}
.nav-link a { 
    padding: 3px 10px;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    margin-right: 6px;
    font-weight: bold;
}
.nav-link a:hover {
    background: #821122;
    color: #fff;
}




/* Begin Search */

#search { margin: 0 0px 0px 0; }
#search input { 
    border:1px solid #CCC;
}
#search-results {
    margin-top: 1.5em;
    font-size: 0.95em;
}
#search-results h2.archive-header { 
    font-size: 1.5em; 
/*    line-height: 0.8em;*/
}
#search-results .meta-bar { 
    margin: 0 0 0.4em 0; }

/* @end Search */



/* sidebar */


#sidebar {
    width: 464px;
    margin: 13px 0 20px 0px;
    padding: 0 0 20px 0px;
    text-align: left;
    float: left;
}
#sidebar h1 {
    font-size: 1.7em; 
    padding: 0 0 7px 0; 
    line-height: 1.2em; color:#000;
    margin-bottom: 0px;
    font-weight: normal;
}
#sidebar h3 {
	margin: 0 0 0.8em 0;
    font-size: 1.05em;
    line-height: 1.4em;
	color: #000;
	font-weight: bold;
/*    text-transform: uppercase;*/
/*    border-bottom: 5px solid #000;*/
}
#sidebar #about {
    font-size: 1.2em;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
#sidebar #category-desc { 
    padding-bottom:20px;
    margin-bottom:30px;
}
#sidebar #category-desc p {
    font-size: 12px;
}
#sidebar p {
    line-height: 1.4em;
}
#sidebar_left {
    width: 300px;
/*    font-size: 0.95em;*/
    color: #333;
    float: left;
}
#sidebar_right {
    width: 136px;
/*    font-size: 0.95em;*/
    margin-left: 20px;
    float: left;
}

#sidebar #subscribe_sidebar ul {
    margin-bottom: 0;
    padding-bottom: 0;
}
#sidebar #subscribe_sidebar ul li {
    margin-bottom: 10px;
}
#sidebar #subscribe_sidebar a {
    border: none;
}

/* @end sidebar */




/* @sidebar-simple */

#sidebar-simple #sidebar-content { 
    margin: 0 0 0 20px;
/*    font-size: 0.95em;*/
}
.sec { color: #333; padding: 0 0 30px 0; clear:both; }
.sec ul { list-style-type: none; }
.sec li { margin-bottom:13px; line-height:1.3em;}

#sidebar-simple h2 {
/*    text-transform: uppercase;*/
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	color: #000;
}

#sidebar-simple h3 {
	margin: 0 0 0.8em 0;
    font-size: 1.1em;
	color: #000;
	font-weight: bold;
/*    text-transform: uppercase;*/
}
#sidebar-simple #post_nav_link {
    margin: 4px 0 44px 0;
}
#sidebar-simple #post_nav_link a {
    padding: 3px 10px;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    margin-right: 6px;
    font-weight: bold;
}
#sidebar-simple #post_nav_link a:hover {
    background: #821122;
    color: #fff;
}

#sidebar-simple h3 a {
    text-decoration:none;
    font-weight:bold;
    color: #821122;
}
#sidebar-simple h3 a:hover {
    font-weight: bold;
    text-decoration: none;
}


#twitter { font-size: 0.95em; }
#twitter ul { margin-left: 0; }
#twitter ul li {
    margin-bottom: 1.5em;
    list-style-type: none;
    line-height: 1.4em;
    color: #333;
}

#forums {
    border-top: 4px double #e2e2e2;
/*    border-bottom: 1px solid #e2e2e2;*/
    background-image: url(images/forums-bubble.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 20px 0 20px 77px;
    margin-bottom: 20px;
}
#forums h3 { margin-bottom: 0px; }
#forums p {
    line-height: 1.5em;
}




/* OpenX */
#square-sponsors {
    padding:16px;background:#f2f2f2;margin-bottom:40px;
}

#sponsors {  }
#sponsors a { text-decoration:none; font-weight:bold; }
#sponsors a:hover { border:none; }
#openx-top {
    padding-bottom: 0px;
    line-height: 1.0em;
}
#openx-top #left-sponsor {
    float:left;
    padding:0px 23px 0px 5px;
    border-right:1px solid #f2f2f2;
    width:122px;
    height: 165px;
}
#openx-top #right-sponsor {
    float:left;
    padding:0px 0px 0px 23px;
    width:122px;
    height: 165px;
}
#sponsors .stacked .ad-copy {
    margin-top: 4px;
    line-height: 1.4em;
}
#sponsors .ad-copy a:hover {
    border-bottom: 1px solid #821122;
}
.ad-copy {
    padding-top: 0;
    line-height: 1.4em;
}
.openx-bottom img {
    float:left;
    margin-top: 2px;
    padding-right: 10px;
}

/* @Sidebar end */



/* @Syndication and sharing */

#end { 
/*    border-top: 1px solid #e2e2e2;*/
    border-bottom: 1px solid #e2e2e2;
/*    border-bottom: 4px double #e2e2e2;*/
/*    border-top: 4px double #e2e2e2;*/
/*    margin: 0 0 20px 0;*/
    margin: 0 0 0px 0;
    padding: 10px 0 25px 0;
}

	#end h3 { padding:0;margin-bottom:13px;font-size:16px;}
	
	#actions { 
	    padding: 0 0 0 0px;
	    width: 34%;
	    float: left;
	}
	#related { 
/*      float: left;*/
/*      width: 58%;*/
/*      text-align: left;*/
/*      padding-right: 20px;*/
/*      margin-right: 20px;*/
/*      border-right: 1px solid #e2e2e2;*/
/*      min-height: 110px;*/
	}
	#actions .topsy_widget_data { margin-right: 15px; }
	#actions .tweetmeme { margin-right: 15px; float: left; }
	
	#end ul li { line-height:1.4em; color:#CCC; }
    #end #actions p { color: #666; margin-bottom:12px;line-height:1.4em; }
	#end #actions ul { float: left; }
	#end #actions li { 
	    padding: 0; 
	    margin: 0px 0 3px 0px; 
	    list-style-type:none; 
	    color: #000;
	    font-size: 0.80em;
	}
    #end #actions li:last-child { margin-bottom: 0; }
    #end #actions input { border: 1px solid #e2e2e2; width: 120px; padding:2px; font-size: 11px; }
    
    #end ul#related li { padding: 0; margin: 0px 0 5px 16px; list-style-type:disc; color:#808080; }
    #end ul#related li:last-child { margin-bottom:0; }
    #actions a { text-decoration: none; }
    #actions a:hover { color:#821122; border:none; text-decoration:underline; }

a.email { padding: 4px 0 2px 20px;background: url("images/email_famfamfam.gif") 0 0 no-repeat; }
a.rss { padding: 0 0 2px 20px;background: url("images/feed-icon-14x14.png") 0 0 no-repeat; }
a.rss-big { padding: 6px 0 10px 34px;background: url("images/feed-icon28x28.png") 0 0 no-repeat; }
a.mail { padding: 0px 0 10px 22px; background: url("images/mail-icon16x12.gif") 0 0 no-repeat;  }
a.leave-comment {padding: 1px 0 2px 20px; background: url("images/comment.gif") 0 0 no-repeat; }
a.delicious { padding: 0 0 2px 22px; background: url("images/delicious.16px.gif") 0 0 no-repeat; }
a.digg { padding: 2px 0 4px 22px; background: url("images/16x16-digg-guy.gif") 0 0 no-repeat; }
a.facebook { padding: 2px 0 4px 20px; background: url("images/facebook.gif") 0 0 no-repeat; }
a.reddit {padding: 2px 0 4px 22px; background: url("images/reddit.16px.gif") 0 0 no-repeat;}
a.stumbleupon { padding: 2px 0 4px 22px; background: url("images/icon_su.gif") 0 0 no-repeat; }
a.twitter { padding: 2px 0 4px 20px; background: url("images/twitter16x16.png") 0 0 no-repeat; }


h3.rss {
    padding: 3px 0 0 21px;
    background: url("images/feed-icon16x16.png");
    background-repeat: no-repeat;
    background-position: center left;
}

/* @end syndication */



/* @Footer */

#footer a { color:#821122; text-decoration:none;margin:0px;}
/*#footer a:hover { color:#FFF;background-color:#821122;}*/

/* @end footer */



/* Democracy */

#poll { margin-top:25px;}

.democracy { margin-bottom:10px;}
.democracy ul { margin:10px 0 5px 0; }
.democracy ul li { list-style-type:none; font-size:12px; margin-bottom:10px; }
.democracy label { font-size: 12px; }
.democracy input { margin-left: 0;}
.democracy strong { font-size: 14px; line-height:15px;}
.democracy li a { font-size: 12px; }
.democracy a { font-size:10px; color:#000;text-decoration:underline; }
.democracy .dem-vote-button { margin-bottom:2px; }

#sidebar-simple .democracy { margin-bottom:10px;}
#sidebar-simple .democracy ul { margin:10px 0 5px 0;}
#sidebar-simple .democracy ul li { list-style-type:none; font-size:12px; margin-bottom:10px; }
#sidebar-simple .democracy label { font-size: 12px; }
#sidebar-simple .democracy input { margin-left: 0;}
#sidebar-simple .democracy strong { font-size: 14px; line-height:15px;}
#sidebar-simple .democracy li a { font-size: 12px; font-weight:normal; }
#sidebar-simple .democracy a { font-size:10px; color:#000;text-decoration:underline; }
#sidebar-simple .democracy .dem-vote-button { margin-bottom:2px; }

/* @end Democracy */


