/*
Theme Name: Daniel's Moving System
Theme URI:
Description: Daniel's Moving System
Version: 0.1
Author: Aaron Reimann
Author URI: http://www.aaronreimann.com/
Tags: 

*/

body {
	margin: 0;
	padding: 0;
	background: #171717 url('images/site_bg.png') repeat-x;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
.header-content-bg {
	background: url('images/header_content_bg.png') no-repeat top left;
	width: 940px;
	height: 110px;
}
#header {
	height: 110px;
	background: #000 url('images/header_bg.png') top left repeat;
}
#header a {
	color: #fff;
}


#header h2{
	font-size:28px;
	margin:0;
	padding:0;
	border:0;;
	float:left;
	display: block;
}
#header h2 a {
	text-indent: -999em;
	text-decoration:none;
/*	background: url('images/logo.png') no-repeat scroll top left;*/
	width: 304px;
	height: 110px;
	display: block;
}
#header p {
	padding:1em 0;
	margin:0;
	line-height:1em;
}
#header p.description {
	line-height: 60px;
}

#menubg {
	background: url('images/menu_bg.png') top center no-repeat;
}

.home-main-content-top {
	background:url('images/home_main_content_bg_top-trans.png') top left no-repeat;
	height: 17px;
	padding: 0;
}
.home-main-content {
	background:url('images/home_main_content_bg_repeat-trans.png') top left repeat-y;
	padding: 0px 10px 1px 10px;
	height: 100%; /*added by aaronr for daniels*/
}
.home-main-content-bottom {
	background:url('images/home_main_content_bg_bottom-trans.png') top left no-repeat;
	height: 16px;
	padding: 0 0 15px 0;
}


form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #1c2f71;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; 
	margin-top:15px;
	}

p, ul, ol {
	margin-top: 0;
	padding-top: 10px;
	text-align: justify;
	line-height: 18px;
}

blockquote {
	margin-top: 0;
	padding: 5px 20px 5px 20px;
	text-align: justify;
	line-height: 18px;
	font-weight: bold;
}

ol {
	list-style:decimal;
	margin:0 0 0 20px;
}

ol li {
	list-style:decimal;
}

li {
	list-style: none;
}
a {
	color: #0f4b8b;
}

a:hover {
	text-decoration: none;
}


/* Sidebar */
#logo-atlas {
	background: url('images/logo_atlas.png') no-repeat scroll top left;
	width: 140px;
	height: 202px;
	margin: 10px 0 0 38px;
}
#sidebar {
	float: left;
	background: #dae5f4 url('images/sidebar_bg.png') no-repeat scroll top left;
	width: 220px;
	min-height: 350px;
	height: 100%;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 10px 20px 20px 20px;
	background: url(images/img4.gif) repeat-x left bottom;
}

#sidebar li ul {
	list-style: none;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0 7px 0;
	background: none;
	border-top: 1px solid #3B495A;
}

#sidebar li.first {
	border: none;
}

#sidebar h2 {
	font-size: 15px;
}

/* SidebarHome */
#sidebarHome {
	float: left;
	background: #dae5f4 url('images/sidebar_bg_home.png') no-repeat scroll top left;
	width: 280px;
	height: 100%;
}
#sidebarHome ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebarHome li {
	margin: 0 0 0 0;
	padding: 17px 0px 20px 0px;
	background: url(images/img4.gif) repeat-x left bottom;
}

#sidebarHome li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebarHome li li {
	margin: 0;
	padding: 0 0 0 0;
	background: none;
	border: 0;
}

#sidebarHome li.first {
	border: none;
}

#sidebarHome h2 {
	font-size: 15px;
}

/* Contact Form - Home Page ---- in sidebar*/
#sidebarHome input .wpcf7-form-control-wrap {
	width: 100px;

}
#sidebarHome .wpcf7-validates-as-required {
background:transparent url(images/input_bg.png) no-repeat scroll left top;
border:medium none;
height:26px;
padding:7px 8px 0 6px;
width:221px;
}

/* for SidebarHome...it is called in WP widget */
#getaquote-top {
	background: #104c88 url('images/getaquote_top_bg.png') no-repeat scroll top left;
	width: 256px;
	min-height: 251px;
	margin: 0 0 0 12px;
	padding: 50px 0 0 0;
