	/* @override 
		http://obama.simplescott.com/css/global.css
		http://localhost:8888/css/global.css
		http://www.barackobama.com/css/globalv2.css
		http://my.barackobama.com/css/signup.css
		http://www.barackobama.com/css/globalv2.css
	*/

/* CSS
Author: Scott Thomas
Client: Obama for America
Created: 12-15-07
Modified: 12-22-07
*/


/* Browser-specific styles
=====================================================================*/



/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }


/* Global Elements
=====================================================================*/

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg.jpg) no-repeat scroll 50% 0pt;
	background-color:#02245c;
	text-align: center;
	line-height: 1.6em;
}

input[type="text"] { 
}

/* Library
=====================================================================*/

.l { float: left; width: 49%; }
.r { float: right; width:49%; }
.r:after { display: block; content: ''; clear: both; height: 0; visibility: hidden; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.justify { text-align: justify; }
.float-left { float: left; }
.float-right { float: right; }
.clear-both { clear: both; float: none; }
.clear-right { clear: right; float: none; }
.hide {	display:none; }
.clear-both { clear: left; float: none; }
.inline { display: inline; }
.block { display: block; }
.noborder { border: 0px none; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.visible { display: block; }
.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.border5 { border: solid 10px #c7c7c7; }
.border10 { border: solid 10px #c7c7c7; }
.border20 { border: solid 20px #c7c7c7; }

div.hidden, a.hidden
{
	display: none;
	margin: 0;
}

/* Typographic Elements
=====================================================================*/

h2, h4, h6, body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

blockquote, em, h1, h3, h5, i, .feedBy  {
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Homepage Specific Headers
=====================================================================*/

h1 {
	font-size: 1.2em;
	line-height: 0.9em;
	color: #2575ad;
}

h2 {
	font-size: .8em;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;
}

.l h2 { } /* Left column specific */

.r h2 { letter-spacing:1px; padding: 0px 7px; margin-bottom: 10px; } /* Right column specific */

h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #2575ad;
}

h4 {
	font-size: .9em;
	text-transform: uppercase;
	color: #2575ad;
	letter-spacing: 1px;
	font-weight: bold;
}

h5 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h6 {
	font-size:.88em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Interior page Specific Headers
=====================================================================
-------------------------------------------------------------- 
PAGE CONTENT STYLES
-------------------------------------------------------------- 
*/

#page_content h1 {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #2575ad;
}

#page_content h2 {
	padding-bottom: 5px;
	font-size: .92em;
	line-height: 1em;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;
}


#page_content h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #2575ad;
	/*position: relative; commented out Monday June 9 for mybo fix*/
}

#page_content h4 {
	font-size: 1em;
	line-height: 1em;
	color: #0d5d9b;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: none;
}

#page_content h5 {
	font-size: 1.125em;
	line-height: 1.8em;
}

#page_content h6 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

#page_content .photo{
	margin: 20px 0px 20px 20px;
}

/* Misc Typography
=====================================================================*/

body { 
	font-size: .75em; 
	line-height: 1.5em;
	color: #424242;}

table { 
	font-size: 1em; 
	line-height: 1.5em;
	color: #424242;}

i, em { 
	font-style: italic;
}

blockquote {
	clear:both;
	font-size:1.2em;
	line-height: 1.6;
	padding: 0px;
	color: #666666;
}

blockquote, blockquote p {
	clear: both;
	color: #666666;
}

.smallcaps {
	font: small-caps 1.5em/1.7em Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
	text-transform: lowercase;
	letter-spacing: .1em;
}

.citation, .cite {
	font-size: 12px;
}




/* List Elements
=====================================================================*/

ul li 
{
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

li a:hover {
	background-color: #eeeeee;
}



dl {
	height: auto;
	margin: 0;
	list-style: none;

}

dl a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

}

dl a:hover {
	background-color: #ffffff;
}

dl img {
	float: left;
}
dt, dd {
	padding: 5px 7px;
}

dt {
	float: left;
	clear: left;
	width: 40px;
	color: #363636;
	font-size:.9em;
} 

dd {
	margin-left: 50px;
}


.alt-text { font-family: Georgia;text-transform: lowercase;}






/* Global Links
=====================================================================*/

a {
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited,
a:active
{
	background: transparent;
	color: #2575ad;
	text-decoration: none;
	
}

a:hover
{
	background: transparent;
	color: #ac3433;	
	text-decoration: none;
}


/* Grid
=====================================================================*/

/* layout styles */


#house
{
	margin: 0 auto 100px auto;
	text-align: left;
	/* re_aligns text to left second part of two part MSIE centering workaround */
	width: 960px; 	/* Total width */
	background-color: #ffffff;
	/*background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_house.gif);*/
}


#header,
#content,
#bottom {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


#content
{	
	width: 960px;
	margin: 0 auto;
	background: transparent url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_content.jpg) repeat-x;
}

#content_fade
{	
	width: 960px;
	margin: 0 auto;
	background: transparent url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_content_fade.jpg) repeat-x;
}

#page_content { padding: 20px 60px 40px 30px; }

#page_content .nav { font: 12px arial; margin: 0 0 15px 0;}



#page_content #issues  ul li {
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

#page_content ul li {
	height: auto;
	margin: 12px;
	padding: 0;
	list-style: disc outside;
}

div#page_content div#inset_r ul li {
	margin:0px;
	padding: 0;
	list-style: none;
}

div#page_content div#inset_r ul li.more {
	padding: 5px 10px;

}

div#page_content div#inset_r ul li ul li {
	padding: 3px;
	list-style: circle inside;
}

#column1
{
	float: left;
	width: 640px;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_col1.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;	
}

#col1a {
	float: left;
}

#col1b {
	float: right;
}

#column2
{
	width:280px;
	margin: 0 0 0px 640px;
	padding: 0px 20px;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_col2.gif);
	background-repeat: repeat-x;
	background-color: #c9c9c9;
}

#column2_bot {
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_col2_bot.jpg);
	height:200px;
}



.module.l  {
	height: auto;
	width: 270px;
	padding: 20px 15px 20px 35px ;
}

.module.r 	{
	height: auto;
	width: 270px;
	padding: 20px 35px 20px 15px ;
}

.state_module_left {
	float:left;
	width:49%;
	padding: 0px !important;
}

.state_module_right {
	float:right; 
	height:auto; 
	width:240px; 
	padding:10px 0px 0px 30px !important;
}

.barack_tv {
	margin-top: 20px;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/baracktv_footerbg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding:10px 10px 40px 10px;
}

#column2 .module {
	padding-top:20px;
}

#header {
	height: 156px;
	display: block;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/header_flash_holder.jpg);
}

