/* BillMcCongress.com - style sheet */

/* Import Eric Meyer's Reset Styles */
@import url("reset.css");

html {
	background: url(http://www.fladems.com/page/-/html-bg.png) repeat-x top center;
	height:100.1%;
}

body {
	font-family:Helvetica, sans-serif;
	font-size:small;
	background:transparent;
	width:990px;
	margin: 0 auto;
}

/* ------ GLOBAL TYPOGRAPHY ------ */

p {
	color: #250a09;
	font-size:100%;
	line-height:1.2em;
	padding: 0 0 1em 0;
}

a {
	text-decoration:none;
	color:#A80300;
}

a:hover {
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

blockquote {
	margin: 0 1em 1em 1.5em;
	background: #EEF4EB;
	padding: 1em 1em 0 1em;
	border-left: 1px solid #E1CECE;
}


/* ------ LAYOUT ------ */

#masthead {
	width:990px;
	margin: 20px 0;
}

#masthead h1 a {
	color:#a80300;
	font-size:320%;
	font-weight:bold;
	letter-spacing: -0.05em;
	margin: 0 0 0 25px;
}

#container {
	background: url(http://www.fladems.com/page/-/container-bg.png) repeat-x top center;
	padding: 25px;
	width:940px;
	overflow:hidden;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#left {
	width:520px;
	float:left;
	display:inline;
}

#right {
	width:400px;
	float:right;
	display:inline;
}

#art {
	
}

#content {
	
}

.post {
	border: 1px solid #e1cece;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	margin: 0 0 20px 0;
	background: #fff;
	overflow:hidden;
}

.post h2 {
	margin: 0 0 .5em 0;
	font-size:150%;
	font-weight:bold;
	color:#5c0100;
}

.post h2 a {
	color:#5c0100;
}

.post h2 a:hover {
	text-decoration:underline;
}

p.keepReading {
	float:right;
	display:inline;
}


#right dl {
	float:left;
	display:inline;
	width:370px;
	padding: 15px;
	margin: 0 0 20px 0;
	border: 1px solid #e1cece;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: url(http://www.fladems.com/page/-/right-box-bg.png) repeat-x bottom center #fff;
}

#right dt {
	float:right;
	width:220px;
	font-size:170%;
	color:#5c0100;
	font-weight:bold;
	line-height:1.2em;
	margin: 0 0 5px 0;
}

#right dt a {
	color:#5c0100;
}

#right dd {
	line-height:1.2em;
	color:#250a09;

}

#right dd.img img {
	float:left;
	display:inline;
	padding: 0 18px 0 0;
	width:132px;
}



#footer {
	width:990px;
	clear:both;
	margin: 20px 0 0 0;
	float:left;
	display:inline;
	padding: 20px 0 0 0;
	text-align:center;
}

p.disclaimer {
	border:1px solid #E1CECE;
	line-height:1em;
	padding: 10px;
	width:50%;
	margin: 0 auto 20px auto;
}


/* ------ SIGNUP ------ */

