/*
  Theme Name: Marble
  Version: 1.0
  Author: Synergy Marketing
  Tags: clean, SEO
  Licence: GPL
  
  Description: Custom Wordpress theme for Miller Home Title.
*/

/*-----------Block Level Elements--------------*/

body {
	background-color: #004185;
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: #5b5b5e;
}

a {
	color: #064780;
}

p {
	padding: 1em 0;
}

.wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#superheader {
	height: 60px;
	background-color: #002470;
	color: #fcfefe;
}

#superheader a {
	color: #fcfefe;
}

#superheader .wrapper {
	background: url('images/superheader-bg.jpg') no-repeat;
}

#superheader #logo {
	position: relative;
	float: left;
}

#superheader #contact {
	height: 40px;
	margin-top: 10px;
	padding-left: 10px;
	position: relative;
	float: right;
	color: #cdefff;
	border-left: 1px #cdefff solid;
	text-align: right;
	line-height: 20px;
}

#banner {
	height: 103px;
	width: 950px;
	background: url('images/banner-site.jpg') no-repeat;
}

#banner h1 {
	font-size: 32px;
	font-weight: bold;
	color: #fcfefe;
	clear: right;
}

#home #banner {
	height: 238px;
	width: 950px;
	background: url('images/home-banner-2.jpg') no-repeat;
}

#home #banner #desc {
	width: 480px;
	position: relative;
	float: right;
	margin: 15px 0 0 0;
	*margin: 40px 0 0 0;
}

#home #banner h1 {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: justify;
}

#home #banner h2 {
	color: #fff;
	text-align: justify;
	line-height: 1.4em;
	font-size: 13px;
}

#subheader #photo {
	display: none;
}

#home #subheader #photo {
	display: block;
	border: 6px #fff solid;
	width: 425px;
	height: 250px;
	position: absolute;
	top: -207px;
	z-index: 500;
	overflow: hidden;
}

#banner .left {
	position: absolute;
	left: -125px;
	top: 0;
	width: 125px;
	height: 103px;
	background: url('images/banner-site-left.jpg') no-repeat;
}

#home #banner .left {
	position: absolute;
	left: -125px;
	top: 0;
	width: 125px;
	height: 238px;
	background: url('images/banner-home-left.jpg') no-repeat;
}

#banner .right {
	position: absolute;
	right: -125px;
	top: 0;
	width: 125px;
	height: 103px;
	background: url('images/banner-site-right.jpg') no-repeat;
}

#home #banner .right {
	position: absolute;
	right: -125px;
	top: 0;
	width: 125px;
	height: 238px;
	background: url('images/banner-home-right.jpg') no-repeat;
}

#home #subheader {
	height: 92px;
	background: #e7e7ee url('images/subheader-home-bg.png') repeat-x;
}

#subheader {
	position: relative;
	z-index: 100;
	padding-bottom: 32px;
}

#subheader {
	height: 43px;
	background: #e7e7ee url('images/subheader-site-bg.png') repeat-x;
}

#home #subheader .wrapper {
	height: 92px;
	background: url('images/subheader-home-middle.png') no-repeat;
}

#home #subheader .left {
	position: absolute;
	left: -46px;
	top: 0;
	width: 46px;
	height: 92px;
	background: url('images/subheader-home-left.png') no-repeat;
}

#subheader #see-why {
	display: none;
}

#home #subheader #see-why {
	display: block;
	position: relative;
	float: right;
	top: 23px;
	height: 44px;
	width: 242px;
	background: url('images/button-see-why-were-different2.png') no-repeat;
}

#home #subheader #see-why:hover {
	background-position: 0 -44px;
}

#why .float-left {
	margin-right: 15px;
}

.why {
	border-bottom: 1px dashed #a9a9ab;
}

#resources .entrytext ul {
	margin-left: 55px;
}

.form-icon-p {
	padding: 4px 0;
}

.line-above {
	border-top: 1px dashed #a9a9ab;
}

#menu {
	display: block;
	height: 60px;
	position: relative;
	float: right;
	margin-top: 29px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

#menu li {
	position: relative;
	float: left;
	margin-right: 5px;
}

#menu li a {
	display: inline-block;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
}

#menu li a span {
	
	display: inline-block;
	padding: 4px 0 4px 10px;
}

#menu li a:hover, #menu li.active a {
	background: transparent url("images/menu-item-bg-right.png") no-repeat scroll top right;
}

#menu li a:hover span, #menu li.active a span {
	background: transparent url("images/menu-item-bg-left.png") no-repeat;
}

#wrapper {
	width: 100%;
}

#content {
	background-color: #e7e7ee;
}

.post {
	width: 468px;
	margin-left: 220px;
}

.post p {
	line-height: 1.5em;
}

.post small {
	color: #064780;
}

.post-sep {
	height: 20px;
	border-top: 1px #d3d3d6 solid;
	margin-top: 10px;
}

#left-sidebar {
	position: relative;
	float: left;
	width: 200px;
	border-right: 2px groove #fcfcff;
}

#left-sidebar img {
	position: relative;
	float: left;
	margin-bottom: 10px;
}

#left-sidebar h3 {
	display: block;
	position: relative;
	float: right;
	width: 120px;
	padding-top: 16px;
	color: #064780;
	font: 14px bold Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#left-sidebar a {
	text-decoration: none;
}