#header h1 {
	float:left;
}

#bottom {
	background-color: #ffffff;
}

#logo-print { display: none; }




/* Navigation 2.0
-------------------------------------------------------------- */
#nav { line-height: 1; z-index: 9998; }

#nav a {
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/obama_navbg.jpg) no-repeat 0 0;
	display: block;
	height: 50px;
	text-indent: -999em;
	overflow: hidden;
}

#nav-donate {
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/nav-donate_btn.jpg) no-repeat 0 0;
	width:320px;
}

#nav-donate a {
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/nav-donate_btn.jpg) no-repeat 0 0;
	display: block;
	height: 50px;
	text-indent: -999em;
	overflow: hidden;
}


#nav li { float: left; position: relative; }
* html #nav li * { position: relative; }
#nav li, #nav ul { margin: 0; padding: 0; }
	
	/*--- Default ---*/
	#nav-home a { background-position: 0 0; width: 52px; }
	#nav-learn a { background-position: -52px 0; width: 72px; }
	#nav-issues a { background-position: -124px 0; width: 77px; }
	#nav-media a { background-position: -201px 0; width: 73px; }
	#nav-action a { background-position: -274px 0; width: 80px; }
	#nav-people a { background-position: -354px 0; width: 77px; }
	#nav-states a { background-position: -431px 0; width: 75px; }
	#nav-blog a { background-position: -506px 0; width: 65px; }
	#nav-store a { background-position: -571px 0; width: 69px; }

	/*--- Hovering ---*/
	#nav-home a:hover { background-position: 0 -50px; width: 52px; }
	#nav-learn a:hover { background-position: -52px -50px; width: 72px; }
	#nav-issues a:hover { background-position: -124px -50px; width: 77px; }
	#nav-media a:hover { background-position: -201px -50px; width: 73px; }
	#nav-action a:hover { background-position: -274px -50px; width: 80px; }
	#nav-people a:hover { background-position: -354px -50px; width: 77px; }
	#nav-states a:hover { background-position: -431px -50px; width: 75px; }
	#nav-blog a:hover { background-position: -506px -50px; width: 65px; }
	#nav-store a:hover { background-position: -571px -50px; width: 69px; }
	
	/*--- Clicking ---*/
	#nav-home a:active { background-position: 0 -100px; width: 52px; }
	#nav-learn a:active { background-position: -52px -100px; width: 72px; }
	#nav-issues a:active { background-position: -124px -100px; width: 77px; }
	#nav-media a:active { background-position: -201px -100px; width: 73px; }
	#nav-action a:active { background-position: -274px -100px; width: 80px; }
	#nav-people a:active { background-position: -354px -100px; width: 77px; }
	#nav-states a:active { background-position: -431px -100px; width: 75px; }
	#nav-blog a:active { background-position: -506px -100px; width: 65px; }
	#nav-store a:active { background-position: -571px -100px; width: 69px; }
	
	/*--- Dropdowns ---*/
	#nav li.over ul { left: 0; display: block;}
	#nav li li { float: none; position: static; width: 100%; }
	
	#nav li li a, #nav li li a:hover, #nav li li a:active {
		background: none;
		height: auto;
		padding: 1px 12% 2px;
		text-indent: 0;
		width: 76%;
	}
	
	#nav li li a:hover { background: #eee; }
	
	#nav li ul {
		background: #fff;
		border-bottom: 1px solid #ce0000;
		display: none;
		line-height: 1.5;
		padding: 5px 0;
		position: absolute;
		top: 50px;
		width: 200px;
		z-index: 9999;
	}
	
	li#nav-states ul { line-height: 1.2; width: 400px; }
	li#nav-states .col { font-size: 0.9em; float: left; width: 33%; }
	li#nav-states .col ul { border: 0; position: static; width: 100%; }


/* Espanol Navigation 2.0
-------------------------------------------------------------- */
#esp_nav { line-height: 1; z-index: 9998; }

#esp_nav a {
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/espanol/images/obama_navbg_es.jpg) no-repeat 0 0;
	display: block;
	height: 50px;
	text-indent: -999em;
	overflow: hidden;
}

#nav-donacion {
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/espanol/images/donate_es.jpg) no-repeat 0 0;
	width:320px;
}

#nav-donacion a {
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/espanol/images/donate_es.jpg) no-repeat 0 0;
	display: block;
	height: 50px;
	text-indent: -999em;
	overflow: hidden;
}

#esp_nav li { float: left; position: relative; }
* html #esp_nav li * { position: relative; }
#esp_nav li, #esp_nav ul { margin: 0; padding: 0; }

#esp_nav li:hover ul, #esp_nav li.over ul { left: 0; }
#esp_nav li li { float: none; position: static; width: 100%; }

#esp_nav li li a, #esp_nav li li a:hover, #esp_nav li li a:active {
	background: none;
	height: auto;
	padding: 1px 12% 2px;
	text-indent: 0;
	width: 76%;
}

#esp_nav li li a:hover { background: #eee; }

#esp_nav li ul {
	background: #fff;
	border-bottom: 1px solid #ce0000;
	left: -1999px;
	line-height: 1.5;
	padding: 5px 0;
	position: absolute;
	top: 50px;
	width: 200px;
	z-index: 9999;
}

/*--- Default ---*/
#nav-conzcanos a { background-position: -52px 0; width: 116px; }
#nav-temas a { background-position: -168px 0; width: 66px; }
#nav-participe a { background-position: -234px 0; width: 95px; }
#nav-personas a { background-position: -329px 0; width: 95px; }
#nav-estados a { background-position: -424px 0; width: 87px; }
#nav-tienda a { background-position: -570px 0; width: 70px; }

/*--- Hovering ---*/
#nav-conzcanos a:hover { background-position: -52px -50px; width: 116px; }
#nav-temas a:hover { background-position: -168px -50px; width: 66px; }
#nav-participe a:hover { background-position: -234px -50px; width: 95px; }
#nav-personas a:hover { background-position: -329px -50px; width: 95px; }
#nav-estados a:hover { background-position: -424px -50px; width: 87px; }
#nav-tienda a:hover { background-position: -570px -50px; width: 70px; }

/*--- Clicking ---*/
#nav-conzcanos a:active { background-position: -52px -100px; width: 116px; }
#nav-temas a:active { background-position: -168px -100px; width: 66px; }
#nav-participe a:active { background-position: -234px -100px; width: 95px; }
#nav-personas a:active { background-position: -329px -100px; width: 95px; }
#nav-estados a:active { background-position: -424px -100px; width: 87px; }
#nav-tienda a:active { background-position: -570px -100px; width: 70px; }


