/* ======= Reset ======== */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
margin: 0; 
padding: 0; 
border: 0; 
outline: 0; 
font-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit; 
vertical-align: baseline; 
/*background-image: transparent;*/ /* edit! has been removed again */ 
} 
/* remember to define focus styles! */ 
:focus { 
outline: 0; 
} 
body { 
line-height: 1; 
color: black; 
background: white; 
} 
ol, ul { 
list-style: none; 
} 
/* tables still need 'cellspacing="0"' in the markup */ 
table { 
border-collapse: collapse; 
border-spacing: 0; 
} 
caption, th, td { 
text-align: left; 
font-weight: normal; 
} 

strong {
font-weight:bold;
}

blockquote:before, blockquote:after, 
q:before, q:after { 
content: ""; 
} 
blockquote, q { 
quotes: "" ""; 
} 

/* ======= Obama Ideas ======== */
body {
	text-align: center;
	background-color: #000;
	margin: 0;
	padding: 0;
	}
p {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0 10px;
	margin: 0;
	}
	
a {
text-decoration:none;
color: #027dc3;
}

a:hover {
text-decoration:underline;
}

h2 a:hover {
text-decoration:none;
}
	
h2 {
	font: 22px/26px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #027dc3;
}
h4 {
	font: 12px/14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px 0 10px;
}
#outer-wrapper {
	margin: 0px auto 0 auto;
	padding: 70px 0 0 0;
	width: 870px;
	position:relative;
}
#site-logo {
	position: absolute;
	top: 17px;
	left: 0px;
}
#front-seat-link {
	position:absolute;
	top: 30px;
	right: 2px;
	z-index: 100;
	}	
#outer-content-wrapper {
	position:relative;
	width: 870px;
	background: 0 0 url(../images/content-top.gif) no-repeat;
	background-color: #fff;
	padding: 30px 0 20px 0;
}
#content-wrapper {
	position:relative;
	width: 565px; /* 565 */
	margin: 0px 15px 0 15px;
	background: 0 0 url(../images/blue-gradient1.gif) repeat-x;
	background-color: #fff;
	padding-bottom: 20px;
	float:left;
}
	
#content {	
	text-align:left;
	padding: 10px 14px 20px 14px;
}

/*
#content-secondary {
text-align:left;
	padding: 10px 14px 20px 14px;
} */

.column-block {
	float: left;
	width: 230px;
	height: 245px;
	margin: 5px 10px 5px 10px;
}

.column-block p {
	color: #444;
	}
	
#content-wrapper #content .your-idea h2, #content-wrapper #content .your-idea h2 a {
color: #d72f24; 
margin: 75px 0 0 20px;
}	

.your-idea h4 {
 margin-left: 40px;
}

div.your-idea {
border: dashed 1px  #76caf6; 
}

/************** SIDEBAR *****************/

#sidebar {
	width: 250px;
	border: 1px solid #76caf6;
	margin-left: 10px;
	float:left;
	text-align:left;
}	

#sidebar p {
margin-top:5px;
color: #444444;
}

#sidebar img {
margin-bottom:5px;
}

#sidebar h2 {
	font: 18px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.sidebar-block {
margin: 5px 0 10px 5px;
border-bottom: dashed 1px  #76caf6; 
width: 95%;
}



	
#dog {
	position:absolute;
	top: -50px;
	left:587px;
	}
#ul-corner {
	position:absolute;
	top: 0px;
	left: 0px;
	}
#ur-corner {
	position:absolute;
	top: 0px;
	right: 0px;
	}
#content-bottom {
	position:absolute;
	bottom: 0px;
	left: 0px;
	}
#footer {
	width: 870px;
	background: 0 0 url(../images/content-bottom.gif) no-repeat;
	text-align:left;
	color: #fff;
	padding: 14px 3px 0 3px;
	}
	
	/************** MAILING LIST *****************/
	/*
	span.button input {
	margin-bottom: 5px;
	}
	*/
	
	#sidebar span.label {
	width: 80px;
	margin-left:0px;
	float:left;
	margin-top:5px;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	color: #5c5c5c;
	font-size: 11px;
	}
	
	#sidebar input {
	font: 11px Verdana, Sans-Serif;
	}
	
	#sidebar span.button {
	padding-left: 75px;
	}
	
	#sidebar .button input {
		margin-top:5px;
		}

	
	#sidebar a.info{
			 /*this is the key*/
    position:relative;
		text-decoration:none;
    z-index:24; 
    }

#sidebar a.info:hover{
	z-index:25; 
	color: #b14900;
	}

#sidebar a.info span{
display: none;
}

/*#sidebar a.info:hover {
text-decoration:underline;
}*/

#sidebar a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:1em; 
		width:15em;
    border: 1px solid #bfdbf8;
    background-color: #F7F7F7; 
		font-size:12px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
		color: #444444;
		padding: 5px 10px 10px 10px;
		}