#left-sidebar ul {
	clear: left;
	margin-bottom: 20px;
}

#left-sidebar li a {
	display: block;
	width: 184px;
	height: 18px;
	padding-left: 17px;
	padding-top: 2px;
	margin: 3px 0;
	overflow: hidden;
	text-decoration: none;
	font: 14px Helvetica, Arial, sans-serif;
	color: #064780;
}

#left-sidebar a:hover {
	background: #b9b9bf url(images/left-sidebar-item-bg.png) no-repeat;
}

#blog-sidebar {
	position: relative;
	float: right;
	clear: none;
}

#from-the-blog ul {
	margin-top: 15px;
}

#blog-sidebar>span>span, #blog-meta>li>span>span {
	font-size: 24px;
	color: #064780;
}

#blog-sidebar>span, #blog-meta>li>span {
	font-size: 14px;
}

#from-the-blog li {
	width: 240px;
	height: 29px;
	margin: 3px 0;
	background: url(images/blog-sidebar-item-bg2.png) no-repeat;
	overflow: hidden;
}

#from-the-blog li:hover {
	background-position: 0 -29px;
}

#from-the-blog li a {
	text-decoration: none;
}

#from-the-blog a .date {
	display: block;
	width: 50px;
	line-height: 30px;
	padding: 0 6px;
	color: #fff;
	position: relative;
	float: left;
}

#from-the-blog a .title {
	display: block;
	width: 165px;
	line-height: 30px;
	padding: 0 6px;
	color: #5b5b5e;
	position: relative;
	float: left;
}

#blog-meta>li {
	border-bottom: 2px groove #fcfcff;
	padding-bottom: 10px;
	padding-top: 10px;
}

#blog-meta li a {
	text-decoration: none;
	color: #5b5b5e;
}

#blog-meta ul {
	
}

#also-offering {
	width: 240px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px groove #fcfcff;
}

#also-offering h3 {
	font-size: 12px;
	color: #064780;
	text-transform: uppercase;
}

#also-offering a {
	font-size: 18px;
	text-decoration: none;
	color: #5b5b5e;
}

.contact-map {
	margin: 0;
	padding-left: 10px;
}

#footer {
	color: #fcfefe;
	width: 100%;
	clear: both;
	padding: 12px 0;
}

#footer .wrapper {
	
}

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

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

#footer .float-left {
	letter-spacing: 3px;
	line-height: 20px;
}

#footer .float-left a {
	letter-spacing: normal;
}

#footer .float-right {
	font-size: 10px;
	line-height: 18px;
	text-align: right;
}

/*-------------Headings-------------*/

h1 {
	font-size: 24px;
}

h1 a {
	color: #5b5b5e;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
	color: #3f3f41;
}

h2, .why strong {
	font-size: 14px;
	font-weight: bold;
	color: #064780;
}

h3 {
	
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/

h2 a:hover, h2 a:visited, h2 a {

}

.post {

}

.blogentry:first-line {
	font-weight: bold;
}

.title-icon {
	position: relative;
	float: left;
	top: -6px;
	margin-right: 10px;
	z-index: 100;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {
	list-style-image: url('images/li.png');
	margin-left: 10px;
	line-height: 1.8em;
}

.gform_wrapper {
	max-width: 860px;
	width: 860px;
}

.gform_wrapper li {
	list-style-image: none;
	margin-left: 0;
	width: 367px;
	
}

.gform_wrapper li.full-width {
	width: 790px;
}

.gsection {
	position: relative;
	clear: left;
}

.entry {

}

.entrytext .postmetadata {
	border-top: 1px #d3d3d6 solid;
	border-bottom: 1px #d3d3d6 solid;
	margin-bottom: 1em;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {
	border-bottom: 1px #d3d3d6 solid;
	margin-bottom: 1em;
}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#blog-sidebar ul {

}

#blog-sidebar ul h2 {

}

#blog-sidebar ul li {

}

#blog-sidebar ul ul {

}

#blog-sidebar ul ul li {

}

#blog-sidebar ul ul ul {

}

#blog-sidebar p {

}

#blog-sidebar a {

}
#blog-sidebar a:hover {

}

#blog-sidebar a:visited {

}


/*--------------Comments--------------*/

h3#comments, h3#respond {
	font-size: 14px;
	font-weight: bold;
	color: #064780;
}

ol.commentlist {

}

ol.commentlist li {
	margin: 1em 0;
	border-bottom: 1px #d3d3d6 solid;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {
	
}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-----------Accordion----------------*/

.accordion-visible {
	color: #064780;
	cursor: pointer;
	margin: 5px 0 5px 0;
	
	background-color: #fdfdfe;
	border: 1px #d7dbde solid;
	padding: 2px;
}

.accordion-visible:hover {
	background-color: #f6f8ff;
	border: 1px #d7dbde solid;
}

.accordion-hidden {
	padding: 0 10px;
	line-height: 1.5em;
	border: 0px solid #d7dbde;
	border-left-width: 1px;
}

.accordion-visible img {
	vertical-align: middle;
	margin-right: 5px;
}


/*-------------Other------------------*/

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

.blue {
	color: #064780;
}

hr {
	display: none;
}

.float-left {
	position: relative;
	float: left;
}

.float-right {
	position: relative;
	float: right;
}

.clear {
	clear: both;
}