li#nav-estados ul { line-height: 1.2; width: 400px; }
li#nav-estados .col { font-size: 0.9em; float: left; width: 33%; }
li#nav-estados .col ul { border: 0; position: static; width: 100%; }

/* Email Subscription Form
-------------------------------------------------------------- */

#email_subscribe input[type="text"] {
		position:relative;
		top:-4px;
		background-color: #4f87b8;
		border: 1px solid #07387a;
		padding:4px;
		color:#FFFFFF;
		font-size: 10px;
}

#email_subscribe input[type="image"] {
		position: relative;
		top: 4px;

}

#email_subscribe {
		float: right;
		padding: 60px 66px 0px 0px;
}



/* Site Specific
-------------------------------------------------------------- 
HOMEPAGE
-------------------------------------------------------------- 
*/

/* Feature Block
-------------------------------------------------------------- */

#feature_block { position: relative; width:640px; height:320px; }
#feature_block #news_area { float: left; line-height:0px; }
#feature_block #news_area.flash { float: left; height:300px; width:470px; text-align:center; padding:10px; line-height:0px; background-image:url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/feature_bg.jpg); }

#feature_block .news_area { float: left; line-height:0px; }
#feature_block .news_area.flash { float: left; height:290px; width:470px; text-align:center; padding-top:30px; line-height:0px; background-image:url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/feature_bg.jpg); }


#feature_block #right_column 
{
	position: absolute;
	top: 0;
	right: 0;
	float: left;
	width: 171px;
	height:320px;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/feature/news_list_bg.gif);
}

#feature_block #right_column h3 { color: #6FA3DC; margin: 10px 20px 0 20px; font-size: 14px; }
#feature_block #right_column #arrow { position: absolute; }
#feature_block #right_column #news_items { width: 140px; margin: 20px; }
#feature_block #right_column #news_items li { margin: 10px 0 10px 0; }

#feature_block #right_column #news_items a
{
	font: 11px arial;
	color: #19669C;
	outline: none;
	position: relative;
}

#feature_block #right_column #news_items a:hover { color: white; background: transparent;}
#feature_block #right_column #news_items a.selected { color: white; font: 16px Georgia; padding: 0px; }
#feature_block #right_column #news_foot { position: absolute; bottom: 0; }



#blog, #events, #news {
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_module.jpg) no-repeat;
	width: 100%;
	overflow: auto;
	clear:both;
}


#bottom div.where_do_you_live.module.l h1 {
	color: #ffffff;	
}

#column1 div div.blog_feature.module.l a h3 {
	padding-top: 10px;
	padding-bottom: 10px;	
}

.entry_description {
	overflow:hidden;
}


img.thumb ~ h7 {
	position: relative;
	top: 10px;
}

.blog_feature h3 {
	padding: 10px 0px;
}

.blog_feature h4 {
	margin-top: 10px;
}

.blog_feature > a {
	font: 24px/25px Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
	letter-spacing: -1px;
}

.other_stories {

}
.thumb{
	float: left;
	border: solid 5px #c7c7c7;
	margin: 10px 10px 10px 0;
}

.date {
	float: left;
	width: 50px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	height: 15px;
}


td.where_do_you_live h1 {
	color: #ffffff;
}

.date h2 {
	vertical-align: top;
}

.post {
	clear: both;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #d4d4d4;
}

.post img {
	padding: 10px 0px;
	margin-top:-5px;
	background-color: #FFFFFF;
}


.source, .location {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #7f7f7f;
	margin-top: 2px;
}

.location i {
	text-transform: lowercase;
}


.events h7 {

}

.store img {
	float:  left;
	padding-right: 7px;
}

.store h7 {
	position: relative;
	top: 10px;
}

#other_products {
	padding-top: 20px;
}

.price {
	color: #4e9ac8;
	padding-top: 10px;
}

.states {
	float: left;
	width: 80px;
	padding-left: 7px;
}

#hillary {
	width: 280px;
	position: relative;
	height: 180px;
	text-indent: -999em;
	overflow: hidden;
}

#hillary a {
	height: 180px;
	display: block;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/module_hrc.jpg);
}

#hillary a:hover {
	background-position: 0px -180px;
}


.action_center div {
	line-height:0px;
	background-color:#eaeaea;
}

#mad1 {
	height:50px;

}

#mad2 {
	height:63px;
	vertical-align:bottom;
}

#mad3, #mad4 {
	height:47px;
}

#mad5 {
	height:71px;
	vertical-align:top;
}

#mybo_top {
	width: 280px;
	position: relative;
	text-indent: -999em;
	overflow: hidden;
}

#mybo_top a {
	height: 120px;
	display: block;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/sidebar/mybo_topbg.jpg);
}

#mybo_top a:hover {
	background-position: 0px -120px;
}

#mybo_bot {
	width: 280px;
	position: relative;
	text-indent: -999em;
	overflow: hidden;	
}

#mybo_bot a {
	height: 140px;
	display: block;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/sidebar/mybo_botbg.jpg);
}

#mybo_bot a:hover {
	background-position: 0px -140px;
}

.obama_everywhere {
	line-height:0px;
}

#actioncenter {
	width: 280px;
	position: relative;
	height: 127px;
	text-indent: -999em;
	overflow: hidden;
}

#actioncenter a {
	height: 127px;
	display: block;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/module_action.jpg);
}

#actioncenter a:hover {
	background-position: 0px -127px;
}

.r .view_more  {
	padding: 10px 7px;
}

.l .view_more  {
	
	padding: 10px 0px;
}

.small_callout {
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_smallcallout.jpg);
	background-repeat:repeat-x;
	border:1px #a6c0d6 solid;
    padding:10px;
}
	
.small_callout h3 {
	font-style: italic;
    padding-bottom:10px;
}
	
.small_callout input {
	font-size:16px;
	width: 145px;
}
/*
-------------------------------------------------------------- 
MAKE A DIFFERENCE
-------------------------------------------------------------- 
*/

div.action_center #action_center_header {
	height:50px;
}

div.action_center #find_events {
	height:63px;	
}

div.action_center #join_group {
	height:47px;	
}

div.action_center #register_to_vote {
	height:47px;
}

div.action_center #volunteer {
	height:71px;
}

/*
-------------------------------------------------------------- 
DELEGATE COUNTDOWN MODULE
-------------------------------------------------------------- 
*/
div.dcd {
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/delegatecountdown.jpg);
	height:311px;
	margin-top:20px;
}

div.dcd table td {
	font-size:11px;
}

.dcd_name {
	font-size:7px;
	letter-spacing:1px;
	color:#979797;
}

.dcd_desc {
	color:#979797;
}

