@charset "UTF-8";

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	width: 1000px;
	height:  625px;
	padding: 0px;
	border: none;
	float: left;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height:0;
	border: none;
	float:left;
	width: 9000px;
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	width: 1000px;
	height: 625px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}
#p1 {
	background-color: #ffffff;
}
#p2 {
	background-color: #ffffff;
}
#p3 {
	background-color: #ffffff;
}
#p4 {
	background-color: #ffffff;
}
#p5 {
	background-color: #ffffff;
}
#p6 {
	background-color: #ffffff;
}


/* Custom Styles */

#Callouts1{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 836px;
	height: 159px;
	text-align: center;
}
#Callouts2{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 836px;
	height: 159px;
	text-align: center;
}
#Callouts3{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 836px;
	height: 159px;
	text-align: center;
}

#Callouts4{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 836px;
	height: 159px;
	text-align: center;
}

#Callouts5{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 836px;
	height: 159px;
	text-align: center;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:284px;
	height: 135px;
	z-index:5;
}

#home_rmnblogo {
	position:absolute;
	left:0px;
	top:364px;
	width:141px;
	height: 223px;
	z-index:1;
}

#home_text {
	position:absolute;
	left:305px;
	top:114px;
	width:645px;
	text-align: right;
	z-index:1;
}

#home_whitehouseupdate {
	position:absolute;
	left:628px;
	top:553px;
	width:380px;
	height: 25px;
	z-index:1;	
	color: #ff7f87;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#home_whitehouseupdate a:link, #home_whitehouseupdate a:visited {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #c7d1eb;
	text-decoration: underline;
	font-weight: normal;
}

#home_whitehouseupdate a:active, #home_whitehouseupdate a:hover {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #afbcdd;
	text-decoration: underline;
	font-weight: normal;
}

.home_subtext {
		text-align: right;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		color: #dfdfdf;
}

.watchvideotable {
	margin: 0px;
}

.watchvideocell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #feffff;
	text-align: center;
	padding: 2px;
	padding-left: 30px;
	padding-top: 4px;
	background: #0c1e4f url(/barackthered/images/video-button.jpg) repeat-x center;
	width: 135px;
	height: 19px;
	text-align: center;
	border: solid 1px #101425;
}

a:link.watchvideolink, a:visited.watchvideolink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #feffff;
	text-align: center;
	text-decoration: none;
}

a:active.watchvideolink, a:hover.watchvideolink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #feffff;
	text-align: center;
	text-decoration: underline;
}

#ourmission {
	width: 1000px;
	height: 625px;
	background: url(/barackthered/images/our-mission.jpg) top left no-repeat;
}

#ourmission_text {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color: #2a2a2a;
	line-height: 21px;
	width:520px;
	top: 207px;
	left: 25px;
	position: relative;
}

#ourmission_text p{
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color: #2a2a2a;
	line-height: 23px;
}

#ourmission_text a:link, #ourmission_text a:visited {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color: #004da8;
	text-decoration: underline;
}

#ourmission_text a:active, #ourmission_text a:hover {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color: #c61d20;
	text-decoration: underline;
}

#video {
	width: 1000px;
	height: 625px;
	background: #000;
}

#lettertoobama {
	background: url(/barackthered/images/openletter.jpg);
	width: 1000px;
	height: 625px;
	text-align:right;
}	



#lettertoobama_text {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #f1d698;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	top: 0px;
	left: 281px;
	width: 685px;
	text-align: left;
}

#lettertoobama_text a:link, #lettertoobama_text a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #f1d698;
	font-size: 12px;
	text-decoration: underline;
}

#lettertoobama_text a:active, #lettertoobama_text a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #f1d698;
	font-size: 12px;
	text-decoration: underline;
}

#lettertoobama_link {
	top: 141px;	
	left: 759px;
	position: relative;
	width: 190px;
	text-align:left;
}

