/*  
Theme Name: Theme for new Guide
*/

/*
Main Stylesheet
*/

html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol {
margin: 0;
padding: 0;
border: 0;
} 

body{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #000;
}

body {
	behavior: url(http://ukpollingreport.co.uk/blog/csshover.htc );	
}

h1, h2, h3 {
	font-family: Georgia, sans-serif; font-size: 18px; font-weight: normal;
}

a{
	text-decoration: underline;
         color: #a44d01;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

small{
	font-size: 11px;
}

pre{
	width: 100%;
}

#container{
	width: 1010px; 
	margin-left:auto;
	margin-right:auto;
	background: #fff;
}

#page{
	width: 1010px; 
	color: #fff;
}

#header{
	width: 800px;
         align: center;
	text-align: center;
         border-bottom: solid 1px #aaa;
         padding: 0px 0px 5px 0px;
         margin: 0px 100px 0px 100px;
}

#header h1{
	padding: 25px 30px 25px; 
	font-size: 36px;
	text-transform: uppercase;
	color: #b6e1fe;
}

#header a{
	color: #b6e1fe;
	text-align: center;
}

.wide_column_bottom, .wide_column_top{
	width: 800px;
	float: left;
	padding: 0 0 0 0px;
	color: #000;
}

.wide_column_top{
	padding: 0;
}

.narrow_column{
	width: 600px;
	margin: 0 0px;
	float: left;
	display: inline;
	text-align: left;
}

.post, .post_alt{
	margin: 10px 0 0;
	padding: 15px 10px 15px 10px;
}

.post h2 a, .post_alt h2 a{
	color: #000;
}

.entry {
	top-margin: 20px;
	line-height: 18px;
         display: block;
}

.browse{
	padding: 0 15px;
	font-family: Geogria, Sans-Serif;
	font-size: 14px;
	line-height: 24px;
}

.browse a{
	font-weight: bold;
}


#footer{
	width: 988px;
	margin: 0 0 10px;
	float: left;
	background: #003053 url(images/bg_footer.gif) no-repeat bottom left;
	color: #fff;
}

#footer p{
	padding: 0px;
	line-height: 18px;
}


/* ### PAGES ### */

.narrow_column_page{
	width: 600px;
	margin: 0 0px;
	float: left;
	display: inline;
	text-align: left;
}

.insettext {
margin-left: 10px;
}