.dcd_obama_results {
	font-size:14px !important;
	font-weight: bold;
	color:#296fb0;
	height:24px;
	text-align:center;
}

.dcd_hillary_results {
	font-size:14px !important;
	font-weight: bold;
	color:#979797;
	height:24px;
	text-align:center;
}

#dcd_where_we_are {
	padding:52px 0px 0px 25px;
}

#where_we_are_table {
	width:240px;
}

#dcd_what_we_need {
	padding:55px 0px 0px 10px;
}

#dcd_pledge_delegates {
	color: #8a8a8a;
	text-align: center;
	background-image: url('http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/numbers_bg_fw.jpg');
	background-color:#f9f9f9;
	padding-top:20px;
	width:125px;
	height:70px;
	line-height:13px;
}

#dcd_total_delegates {
	color: #8a8a8a;	
	text-align: center;
	background-image: url('http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/numbers_bg_fw.jpg');
	background-color:#f9f9f9;
	padding-top:20px;
	width:125px;
	height:70px;
	line-height:13px;
}

#dcd_number {
	font-size:28px;
	font-weight:bold;
	color:#296fb0;
	text-align:center;
	display:block;
}

.dcd_info {
	text-align:center;
}

#dcd_title {
	padding-top:8px;
	color:#787878;
	font-size:10px;
	text-align:center;
}

#dcd_fineprint {
	font-size:10px;
	color:#bababa;
}
#dcd_full_results_btn {
	width:261px;
	margin-top:8px;
}
#dcd_full_results_btn a {
	height: 32px;
	display: block;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/btn_viewfullresults.jpg);
}

#dcd_full_results_btn a:hover {
	background-position: 0px -32px;
}

/*
-------------------------------------------------------------- 
OBAMA MOBILE
-------------------------------------------------------------- 
*/
#obama_mobile {
	margin: auto 0px;
	width: 280px;
	position:relative;
	text-align:center;
	overflow:hidden;
}

#obama_mobile a {
	height:33px;
	display:block;
	padding: 100px 0px 0px 0px;
	color: #7a7a7a;
	background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/sidebar/obama_mobile2.jpg);
}

#obama_mobile a:hover {
	color: #666666;
	background-position: 0px -135px;
}

/*
-------------------------------------------------------------- 
OBAMA EVERYWHERE
-------------------------------------------------------------- 
*/

.obama_everywhere {
	height: 350px;
	width:280px;
}

.obama_everywhere div {
	line-height:0px;
	height:30px;
	width:140px;
}

.obama_everywhere div.everywhere-header {
	line-height:0px;
	height:65px;
	width:280px;
}

.obama_everywhere div.everywhere-footer {
	line-height:0px;
	height:23px;
	width:280px;
}

.obama_everywhere div a {
	height: 30px;
	display: block;
	overflow: hidden;
	background-position: 0 -30px;
	text-indent:9999px;
}

div.facebook a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/facebook.jpg);}
div.blackplanet a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/blackplanet.jpg);}
div.myspace a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/myspace.jpg);}
div.faithbase a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/faithbase.jpg);}
div.youtube a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/youtube.jpg);}
div.eons a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/eons.jpg);}
div.flickr a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/flickr.jpg);}
div.glee a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/glee.jpg);}
div.digg a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/digg.jpg);}
div.mybatanga a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/mybatanga.jpg);}
div.migente a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/migente.jpg);}
div.twitter a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/twitter.jpg);}
div.eventful a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/eventful.jpg);}
div.asianave a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/asianave.jpg);}
div.linkedin a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/linkedin.jpg);}
div.dncpartybuilder a { background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/obama_everywhere/images/dncpartybuilder.jpg);}

.obama_everywhere div a:hover {
	background-position: 0 0px;
}


/* Site Specific
-------------------------------------------------------------- 
LEARN
-------------------------------------------------------------- 
*/
#page_content h1 { margin-bottom: 10px; }

#page_content p {  margin: 10px 0 10px 0;}

#inset_r
{
	width: 25%;
	float: right;
	margin: 0 0 17px 20px;
	padding: 20px;
	display: block;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/temp_right_bg.jpg) repeat-x;
}

#inset_r .more
{
	padding: 10px;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/temp_right_bg.jpg);
}

#inset_r .more li {  list-style: circle; margin-left: 10px; }

#inset_r h4
{
	padding-bottom: 10px;
	border-bottom: 1px solid;
	text-align: center; 
	text-transform: uppercase;
	border-color: #d1d1d1;
}

#inset_r:after { display: block; content: ''; clear: both; height: 0; visibility: hidden; }


/* Site Specific
-------------------------------------------------------------- 
ISSUES PAGES
-------------------------------------------------------------- 
*/

#page_content #issues ul li {
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/page_elements/bullet.gif) no-repeat 0 0.6em;
	margin-bottom: 1em;
	padding-left: 1.5em;
}

#page_content #issues h2 {
	margin-bottom: 10px;	
}

#page_content #issues h3 {
	border-top: 1px solid #eeeeee;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height:1.7em;
}



#page_content #issues p {
	margin: 5px 0px;
}

#page_content h4 {
	margin: 10px 0px 5px 0px ;
}

#page_content #issues .at_a_glance ul li, #page_content #issues #inset_r ul li {	
	margin-bottom: 0;
	padding-left: 15px;
	list-style: circle outside;
} 

.at_a_glance {
	float: left;
	width: 50%;
}

#issues div.at_a_glance.l ul li {
	padding: 5px;
	list-style: circle outside;
}

#issues .at_a_glance ul li:before {
 
	color: #7cb0cd;

} 

#at_glance_container {
	overflow: hidden;
}

#vid_thumb {
	position: relative;
	background-color: #fff;
	color: #3d76bc;
	text-align: center;
	font-weight:bold;
	padding-bottom: 5px;
	margin-right:-4px;
}

#vid_thumb a {
	height: 106px;
	display: block;
	background-position: 0px -106px;
}

#vid_thumb a:hover {
	background-position: 0px 0px;
}

.aapi #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/aapi.jpg);}
.afam #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/aafo.jpg);}
.civilrights #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/civil1.jpg);}
.economy #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/economy.jpg);}
.education #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/education1.jpg);}
.energy #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/enviroment2.jpg);}
.ethics #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/ethics.jpg);}
.faith #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/faith1.jpg);}
.family #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/family.jpg);}
.fiscal #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/fiscal.jpg);}
.foreignpolicy #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/foreign1.jpg);}
.healthcare #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/healthcare1.jpg);}
.homeland #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/homeland1.jpg);}
.iraq #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/iraq1.jpg);}
.immigration #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/immigration.jpg);}
.latinos #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/latinos.jpg);}
.poverty #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/poverty1.jpg);}
.rural #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/rural.jpg);}
.seniors #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/seniors.jpg);}
.service #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/service.jpg);}
.sfbo #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/sfbo.jpg);}
.technology #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/technology.jpg);}
.veterans #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/vets1.jpg);}
.vets #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/vets.jpg);}
.wfo #vid_thumb a { background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/vidthumbs/women.jpg);}

