@charset "UTF-8";
/* CSS Document */
/* COLORS */
/*
lt blue: #88aed3
dk blue: #1f588f
*/

@import "/buttons.css";

html, body { margin:0; padding:0; width:100%; }

body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:87.5%;
}

a, a:link, a:visited {
	color:#1f588f;
	font-weight:bold;
}

h1, .title {
	font-size:1.4em;
	font-weight:bold;
}
h2, .subtitle {
	font-size:1.3em;
	font-weight:bold;
	color:#1f588f;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-top:0;
	padding-top:0;
}

div.imgright {
	padding:10px;
	margin:5px;
	float:right;
	clear:right;
	border:1px solid #88aed3;
	background-color:#fff;
	text-align:center;
}

div.imgleft {
	padding:10px;
	margin:5px;
	float:left;
	clear:left;
	border:1px solid #88aed3;
	background-color:#fff;
	text-align:center;
}

div#wrapper {
	margin:0 auto;
	font-size:1.1em;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	padding-bottom:70px;
	/*width:1024px;*/
	width:100%;
	background:url(/images/bluebg1.png) top left repeat-x;
}

div#footer {
	position:absolute;
	background-color:#88aed3;
	text-align:center;
	color:#000;
	bottom:0 !important;
	bottom:-1px;
	height:60px;
	padding-top:5px;
	/*width:1024px;*/
	width:100%;
}

div#footer p.vote {
	margin-top:0;
	padding-top:0;
	font-size:1em;
	font-weight:bold;
	font-style:italic;
}

h5, div#footer p, .smalltext {
	font-size:.8em;
	font-weight:normal;
}

div#footer a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

div#footer a:hover {
	text-decoration:underline;
}

#top {
	margin:0 auto;
	width:906px;
	background:url(/images/lightblue1.png) top left repeat;
}


body#home div#main {
	background:url(/images/righthalfsunflower.png) center right no-repeat;
	min-height:610px;
	height:auto !important;
	height:610px;
	width:950px;
	margin:0 auto;
}

body#page div#main {
	background:url(/images/lefthalfsunflower.png) center left no-repeat;
	min-height:610px;
	height:auto !important;
	height:610px;
	width:950px;
	margin:0 auto;
}

div#submain {
	margin:1em auto;
	width:650px;
}

div.letterbox {
	background-color:#F6F6F1;
	border:1px solid #D6D6D1;
	padding:4px;
}

div.breakingnews {
	background-color:#D2E1EF;
	border:1px solid #ADC7E1;
	padding:4px;
}


td#left, td#center, td#right {
	padding:0px 10px;
}

body#home td#left {
	text-align:left;
	font-size:0.9em;
	padding-left:20px;
	width:200px;
}
body#page td#left {
	padding:0;
	width:0;
}
td#left p {
	margin:0;
	padding:0;
}

td#center {
	padding-left:50px;
	padding-right:30px;
}
td#center p:first-child {
	margin:0;
	padding:0;
	margin-bottom:.5em;
}

td#right {
	text-align:right;
	font-size:.9em;
}
td#right p {
	margin:0;
	padding:0;
}


.spaced {
	line-height:150%;
}

ul.spaced li, ol.spaced li {
	margin-bottom:1em;
	line-height:100%;
}

.feed {
  margin-left: 3px;
  padding: 15px 0 15px 30px;
  background: url(/images/rss-icon.gif) center left no-repeat;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
