/*
Theme Name: A Express Movers
Theme URI: http://berrywebteam.net
Description: Theme created for A Express Movers.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 1.0
*/

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #b6d9ec url(images/bgimage.jpg) repeat-x 0 0;
	padding: 0;
	margin: 0;
}

p, table, td, tr, th, div, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

a {
	color: #0088ca;
}

a:hover {
	color: #005e8b;
	text-decoration: none;
}

hr { 
    color: #b6d9ec;
	border-top: none;
	height: 1px;
	margin-bottom: 10px;
}

ul, ol {
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
}

li {
	list-style-type: circle;
}

ol li {
	list-style-type: decimal;
}

/*-- Images --*/
img {
	border: 0;
}

img.centered {
	display: block;
	margin: 0 auto 10px;
}
	
img.alignnone {
	margin: 0;
	display: inline;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

.wp-caption {
	text-align: center;
	padding: 5px;
	margin: 0 0 10px;
	border: solid 1px #B6D9EC;
}

.wp-caption img {
	margin: 0 0 10px;
}

.wp-caption.alignright {
	margin-left: 10px;
}

.wp-caption.alignleft {
	margin-right: 10px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 15px;
	color: #0088ca;
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
}

/*-- Container --*/
#container {
	background: #fff url(images/contentwrap.jpg) repeat-y 0 0;
	width: 950px;
	margin: 0 auto;
	padding: 0 15px;
}

/*-- Header --*/
#header {
	background: url(images/header.jpg) no-repeat 0 0;
	height: 215px;
}

#header h1 {
	display: none;
}

.logo {
	margin: 25px 0 0 15px;
}

.logo p {
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 0 72px;
}

.headtext {
	color: #fff;
	margin: 60px 25px 0 15px;
	text-align: center;
}

.headtext h3, .headtext h4 {
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
	color: #fff;
	margin: 0 0 5px 0;
}
.headtext h4 {
	font-size: 16px;
	font-style: normal;
	color: #005e8b;
}

/*-- Menu --*/
#menu {
	background: url(images/navbg.jpg) no-repeat 0 0;
	height: 75px;
}

.topnav {
	height: 35px;
	overflow: hidden;
	margin: 0 0 0 150px;
	padding: 0;
}

.topnav li {
	background: url(images/nav-sc.png) no-repeat 0 0;
	float: left;
	list-style-type: none;
	margin: 0 5px 0 0;
}

.topnav li a {
	background: url(images/nav-lc.png) no-repeat top right;
	font-size: 12px;
	font-weight: bold;
	color: #005E8B;
	text-decoration: none;
	display: block;
	padding: 10px 25px 10px 10px;
	margin: 0 0 0 15px;
}

.topnav li a:hover {
	color: #000;
}

.nav {
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
	list-style-type: none;
	border-right: solid 1px #674328;
}

.nav li a {
	font-size: 14px;
	color: #fff;
	height: 18px;
	text-decoration: none;
	padding: 12px 20px 10px;
	display: block;
}

.nav li a:hover {
	background: #674328;
}

.nav li ul {
	background: #D7F1FE;
	left:-999em;
	width: 200px;
	position:absolute;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav li ul li {
	margin: 0;
	padding: 0;
	border: none;
}

.nav li ul li a {
	font-size: 1em;
	color: #0087CA;
	width: 180px;
	text-decoration: none;
    border-top: solid 1px #B6D9EC;
	display: block;
	padding: 5px 10px;
}

.nav li ul li a:hover {
	background: #0087CA;
	color: #fff;
	border-top: solid 1px #005E8B;
}

.nav li ul ul {
	margin: -2em 0 0 200px;
}

.nav li:hover ul ul, .nav li.sfhover ul ul {
	left:-999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul {
	left:auto;
}

/*-- Content --*/
#contentwrap {
	background: url(images/contenttop.jpg) no-repeat 0 0;
}

#content {
	background: url(images/sidebarbg.jpg) no-repeat bottom right;
}

.postarea {
    width: 540px;
    padding: 25px 30px 15px;
}

.postarea h2 {
    font-size: 28px;
	font-weight: bold;
	font-style: oblique;
    color: #0088ca;
    margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	letter-spacing: -1px;
	border-bottom: solid 1px #b6d9ec;
}

.postarea h2 a {
	text-decoration: none;
}

.postarea h3 {
    font-size: 20px;
	font-weight: bold;
    font-style: oblique;
    color: #0088ca;
    padding: 10px 0;
}

.postarea h3 a {
	color: #0088ca;
}

.postarea h4 {
	font-size: 14px;
	font-weight: bold;
    font-style: oblique;
    color: #000;
    padding: 5px 0;
}

.postarea p {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    margin: 0 0 10px 0;
}

.postarea li {
	color: #666;
	line-height: 20px;
}

.postarea table {
	margin: 0 0 15px;
}

.postarea td {
	color: #005E8B;
	width: 160px;
	padding: 5px;
	vertical-align: top;
	border: solid 1px #B6D9EC;
}

.postarea td p {
	color: #005e8b;
	font-size: 11px;
	line-height: 13px;
	margin: 10px 0 0;
}

.postarea td.empty {
	border: none;
}

.contentdiv {
	width: 170px;
	margin: 0 15px 10px 0;
}

.date {
	color: #0088ca;
    font-size: 11px;
	margin: -5px 0 15px 0;
}

.date a {
	color: #0088ca;
}

.subpost {
	color: #0088ca;
	font-size: 11px;
	border-top: dotted 1px #b6d9ec;
	padding: 5px 0 10px 0;
	margin: 15px 0 0 0;
}

#postsnav {
	margin: 15px 0;
	padding: 10px 0;
	border-top: dotted 1px #b6d9ec;
}

/*-- Sidebar --*/
#sidebar {
	width: 320px;
	padding: 10px 15px 15px;
}

#moveside {
	width: 320px;
	padding: 35px 15px 15px;
}

#sidebar .widget, #moveside .widget {
	border: solid 1px #b6d9ec;
	padding: 10px;
	margin: 0 0 15px 0;
}

#sidebar h2, #moveside h2 {
    font-size: 18px;
	font-weight: bold;
	font-style: oblique;
    color: #005e8b;
	margin: 0 0 15px 0;
}

#sidebar h3, #moveside h3 {
    font-size: 14px;
	font-weight: bold;
	font-style: oblique;
    color: #005e8b;
	padding: 5px 0;
}

#sidebar h4, #moveside h4 {
    font-size: 12px;
	font-weight: bold;
	font-style: oblique;
    color: #005e8b;
	padding: 5px 0;
}

#sidebar p, #moveside p {
    color: #0088ca;
    line-height: 18px;
	margin: 0 0 10px 0;
}

#sidebar li, #moveside li {
    color: #0088ca;
    line-height: 20px;
}

/*-- Footer --*/
#footer {
	background: url(images/footer.jpg) no-repeat top center;
	width: 980px;
    overflow: hidden;
	padding: 25px 0 0;
	margin: 0 auto;
}

.footertext {
	width: 900px;
	margin: 0 auto;
}

.footertext h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
	color: #0088ca;
	padding: 10px 0 0;
}

.footertext p {
    color: #0088ca;
}

/*-- Other Styles --*/
.clearfix {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