.issues table td { padding-right:10px;}


#page_content table tbody tr td img {
	padding-right: 20px;
}

/* Site Specific
-------------------------------------------------------------- 
Photos
-------------------------------------------------------------- 
*/

#flickr {
	margin-top: 20px;
}

/* Site Specific
-------------------------------------------------------------- 
Mobile
-------------------------------------------------------------- 
*/
.mobile .left { float: left; clear: left; width: 55%; z-index: 0; position: relative; }
.mobile .right {  width: 35%; z-index: 1; position: relative;}

.mobile form 
{ 
	float: left;
	padding: 0 10px 10px 10px;
	width: 50%;
}

.mobile form ul { float: left; width: 100%; }
.mobile form li 
{ 
	float: left; 
	clear: left; 
	width: 100%; 
	margin: 0px 0 10px 0; 
}

.mobile form li input, form li select
{
	display: block;
	font: 18px arial;
	color: #666;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/input_bg.gif); 
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #999;
	padding: 2px;
}

.mobile .btn { background: none; width: 200px; }


.mobile label { font: 13px arial;}

#phone 
{ 
	position: relative; 
/*  width: 379px; */
	margin: 20px 0 30px 0;
	float: left;
	clear: left;
}

#phone_top
{ 
	height: 150px; 
/*  width: 379px; */
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/mobile/phone_options.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#phone_top #number 
{ 
	position: absolute; 
	left: 150px; 
	top: 150px; 
	background: black;
	padding: 5px;
	color: white;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	display: none;
}

#phone_bottom { width: 300px; height: 90px; }

#phone_bottom img {  }
#phone_images { position: absolute; width: 200px; }

#phone_images li 
{ 
	float: left; 
	height: 20px; 
	width: 20px; 
	margin: 2px; 
	border: 1px solid black;
}

#phone_images li a { height: 100%; width: 100%; display: block; }

#ringtones li { float: left; width: 100px; padding: 2px; }

#ringtones li { padding-bottom: 10px; }

#page_content.mobile h1 { margin-bottom: 10px; }
#page_content.mobile p  { margin: 15px 0 15px 0;}

#tm_list dt, #tm_list dd { padding:0px; }

#tm_list dt
{
	float: none;
	width: 100%;
	margin-top:8px;
}

#tm_list dd { margin:0px 0px 0px 0px; }

#barack {
	padding-left: 10px;
}



/* Site Specific
-------------------------------------------------------------- 
Photos
-------------------------------------------------------------- 
*/
#slideshow 
{ 
	margin: 10px;
	position: relative; 
	width: 550px;
	height: 410px;
	overflow: hidden;
	background: black;
}

#slideshow .slide, #slideshow img { position: absolute; z-index: 0; }

.image_list 
{ 	
	position:absolute; 	
	bottom: 0; 
	z-index: 1; 
	background: black;
	padding: 7px;
	width: 100%;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	font: 16px Georgia;
}

.image_list li { display: inline; }
.image_list li a 
{ 
	color: white; 
	padding: 1px; 
	display: inline; 
	text-decoration: none;
	font: 16px Georgia;
}

.image_list a.highlighted { outline: none; border-top: 2px solid lightblue; }
.image_list a:hover { background: transparent; }


/* Site Specific
-------------------------------------------------------------- 
DOWNLOADS PAGE
-------------------------------------------------------------- 
*/

div.downloads div#posters {
	width:550px;
}
div#posters ul li{
	float:left;
	width:145px;
	padding: 10px;
}

div#posters ul li img{
	margin: 10px;
}

div.downloads div#site_badges ul li {
	float:left;
	width:52px;
	border:5px;
	padding:5px;
}

div#page_content.downloads h4 {
	padding-bottom: 5px;
	margin: 30px 0px 10px 0px;
	border-bottom: 1px solid #eee;
}

/* Site Specific
-------------------------------------------------------------- 
TAKE ACTION BOX
-------------------------------------------------------------- 
*/

ul#take_action {
	padding: 60px 0px 20px 0px;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_take_action.jpg) no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}


ul#take_action li a {
	display:block;
}

#take_action_module {
	padding-top: 20px;
}

ul#take_action li a {
	color: #8d8d8d;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px;
	margin: 5px 20px 5px 20px;
}

ul#take_action li span {
	color: #2575ad;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}



ul#dels_info {
	padding: 60px 0px 20px 0px;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_delegates_info.jpg) no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}


ul#dels_info li a {
	display:block;
}

#dels_module {
	padding-top: 20px;
}

ul#dels_info li a {
	color: #8d8d8d;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px;
	margin: 5px 20px 5px 20px;
}

ul#dels_info li span {
	color: #2575ad;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#upcoming_events_sidebar {
	padding: 60px 0px 20px 0px;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_events.jpg) no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}

#upcoming_events_module {
	padding-top: 20px;
}

#upcoming_events_sidebar a {
	color: #2575ad;
	padding: 10px 0px;
	margin: 5px 0px;
}

#upcoming_events_sidebar span {
	color: #2575ad;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#upcoming_events_sidebar #eventfeedcontent {
	padding: 0px 20px;
}

#ontheair_sidebar {
	padding: 80px 20px 20px 20px;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_ontheair.jpg) no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}

#ontheair_module {
	padding-top: 20px;
	width:280px;
}

#ontheair_sidebar a {
	color: #2575ad;
	padding: 10px 0px;
	margin: 5px 0px;
}

#ontheair_sidebar span {
	color: #2575ad;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#news_sidebar {
	padding: 60px 0px 20px 0px;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_news.jpg) no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}

#news_module {
	padding-top: 20px;
}

#photos_sidebar {
	padding: 60px 0px 20px 0px;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_photos.jpg) no-repeat;
	background-color: #ebebeb;
	z-index: 250;
	text-align: center;
}

#photos_module {
	padding-top: 20px;
}

#btv_sidebar {
	padding: 60px 0px 20px 0px;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_baracktv.jpg) no-repeat;
	background-color: #ebebeb;
	z-index: 250;
	text-align: center;
}

#custom_sidebar {
	padding: 20px 0px;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_custom_module.jpg) no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}

#custom_module {
	padding-top: 20px;
}

#btv_module {
	padding-top: 20px;
}

#sidebar_module {
	padding-top: 20px;
}

