/*
* Miano Construction V1.0
* based on www.getskeleton.com
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
        #Menu + Logo
	#Misc 
        #Sidebar
        #Footer
        #Home Page
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #330000;
		font: 14px/1.5em "Rockwell W01", "Times New Roman", serif;
		color: #444;
 }
#primary { margin-top: 3em; }
#sidebar { margin-top: 3em; text-align: center;}



/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #663300;
		font-family: "Rockwell W01", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 140%; line-height: 1.4em }
	h2 { font-size: 135%; line-height: 1.4em }
	h3 { font-size: 130%; line-height: 1.4em }
	h4 { font-size: 125%; line-height: 1.4em }
	h5 { font-size: 120%; line-height: 1.4em }
	h6 { font-size: 110%; line-height: 1.4em }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

	.sidebar-pic { width: 80%; height: auto; padding: 10px; border: 1px solid #330000;}

	.testimonial-pic { width: 80%; height: auto; padding: 10px;}


/* #Buttons
================================================== */
.button, button, input[type="submit"], input[type="reset"], input[type="button"]
{
  background-color: #663300;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border: 0; 
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover
{
  color: #222222;
  background-color: #dddddd;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border: 0;
}

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "Rockwell W01", "Times New Roman", serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
        
/* #Menu & Logo
================================================== */        
    .header {
        height:30px;
	padding-top: 110px;
        clear: both;
        }

    .logo { 
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -202px;
	z-index: 2; 
    }
        

    .logo a{
        text-decoration: none;
        }

    .responsiveMenuSelect { z-index: 2; position: absolute; top: 120px; }

    .menu  { 
	width: 940px; 
	z-index: 2; 
	position: absolute;
	top: 110px;
	left: 0;
    }

    .menu li {
	/*display: inline;*/
	float: left;
        list-style-type: none;
        font-size: 14px;
        }

    li.menu-1, li.menu-4 { width: 20%; }
    li.menu-1 { padding-left: 5%; }
    li.menu-4 { padding-right: 5%; }
    li.menu-2, li.menu-3 { width: 25%; }
    li.menu-3, li.menu-4 { text-align: right; }

    .menu li a {
	color: #663300;
	text-decoration: none;
	text-transform: uppercase;
    }

    #toploginform {
	position: absolute;
	top: 0px;
	right: 0;
    }

    #toploginform input[type="text"], #toploginform input[type="password"] { 
	width: 80px; margin: 0 4px; padding: 2px;
    }

    #toploginform label {
	font: 12px/1.5em "Rockwell W01", "Times New Roman", serif;
	color: #663300;
	padding: 0 4px; 
    }

    .login-submit, #wp-submit { float: right !important; margin-right: 2px !important; }
    #toploginform input[type="submit"] { margin-top: 12px; }

    #toploginform p, #toploginform input {
	display: inline-block;
	margin: 0;
	float: left;
	clear: none;
	font-size: 80%;
    }


/* #Home Slider (for slides.js)
================================================== */
    .homeslider { width: 917px; padding: 0 0 1em 0; }
    .slides_container { width:100%; overflow:hidden; position:relative; cursor:pointer; z-index: 0; }  
    .slides { position:absolute; top:0; left:0; }  
    .slides div { position:absolute; top:0; width:100%; display:none; }  
    .slide p { margin: 0; text-align: center; }

    .pagination {
	margin: 10px auto;
	width:100px;
    }

    .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
    }

    .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
    }

    .pagination li.current a {
	background-position:0 -12px;
    }


/* #Misc
================================================== */
    .title{
        padding-bottom: 15px;
        }	

    .title h1{ font-size: 150%; }

        
    .full-width{
        padding-left: 10px;
        } 
        
 /* #Sidebar
================================================== */
    .sidebar{
        font: 14px/1.5em "Rockwell W01", "Times New Roman", serif;
        }   
                
    .sidebar li{
        list-style: none;
        }
        
 /* #Footer
================================================== */
	.footer li{
        list-style: none;
        padding-right: 15px;
        float: left;
        width: 220px;
        }

	.copyright {
	    text-align: center;
	    color: #000000;
	    font-size: 80%;
	}

	.footer-links { float: right; text-transform: uppercase; margin: 1em 0 0 0 ;}
	.footer-links a { text-decoration: none; color: #663300; }
	.footer-links a:hover { text-decoration: underline; }

    .screen768 { float: right; display: none; font-size: 10px; color: #000;}
    .screen320 { float: right; display: none; font-size: 10px; color: #000;}
    .screen480 { float: right; display: none; font-size: 10px; color: #000;}

 /* #Home Page
================================================== */
        .brownbox {
	    background-color: #663300;
	    margin-bottom: 1em ; 
	}

	.boxframe img { width: 83%; height: auto; }
	.boxframe { padding: 10px 20px; text-align: center;}
	.boxframe p { color: #ffffff; font-size: 75%; line-height: 1.2em; margin-top: 1em;}
	.boxframe h2 { font-size: 120%; text-transform: uppercase; color: #ffffff; text-align: center; margin-bottom: .5em; }
	.boxframe h2 a { color: #ffffff; text-decoration: none; }
	.boxframe h2 a:hover { text-decoration: underline; }

 /* #Portfolio Pages
================================================== */

.portfoliobox {
    text-align: center;
}

.portfoliobox h3 a {
    font-family: "Rockwell W01 Bold", "Times New Roman", serif;
    color: #663300;
    text-transform: uppercase;
    text-decoration: none;
}

#portfolio-menu { text-align: center; margin-top: 1em; }
#portfolio-menu li {
    display: inline;
    list-style-type: none;
    padding: 0 1em; 
}

#portfolio-menu li a {
    font-family: "Rockwell W01", "Times New Roman", serif;
    color: #663300;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 130%;
}

.pcurrent { 
    font-family: "Rockwell W01 Bold", "Times New Roman", serif !important;
    text-decoration: underline !important;
}

#map-canvas { position: relative; height: 386px;}
#mapbgimg { max-width: 100%; width: 100%; height: auto; position: absolute; top: 0; left: 0; z-index: 0;}
.map-pin { position: absolute; z-index: 1; display: none;}

.portfolio-brochure img { 
    width: 170px; 
    height: 200px; 
    transform:rotate(-7deg);
    -ms-transform:rotate(-7deg); /* IE 9 */
    -webkit-transform:rotate(-7deg); /* Safari and Chrome */
    -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
    margin-bottom: 2em;
}

.brochurecolumn { padding-top: 5em; }
.portfolio-brochure  { text-decoration: none; }
.portfolio-brochure h2  { font-style: italic; line-height: 1.1em;}

.projectheading h2 { margin-left: 16px !important; border-bottom: 1px solid #000000; margin-bottom: .5em; }
.other-table { margin-left: 25px !important; }
.chainhead h4 { margin-top: 1em; }

.projectlist a { text-decoration: none; }
.projectlist a strong { color: #663300 !important; }

.project-title {
    font-family: "Rockwell W01 Bold", "Times New Roman", serif;
}

.projects-title {color: #663300;} 
.project-chain-logo { float: right; max-height: 65px; width: auto;}
.project-image1 { width: 100%; height: auto; }
.project-image2, .project-image3 { width: 100%; height: auto; }
.project-image-caption { font-style: italic; }