/*
    Theme Name:		Apps for Democracy
    Theme URI:		http://www.appsfordemocracy.org/
    Description: 	WordPress Theme for the Apps for Democracy Website
    Version:		1.0
    Author: 		Scott McCaughey
    Author URI:		http://www.shinybird.com/
*/


body {
	margin:0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background:url(images/bg_dc.jpg) #fff fixed center top;
}

img {
	border: 0;
}

#container {
	width:970px;
	padding:0;
	margin:0 auto;
	z-index:1001;
	clear: both;
}

/* pages menu */

#pages {
	background: #000;
	width:970px;
	margin:0 auto;
	font-size:12px;
	padding:10px 0;
	height: 15px;
	z-index:1002;
}
#pages ul {
	margin:0;
	padding:0;
}
#pages li {
	float:left;
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}
#pages a {
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	padding:4px 6px;
	margin:0 8px;
}
#pages a:hover {
	background: #d41a15;
}
#pages .current_page_item a {
	color:#fff;
	text-decoration:none;
	padding:4px 6px;
	margin:0 8px;
	background: #057ec4;
}
#pages ul.pagelinks {
	float: left;
}
#pages ul.rss {
	float: right;
}
	#pages ul.rss li.rss_blog a {
		background: url(images/rss_blue.png) no-repeat 4px 4px;
		padding: 4px 6px 4px 24px;
	}
	#pages ul.rss li.rss_blog a:hover {
		background: url(images/rss_blue.png) #d41a15 no-repeat 4px 4px;
	}
	#pages ul.rss li.rss_apps a {
		background: url(images/rss_red.png) no-repeat 4px 4px;
		padding: 4px 6px 4px 24px;
	}
	#pages ul.rss li.rss_apps a:hover {
		background: url(images/rss_red.png) #d41a15 no-repeat 4px 4px;
	}


/* blog title */

h3.blog-title a {
	background:url(images/logo.png) no-repeat;
	display:block;
	overflow: hidden;
	width:530px;
	height:96px;
	padding: 0;
	margin: 0;
	text-indent: -100em;
}
h4.blog-splash a {
	background:url(images/splash.png) no-repeat;
	display:block;
	overflow: hidden;
	width:970px;
	height:105px;
	padding: 0;
	margin: 0;
	text-indent: -100em;
}
.logo-spacer {
	display:block;
	clear:both;
	height:16px;
}

#appwrap {
	background: #fff;
	border-bottom: 5px solid #d41a15;
	font-size: 13px;
	padding: 0 15px;
}

	#appwrap h2,
	#appwrap .rg {
		color: #d41a15;
		text-align: center;
	}
	
#headwrap {
	width: 970px;
	border-bottom: 5px solid #d41a15;
	padding-bottom: 20px;
}

.home #headwrap {
	border-bottom: 0;
	padding-bottom: 0;
}

h3.blog-title a.home {
	float: left;
}

#dclogo a {
	background:url(images/dclogo.png) no-repeat;
	display:block;
	float: right;
	overflow: hidden;
	width:201px;
	height:96px;
	padding: 0;
	margin: 0;
	text-indent: -100em;
}

.frontline {
	border-bottom: 5px solid #d41a15;
}

.splashy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
}

.splashy a,
p a {
	font-weight: bold;
}

.cent {
	text-align: center;
}

.flickr .cent a {
	font-weight: normal;
	color: #d41a15;
}

.flickr .cent a:hover {
	color: #057ec4;
}

.money {
	font-weight: bold;
	font-size: 28px;
	color: #d41a15;
}

.slogo {
	margin: 15px 0 0 90px;
}

.stext {
	font-size: 12px;
	width: 450px;
	margin: 0 10px;
	float: left;
}

.mbo {
	border-bottom: 1px solid #d41a15;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.mto {
	border-top: 1px solid #d41a15;
	margin-top: 10px;
	padding-top: 25px;
}

.who {
	font-weight: bold;
	font-size: 24px;
	color: #057ec4;
	float: left;
	width: 50px;
	margin-left: 2%;
}

.whois {
	float: right;
	width: 865px;
}

.whois p {
	margin: 0 0 15px;
}

.halfsy {
	width: 44%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	padding-bottom: 10px;
}

.lol {
	margin-right: 2%;
}

.ror {
	margin-left: 2%;
}

.hed {
	font-weight: bold;
	font-size: 24px;
	color: #057ec4;
	margin: 0;
}


/* main column */

#main-col {
	float:left;
	width:570px;
	padding:0 0 20px 0;
	font-size:12px;
	color:#222;
}