.closed_caption_video, .es_video {
	height:300px;
}

.closed_caption_video a, .es_video a
{
	width: 140px;
	height: 106px;
	display: block;
}

.closed_caption_video a:hover, .es_video a:hover { background-position: 0px 106px; }
 

/* Icons
-------------------------------------------------------------- */
img.icon { border: 0; margin: 0 0.5em -3px 0; padding: 0; }

#hqBlogContent div.feedItem div.feedDescription ul li.MsoNormal img.icon {
	margin: 0px;
	padding: 0px 5px;
	border: 0px;
}

/*
-------------------------------------------------------------- 
STYLING FOR NEWSROOM & SPEECHES MOVABLE TYPE
-------------------------------------------------------------- 
*/
#newsroom h2{
	margin-bottom:15px;
}


#newsroom .r h2 {
	padding: 0px;	
}

#newsroom h3 {
	line-height: 1.1em;
	font-size: 1.7em;
	padding: 10px 0px 0px 0px;
}

#newsroom h4 {
	color: #7e7e7e;
  	font-weight:normal;
}
 
#newsroom h5 {
	line-height: 1.4em;
	font-size: 1.3em;
	padding: 5px 0px;
}

#newsroom p {
	margin-top: 5px;
}

#newsroom h6 {
	letter-spacing:.1em;
}

#newsroom .module div {
	margin-bottom: 20px;
}      

#newsroom p {
 	margin-top: 5px;
 }

#speeches h3 {
	width: 60%;
}   

#speeches div.archives h4 {
	margin-bottom: 10px;
}      

#newsroom div.module div.archives ul li a, #speeches div.archives ul li a {
	display: inline;
	float: left;
}

#speeches a, #news_archive a {
	text-decoration: none;
}        


/* Site Specific
-------------------------------------------------------------- 
Fact Check
-------------------------------------------------------------- 
*/

ul#facts {
	padding: 60px 0px 20px 0px;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/know_the_facts.jpg) no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}


ul#facts li a {
	display:block;
}


ul#facts li a {
	color: #8d8d8d;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px;
	margin: 5px 20px 5px 20px;
}

ul#facts li span {
	color: #2575ad;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

.latest_updates {
	margin-top: 20px;
	padding: 60px 20px 20px 20px !important;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/latest_updates.jpg) no-repeat;
	background-color: #eaeaea;
}
/*
-------------------------------------------------------------- 
STYLING FOR STATE PAGES
-------------------------------------------------------------- 
*/
#map_container {
	width: 100%;
}

/* BLOG AJAX STYLES */



div.short h4.feedTitle a:hover,
div.tiny h4.feedTitle a:hover,
div.short div.feedDescription a:hover {
	color: #ac3433;	
}


h3.feedTinyHeading  {
	color:#333333 !important;
	font-family:Helvetica,arial,sans-serif ;
	font-size:11px !important;
	letter-spacing:2px;
	padding:15px 0px 5px;
	text-transform:uppercase;
	font-weight:bold !important;
}

h4.feedTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em !important;
	font-weight: normal !important;
	color: #2575ad;
	margin-top:0px;
	margin-bottom: 5px;
}
h3.feedTitle {
	margin:15px 0px;
}

h3.feedTitle a{
	line-height: 20px;
	font-size:18px !important;

}

div.feedItem {
	padding-top: 5x;
	border-top: 1px solid #e8e8e8;
}

div.feedItem img {
	/*border: 30px solid #e8e8e8;*/
}



.feedByline {
	color:#535455;
	font-size:12px;
	margin-bottom: 15px;
}
.feedBy {
	font-style:italic;
}
.feedCreator {
	padding-right:5px;
}
.feedPubDate {
	border-left:1px solid #666666;
	padding-left:5px;
	margin-left:10px;
}
.feedFooter {  /* Blog footer */
	margin-top:15px;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/bg_blog_footer.jpg) no-repeat;
	height: 80px;
}

.feedFooter a {
	padding: 0px 10px;
}

div.short h3.feedTitle {
	border-bottom:medium none;
}

div.short h3.feedTitle a {
	border-bottom:medium none;
	color:#077CC1;
	line-height:22px;
	font-weight:normal;
}

div.short div.feedDescription {
	color:#333333;
	margin-bottom:10px;
}

div.short div.feedDescription a {
	color:#077CC1;
}

div.short div.feedByline span.feedPubDate {
	color:#999999;
	font-size:11px;
	font-weight:normal;
}

div.tiny h4.feedTitle {
	border-bottom:1px solid #EEEEEE;
	padding:10px 0px 0px 0px;
	margin: 0px !important;
}

h3.feedTinyHeading {
	color:#333333;
	font-family:Helvetica,arial,sans-serif;
	font-size:11px;
	letter-spacing:2px;
	line-height:14px;
	padding:15px 0px 5px;
	text-transform:uppercase;
}

div.tiny h4.feedTitle a {
	border-bottom:medium none;
	color:#077CC1;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
}

div.tiny h4.feedTitle .feedPubDate {
	border-left:medium none;
	color:#999999;
	display:block;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	padding: 0px 0px 10px 0px;
}
div.feedCommentLine {
	padding-top: 10px;
}
div.feedShareLine {
	padding-left: 10px;
}

#eventfeedcontent {
	font-size: 1em;
	line-height: 1.4em;
	color:#424242;
}

#eventfeedcontent a {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color:rgb(13, 93, 155);
}


div.feedDescription blockquote {
	border: 1px solid #c2c2c2;
	padding: 20px;
	font-size:1em;
	line-height: 1.6;
}

div.feedDescription blockquote p {
	padding: 0px 20px;
	
}
div.feedDescription {
	width: 100%;
	
}
div.feedDescription embed, div.feedDescription object  {


	margin: 20px 0px;
	position: relative;
	left: 3%;
}
div.feedDescription img {
	margin: 10px 20px 10px 0px;
}

.feedNavigation {

}

.feedPages {
	font-size: 1.1em;
	margin: 0px;
	display:block;
}

.feedPageLinkCurrent {
  font-weight:bold;
  color: #007cc2;
  background-color: #ebf1fe;
}
.feedPageLink {
  border-left: 1px solid #535455;
   padding: 0px 7px;
}
.feedPageLinkFirst {
  border-left: none !important;
}


.feedPrev {
	float: right;
}
/*
-------------------------------------------------------------- 
STYLING FOR BLUESTATE FORMS
-------------------------------------------------------------- 
*/

.btn {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  font-size: 11px;
  background: #eee;
  display: inline;
  border: 1px solid #7eafdf;                                  
  padding: 3px 7px;
}

label.field {
	font-size: 12px;
}

