/*
Theme Name: AeroCal
Author: Michael French @ The Fuse Creative Marketing
Author URI: http://www.thefuse.co.uk

/* =Reset
-------------------------------------------------------------- */

body {
	margin:0;
	padding:0;
	background:#ebebe9 url(images/background.png) top left repeat-x;
	font-family: 'PT Sans', sans-serif;
}

.image-text {
 	text-align:center; 
  font-size:26px;
}

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

#wrapper {
	width:980px;
	margin:0 auto;
}

#inner-wrap {
	width:930px;
	background:#FFF;
	float:left;
	padding:25px;
}

#header {
	width:930px;
	height:197px;
	float:left;
}

#header h1 {
	margin:0;
	padding:0;
}

#header h1 a {
	width:232px;
	height:197px;
	background:url(images/aerocal-logo.png) top left no-repeat;
	display:block;
	float:left;
	text-indent:-9999px;
}

#header-right-info {
	width:648px;
	height:103px;
	float:right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#d7df23;
	text-align:right;
	color:#FFF;
	padding:10px;
}

#header-right-info h2 {
	margin:0;
	font-size:39px;
	color:#f5f7d5;
	font-weight:400;
	text-align:left;
	margin-left:120px;
}

#header-right-info h3 {
	margin:2px 0;
	font-size:23px;
	color:#FFF;
	font-weight:400;
}

#header-right-info h3 a {
	color:#FFF;
}

#header .boomerang {
	width:479px;
	height:151px;
	background:url(images/boomerang-top.png) top left no-repeat;
	position:absolute; 
	margin:0 0 0 210px;
	z-index:999999;
}

#header .boomerang-bottom {
	width:112px;
	height:91px;
	background:url(images/boomerang-bottom.png) top left no-repeat;
	position:absolute; 
	margin:134px 0 0 210px;
	z-index:999999;
}

#header-right-nav {
	width:688px;
	height:52px;
	float:right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#414143;
	margin-top:11px;
	text-align:right;
	overflow:hidden;
}

#header-right-nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#header-right-nav ul li {
	display:inline-block;
}

#header-right-nav ul li a {
	display:block;
	padding:16px 22px;
	color:#FFF;
	text-decoration:none;
	border-right:2px solid #666;
}

#header-right-nav ul li a.end {
	border-right:none;
}

#header-right-nav ul li a:hover {
	
}

#slider {
	width:930px;
	height:360px;
	margin-bottom:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#ebebe9;
	float:left;
	overflow:hidden;
}

.post {
	margin:15px 0;
}

#slider .text-box {
	width:890px;
	height:93px;
	background:#414143;
	color:#FFF;
	line-height:73px;
	padding:0 20px;
	font-size:24px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#slider .text-box h4 {
	margin:0;
	padding:0;
	font-weight:400;
}

#content-left {
	width:620px;
	float:left;
}

#content-left h1 {
	margin:0;
	padding:0;
	font-weight:400;
	font-size:34px;
	color:#d7df23;
}

#content-left h3 {
	margin:15px 0;
	font-weight:400;
}

#content-left h3 a {
	width:560px;
	padding:20px;
	display:block;
	color:#414143;
	font-size:22px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:3px solid #d7df23;
	background:#f5f6e4;
}

#content-left h3 a span {
	font-size:28px;
	margin-top:10px;
	display:block;
}

#content-right {
	width:290px;
	float:right;
	padding-left:10px;
}

#footer {
	width:890px;
	height:46px;
	float:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#414143;
	color:#FFF;
	padding:12px 20px;
	font-size:12px;
}

#footer p {
	float:left;
	margin:0 0 10px 0;
}

#footer p.fuse {
	width:100%;
}

#footer a {
	color:#FFF;
	padding:0 15px;
}

#footer ul {
	width:850px;
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
}

#footer ul li {
	float:left;
}

#footer ul li a {
	
}

.ukas {
	width:66px;
	height:70px;
	float:right;
	text-align:right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}