/*
Theme Name: Templeton
Theme URI: http://www.maacware.com/
Description: Template developed for Templeton
Author: MAACWARE IT
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
        /*overflow-x: hidden;*/
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

body {
    background-color: #E2DDD3;
    margin:0px;
}

/*Main body div*/
.main-content{
}

/*header*/
#header{
    width:100%;
    height:123px;
    position: fixed;
    background-color: #E2DDD3;
    z-index: 999;
    top:0px;
}
#header-logo{
    /*background-image: url(images/logo.png);
    background-repeat: no-repeat;*/
    /*height:inherit;*/
    width: 347px;
    margin-left: 26px;
    margin-top: 26px;
    float: left;
}
#header-menu{
    float: left;
    margin-top:23px;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 11px;
    position: absolute;
    margin-left: 350px;
}
#homepage-image{
    margin-left: auto;
	margin-right:auto;
	width:782px;
    padding-top: 150px;
}
#homepage-image img{
    text-align: left;
	height:630px;
	width:782px;
}
/*Layout menu*/
#header-menu ul li{
    display: block;
    height: 15px;
    line-height: 15px;
    
}
#header-menu ul li a{
    text-decoration: none;
    list-style-type: none;
    color: black;
    
}
#header-menu ul li a:hover{
    border-bottom:2px solid white;
}

/*Project thumbnail*/
.project-wrapper{
    padding-left: 36px;
    padding-top: 123px;
}
.project-module{
    width: 212px;
    min-height: 270px;
    margin-right: 21px;
    float: left;
    cursor: pointer;
}
.project-thumbnail{
    overflow: hidden;
    width: 190px;
    height: 190px;
    position: relative;
    display:none;
}

.project-text{
    overflow: hidden;
    width: 190px;
    height: 80px;
    margin-top: 12px;
}
.project-text-title{
    font-family: "franklin-gothic-urw",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
}
.project-text-address{
    font-family: "franklin-gothic-urw",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}
.project-thumbnail img{
    bottom: 0px;
    position: absolute;
}
/*line*/
.line{
    border-top: 1px solid #231F20;
    position: relative;
    right: 36px;
    margin-left: 72px;
    
}

/*Project individual page*/
.proj-single-wrapper{
    /*padding-left: 36px;*/
    padding-top: 133px;
    width: 100%;
    position: relative;
    overflow: hidden;
    height:500px;
    
    font-family: "franklin-gothic-urw",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}
.proj-single-text{
    width: 272px;
    /*height: 456px;*/
    position: relative;
    left: 0px;
    float: left;
    padding-left: 36px;
}

.controls{
    width: 272px;
    position: relative;
    left: 36;
    top: -30px;
    line-height: 25px;
        padding-left: 36px;
}
.controls a{
    display: block;
    float: left;
    padding-right: 15px;
}
.slider{
    height: 470px;
    position: relative;
    left: 36px;
    overflow: hidden;
    cursor: pointer;
}
.slider ul{
    height: 500px;
    display: none;
}
.slider ul li{
    float:left;
    margin: 0 13px 13px 0;
}
.slider ul li a img{
    height: 500px;
}
.proj-single-thumbnail{
    position: relative;
    padding-left: 36px;
    padding-top: 30px;
    display:none;
}

.slider1-right-button{
    position: relative;
    top: -110px;
    right: 30px;
    float: right;
    cursor: pointer;
    z-index: 999;
}

/*About template*/
.about-main{
    /*height: 500px;
    position: relative;*/
    left: 36px;
    overflow: hidden;
	min-width:500px;
}
.about-main ul{
    /*height: 500px;*/
	width:100%;
	overflow:hidden;
}
.about-main ul li{
    float:left;
    margin: 0 13px 13px 0;
}
.about-main ul li a img{
    height: 500px;
}
.about-page{
    /*height: 560px;*/
    margin-right: 72px;
}
/*line*/
.line2{
    border-top: 1px solid #231F20;
    position: relative;
	margin-top:30px;
	padding-bottom:30px;
	margin-right:30px;
	margin-left:36px;
}
.about-single-wrapper{
    /*padding-left: 36px;*/
    padding-top: 143px;
    width: 100%;
    position: relative;
    overflow: hidden;
    
    font-family: "franklin-gothic-urw",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

/* =Press
-------------------------------------------------------------- */
.press-top-plate{
    padding-top: 133px;
}
.press-single-wrapper{
    /*padding-left: 36px;
    padding-top: 30px;*/
    width: 100%;
    overflow: hidden;
    height: 500px;

    font-family: "franklin-gothic-urw",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}
.proj-single-text{
    width: 272px;
    height: 456px;
    position: relative;
    left: 0px;
    float: left;
	font-size:11px;
	line-height:14px;
	margin-right:42px;
}
.line3{
    border-top: 1px solid #231F20;
    position: relative;
    right: 36px;
    margin-left: 72px;
	margin-bottom:30px;
}


div#header-logo img {
	width:304px;
	height:97px;
	
	
	}
	
.loading-text{
	float:left; 
	margin-left:36px; 
	margin-top:30px;
	
	font-family: "franklin-gothic-urw",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;

}










@media screen and (max-device-width: 960px){
#header {
    position: relative;
}

.proj-single-wrapper, .press-top-plate, .project-wrapper, #homepage-image, .about-single-wrapper {
    padding-top: 10px;
	
}

.proj-single-text {
	font-size:11px;
	
	}

.press-single-wrapper {
	clear:both;	
	}
.controls {
	top:-26px;
	
	}	
	
#homepage-image{
    padding-top: 1px;
	width:653px;
	height:525px;
}		
	html body div.main-content div#homepage-image a img {
		width:653px;
	height:525px;
		
		}

}



/* Oliver Templeton Additons */

#contact-image{
    margin-left: auto;
	margin-right:auto;
	width:782px;
    padding-top: 150px;
}
#contact-image img{
    text-align: left;
	width:782px;
}


#contact-image {
    padding-top: 150px;
	
}
	
#contact-image{
    padding-top: 150px;
	width:653px;
}		
	html body div.main-content div#contact-image a img {
		width:653px;
		
		}

}