#main-col .post {
	padding-top:15px;
	border-top: 1px solid #d41a15;
	clear:both;
}
#main-col .post:first-child {
	border-top:none;
}
#main-col h2 {
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:24px;
	line-height:28px;
	width:350px;
	margin:0;
}
#main-col h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	margin:23px 0 8px;
}
#main-col h2 a, #main-col h4 a {
	color:#057ec4;
	text-decoration:none;
}
#main-col h2 a:hover, #main-col h4 a:hover {
	border-bottom:1px solid #d41a15;
}
#main-col #defs h4 a {
	color:#057ec4;
	text-decoration:underline;
}
#main-col #defs h4 a:hover {
	color:#d41a15;
}
#main-col .spacer {
	height:20px;
	display:block;
	clear:both;
}
#main-col .comments, #main-col .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	float:right;
}
#main-col .comments {
	padding:8px;
	border:solid #000;
	border-width:0 1px;
}
#main-col .date {
	padding:8px 0 8px 8px;
}
#main-col .inner {
	padding:12px 0;
}
#main-col .comments a, #main-col .sm-date a {
	color:#057ec4;
	text-decoration:none;
}
#main-col .inner a {
	color:#057ec4;
	text-decoration:none;
}
#main-col .comment-count a:hover, #main-col .sm-date a:hover, #main-col .inner a:hover, #main-col .filed a:hover {
	color:#d41a15;
	text-decoration:underline;
}
#main-col .comments .comment-count {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}
#main-col .date .year {
	display:block;
}
#main-col .date .day {
	font-size:18px;
	line-height:8px;
	font-weight:bold;
	font-style:italic;
}
#main-col .excerpt {
	font-size:14px;
	line-height:18px;
	padding:0 0 10px;
}
#main-col .filed {
	width:350px;
	float:left;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:12px;
}
#main-col .filed a {
	color:#057ec4;
	font-style:normal;
	font-size:14px;
	text-decoration:none;
}
#main-col .continue a {
	float:right;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	background:url(images/continue-back.png) no-repeat right top;
	padding:18px 12px 8px;
}
#main-col .continue a:hover {
	background:url(images/continue-back-over.png) no-repeat right top;
	color:#fff;
}
#main-col a.homemore {
	font-style:italic;
	font-weight:bold;
	color:#fff;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	background:url(images/continue-back.png) no-repeat right top;
	padding:18px 12px 8px;
	margin: 20px auto 0;
	text-align: center;
	width: 100px;
}
	#main-col a.homemore:hover {
		background:url(images/continue-back-over.png) no-repeat right top;
	}

#main-col .sm-col-left, #main-col .sm-col-right {
	width:275px;
}
#main-col .sm-col-left .post, #main-col .sm-col-right .post {
	border-top: 1px solid #d41a15;
	padding:15px 0 0 0;
	width:275px;
}
#main-col .sm-col-left {
	float:left;
}
#main-col .sm-col-right {
	float:right;
}
#main-col .sm-date {
	font-size:11px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding:5px 0 0;
}
#main-col .sm-col-left .inner, #main-col .sm-col-right .inner {
	padding:0;
}
blockquote {
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
}
	

/* previous next links */

.post-nav {
	padding: 10px 0;
}
.previous {
	float:left;
	font-weight: bold;
	text-decoration:underline;
}
.next {
	float:right;
	font-weight: bold;
	text-decoration:underline;
}
.post-nav span a {
	color:#d41a15;
}	
.post-nav span a:hover {
	color:#057ec4;
}	
	


/* side column main */

#side-col {
	float:right;
	width:360px;
	padding:0 0 40px;
}
.tags a {
	text-decoration:none;
}
.tags a:hover {
	text-decoration:underline;
}

/* tabs */

.spacer {
	display:block;
	height:10px;
	font-size:0;
	line-height:0;
}
.liner-up {
	display:block;
	border-top: 5px solid #d41a15;
	height:20px;
	margin-top: 5px;
	font-size:0;
	line-height:0;
}
.liner {
	display:block;
	border-top: 5px solid #d41a15;
	height:20px;
	margin-top: 5px;
	font-size:0;
	line-height:0;
}

ul#tabnav {
	height:40px;
	margin:0;
	padding:0;
	display:block;
}
ul#tabnav li {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}
ul#tabnav li a {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	margin:0 3px 0 0;
	padding:8px 12px 18px;
}
ul#tabnav li a:hover, ul#tabnav li a.selected {
	color:#fff;
	background:url(images/title_back.png) no-repeat left bottom;
}
.panel {
	display:block;
	width:360px;
	overflow:auto;
}

a {
	color:#057ec4;
}
a:hover {
	color:#d41a15;
}


