/*
Theme Name: schleter
Template: twentyten
*/

@import url("../twentyten/style.css");


/* =Layout
-------------------------------------------------------------- */

#container {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	width: 750px;
	background-color: #fff;
}
#containeronecol {
	float: left;
	margin: 0px;
	width: 990px;
}
#content2 {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
#content {
	margin: 0px;
	background-color: none;
	padding: 15px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 190px;
	background-color: none;
	padding: 10px;
	margin: 10px 50px 0px 0px;
}
.one-column #content {
	margin: 0 auto;
	width: 1000px;
}
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Open Sans', sans-serif;
}

/* =Structure
-------------------------------------------------------------- */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
    min-width: 270px;
    max-width: 1000px;
	width: 100%;
}
#wrapper {
	background: none;
	margin-top: 0px;
	padding: 0px;
}
#otherwrapper {
	width: 1000px;
	margin: 0 auto;
}


/* =Global Elements
-------------------------------------------------------------- */
body,
input,
textarea {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
p {
	margin-bottom: 18px;
}

a:link {
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}
a.footerlink {
	color: #f00;
}
a.footerlink:visited {
	color: #f00;
}
a:active,
a:hover {
	color: #f00;
}

li {margin: 0px 0px 8px 0px;}
	
a.link {
	color: #36F;
	text-decoration: none;
	font-weight: bold;
}
a.link:hover {
	color: #E10000;
}
td {border: 1px solid #000}


/* =Header
-------------------------------------------------------------- */
#headertop {
	height: 260px;
	background-color: #d3d3d3;
}
#headerleft {float: left; width: 230px; height: 150px; margin: 15px 10px 15px 0px;}
#headerright {float: left; width: 750px; height: 90px; margin: 30px 0px 0px 0px;}
img.headerpic {float: left; width: 100%; margin: 0px 0px 10px 0px;}

h3.header {
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	color: #09428F;
	line-height: 1.4;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
h5.header {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #09428F;
	line-height: 1.0;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 20px 5px;
}
h5.locations {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #09428F;
	line-height: 1.0;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 20px 5px;
}
h6.phone {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	color: #09428F;
	line-height: 1.0;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}


/* =Menu
-------------------------------------------------------------- */
#menuarea {
	background: -moz-linear-gradient(#09428f, #3b81e1); /* For Firefox 3.6 to 15 */
    background: -webkit-linear-gradient(#09428f, #3b81e1); /* For Safari 5.1 to 6.0 */ 
	background: -o-linear-gradient(#09428f, #3b81e1); /* For Opera 11.1 to 12.0 */  
   	background: linear-gradient(#09428f, #3b81e1); /* Standard syntax */ 
	height: 40px;
}

#access {
	background: none;
	float: left;
	width: 950px;
	height: 40px;
	margin: 0px;
}
#access .menu-header,
div.menu {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-left: 25px;
	width: 100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	font-size: 16px;
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 30px;
	padding: 6px 30px 0px 0px;
	text-decoration: none;
}
#access ul ul {
	background-color: #b089b8;
	display: none;
	position: absolute;
	top: 35px;
	left: -20px;
	float: left;
	width: 220px;
	z-index: 99999;
	box-shadow: 2px 2px 2px #666666;
}
#access ul ul li {
	min-width: 220px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: none;
	line-height: 1em;
	padding: 8px 0px 8px 0px;
	width: 220px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #f0c64a;
	background: none;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: f0c64a;
}

#access ul li.current_page_item > a:hover,
#access ul li.current_page_ancestor > a:hover,
#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover {
	color: #f0c64a;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #f0c64a;
}

/* =Mobile Menu
-------------------------------------------------------------- */
#panel51 {
width: 100%;
margin: 0px;

background: -moz-linear-gradient(#2a486a, #6692c3); /* For Firefox 3.6 to 15 */
background: -webkit-linear-gradient(#2a486a, #6692c3); /* For Safari 5.1 to 6.0 */ 
background: -o-linear-gradient(#2a486a, #6692c3); /* For Opera 11.1 to 12.0 */  
background: linear-gradient(#2a486a, #6692c3); /* Standard syntax */ 
	
display: none;
}

a.panel51 {
cursor: pointer;
color: #fff;
font-weight: bold;
}

a.panel51:hover {
	color: #FC0;
}

a.flip51 {
margin: auto;
padding: 0px;
cursor: pointer;
}

a.menuhome {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}

a.menuhome:hover {
	color: #fc0;
}

#accessmobile {
	background: -moz-linear-gradient(#09428f, #3b81e1); /* For Firefox 3.6 to 15 */
    background: -webkit-linear-gradient(#09428f, #3b81e1); /* For Safari 5.1 to 6.0 */ 
	background: -o-linear-gradient(#09428f, #3b81e1); /* For Opera 11.1 to 12.0 */  
   	background: linear-gradient(#09428f, #3b81e1); /* Standard syntax */ 
	
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#accessmobile .menu-header,
div.menu {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-left: 10px;
	width: 95%;
}
#accessmobile .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#accessmobile .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#accessmobile a {
	color: #fff;
	display: block;
	line-height: 40px;
	padding: 0px 12px 5px 12px;
	text-decoration: none;
}
#accessmobile ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#accessmobile ul ul li {
	min-width: 180px;
}
#accessmobile ul ul ul {
	left: 100%;
	top: 0;
}
#accessmobile ul ul a {
	background: #93699c;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#accessmobile li:hover > a,
#accessmobile ul ul :hover > a {
	color: #f0c64a;
}
#accessmobile ul li:hover > ul {
	display: block;
}
#accessmobile ul li.current_page_item > a,
#accessmobile ul li.current_page_ancestor > a,
#accessmobile ul li.current-menu-ancestor > a,
#accessmobile ul li.current-menu-item > a,
#accessmobile ul li.current-menu-parent > a {
	color: #f0c64a;
	font-weight: bold;
}
* html #accessmobile ul li.current_page_item a,
* html #accessmobile ul li.current_page_ancestor a,
* html #accessmobile ul li.current-menu-ancestor a,
* html #accessmobile ul li.current-menu-item a,
* html #accessmobile ul li.current-menu-parent a,
* html #accessmobile ul li a:hover {
	color: #f0c64a;
	font-weight: bold;
}

/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: visible;
	padding: 0px 0px 0px 20px;
}

