/*
  Theme Name: Skyline
  Version: 1.0
  Author: Synergy Marketing
  Tags: clean, SEO
  Licence: GPL
  
  Description: Custom Wordpress theme for Cleveland 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.png') 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 h2 {
	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 h2 {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: justify;
}

#home #banner h3 {
	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: -35px;
	top: 0;
	width: 35px;
	height: 103px;
	background: url('images/banner-site-left.png') no-repeat;
}

#home #banner .left {
	position: absolute;
	left: -125px;
	top: 0;
	width: 125px;
	height: 238px;
	background: url('images/banner-home-left.png') no-repeat;
}

#banner .right {
	position: absolute;
	right: -84px;
	top: 0;
	width: 84px;
	height: 103px;
	background: url('images/banner-site-right.png') no-repeat;
}

#home #banner .right {
	position: absolute;
	right: -121px;
	top: 0;
	width: 121px;
	height: 238px;
	background: url('images/banner-home-right.png') 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;
}

#home #subheader a {
	position: relative;
	float: right;
	top: 23px;
}

#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: 30px;
	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-bg {
	background-color: #e7e7ee;
}

#content {
	position: relative;
	float: left;
}

.post {
	margin-left: 20px;
}

.post p {
	line-height: 1.5em;
}

.post small {
	color: #064780;
}

.title-sep {
	height: 10px;
	border-top: 1px #d3d3d6 solid;
	margin-top: 5px;
}

.post-sep {
	height: 30px;
	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: 20px;
}

#left-sidebar h4 {
	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>.textwidget>span>span, #blog-meta>li>.textwidget>span>span {
	font-size: 24px;
	color: #064780;
}

#blog-sidebar>span, #blog-meta>li>.textwidget>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 {
	clear: left;
	width: 180px;
	margin: 20px 0;
	border-top: 2px groove #fcfcff;
}

#also-offering h4 {
	position: static;
	float: none;
	font-size: 12px;
	color: #064780;
	text-transform: uppercase;
}

#also-offering a {
	font-size: 18px;
	text-decoration: none;
	color: #5b5b5e;
}

#also-offering a:hover {
	background: none;
}

#upcoming-events {
	display: block;
	position: relative;
	height: 44px;
	width: 242px;
	background: url('images/button-upcoming-events.png') no-repeat;
}

#upcoming-events:hover {
	background-position: 0 -44px;
}

.contact-map {
	margin: 0;
	padding-left: 10px;
}

.rep.post {
	width: 725px;
	border-bottom: 2px groove #fcfcff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.rep .wp-post-image {
	position: relative;
	float: left;
	border: 1px solid #9f9fa4;
	padding: 10px;
	margin: 0 20px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
}

.rep .entrytext {
	position: relative;
	float: left;
	width: 475px;
}

.rep .order-button {
	display: block;
	height: 44px;
	width: 275px;
	margin-top: 20px;
	text-indent: -999px;
	overflow: hidden;
	background: url('images/button-order.png') no-repeat;
}

.rep .order-button:hover {
	background-position: 0 -44px;
}

#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 {
	position: relative;
	float: left;
}

h1 a {
	display: block;
	width: 250px;
	height: 60px;
	text-indent: -999px;
	overflow: hidden;
	background: url("images/logo-cleveland.png") no-repeat;
}

h2 {
	font-size: 24px;
}

h2 a {
	color: #5b5b5e;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
	color: #3f3f41;
}

h3, .why strong {
	font-size: 14px;
	font-weight: bold;
	color: #064780;
	line-height: 16px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #064780;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 12px;
}

h5 {

}

/*-------------The Post-------------*/

h3 a:hover, h3 a:visited, h3 a {

}

.post {
	width: 460px;

}

.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;
}

p.postmetadata {
	padding: 3px 0 3px 6px;
	background-color: #b9b9bf;
}

.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 h3 {

}

#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-------------*/

.commentlist {
	margin: 20px 0;
}

.nopassword, .nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}

.commentlist > li.comment, #commentform {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
	list-style-image: none;
}

.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}

.comment-author {
	font-size: 14px;
}

.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}

.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	position: relative;
	float: left;
	margin-right: 10px;
}

.commentlist > li.pingback:before {
	content: '';
}

a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
	position: absolute;
	right: 20px;
	top: 20px;
}

a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active, a.active-reply {
	background: #888;
	color: #fff;
}

a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}

.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

#reply-title {
	margin-bottom: 20px;
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}

#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}

#respond textarea {
	resize: vertical;
	width: 100%;
}

#respond .comment-form-author .required, #respond .comment-form-email .required {
	color: #bd3500;
	font-size: 18px;
	font-weight: bold;
	z-index: 1;
}

#respond .comment-notes, #respond .logged-in-as {
	font-size: 13px;
	padding-top: 0;
}

#respond .form-submit {
	text-align: right;
	padding-bottom: 0;
}

#respond #cancel-comment-reply-link {
	color: #777;
	margin-left: 10px;
	text-decoration: none;
}

#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}

#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}

#respond label {
	line-height: 2.2em;
}

#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}

#respond p {
	font-size: 12px;
}

p.comment-form-comment {
	margin: 0;
}

.form-allowed-tags {
	display: none;
}

/*---------------Buttons----------------*/

a.button {
	display: inline-block;
	position: relative;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
	overflow: hidden;
	cursor: hand;
	text-rendering: auto;
	
	height: 44px;
	padding-right: 5px;
	line-height: 44px;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #064780;
	background: transparent url("images/button-right.png") no-repeat scroll top right; 
}

a.button span {
	display: inline-block;
	position: relative;
	height: 44px;
	padding-left: 10px;
	padding-right: 6px;
	line-height: 44px;
	background: transparent url("images/button-left.png") no-repeat;
}

a.button:hover {
	background-position: bottom right;
}

a.button:hover span {
	background-position: 0 -44px;
}

a.button img {
	vertical-align: middle;
	margin-right: 8px;
}

#blog-sidebar a.button {
	width: 240px;
}

#blog-sidebar a.button span {
	width: 223px;
}

/*--------------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;
}

.gform_wrapper {
	overflow:hidden !important;
	margin-bottom:10px !important;
	width:734px !important;
	max-width: none !important;
}

.full-width{
	clear: both !important;
}

.gform_wrapper li {
	clear: none !important;
}

.float-left {
	position: relative;
	float: left;
}

.float-right {
	position: relative;
	float: right;
}

.clear {
	clear: both;
}
