/*  
Theme Name: Probama
Theme URI: http://www.category4.com/2008/03/11/probama-theme-for-wordpress-released/
Description: A theme for supporters of Sen. Barack Obama
Version: 1.0
Author: Category 4 & Darren Hoyt
Author URI: http://www.category4.com, http://www.darrenhoyt.com/blog
*/



/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {	
color:#000;
background:#fff;
	padding-bottom:38px;
	}

body, select, textarea, input {	
	font: 100% Verdana, Arial
	}

p {	
	margin: 15px 0;
	line-height:145%;
	overflow: hidden;
	}
		
a, a:visited {	
	color: #006;
	text-decoration:none 
	}

a:hover, a:active {
	color:#006;
	text-decoration:underline
	}

*:focus { 
	outline: none;
	}

ol {
	margin: 15px 15px 15px 35px;
	}
	
li a:hover, li a:active {
	color:#000;
	text-decoration:underline;
	}

a img {
	border:none
	}	
		
	

/* ---------- @ Page Structure -----------*/

#flag {
	background:#fff url(images/bg.gif) repeat-x center top;
	padding-bottom:33px;
	}

#interior #flag {
	background:#fff url(images/bg.gif) repeat-x center top;
	}
				
.wrapper {
	margin: 0 auto;
	font-size: 0.7em;
	width: 871px;
	}
	   
#masthead {
	background: url(images/bg_masthead.jpg);
	height: 100px;
	padding:0 0 0 18px;
	}

#branding {
	padding-top:20px;
	padding-left:20px;
	}

#description {
	color:#7ec2f8;
	letter-spacing:0.06em;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:2px;
	}
		
.left {	
	float:left;
	}

.right {	
	float:right
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	

.alignleft {	
	float:left;
	}

.alignright {	
	float:right
	}
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	color:black;
	text-align:center !important;
	font-size: 11px;
	line-height: 17px;
	padding: 0px 4px 5px;
	margin: 0px;
}
/* End captions */
	
#sidebar {
	width:358px;
	float:right
	}

#sidebar .cat-container {
	background: #cde;
	padding: 20px;
	margin-bottom: 10px;
	}

#sidebar .right {
	display:block;
	float:right;
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: right;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	background: #cde;
	padding: 10px;
	width: 160px;
	}

#sidebar .wide {
	margin-bottom: 15px;
	background: #cde;
	padding: 10px;
	width: 348px;
	overflow: hidden;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#sidebar .listlinks ul li {
	list-style-type:none;
	background: url(http://extras.mnginteractive.com/live/media/site568/2006/1121/20061121__bullet_blue_sm.gif) no-repeat 0 5px;
	padding-left:10px;
	width: 140px;
	}

		
/* ---------- @ Headings -----------*/

		   
h1 {
	font:2.5em "verdana", Times, serif;
	font-weight:bold;
	width:548px;
	padding-top:5px;
	}

h2 {	
	font:2em "verdana", Times, serif;
	font-weight:bold;
	line-height:100%;
	}

h3 {	
	font: 1.5em "verdana", Times, serif;
    color:#006;
	font-weight:bold;
	line-height:110%;
	}
			
h4 {	
	font-size: 1.2em
	}

#commentarea h4, h4.pagetitle {
	color:#006;
	margin-bottom:13px
	}

#submenu h4 {
	margin: 6px 0 5px 0;
	}
	
		
	


/* ---------- @ Content Styles -----------*/


	
h1 a, h1 a:visited {
font:bold 30pt arial;
color:#fff;
	}

h1 a:hover, h1 a:active {
	text-decoration:none
	}	


h2 a, h2 a:visited {
	color:#036;
	}

.commentcount {
	background:url(images/bubble.gif) no-repeat 0 2px;
	padding-left:17px;
	font:11px Verdana, Arial;
	margin-left:9px;
	}
	
.author {
	font:11px Verdana, Arial;
	}

.commentcount a, .commentcount a:visited {
	color:#006;
	}
	
#interior #content {
	}

.col.left {
	width:65%;
	}

.col.right {
	width:35%;
	}

		

/*Post Styles*/ 
.post {
	background: #fff;
	padding:20px;
	}

.entry {
	padding-bottom:30px;
	}
.entry p a, entry p a:hover {
	
	color:#00F;
    
	}	
.entry ul, .entry ol {
	padding:0 15px 10px 10px;
	}		

.entry ul li {
	margin-left:35px;
	list-style:square;
	padding:2px 0;
	}

.entry blockquote {
	margin:15px 35px 25px 35px;
	border-left:5px solid #fec855;
	padding-left:15px;
	font-family: "verdana", Times, serif;
	font-style:italic;
	color:#006;
	line-height:140%;
	}			

.entry img {
	/*  float:left;   */
	margin:5px 13px 6px 0;
	border:4px solid #FFF;
	}

.postmetadata {
	text-transform:uppercase;
	font-size: 0.9em;
	color:#6e93b2;
	border-bottom:1px solid #376291;
	border-top:1px solid #376291;
	padding:3px 0;
	}
.addtoany_share_save {
	padding:0 0 10px 0;
}
.entry pre, .entry code {
	font: 1em "Courier New", Courier, monospace;
	overflow:auto;
	padding:14px;
	background:#def;
	display:block;
	width:100%;
	}

.entry pre	{
	padding:20px 20px 40px 20px;
	}

table {
	width:100%;
	border-collapse:collapse;
	margin:15px 0;
	}

td, th {
	border-bottom:1px solid #416597;
	padding:4px 8px;
	background:#ddd;
	}

th {
	font-weight:normal;
	text-align:left;
	width:35%;
	}



	
	
/*Comments*/