#signup tbody tr td table tbody tr td input, #signup tbody tr td table tbody tr td select {
	margin: 5px 0;
}

#signup span {
	line-height: 0px;
}

#signup tbody tr td table tbody tr td {
	text-align: left;
	height: 20px;
}




/*
-------------------------------------------------------------- 
STYLING FOR BLUESTATE PAGES
-------------------------------------------------------------- 
*/
/* PEOPLE PAGES */
div#people img.image_right {
	padding-left: 20px;
	padding-bottom: 50px;
}


#news_sidebar div#obama08iowanews852017 {
	padding: 20px;	
}

#news_sidebar div#obama08iowanews852017 ul li{
	padding: 8px;	
}

#events div.other_events.module.r dl b {
	padding-left: 7px;
}

#news_sidebar div span.headline {
	line-height: 15px;
}

p.date {
	float: none;
}

#community blockquote p {
  margin-left: 5px;
  margin-right: 5px;
}


/*
-------------------------------------------------------------- 
STYLING FOR BARACKTV
-------------------------------------------------------------- 
*/
#btvRemoteContainer {
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/btv/remote_bg.gif) no-repeat;
	height: 418px;
	width: 120px;
	padding: 50px 4px 0px 4px;
}
#btvRemoteContainer div {
	line-height: 0px;
}
#btvRemoteContainer #container1,
#btvRemoteContainer #container2,
#btvRemoteContainer #container3,
#btvRemoteContainer #container4 {
	margin-bottom: 2px;
}
#btvRemoteContainer #container3 {
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/btv/scalable_containerbg.gif) no-repeat;
	background-position: bottom;
}
#btvRemoteContainer .hideList {
	display: none;
}
#btvRemoteContainer .showList {
	padding: 5px 10px 10px 10px;
	display: block;
}
#btvRemoteContainer .showList a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #919194;
	text-decoration: none;
}
#btvRemoteContainer .showList a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #535455;
	text-decoration: none;
}


/* Event Find Results
-------------------------------------------------------------- */
div.event {
	width: 85%;
	margin-bottom: 25px;
}

#results div.event div.description {
	margin-top: 10px;
}


#results div.event h3.title a {

	font: 20px/25px Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
}


#results div.event div.date {
	float: none;
	width: 100%;
}

/* Action Center
-------------------------------------------------------------- */
.ac_community {
	padding-top: 20px;
	padding-bottom: 100px;
	float: left;
	width: 45%;
}

.ac_community input[type="text"] {
	width: 100px;
	height: 25px;
	border: 1px solid #cccccc;
	font-size: 16px;
}

.ac_online {
	padding-top: 20px;
	padding-left: 20px;
	width: 45%;
	float: right;
	
}

/*.ac_online ul li {
	height: 50px;
	padding-top: 30px;
	border-top: 1px solid #cccccc;
	font-size: 14px;
}
*/
.callout {
	font-size: 16px;
	line-height: 20px;
}

.callout_box{
	padding: 10px;
	border:1px #eeeeee solid;
}


/* ADDED TO REMOVE BULLET DISCS */

#page_content div.ac_online ul {
	margin-top: 2em;
}
#page_content div.ac_online ul li, #page_content div.left ul li, #page_content div.right ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#page_content div.ac_online ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
/*	padding-top: 30px;*/
	padding: 0 5px;
	font-size: 14px;
}
#page_content div.ac_online ul li a:hover {
background: #e9e9e9 url('http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/li_buttonhoverbg.gif') repeat-x left top;

}


#mybo_login{
	padding: 60px 20px 20px 20px;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/actioncenter/mybo_login.jpg) no-repeat;
	background-color: #ebebeb;
	z-index: 250;
}


#mybo_login input[type="text"],#mybo_login input[type="password"] {
	width: 215px;
	height: 30px;
	border: 1px solid #cccccc;
	font-size: 16px;
}

#login p label {
	padding-left: 5px;
}

#login p {
	padding: 5px 10px;
}



/*
-------------------------------------------------------------- 
FOOTER
-------------------------------------------------------------- 
*/

.footer {
	vertical-align: bottom;
	height:225px;
	background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/footer.jpg) no-repeat 0 bottom;
}

.footer a { display: inline; white-space: nowrap; }

.footer ul {
   	margin: 0 auto;
   	padding: 1em 0;
   	text-align: center;
   	width: 85%;
}
.footer ul li{
	display: inline;
	padding: 0.5em;
}

/*
-------------------------------------------------------------- 
Backup C
-------------------------------------------------------------- 
*/
#the_join_module {
	padding-top: 60px !important;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/join_the_movement.jpg);
}

#the_join_module tr td {
	padding-top: 10px;
}

/*
-------------------------------------------------------------- 
Obama Everywhere
-------------------------------------------------------------- 
*/

#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:280px;
	height:328px;
}

#module-everywhere-01-f2_ {
	position:relative;
	left:0px;
	top:0px;
	width:280px;
	height:66px;
}

#module-everywhere-facebook-f2_ {
	position:relative;
	left:0px;
	top:66px;
	width:140px;
	height:30px;
}

#module-everywhere-blackplanet-f2_ {
	position:relative;
	left:140px;
	top:66px;
	width:140px;
	height:30px;
}

#module-everywhere-myspace-f2_ {
	position:relative;
	left:0px;
	top:96px;
	width:140px;
	height:30px;
}

#module-everywhere-faithbase-f2_ {
	position:relative;
	left:140px;
	top:96px;
	width:140px;
	height:30px;
}

#module-everywhere-youtube-f2_ {
	position:relative;
	left:0px;
	top:126px;
	width:140px;
	height:30px;
}

#module-everywhere-eons-f2_ {
	position:relative;
	left:140px;
	top:126px;
	width:140px;
	height:30px;
}

#module-everywhere-flickr-f2_ {
	position:relative;
	left:0px;
	top:156px;
	width:140px;
	height:30px;
}

#module-everywhere-glee-f2_ {
	position:relative;
	left:140px;
	top:156px;
	width:140px;
	height:30px;
}

#module-everywhere-digg-f2_ {
	position:relative;
	left:0px;
	top:186px;
	width:140px;
	height:30px;
}

#module-everywhere-migente-f2_ {
	position:relative;
	left:140px;
	top:186px;
	width:140px;
	height:30px;
}

#module-everywhere-twitter-f2_ {
	position:relative;
	left:0px;
	top:216px;
	width:140px;
	height:30px;
}

#module-everywhere-mybatanga-f2_ {
	position:relative;
	left:140px;
	top:216px;
	width:140px;
	height:30px;
}

#module-everywhere-eventful-f2_ {
	position:relative;
	left:0px;
	top:246px;
	width:140px;
	height:30px;
}

