/*
Theme Name: The Owen Agency
Theme URI: http://www.theowenagency.co.uk/
Description: Theme for the Owen Agency 2009 web site
Version: 1.0
Author: Neil Abraham
*/


body {
	margin: 10px 0 0 0;
	padding: 0;
	color: #d2d9c3;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 85%;
	background: #0d4955;
	text-align: center;
}

#header {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 228px;
	color: #fff;
	background: url(images/header_background.jpg) repeat-x center bottom;
}

#header h1, #header p {
	display: none;
}

#primaryNavigation {
	width: 950px;
	height: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#primaryNavigation li {
	display: block;
	float: left;
	height: 30px;
	padding: 0;
	list-style: none;
	margin: 0;
	position: relative;
}

#primaryNavigation a {
	display: block;
	height: 30px;
	background: url(images/primary_navigation.gif) no-repeat;
	padding: 0;
	margin: 0;
}

#primaryNavigation span {
	display: none;
}

#primaryNavigation li.home a {
	width: 106px;
	background-position: 0 top;
}

#primaryNavigation li.home a:hover {
	background-position: 0 bottom;
}

#primaryNavigation li.aboutUs a {
	width: 134px;
	background-position: -106px top;
}

#primaryNavigation li.aboutUs a:hover {
	background-position: -106px bottom;
}

#primaryNavigation li.services a {
	width: 124px;
	background-position: -240px top;
}

#primaryNavigation li.services a:hover {
	background-position: -240px bottom;
}

#primaryNavigation li.portfolio a {
	width: 131px;
	background-position: -364px top;
}

#primaryNavigation li.portfolio a:hover {
	background-position: -364px bottom;
}

#primaryNavigation li.blog a {
	width: 100px;
	background-position: -495px top;
}

#primaryNavigation li.blog a:hover {
	background-position: -495px bottom;
}

#primaryNavigation li.contactUs a {
	width: 144px;
	background-position: -595px top;
}

#primaryNavigation li.contactUs a:hover {
	background-position: -595px bottom;
}

#primaryNavigation li.termsAndConditions a {
	width: 211px;
	background-position: -739px top;
}

#primaryNavigation li.termsAndConditions a:hover {
	background-position: -739px bottom;
}

#primaryNavigation li ul {
	position: absolute;
	left: -999em;
	top: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#primaryNavigation li ul span {
	display: inline;
}

#primaryNavigation li ul li {
}

#primaryNavigation li ul li a {
	display: block;
	padding: 5px;
	margin: 0 5px;
	background: #a8361f;
	border-top: 1px solid #ef4025;
	color: #d2d9c3;
	text-decoration: none;
}

#primaryNavigation li ul li a:hover {
	background: #689246;
	color: #fff;
}

#primaryNavigation li:hover ul {
	left: auto;
}


#containerTop {
	background: #0d4955 url(images/body_background.gif) repeat-x center top;
}

#contentBox {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#portfolio {
	float: left;
	height: 657px;
	margin-top: 40px;
}

#primaryContent {
	float: left;
	width: 600px;
	background: none;
	padding-top: 40px;
}

#secondaryContent {
	float: right;
	width: 300px;
	padding-top: 40px;
}

.button {
	display: block;
	width: 295px;
	height: 148px;
	padding: 0;
	margin: 0 0 20px 0;
}

.button span {
	display: none;
}

.button:hover {
	background-position: right top !important;
}

.button.blog {
	background: url(images/button_blog.gif) no-repeat left top;
}

.button.portfolio {
	height: 295px;
	background: url(images/button_portfolio.gif) no-repeat left top;
}

.button.flowmation {
	background: url(images/button_flowmation.gif) no-repeat left top;
}

.button.underTheBonnet {
	height: 295px;
	background: url(images/button_under_the_bonnet.gif) no-repeat left top;
}

.button.xmpie {
	height: 295px;
	background: url(images/button_xmpie.gif) no-repeat left top;
}

.button.marine {
	height: 74px;
	background: url(images/button_owen_marine.gif) no-repeat left top;
}