/*.entry-content,
.entry-summary {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	line-height: 1.4;
}

.entry-title {
	color: #735894;
}*/

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 0px;
}
.widget-area li {
	font-size: 13px;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget-title {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#searchsubmit {
	font-size: 13px;
	padding: 2px;	
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #fff;
	background-color: #D3D3D3;
}
#footerleft {
	float: left;
	width: 560px;
	margin: 25px 0px 0px 0px;
}
#footerright {
	float: right;
	width: 440px;
}
p.footertext {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #999999;
	padding: 0px 0px 0px 0px;
	marging: 0px 0px 0px 0px;
}
p.address {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #294081;
	padding: 15px 0px 0px 0px;
}
a.phonefooter {
	color: #5774CA;
	text-decoration: none;
}
a.phonefooter:visited {
	color: #f00;
}
a.phonefooter:active,
a.phonefooter:hover {
	color: #f00;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {-webkit-text-size-adjust: 100%;}
code {-webkit-text-size-adjust: 100%;}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 100%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Custom Styles
-------------------------------------------------------------- */

h1 {
	color: #294081;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding: 15px px 15px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	color: #294081;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
h3 {
	color: #294081;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 15px;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #294081;
	margin: 20px 0px 0px 0px;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 10px 0px;
}
.fullcol {
	float: left;
	width: 910px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 2px 2px 5px 0px #333333;
	border-radius: 5px;
}
.twocol {
	float: left;
	width: 465px;
	padding: 3px;
	background: none;
	margin: 0px 25px 20px 0px;
}
.thirdcol {
	float: left;
	width: 280px;
	height: auto;
	font-size: 14px;
	padding: 8px;
	background: #fff;
	margin: 0px 25px 20px 0px;
	border: 1px solid #e6e6e6;
}
.widecol {
	float: left;
	width: 630px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: none;
}
.narrowcol {
	float: right;
	width: 270px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.boxeswrapper {width: 105%;}

img.homepic {
	float: left;
	margin: 20px 20px 20px 0px;
}
img.workpic {
	float: left;
	width: 46.5%;
	margin: 2% 2% 2% 0%;
}
img.workpicv {
	float: left;
	width: 30%;
	margin: 2% 2% 2% 0%;
}
img.mikepic {
	float: right;
	margin: 0px 0px 20px 20px;
}
img.superservice {
	float: right;
	margin: 0px 40px 20px 0px;
}
img.aboutpic {
	float: right;
	margin: 0px 0px 20px 20px;
}
img.drywallceiling {
	width: 80%;
	margin: 2% 0% 2% 0%;
}

/* Contact Form 7 */
.wpcf7-form {
	background: none;
	width : 97%;
	overflow: hidden;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
 }
.wpcf7-form-control-wrap {
	margin: 0px;
	padding: 0px;
}
.wpcf7-form h2 {
    font-size : 18px;
    text-align: center;
}
.wpcf7-form input, .wpcf7-form textarea {
    border-color: #808080 #C0C0C0 #C0C0C0 #D4D4D4;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
    line-height: 1.5;
    font-size: 15px;
    width: 97%;
    float: none;
    margin: 0px 5px 0px 0px;
}
.wpcf7-form input {
    line-height: 1.5;
	color: #000;
    font-size: 15px;
    height: auto;
}
.wpcf7-form textarea {
    line-height: 1.5;
    font-size: 15px;
    height: 200px;
}
.wpcf7-form p {
    font-size : 16px;
    margin: 0px 0px 20px 0px;
    padding: 0 0 0px 0px;
    color: #000;
}
.wpcf7-form label {
	color: #000;
	font-size : 16px;	
}
.wpcf7-form-control.wpcf7-submit {
 	margin-left: 0px;
	color: #000;
	background-color: #e6e6e6;
	border: 1px solid #000;
	width: 60px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	border-radius: 4px;
}
.wpcf7-form-control.wpcf7-submit:hover {
 	color: #ff0;
	background-color: #294081;
}

/* When the screen width is less than 400px */
@media only screen and (max-width: 400px) {
img.homepic {width: 90%; margin: 2% 5% 2% 5%;}
img.mikepic {float: left; width: 70%; margin: 2% 15% 5% 15%;}
img.superservice {float: none; width: 60%; margin: 0% 0% 2% 20%;}
}

/* When the screen width is between 400px and 600px */
@media only screen and (min-width: 400px) and (max-width: 600px){
img.homepic {width: 47%; margin: 2% 2% 2% 0%;}
img.superservice {float: none; margin: 20px 0px 20px 0px;}
}

/* When the screen width is less than 600px */
@media only screen and (max-width: 600px) {

#headertop {float: left; height: auto; margin: 0%}
#otherwrapper {width: 100%; margin: 0 auto;}
#headerleft {float: left; width: 100%; height: auto; margin: 0% 0% 0% 0%;}
#headerright {float: left; width: 96%; height: auto; margin: 1% 0% 3% 0%;}

img.headerpic {width: 40%; margin: 1% 0% 2% 30%;}

h3.header {font-size: 5vw;}
h5.header {font-size: 4.5vw; line-height: 1.3;}
h5.locations {font-size: 4vw; line-height: 1.3;}
h6.phone {font-size: 6vw; padding: 0% 0% 3% 0%;}

#menuarea {height: auto;}
#access {display: none;}

#main {width: 96%; padding: 0%;}
#container {margin: 1%; width: 97%;}
#containeronecol {width: 96%; padding: 2%; margin: 0%;}
#content, #content2 {width: 100%; padding: 0%;}
.twocol {margin: 0; width: 100%;}
.widecol {margin: 0; width: 100%;}
.narrowcol {margin: 0; width: 100%;}

img.aboutpic {float: left; width: 90%; margin: 2% 5% 5% 5%;}
img.drywallceiling {width: 98%; margin: 2% 0% 2% 0%;}
img.workpic, img.workpicv {width: 98%; margin: 2% 0% 2% 0%;}

#footer {float: left; height: auto; padding: 2% 0% 0% 0%; margin: 1% 0% 0% 0%;}
#footerleft {float: left; width: 100%; margin: 0%;}
#footerright {float: left; width: 50%; margin: 0% 0% 2% 25%;}
p.address {font-size: 16px; text-align: center; line-height: 1.7;}

.nomobilemid {display: none;}
.nomobile {display: none;}
}

/* When the screen width is between 600px and 800px */
@media only screen and (min-width: 600px) and (max-width: 800px){
img.homepic {width: 47%; margin: 2% 2% 2% 0%;}
}

/* When the screen width is between 800px and 999px */
@media only screen and (min-width: 800px) and (max-width: 999px){
img.homepic {width: 22.3%; margin: 2% 2% 2% 0%;}
}
	
/* When the screen width is between 600px and 999px */
@media only screen and (min-width: 600px) and (max-width: 999px){
#headertop {float: left; height: auto;}
#otherwrapper {width: 96%; margin: 0 auto;}
#headerleft {width: 22%; height: auto; margin: 1% 2% 1% 0%;}
#headerright {width: 76%; height: auto; margin: 3% 0% 1% 0%;}

img.headerpic {float: left; width: 100%; margin: 0%;}
img.drywallceiling {width: 80%;	margin: 2% 0% 2% 0%;}

h3.header {font-size: 4.2vw; margin: 0% 0% 1% 0%;}
h5.header {font-size: 2.4vw; margin: 0% 0% 2% 0%;}
h5.locations {font-size: 1.6vw; margin: 0% 0% 2% 0%;}
h6.phone {font-size: 3.2vw;}

#menuarea {float: left; width: 100%; height: 40px;}
#accessmobile {display: none;}

#main {width: 96%; padding: 0%;}
#container {margin: 1%; width: 97%;}
#containeronecol {width: 96%; padding: 2%;}
#content, #content2 {width: 100%; padding: 0%;}
.twocol {margin: 0% 3% 0% 0%; width: 45%;}
.widecol {margin: 0; width: 70%;}
.narrowcol {margin: 0; width: 26%;}

#footer {float: left; height: auto; padding: 2% 0% 0% 0%; margin: 1% 0% 0% 0%;}
#footerleft {float: left; width: 100%; margin: 0%;}
#footerright {float: left; width: auto; margin: 0% 0% 2% 20%;}
p.address {font-size: 16px; text-align: center;}

.nomobilemid {display: none;}
.mobileonly {display: none;}
}

/* When the screen width is greater than 999px */
@media only screen and (min-width: 999px){
#accessmobile {display: none;}
.mobilemid-break {display: none;}
.mobile-break {display: none;}
.mobileonly {display: none;}
.mobilemid {display: none;}
}