/*
Theme Name: Cofton Holidays
Theme URI: http://www.coftonholidays.co.uk/blog/
Description: WordPres template for Cofton Holidays
Author: Rokk Media
Author URI: http://www.rokkmedia.co.uk
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	color: #00A8C5;
}

body {
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#container_outside {
	background: url(images/heading.jpg) no-repeat top center; 
	width: 100%;
	min-width: 970px;
}

#header {
	width: 970px;
	height: 200px;
	position: relative;
	margin: 0px auto;
}

#container_inside {
	width: 970px;
	margin: 0px auto;
	position: relative;
	margin-top: -16px;
}

#roundtop {
	background: url(images/roundtop.png) no-repeat top;
	width: 970px;
	height: 144px;
}

h1#logo {
	position: absolute;
	top: 34px;
}

#content {
	width: 970px;
	background: url(images/repeater.png) repeat-y;
	background-position: 0px -70px;
	margin-top: -50px;
}

#innercontent {
	margin-left: 50px;
	width: 875px;
	background: url(images/innercontent.png) no-repeat top;
	padding: 10px 0px 0px 0px;
	position: relative;
	top: -50px;
}

#innercontent p {
	line-height: 22px;
}

#innerleft {
	width: 324px;
	float: left;
}

#innerblue {
	background: #e5f6f9;
	padding-left: 10px;
}

#innerleft ul {
	list-style: none;
	margin-bottom: 10px;
}

#innerleft h2 {
	margin-bottom: 10px;
}

#innerleft ul li a {
	color: #666666;
}

#innerleft ul li a:hover {
	color: #0075BE;
}

#innerleft ul.categories {
	margin-bottom: 0px;
}

#innerleft ul.categories li {
	background: url(images/sidebarlink.png) no-repeat;
	display: block;
	width: 290px;
	height: 24px;
	text-indent: 30px;
	padding-top: 3px;
	color: #FFFFFF;
	font-weight: bold;
}

#innerleft ul.categories li a {
	color: #FFFFFF !important;
}

#innerlet ul.categories li a:hover {
	color: #0075BE !important;
}

#innerwhite {
	background: url(images/innerwhite.png) no-repeat top #FFFFFF;
	padding-top: 35px;
	padding-left: 10px;
}

#innerwhite ul li {
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #efefef;
	width: 280px;
	line-height: 22px;
}

#innerright {
	width: 531px;
	float: right;
	background: url(images/innerright.png) no-repeat bottom #e5f6f9;
	padding: 0px 10px 0px 10px;
}

#innerinnerright {
	background: url(images/innerinnerright.gif) no-repeat top #FFFFFF;
	width: 531px;
	padding-top: 30px;
	margin-bottom: -10px;
}

#innerinnerrightbottom {
	background: url(images/innerinnerrightbottom.gif) no-repeat;
	width: 531px;
	height: 10px;
	margin-bottom: 10px;
}


#innerright .post {
	margin-bottom: 10px;
	padding: 0px 40px 10px 40px;
	border-bottom: 1px solid #efefef;
}

#innerright h2 {
	margin-bottom: 5px;
}

#innerright h2 a {
	color: #00A8C5;
}

#innerright .meta {
	margin-bottom: 10px;
	font-size: 90%;
	color: #999999;
}

#innerright .meta a {
	color: #999999;
}

#innerright .meta a:hover {
	color: #0075BE;
}

#innerright .posttext p {
	margin-bottom: 10px;
}

#innerright .posttext a {
	color: #00a8c5;
}

#innerright .posttext a:hover {
	color: #0075BE;
}

#innerright .posttext table {
	margin-bottom: 10px;
	line-height: 22px;
}

#innerright .posttext h1 {font-size: 135%; color: #0075BE; margin-bottom: 10px;}
#innerright .posttext h2 {font-size: 120%; color: #0075BE;}
#innerright .posttext h1 a, #innerright .posttext h2 a {color: #0075BE;}

#footer {
	background: url(images/footer.png) no-repeat;
	width: 970px;
	height: 261px;
	margin: 0px auto;
}

.cboth {
	clear: both;
}