.postList {
	padding:0;
	margin:0;
	overflow:hidden;
	width:359px;
}
.postList li {
	list-style:none;
	margin:0;
	padding:0;
}
.postList a {
	display:block;
	padding:6px 10px;
	font-size:13px;
	line-height:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
}
.postList a:hover {
	background:#d41a15;
	color: #fff;
}
.postList a .listMeta {
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
.postList li a .quote {
	display:block;
	height:38px;
	overflow:hidden;
}
.postList li a .right {
	float:right;
}

#sponsors {
	background: #fff;
	display: inline-block;
	padding: 15px 15px 15px 15px;
	border-top: 5px solid #d41a15;
}

.medi {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	padding: 0;
}
.flickr {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	padding:0 0 10px;
}
.flickr a img {
	border:1px solid #000;
	color:#000;
	text-decoration:none;
	margin:6px;
	float:left;
}
.flickr a:hover img {
	border-color:#ffe400;
	color:#ffe400;
}
.search {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	padding:21px 0 10px;
}
.search form {
	margin:0;
	padding:8px 0;
	text-align:center;
}
.search input {
	color:#fff;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px;
	border: 1px solid #057ec4;
	background: #057ec4;
}
.search .txt-field {
	color:#000;
	background: #fff;
	float:left;
	padding: 6px;
	width:276px;
}
.search .btn-search {
	float:right;
}

/* comment form styles */

.comments-PII, .comments-PII-2 {
	float:left;
}
.comments-PII {
	width:240px;
	margin-right:15px;
}
.comments-PII-2 {
	width:310px;
}
.comments-PII input {
	color:#000;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px;
	border-style:none;
	background:url(images/post-shadow.png);
	width:240px;
}
.comments-PII-2 textarea {
	color:#000;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size:12px;
	border-style:none;
	background:url(images/post-shadow.png);
	width:300px;
	height:180px;
}
.comments-PII-2 input {
	color:#000;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-style:none;
	background:url(images/post-shadow.png);
	padding:2px 5px;
}

.note {
	font-size:10px;
}


/* comment list styles */

#comment-list {
	font-size:12px;
	padding:10px 0;
}
#comment-list .bigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
}
.comment-left {
	padding:16px 0;
}
.comment-meta {
	float:left;
	width:120px;
	margin-right:10px;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.comment-metadata {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.comment-metadata a {
	color:#000;
	text-decoration:none;
}
.comment-metadata a:hover {
	text-decoration:underline;
}
.comment-txt {
	float:left;
	width:440px;
	font-size:12px;
	line-height:18px;
}




/* footer */

#footer {
	clear: both;
	font-size:12px;
	background: #000;
	color:#fff;
	padding:12px 0;
	text-align: center;
}
#footer .bigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}
#footer a {
	font-weight:bold;
	color:#057ec4;
	text-decoration:underline;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

/* voting */

.votelink {
	float:right;
	margin-top: 15px;
}

.tickercontainer {
	background: #057ec4 !important;
	border: 1px solid #333 !important;
	color: #fff !important;
	padding: 5px 0 8px !important;
}

.imagecontainer {
	background: #d41a15 !important;
	border: 1px solid #333 !important;
	border-top: none !important;
	color: #fff !important;
	padding: 3px 0 !important;
}

#submitable {
	font-size: 12px;
	margin-top: 20px;
	width: 550px;
}

#submitable th {
	background-color: #d41a15;
	color: #fff;
}

#submitable td {
	background: #fff;
}

#submitable th,
#submitable td {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: none;
	padding: 5px;
	text-align: left;
}

#prizes {
	font-size: 15px;
	margin-top: 20px;
	width: 550px;
}

#prizes .sideout {
	background-color: #057ec4;
	color: #fff;
	text-align: left;
}

#prizes th,
#prizes th.sideout {
	background-color: #d41a15;
	color: #fff;
}

#prizes th,
#prizes td {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: none;
	padding: 5px;
	text-align: center;
}

#prizes td {
	background: #fff;
}

ol li {
	margin: 8px 0;
}

#sponsors:after,
#pages:after,
#headwrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#tagcloud {
	margin: -5px 0 20px;
	text-align: justify;
}

.mto .sociable {
	display: inline;
	margin: 0;
}

h2.widgettitle {
	display: none;
}

#panel_comments ul {
	margin: 0;
	padding: 0;
}

#panel_comments ul li {
	font-size: 11px;
	list-style: none;
	margin: 10px;
	padding: 3px 6px;
	display:block;
	line-height:18px;
	color:#000;
	text-decoration:none;
}

#panel_comments ul li:hover {
	background: #d41a15;
	color: #fff;
	cursor: pointer;
}

#panel_comments ul li a {
	color: #000;
	text-decoration: none;
}

#panel_comments ul li:hover a,
#panel_comments ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.rsswidget {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.rss-date {
	display: block;
}