#module-everywhere-asianave-f2_ {
	position:relative;
	left:140px;
	top:246px;
	width:140px;
	height:30px;
}

#module-everywhere-linkedin-f2_ {
	position:relative;
	left:0px;
	top:276px;
	width:140px;
	height:30px;
}

#module-everywhere-dnc-f2_ {
	position:relative;
	left:140px;
	top:276px;
	width:140px;
	height:30px;
}

#module-everywhere-bot-f2_ {
	position:relative;
	left:0px;
	top:306px;
	width:280px;
	height:22px;
}

.profile_image {
	padding-right:0px !important;
}

/*
-------------------------------------------------------------- 
STYLING FOR FILE BROWSER
-------------------------------------------------------------- 

#file_browser 
{ 
	border: 1px solid #E1E1E1;
	float: left;
	background: white;
}

#file_browser .column, #file_browser .column_wide
{ 
	float: left; 
	height: 100%;
	width: 200px;
	border: 1px solid #E1E1E1;
	background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/bottom_bg.gif);
	background-position: 0px 45px;
	background-repeat: repeat-x;
}

#file_browser .column_wide { width: 400px; }

#file_browser .column_wide ul, #file_browser .column_wide div, #file_browser .column_wide ul li
{
	width: 100px;
}

#file_browser h2
{ 
	padding: 12px 0 0 12px;
	height: 30px;
	font: 18px Georgia;
	color: #424242;
	border-bottom: 1px solid #E1E1E1;
	background: white;
	background-image: url(/web/20080716185516im_/http://www.barackobama.com/images/top_bg.gif);
	text-transform:	none;
}

#file_browser h2.selected { color: #0D5D9B; }
#file_browser h2.empty { color: lightgray; }


#file_browser ul { margin-top: 4px; }

#file_browser li a img 
{ 
	float: left; 
	margin-right: 2px;
}

#file_browser li ul { margin-left: 20px; display: none; }

#file_browser a
{
	display: block;
	padding: 3px 3px 3px 7px;
	text-decoration: none;
	cursor: pointer;
	color: #0D5D9B;
}

#file_browser a:hover { color: #AC3433; }

#file_browser ul li {
	list-style:none !important;
	margin: 5px 0 0 10px;
} 
*/
ul.summary-list li 
{ 
	border-bottom: 1px solid #d8d8d8; 
	margin-bottom: 20px; 
	padding-bottom: 20px;
	float: left;
	list-style: none !important;
}
ul.summary-list li.last { border: none; }
ul.summary-list h3 { margin-bottom: 10px;}
ul.summary-list div { float: right; padding-left:20px; width:360px; }
ul.summary-list img { float: left; }
ul.summary-list a:hover { background: white; }
ul.summary-list h4 { float: left; clear: left; }

#page_content .voter_protection ul li { margin: 4px; }


/*
 * 
 * 
 * Thickbox CSS
 *
 *
 *
 */
/* Edits by Sam Felder are marked with EDITED */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Georgia, Times, sans-serif;
	color: #0081be;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ececec; /* EDITED was background: #ffffff; */
	z-index: 999;
	color:#000000;
	display:none;
	border: none; /* EDITED was border: 4px solid #525252; */
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:21px; /* EDITED was height:25px; */
	padding: 0; /* EDITED was padding:11px 25px 10px 0; */
	float:right;
}
/* EDITED new css for button image replacement instead of img tag. The image was also added to /images */
a#TB_closeWindowButton {
	background: url('/web/20080716185516im_/http://www.barackobama.com/images/thickbox_close.gif') no-repeat right top;
	display: block;
	text-indent: -9999px;
	width: 52px;
	height: 21px;
}
a#TB_closeWindowButton:hover {
	background-position: bottom;
}



#TB_closeAjaxWindow{
	padding: 0; /* EDITED was padding:7px 10px 5px 0; also removed margin-bottom:1px; text-align:right; */
	float:right;
}

#TB_ajaxWindowTitle{
	float: left;
	padding: 0; /* EDITED was padding:7px 0 5px 10px; also removed margin-bottom:1px; */
	font: 12px Georgia, Times, sans-serif;
	color: #0081be;
}

#TB_title{
	background: #ececec; /* EDITED was background-color:#ffffff; also removed height:27px; and added the following margin and padding statements */
	padding: 0;
	margin: 0;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow: auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#ececec; /* EDITED was background-color:#fff; */
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	overflow:hidden; /* EDITED this line added */
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*
=====================================================================
-------------------------------------------------------------- 
Live - On Air! teaser box
-------------------------------------------------------------- 
*/
#onairmodule span.distext {
    display: none;
}

#onairmodule {
    display: none;
    background: transparent url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/live_teaser/oa_bg.gif) repeat-x 0 0;
    height: 120px;
    background-color: #5291ca;
    position: relative;
    top: 20px;
    padding-top: 0 !important;
    margin-bottom: 20px;
}

#onairmodule #oa-header {
    height: 33px;
}

#onairmodule #oa-header #oa-htext a {
    display: block;
    width: 75px;
    height: 33px;
    margin-left: 10px;
    background: transparent url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/live_teaser/live_now_htext.gif) no-repeat 0 0;
}

#onairmodule #oa-header #oa-button a {
    display: block;
    width: 64px;
    height: 33px;
    background: transparent url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/live_teaser/on_air_btn.gif) no-repeat 0 0;
    float: right;
    margin-right: 10px;
}

#onairmodule #oa-header #oa-light {
    width: 8px;
    height: 9px;
    background: transparent url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/live_teaser/red_dot.gif) no-repeat 0 0;
    float: right;
    margin-right: 10px;
    margin-top: 12px;
}

#onairmodule a#oa-thumb {
    display: block;
    float: left;
    width: 87px;
    height: 67px;
    margin-left: 7px;
    margin-top: 5px;
    background: transparent url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/live_teaser/thumb.gif) no-repeat 0 0;
}

#onairmodule #oa-details {
    margin-left: 97px;
    margin-top: 5px;
}

#onairmodule #oa-details h2 {
    color: #fff;
    font-size: 13px;
}

#onairmodule #oa-details p {
    color: #fff;
}

#onairmodule #oa-details #oa-watchnow a {
    display: block;
    width: 74px;
    height: 22px;
    float: right;
    margin-right: 10px;
    background: transparent url(http://web.archive.org/web/20080716185516im_/http://www.barackobama.com/images/live_teaser/watch_now_btn.gif) no-repeat 0 0;
}
/*
     FILE ARCHIVED ON 18:55:16 Jul 16, 2008 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:04:30 Sep 22, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/