/*   
Theme Name: AWKE
Theme URI:
Description: The theme for AWKE's website
Author: Andrew Millar
Author URI: www.shadowcraftdesign.co.uk
Version: 1.0
*/
/* Style Reset */
/* Based on http://meyerweb.com/eric/tools/css/reset/ v1.0*/
/* Styles main page elements for all medias. Individual divison styles should be defined in layout css */
/* Reset all text spacing and sizes */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height:1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Page Styles */
body {
	background: #BDEEEE url(images/pagebg.jpg) repeat-y top center;
	text-align: center;
	color: #003663;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.15em;
	font-weight: bold;
	background: url(images/heading.png) left center no-repeat;
	padding: 5px 0px 5px 16px;
}
h2 {
	font-size: 1.05em;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 5px;
}
p {
	font-size: 1.0em;
	padding: 5px 10px 5px 10px;
}
ul {
	list-style: square;
	padding: 5px 20px 5px 30px;
}
ol {
	padding: 5px 20px 5px 30px;
	list-style: decimal;
}
ol.letters {
	list-style-type: lower-alpha;
}
a:link {
	color: #0072BC; 
	text-decoration: none;
}
a:visited {
	color: #00BCA8;
	text-decoration: none;
}
a:hover {
	color: #00BCA8;
	text-decoration: underline;
}
table {
	width: 95%;
	margin: 5px auto 5px auto;
}
th, td {
	padding: 3px;
	border: 1px solid #0072BC;
}
th {
	text-align: center;
	font-weight: bold;
}
caption {
	font-size: .9em;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	display: table-caption;
}
#header, #wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	text-align: left;
}
/* Header Styles */
#header #title {
	padding: 0px 0px 10px 0px;
	width: 275px;
	height: 40px;
	background: url(images/title.png) no-repeat top left;
	text-indent: -9999px;
	margin: 10px 0px 0px 0px;
}
/* Customer Navigation */
#customer {
	float: right;
	display: block;
	background-color: #BDEEEE;
	padding-left: 5px;
	overflow: hidden;
}
#custtitle {
	float: left;
	padding-right: 5px;
}
#customer ul{
	display: block;
	background-color: #003663;
	float: left;
	padding: 6px 5px 6px 5px;
}
#customer li{
	display: block;
	float: left;
	padding: 0px 10px 0px 5px;	
}
#customer a:link{
	font-style: italic;
	color: #FFFFFF;
}
#customer a:visited{
	font-style: italic;
	color: #FFFFFF;
}
#customer a:hover{
	font-style: italic;
	color: #0072BC;
}
/* Container */
#wrapper {
	width: 940px;
	background: url(images/Background.jpg) repeat-x left top #0072BC;
	padding: 10px;
}
#wrapper div {
	background: url(images/blockbg.png) repeat-x left top #E2FAFA;
	float: left;
}
/* Top Adverts */
#adverts {
	width: 940px;
	height: 140px;
	overflow: hidden;
	float: none;
	margin-bottom: 10px;
}
#adverts img {
	float: left;
	margin: 0px;
	padding: 0px;
	background: none;
}
/* Navigation Bar */
#navigate {
	width: 130px;
	float: left;
	display: block;
	padding: 0px 5px 5px 5px;
	margin: 10px 10px 0px 0px;
}
#navigate ul {
	list-style: none;
	padding: 5px 0px 0px 0px;
}
#navigate li {
	 padding: 3px 0px 3px 0px;
	 border-bottom: 1px solid #003663;
}
/* Page Content */
#content, #wideContent {
	width: 610px;
	float: left;
	display: block;
	padding: 0px 5px 5px 5px;
	overflow: hidden;
	margin: 10px 10px 0px 10px;
}
#content img {
	padding: 7px 0px 0px 7px;
	background: url(images/heading.png) top left no-repeat;
	margin: 3px 10px 10px 3px;
	float: right;
}
#content div.post {
	background: none;
	float: none;
	width: 580;
	margin: 5px 15px 10px 15px;
	border-bottom: 1px #0072BC solid;
	background-color: #FFFFFF;
}
#content div.post h2 {
	padding: 2px;
	background-color: #0072BC;
}
#content div.post h2 a {
	color: #FFFFFF;
}
#content div.post p {
	padding: 0px 5px 5px 5px;
}
#wideContent {
	width: 760px;
}
#wideContent iframe {
	width: 750px;
	height: 600px;
}
img.wpcf7-captcha-captcha-990 {
	background: none;
	padding: 2px;
	margin: 0px;
	float: none;
}
/* Showcase */
#showcase {
	width: 130px;
	padding: 0px 5px 5px 5px;
	margin: 10px 0px 0px 10px;
}
#showcase img {
	padding: 5px;
	margin: 0px;
	background: none;
}
/* Footer */
#footer {
	margin-top: 10px;
	clear: both;
}
/* Print Styles */
@media print {
	body {
		text-align: left;
	}
	h1 {
		padding: 0px;
		margin-left: 0px;
		background: none;
	}
	#header, #wrapper, #content {
		width: 100%;
		margin: 0px 0px 0px 0px;
		background: none;
		overflow: visible;
	}
	#wrapper div {
		background: none;
	}
	#customer, #adverts, #navigate, #showcase {
		display: none;
	}
	#header #title {
		text-indent: 0px;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 10px 0px;
		border-bottom: 1px solid #000000;
		width: 100%;
		height: auto;
		background: none;
	}
	#header #title:before{
		content: url(images/heading.png);
		margin-right: 10px;
	}
	#footer {
		border-top: 1px solid #000000;
		padding-top: 5px;
	}
}