#commentarea {
	background:#fff url(images/divider2.gif) top center no-repeat;
	padding:35px 20px;
	}

.commentlist {
	margin:25px 0 0 0;
	padding:0 0 30px 0;
	}

.commentlist li {
	margin: 15px 0 3px 22px;
	padding: 8px 15px 10px 15px;
	background-color: #c1cddd;
	}

#commentarea small {
	font-size:1.1em;
	}

.commentlist cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
	}	

.gravatar {
	float:left;
	border:1px solid #2d578a;
	}
	
.commentinfo {
	width:395px;
/*	width:765px; Fix by snguyen 06122008 */
	float:right;
	padding-top:5px;
	}

.commentlist li.my_comment {
	background:#C2D3E4;
	border-bottom:1px solid #36639b;
	border-top:1px solid #36639b;
	}

li.my_comment cite {
	font-size:1.5em;
	}	
	
	
/*Flickr*/

#flickr {
	list-style:none;
	padding-top:13px;
	}

#flickr li {
	float:left;
	display:inline;
	margin:0px 17px 16px 0px;
	border-right:1px solid #031F4A;
	border-bottom:1px solid #031F4A;
	}

#flickr li a {
	display:block;
	border:4px solid #376291;
	}
	
#flickr li a:hover {
	border:4px solid #60A9DE;
	}

	

	
/* ---------- @ Forms -----------*/

#searchform {
	float:right;
	width:190px;
	background:url(images/bg_search.gif) no-repeat;
	padding:0 0 5px 5px;
	margin-top:9px;
	}

#s {
	background:#295ba0;
	border:none;
color:#fff;
	padding-left:10px;
	margin-top:-4px;
	width:140px;
	}
		
.field {
	background:#FFF;
	border:1px solid #369;
	padding:4px;
	}

.field:focus {
	background:#e8ebf0;
	}
	
#submit {	
	background: #010a2a ! important;
	border:none;
	font-size:0.9em;
	color:#b5dbf3;
	padding:5px;
	text-transform:uppercase
	}

#submit:hover {	
	background: #12225b ! important;
	}
	
#searchsubmit {
	background:#295ba0;
	border:none;
	margin: 1px 0 0 3px;
	font-size:0.9em;
	color:#b5dbf3;
	padding:2px;
	}
	
	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}


/* ---------- @ Footer -----------*/

#meta {
	padding-top: 25px;
	}

.block {
	width:187px;
	float:left;
	margin:0 13px;
	}

#meta ul {
	margin-top:15px; 
	}
			
#meta li {
	list-style:none;
	border-top:1px solid #213957;
	padding:6px 0;
	}

#meta a, #meta a:visited {
	color:#fff;
	}

#meta a:hover, #meta a:active {
color:#f00;
	}
			
#footer {
	font:12px arial;
	padding: 12px;
	color:#036;
	background:#bcd;
	margin-top:0px;
	text-align:center;
	line-height:1.75em;
	}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	text-indent:-9000px;
	margin: 8px 15px 0 0;
	}


	
	
	
	
	
	
/*Styles pertinent only to the homepage*/

/*Headers*/


#latest h2 {
	width:365px;
	float:right;
	font-size:2em;
	line-height:115%;
	}

.excerpt h3 {
	margin-bottom:-12px;
	}

h3#video {
	width:148px;
	margin-bottom:6px;
	}

h3#obamablog {
	margin-bottom:5px;
	}
	
h3#audio {
	background:url(../images/feedburner.gif) no-repeat right;
	width:132px;
	margin:22px 0 8px 0;
	}
	
h3#pics {
	background:url(../images/flickr.gif) no-repeat right;
	width:153px;
	margin-top:15px;
	}
	
	

/*Content Styles*/

#content {
	width:485px;
	float:left
	}	

#latest {
	background-color:#fff;
/*	border:0px solid #bbb; */
	padding:13px 19px 20px 19px;
	}

#calendar {
	background:url(../images/calendar.png) no-repeat;
	width:70px;
	height:57px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
	padding-top:1px;
	margin-top:3px;
	color: #FFFFFF;
	}
	
#calendar p {
	font:2.4em Georgia, "Times New Roman", Times, serif;
	margin:0;
	text-transform:none;
	}	

.entry {
	background:#fff url(../images/divider.gif) bottom no-repeat;
	}

.excerpt {
	padding:14px 18px;
	background:#fff url(../images/divider.gif) bottom no-repeat;
	}

.excerpt .commentcount {
	background:url(../images/bubble.gif) no-repeat 1px 2px;
	}
		
#donate {
	background:#C2D3E4;
	border:0px solid #bbb;
	padding: 10px;
	margin-bottom:18px;
	}

#media {
	background:#cde;
	border:0px solid #bbb;
	padding: 10px;
 	overflow:hidden;
 	}	
	
#media li {
	list-style:outside;
	margin-left:16px;
 	}	
	
#media h4 {
color:#006;
	padding-bottom:5px;
 	}	
	
.headlines {
	padding:15px;
	}

.headlines li {
	list-style:none;
	border-bottom:1px solid #3b608d;
	padding:4px 0;
	}

a.button, a.button:visited {
	background:url(../images/bg_button.gif) no-repeat;
	display:block;
	padding:5px 0 5px 34px;
	width:90px;
	text-transform:uppercase;
	color:#e9d393;
	margin:10px 4px 0 0;
	}		

a.button:hover, a.button:active {
	background:url(../images/bg_button_on.gif) no-repeat;
	text-decoration:none
	}		
	
.mainlist li {
	list-style:none;
	padding: 4px 0;
	border-top:1px solid #315885;
	}

a.archives, a.archives:visited {
	margin:0 0 0 18px;
	}
				