#breadcrumbTrail {
	border-top: #9c9 solid 1px;
	border-bottom: #9c9 solid 1px;
	padding: 1em 0;
	color: #fff;
	font-style: italic;
}

#breadcrumbTrail a {
	color: #f93;
	text-decoration: none;
}

#breadcrumbTrail a:hover {
	text-decoration: underline;
}

#breadcrumbTrail .arrow {
	color: #f93;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	color: #f93;
	font-weight: normal;
}

#containerBottom {
	padding: 50px 0 40px 0;
	margin: 130px 0 0 0;
	width: 100%;
	background: url(images/footer_box_background.gif) repeat-x;
}

div.post h2,
h2.pageTitle {
	font-size: 1em;
	color: #f93;
	border-top: 1px solid #d2d9c3;
	border-bottom: 1px solid #d2d9c3;
	padding: 0.5em 0 0.5em 0.8em;
}

div.entry h2,
div.blog h2 {
	color: #f93;
	font-size: 2em;
	border: none;
	padding: 0;
}

.blog h2 a {
	color: #f93;
}

.underTheBonnet input, 
.underTheBonnet textarea {
	background-color: #d2d9c3;
	border: 1px solid #69c;
	color: #000;
	margin-bottom: 1em;
}

.underTheBonnet .error {
	border: 1px solid #000;
	background-color: #c90;
}

.underTheBonnet input {
	width: 280px;
}

.underTheBonnet textarea {
	width: 600px;
	height: 40px;
}

.underTheBonnet label {
	display: block;
}



#footerBox {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: left;
}

#funkyCircles {
	position: absolute;
	width: 950px;
	height: 214px;
	top: -165px;
	left: 0;
	margin: 0;
	background: url(images/funky_circles.jpg) no-repeat;
}

#funkyCircles span {
	display: none;
}

#funkyCircles a.requestCall {
	position: absolute;
	display: block;
	width: 150px;
	height: 160px;
	top: 40px;
	right: 370px;
}

#funkyCircles a.skype {
	position: absolute;
	display: block;
	width: 200px;
	height: 60px;
	top: 122px;
	right: 42px;
	background: url(images/skype_offline.jpg) no-repeat;
}

#funkyCircles a.skype.online {
	background: url(images/skype_online.jpg) no-repeat;
}



#contactUsBox {
	float: left;
	width: 600px;
	background: none;
	padding-bottom: 1em;
	padding-right: 25px;
	background: url(images/links_box_background.gif) no-repeat top right;
}

#contactUsBox input, 
#contactUsBox textarea {
	background-color: #d2d9c3;
	border: 1px solid #c99;
	color: #000;
	margin-bottom: 1em;
}

#contactUsBox .error {
	border: 1px solid #000;
	background-color: #c90;
}

#contactUsBox input {
	width: 280px;
}

#contactUsBox textarea {
	width: 600px;
	height: 70px;
	margin: 0;
}

#contactUsBox label {
	display: block;
}

#contactUsBox .contactUsLeft {
	float: left;
	width: 300px;
}

#contactUsBox .contactUsRight {
	float: right;
	width: 280px;
}

#contactUsSubmit {
	background: url(images/contact_us_submit_button.gif) no-repeat !important;
	width: 114px !important;
	height: 55px;
	border: 0 !important;
	margin: 0 0 0 460px !important;
	padding: 0 !important;
	cursor: pointer;
}

#contactUsBox table {
	border: 0;
	margin: 0;
	padding: 0;
}

#contactUsBox th {
	text-align: left;
	font-weight: normal;
	padding-right: 10px;
}
#footerBox h2,
#linksBox h2 {
	color: #d2d9c3;
	padding-left: 33px;
	background: url(images/hand_on_red.gif) no-repeat left center;
}

#linksBox {
	float: right;
	width: 300px;
}

#linksBox ul,
#linksBox li {
	margin: 0;
	padding: 0 0 0.3em 0;
}

#linksBox .widget_links {
	list-style: none;
}

#linksBox .blogroll {
	padding-left: 2em;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

#footer span {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #d2d9c3;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	clear: both;
	border: none;
	border-top: 1px solid #f93;
	margin: 1em 0;
}

li {
	list-style: disc inside;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }


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
	}
