/*  
Theme Name: Council Tax Benefit
Theme URI: http://www.counciltaxbenefit.org.uk/
Description: 2 Column layout for Council Tax Benefit Website
Version: v1.1
Author: Neil Thurlwell
Author URI: http://www.neilthurlwell.co.uk/
*/

#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#in_wrap {
	float: left;
	width: 960px;
}
#header {
	float: left;
	height: 80px;
	width: 960px;
	background-image: url(images/logo-right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#logo a {
	float: left;
	height: 80px;
	width: 480px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
}
h1 {
	margin: 0;
	padding: 0;
}
#site_info {
	clear: both;
	float: left;
	height: 30px;
	width: 940px;
	margin-top: 14px;
	margin-right: 10px;
	margin-left: 10px;
}
#date {
	width: 240px;
	float: right;
	text-align: right;
}
#breadcrumbs {
	float: left;
	width: 700px;
}
#container {
	clear: both;
	float: left;
	width: 960px;
}
#sidebar {
	float: left;
	width: 200px;
	margin-right: 20px;
	background-color: #F2F1EF;
	margin-bottom: 50px;
}
#content {
	float: right;
	width: 740px;
	margin-bottom: 40px;
}
#footer {
	clear: both;
	float: left;
	width: 940px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F2F1EF;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar h4 {
	background-image: url(images/go-to.gif);
	float: left;
	height: 39px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li {
	color: #333333;
}
#sidebar a {
	clear: both;
	float: left;
	width: 170px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 30px;
	background-position: 10px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	padding-top: 8px;
	padding-bottom: 8px;
}
#sidebar a:hover {
	background: url(images/bullet.gif) no-repeat #E8E8E8;
	background-position: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#content h2 {
	color: #34519a;
	padding: 0px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	clear: both;
	width: 100%;
}
#content h3 {
	color: #34519a;
	padding: 15px 0 0 0;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	clear: both;
	width: 100%;
}
#content p {
	padding-right: 10px;
	width: 730px;
	display: block;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	line-height: 18px;
}
#hot_topic {
	background-image: url(images/hot-topic.jpg);
	height: 96px;
	width: 520px;
	padding-left: 220px;
	padding-top: 10px;
	margin-bottom: 25px;
	font-size: 11px;
}
#hot_topic p {
	width: 500px;
	padding-right: 20px;
}
#hot_topic h2 {
	margin-bottom: 12px;
}
#content ul {
	clear: both;
	line-height: 18px;
	list-style-image: url(images/bullet.gif);
}
#content li {
	margin-bottom: 10px;
}
#breadcrumbs a {
	color: #34519a;
	font-weight: bold;
	text-decoration: none;
}
#wrap #in_wrap #container #content blockquote {
	clear: both;
	font-size: 12px;
	text-align: center;
	color: #666666;
}


/* form */

#content label {
	width: 200px;
	display: block;
	float: left;
}
#content #submit_button {
	margin-left: 330px;
}
#content fieldset {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background-color: #F2F1EF;
}
#content form p {
	width: 100%;
}
#wrap #in_wrap #container #content #hot_topic a {
	color: #34519A;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	display: block;
	float: right;
}
#wrap #in_wrap #container #content .claim_pack {
	width: 80%;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC33;
	border-bottom-color: #FFCC33;
	background-color: #FFFFCC;
}
a:focus {
	border: 0;
	outline: none;
}
