/*
Theme Name: Willie Baker
Theme URI: http://www.williebaker.co.uk
Description: 
Version: 1
Author: Dan Harper
Author URI: http://www.danharper.me
*/

body {
	/*background: url("images/bg.png") top center repeat-y #525252;*/
	background-color: #525252;
	}
	
a:link, a:visited {
	color: #1F5595;
	text-decoration: none;
	}

a:hover, a:active, a:focus {
	color: #062243;
	outline: none;
	text-decoration: underline;
	}
	
.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	
ul li {
	list-style: disc;
	}
	
blockquote {
	border-left: 4px solid #062243;
	margin: 0 0 15px 15px;
	padding: 5px 5px 5px 12px;
	}
	
blockquote p {
	margin-bottom: 5px;
	}
	
.content img.aligncenter {
	display: block;
	margin: 0 auto;
	}
	
.content img {
	margin: 10px;
	}
	
.content .grid_4 img {
	margin: 6px 8px 3px 0;
	}
	
.content .grid_4 p {
	margin-bottom: 8px;
	}
	
.readon {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: -10px;
	}
	
.content .readon a:link, .content .readon a:visited {
	text-decoration: none;
	}

.zulu {
	width: 981px;
	margin: 0 auto;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #2d2d2d;
	font-family: Georgia, "Times New Roman", Times, serif;
	}


/* HEADER
---------------------*/

.header {
	background: url("images/head.png") repeat-x #1c4c85;
	color: #c9c8c8;
	height: 100px;
	}

.header h1 a {
	background: url("images/logo.png") no-repeat;
	display: block;
	width: 274px;
	height: 51px;
	text-indent: -9999em;
	margin: 25px 0 0 0;
	}

.header ul {
	float: right;
	margin-top: 30px;
	}

.header ul li {
	display: inline;
	margin-left: 20px;
	text-transform: uppercase;
	}

.header ul li a:link, .header ul li a:visited {
	color: #c9c8c8;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	}

.header ul li a:hover, .header ul li a:active, .header ul li a:focus {
	color: #fff;
	}

.header ul li.current_page_item a:link, .header ul li.current_page_item a:visited {
	color: #77bfe1;
	border-bottom: none;
	}


/* FEATURE
---------------------*/

.feature {
	background: url("images/feature.png") repeat-x #2d4c72;
	color: #c9c8c8;
	height: 157px !important;
	text-align: center;
	}
	
.feature a:link, .feature a:visited {
	color: #ccc;
	}
	
.feature a:hover, .feature a:active, .feature a:focus {
	color: #fff;
	}

.feature .jcarousel {
	padding-top: 25px;
	}

.feature .jcarousel div {
	display: inline-block;
	}

.feature ul li {
	/*display: inline-block;*/
	height: 100px;
	width: 200px;
	margin: 0 5px;
	}

.feature a.arrow-left, .feature a.arrow-right {
	cursor: pointer;
	display: inline-block;
	height: 100px;
	margin: 0 5px;
	text-indent: -9999em;
	vertical-align: top;
	width: 25px;
	}

.feature a.arrow-left {
	background: url("images/arrow-left.png") 0% no-repeat;
	}

.feature a.arrow-right {
	background: url("images/arrow-right.png") 0% no-repeat;
	}


/* CATEGORY BAR
---------------------*/

.categories {
	background-color: #2a2a2a;
	color: #e8e8e8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	overflow: hidden;
	}

.categories ul {
	padding: 10px 0 12px 0;
	margin: 0;
	}

.categories ul li {
	display: inline;
	font-size: 1.2em;
	margin: 0 20px 0 0;
	}

.categories ul li a:link, .categories ul li a:visited {
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	}

.categories ul li a:hover, .categories ul li a:active, .categories ul li a:focus {
	color: #fff;
	border-bottom: 1px solid;
	}


/* CONTENT SECTION
---------------------*/

.content {
	background: url("images/wrap.png") repeat-y #f5f5f5;
	overflow: hidden;
	padding-bottom: 20px;
	}
	
.content a:link, .content a:visited {
	text-decoration: underline;
	}
	
.content h2 {
	font-size: 2em;
	margin: 20px 0 0 0;
	}
	
.content h2.featuretitle {
	margin: 20px 0 10px 0;
	}
	
.content h2 a:link, .content h2 a:visited {
	color: #2d2d2d;
	text-decoration: none;
	}
	
.content h2 a:hover, .content h2 a:active, .content h2 a:focus {
	color: #1F5595;
	text-decoration: underline;
	}
	
.content .grid_12 h3 {
	color: #2d2d2d;
	margin: 15px 0 0 0;
	}
	
.content h3 a:link, .content h3 a:visited {
	color: #2d2d2d;
	text-decoration: none;
	}
	
.content h3 a:hover, .content h3 a:active, .content h3 a:focus {
	color: #1F5595;
	text-decoration: underline;
	}
	
.content .grid_4 h3 {
	color: #2d2d2d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 20px 0 5px 0;
	}
	
.content .grid_4 a:link, .content .grid_4 a:visited {
	text-decoration: none;
	}
	
.content h4.toparchive {
	color: #444;
	font-size: 1.1em;
	font-style: italic;
	margin: 20px 0 0 0;
	}
	
.content p.meta {
	color: #888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 10px;
	}
	
.content p.meta span a:link, .content p.meta span a:visited {
	color: #888;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.content p.meta span a:hover, .content p.meta span a:active, .content p.meta span a:focus {
	text-decoration: underline;
	}
	
/* Pagination */
.content div.pagination {
	color: #888;
	margin: 15px 0 0 0;
	}
	
.content div.pagination a {
	color: #888;
	}
	
.content div.pagination p.older {
	float: left;
	}

.content div.pagination p.newer {
	float: right;
	}
	
	
/* Archives */
.content ul.archives {
	margin: 15px 0 0 0;
	}

.content ul.archives li {
	list-style: none;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	}

.content ul.archives li a:link, .content ul.archives li a:visited {
	float: left;
	}
	
.content ul.archives li a:hover, .content ul.archives li a:active, .content ul.archives li a:focus {
	text-decoration: underline;
	}

.content ul.archives li span {
	color: #888;
	float: right;
	font-size: 0.9em;
	font-style: italic;
	}
	
/* Contact */
form.cform {
	margin-top: 15px;
	}
	
form.cform ol li {
	list-style: none;
	margin: 0 0 10px 0;
	}
	
form.cform ol li label {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	}
	
form.cform ol li label span {
	color: #000;
	font-style: normal;
	font-size: 1em;
	}
	
form.cform ol li input, form.cform ol li textarea {
	padding: 3px;
	}
	
form.cform ol li textarea {
	overflow: auto;
	}
	
form.cform ol li span {
	color: #888;
	font-size: 0.9em;
	font-style: italic;
	margin-left: 5px;
	}

fieldset.cf_hidden {
	margin: 0;
	}
	
p.linklove {
	display: none;
	}


/* FOOTER
---------------------*/

.footer {
	/*background: url("images/footer.png") no-repeat top center #525252;*/
	color: #a8a8a8;
	/*padding: 15px;*/
	overflow: hidden;
	}
	
.footer a:link, .footer a:visited {
	color: #a8a8a8;
	text-decoration: underline;
	}
	
.footer a:hover, .footer a:active, .footer a:focus {
	color: #fefefe;
	}
	
	

/* ARABIC TEXT
---------------------*/
p[dir="rtl"] {
	font-size: 1.1em;
}