#lettertoobama_link a:link, #lettertoobama_link a:visited {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #feffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#lettertoobama_link a:active, #lettertoobama_link a:hover {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #feffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#ourpetition {
	background: url(/barackthered/images/petition.jpg) ;
	width: 1000px;
	height: 625px;
}	

#ourpetition_link {
	top: 461px;	
	left: 698px;
	position: relative;
	width: 300px;
}

#ourpetition_link a:link, #ourpetition_link a:visited {
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #feffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#ourpetition_link a:active, #ourpetition_link a:hover {
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #feffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#ourpetition_text {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #e3c5ae;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	top: 485px;
	left: 31px;
	width: 958px;
}

#obamaartwork {
	width: 1000px;
	height: 625px;
	background: url(/barackthered/images/artwork.jpg) top left no-repeat;
}

#obamaartwork_link {
	top: 39px;	
	left: 778px;
	position: relative;
	width: 190px;
}

#obamaartwork_link a:link, #obamaartwork_link a:visited {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #feffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#obamaartwork_link a:active, #obamaartwork_link a:hover {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #feffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#obamaartwork_text {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #f0d7c8;
	font-size: 12px;
	line-height: 17px;
	position: relative;
	top: 56px;
	left: 290px;
	width: 671px;
}

#obamalikesports {
	width: 1000px;
	height: 625px;
	background: url(/barackthered/images/obamalikesports.jpg) top left no-repeat;	
	text-align: right;
}

#obamalikesports_text {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #f0d7c8;
	font-size: 12px;
	line-height: 17px;
	position: relative;
	top: 103px;
	left: 605px;
	width: 373px;
}

#obamalikesports_text p {
	font-family: Verdana, Geneva, sans-serif;
	fon-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 10px 0px;
	color: #d1ccb6;
	text-align: left;
}

.obamalikesports_header {
	font-size: 14px;	
}


#sharethis {
	width: 1000px;
	height: 625px;
	background: url(/barackthered/images/sharesite.jpg) top left no-repeat;
	text-align: right;
}

#sharethis_div {
	position: relative;
	top: 72px;
	left: 300px;
	width: 200px;
	text-align: left;
}

#sharethis_div2 {
	position: relative;
	top: 45px;
	left: 570px;
	width: 300px;
	text-align: left;
}

#sharethis_div3 {
	float: left;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 10px 5px 0px 0px;
	color: #848484;
}

#whitehouse {
	background: #000;	
	height: 625px;
	width: 1000px;
}

#navigation {
	position:absolute;
	left:0px;
	top:584px;
	width:1000px;
	height: 41px;
	z-index:3;
	background: url(../images/nav-bkgd.png) top right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #feffff;
}



#nav a:link, #nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #feffff;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #feffff;
	text-decoration: underline;
}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #feffff;
	text-decoration: none;	
	padding-left: 23px;
}



#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:36px;
	height:159px;
	z-index:3;
}
#Layer2 {
	position:absolute;
	left:800px;
	top:0px;
	width:36px;
	height:159px;
	z-index:3;
}
#Layer3 {
	position:absolute;
	left:36px;
	top:0px;
	width:764px;
	height: 2px;
	z-index:3;
}


#Layer4 {
	position:absolute;
	left:36px;
	top:157px;
	width:764px;
	height: 2px;
	z-index:3;
}

.sp_house_img {
	border: solid 1px #b9b9b9;
	padding: 2px;
}

.sp_first_home {
	padding: 8px 4px 0 42px;
}

.sp_second_home {
	padding: 8px 4px 0 0;
}

.sp_third_home {
	padding: 8px 4px 0 0;
}

.sp_fourth_home {
	padding: 8px 4px 0 0;
}

.sp_house_td {
	background: url(/sp/images/link-bkgd.jpg) repeat-x top left;
	height: 19px;
	vertical-align: middle;
}

A:link.houselink, A:visited.houselink {
	color: #242424;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:hover.houselink, A:active.houselink {
	color: #242424;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.SlidingPanelsContentGroup {min-height:0;}
