/*
Theme Name: Barooce.co.uk
Theme URI: http://barooce.co.uk
Description: Barooce.co.uk design.
Version: 1.0
Author: Matthew Jones
Author URI: http://barooce.co.uk
Tags: blue, green, fixed width, awesome
*/

/*Start: Generic*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #0c8409;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
}

a {
	color: #6dbfee;
	text-decoration: none;
}

a:hover {
	color: #84cbf4;
	text-decoration: underline;
}

div.clear {
	clear: both;
}
/*End: Generic*/


/*Begin: Forms*/
form {
	padding: 0px;
	margin: 0px;
}

form p {
	margin: 0px;
	padding: 0px;
}

input {
	margin: 3px 0px;
	border: 1px solid #acacac;
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 12px;
}

input.button {
	background-color: white;
	color: #4ebd49;
	font-style: italic;
}
/*End: Forms*/


/*Begin: Structure*/
a#clickableLogo {
	position: absolute;
	width: 720px;
	height: 300px;
	top: 0px;
	left: 50%;
	margin-left: -360px;
	background-color: transparent;

}

div#headerBackground {
	width: 100%;
	padding: 350px 0px 20px 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

div#pageContainer {
	width: 806px;
	margin: auto;
	background-image: url(images/page.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

div#pageContent {
	width: 519px;
	float: left;
	padding: 21px 28px 0px 28px;
	background-image: url(images/page-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#pageSidebar {
	width: 231px;
	float: right;
	background-image: url(images/page-top.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div#pageBottom {
	width: 806px;
	height: 13px;
	clear: both;
	background-image: url(images/page-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*End: Structure*/

/*Begin: Content*/
div#pageContent div.postContainer {
	margin-bottom: 35px;
}

div#pageContent h2 {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	color: #bdbdbd;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

div#pageContent h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #bdbdbd;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #bdbdbd;
}

div#pageContent div.postContainer h2 {
	margin: 0px;
	padding: 0px;
	color: #359be3;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

div#pageContent div.postContainer h2 a {
	color: #359be3;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

div#pageContent div.postContainer h2 a:hover {
	text-decoration: underline;
}

div#pageContent div.postContainer p {
	margin: 0px 0px 8px 0px;
}

div#pageContent div.postContainer div.date {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #bdbdbd;
}

div#pageContent div.postContainer div.details {
	margin: 16px 0px 0px 0px;
	padding: 0px;
	color: #bdbdbd;
	font-style: italic;
	text-align: center;
}
/*End: Content*/


/*Begin: Comments*/
div#pageContent div#commentsContainer {
	margin-bottom: 40px;
}

div#pageContent div.commentContainer {
	margin: 15px 0px;
	padding: 0px;
	background: #f9f9f9;
}

div#pageContent div.commentContainer h4 {
	margin: 0px;
	padding: 5px 8px 0px 8px;
	color: #359be3;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

div#pageContent div.commentContainer h4 a {
	color: #359be3;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

div#pageContent div.commentContainer h4 a:hover {
	text-decoration: underline;
}

div#pageContent div.commentContainer div.date {
	margin: 0px;
	padding: 0px 8px 5px 8px;
	color: #bdbdbd;
	border-bottom: 2px solid white;
}

div#pageContent div.commentContainer div.content {
	margin: 0px;
	padding: 8px;
	font-style: italic;
}

div#pageContent div.commentContainer div.content p {
	margin: 0px 0px 8px 0px;
}
/*End: Comments*/


/*Begin: Pagination*/
div#pageContent div.navigation {
	margin: 10px 0px;
	padding: 3px 0px;
	font-weight: bold;
	color: #bdbdbd;
}

div#pageContent div.navigation.top {
	border-bottom: 1px solid #bdbdbd;
}

div#pageContent div.navigation.bottom {
	border-top: 1px solid #bdbdbd;
}
/*End: Pagination*/


/*Begin: Sidebar*/
div#pageSidebar div.rss {
	float: right;
	padding: 8px;
}

div.rss a img {
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
}

div#pageSidebar ul.top {
	margin-top: 28px;
}

div#pageSidebar ul {
	margin: 0px 0px 35px 20px;
	padding: 0px;
}

div#pageSidebar ul.children {
	margin: 0px;
}

div#pageSidebar ul li {
	list-style: none;
}

div#pageSidebar ul li h2 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #1d9c17;
}

div#pageSidebar ul li ul {
	margin-left: 12px;
}

div#pageSidebar ul li ul li {
	margin-left: 12px;
	list-style-image: url(images/bullet.gif);
	color: #acacac;
	font-style: italic;
}

div#pageSidebar ul li ul li a {
	color: #acacac;
	font-style: italic;
}
/*End: Sidebar*/


/*Begin: Content Styles*/
.center {
	text-align: center;
}

a img {
	border: 0px solid white;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

div.affiliate {
	margin: 0px 0px 10px 12px;
}
/*End: Content Styles*/