float: left;
}
#getaquote-bottom {
	background: #104c88 url('images/getaquote_bottom_bg.png') no-repeat scroll top left;
	width: 256px;
	height: 15px;
	float: left;
	margin: 0 0 0 12px;
}
#sidebarHome .wpcf7-response-output {
	padding: 0;
	margin: 0;
}
#sidebarHome p {
	padding-left: 12px;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
/* Post */

.post {
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #000;
}

.post .date {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post .date strong {
	font-weight: bold;
	color: #AAAAAA;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* MENU */

.menubg {
	background:url('images/menu_bg.png') top left no-repeat;
}

#menu {
	height: 28px;
	margin: 0 0 0 0px;
}
/*
#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 4px 12px 0 12px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#menu a:hover {
	background: #EF8F18 url(images/img2.gif) repeat-x;
	color: #fff;
}
*/

/* Search */

#search {
	float: left;
	width: 234px;
	padding: 32px 0 0 0;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 175px;
	background: #aaa;
	border: none;
}
#searchsubmit {
	height: 19px;
	background: #ef8f18;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 904px;
	margin: 0 auto;
}



/* Calendar */

#calendar table {
	width: 100%;
}

#calendar thead th {
	text-align: center;
}

#calendar tbody td {
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

#calendar a {
	font-weight: bold;
}
#content_px_padding {
	background: url('images/content_10px_padding_bg.png') repeat-y top center;
	height: 14px;
}
/* Content */
#content-container-bg {
	background: #fff url('images/content_container_bg.jpg') center center repeat-y;
}
#contentbg {
	background: url('images/content_bg.png') top center repeat-y;
}

#content {

}

.entry ul {
	margin:0 0 0 25px;
}

.entry li {
	list-style:disc;
}

#comment {
	width: 460px;
}

.pagetitle {
	margin: 10px 0 10px 5px;
	/*padding-bottom: 20px;*/
}



/* footer box */
#footer {
	background: url(images/footer_bg.png) top left repeat-x;
	min-height: 150px;
	height: 100%; /*added by aaronr for daniels*/
}
.footer-content-bg {
	background: url(images/footer_content_bg.png) top left repeat-x;
	margin: 16px 0 0 10px;
	width: 940px;
	height: 72px;
}
.bottom-box {
	background: url('images/bottom_box_bg-trans.png') top left no-repeat;
	min-height: 200px;
	width: 220px;
	text-align: left;
	height: 100%; /*added by aaronr for daniels*/
}
.bottom-box-content{
	padding: 10px 10px 0 10px;
}
.bottom-box h2 {
	font-size: 14px;
	text-align: center;
	padding: 0;
	padding: 0 0 10px 0;
}
.bottom-box ul {
padding: 0;
}
.bottom-box li {
	padding: 0 0 5px 0;
}
.credit {
	text-align: right;
	font-size: 10px;
}




/* SUCKERFISH MENU */
#suckerfishnav {
	z-index: 1000;
    font-size:14px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
	z-index: 1000;
    float:left;
    list-style:none;
    line-height:27px;
    padding:0;
    border:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
	z-index: 1000;
    display:block;
    color:#dddddd;
    text-decoration:none;
    padding:0px 11px;
    }
#suckerfishnav li {
	z-index: 1000;
    float:left;
    padding:0;
    }
#suckerfishnav ul {
	z-index: 1000;
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
	z-index: 1000;
    width:149px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
	z-index: 1000;
    padding:4px 10px;
    width:130px;
    font-size:12px;
    color:#dddddd;
    }
#suckerfishnav li ul ul {
	z-index: 1000;
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
	z-index: 1000;
    background:#9C1F1B;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
	z-index: 1000;
    color:#dddddd;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	z-index: 1000;
    color:#dddddd;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	z-index: 1000;
    color:#dddddd;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
	z-index: 1000;
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
	z-index: 1000;
    left:auto;
    background:#444444;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
/* top level */
	z-index: 1000;
background: url('images/menu-top-level-bg.png') repeat;

    }




