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, img, ins, kbd, q, s, samp,
small, strike, 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-left: 0;
	border-right: 0;
	border-top: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
body {
	color: #000000;
	font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1em;
}
img {
	max-width: 100%;
}
#site-wrapper{
	width:100%;
	float:left;
}

/*-------------BANNER STYLES--------------------*/
#banner{
	width: 100%;
	float: left;
}
#topper{
	background: url("../images/template/topper.png") no-repeat top;
	height: 20px;
}
#charles-james-custom-homes{
	float: none;
	margin: 16px auto 0 auto;
	display: block;
	z-index: 101;
}
#navigation-container{
	position: relative;
	z-index: 1000;
	width: 100%;
	clear: both;
	float: left;
}
#menu{
	color:#978b86;
	text-decoration: none;
	font-size: 1.3em;
	background:url("../images/template/menu.png") no-repeat;
	background-position: top left;
	padding: 0 0 0 40px;
	margin-left: 4%;
	display: none;
	height: 24px;
	margin-top: 20px;
}
#main-navigation {
	width: 100%;
	text-align: center;
}
#main-navigation li{
	display: inline-block;
	margin: 10px 4%;
}
#main-navigation a{
	color:#978b86;
	text-decoration: none;
	display: block;
	margin: 0;
	font-size: 1.1em;
	white-space: nowrap;
	
}
#main-navigation a:hover{
	color:#433635;
}


/*-------------CONTENT STYLES--------------------*/
h1{
	background: url("../images/template/page-title-background.png"), url("../images/template/page-title-background-repeat.png");
	background-repeat: no-repeat, repeat-x;
	background-position: right top, left top;
	padding: 40px 4% 0 0;
	height: 59px;
	width: 96%;
	font-weight: normal;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 2.3em;
	font-style: italic;
	text-align: right;
	clear: both;
}
h2{
	font-weight: normal;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 10px;
	
}
section{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
#content-wrapper{
	width: 90%;
	margin: 0 auto;
	padding: 50px 5%;
	min-height: 300px;
	float: left;
	line-height: 1.4em;
}
#content-wrapper a{
	color:#433635;
}
.col50{
	width: 48%;
}
.col60{
	width: 58%;
}
.col40{
	width: 38%;
}
.left-col{
	float: left;
}
.right-col{
	float: right;
}



/*-------------FOOTER STYLES--------------------*/
#footer{
	width: 94%;
	padding: 0 3%;
	float: left;
	background: url("../images/template/footer-background.png") repeat-x left top;
	background-color: #433635;
	color:#ffffff;
	position: relative;
	z-index: 10;
	font-size: 0.8em;
}
#footer a{
	color:#ffffff;
}
#products{
	width: 80%;
	float: left;
	padding: 26px 0;
	text-align: center;
}
#products img{
	margin: 10px 4%;
}
#copyright{
	float: right;
	width: 20%;
	text-align: right;
	padding: 30px 0;
}





/*-------------HOME CONTENT STYLES--------------------*/
#home-content-wrapper{
	width: 100%;
	float: left;
	background-color: #978b86;
	background-image: url("../images/home/main-image-background.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	border: 0px solid red;
	margin-top: -30px;
}
#home-content-wrapper a{
	color:#433635;
}
#home-main-house{
	display: none;
}
#home-copy{
	width: 36%;
	padding: 10% 3% 0 3%;
	position: relative;
	z-index: 5;
	bottom: 0;
	border: 0px solid red;
}
#home-copy #intro{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1.7em;
	font-style: italic;
}

@media (max-width:1000px){
	#charles-james-custom-homes{
		width: 400px;
	}

}
@media (max-width:885px){
	#home-main-house{
		display: block;
		width: 100%;
		height: auto;
	}
	#home-content-wrapper{
		background: url("../images/home/motif.jpg");
		background-repeat: no-repeat;
		background-size:100% auto;
		background-color: #968b87;
		height: auto;
		margin-top: 0;
		padding-top: 0;
	}
	#home-copy{
		width: 94%;
		margin-top: 0;
		padding: 105px 3% 0 3%;
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-size: 1.7em;
		font-style: italic;
		position: relative;
		z-index: 5;
	}
	#products, #copyright{
		float: none;
		width: 100%;
		text-align: center;
	}
}
@media (max-width:844px){
	#charles-james-custom-homes{
		width: 90%;
		max-width: 511px;
	}
	#navigation-container{
		position: relative;
	}
	#main-navigation {
		display: none;
		background-color:rgba(67,54,33,0.8);
		width: 100%;
		float: left;
		position: absolute;
		z-index: 120 !important;
		top:40px;
	}
	#main-navigation li, #main-navigation .right-nav{
		float: none;
		display: block;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	#main-navigation a{
		float: none;
		background-color:rgba(67,54,33,0.8);
		margin: 0;
		padding: 10px 4%;
		
		color:#ffffff;
	}
	#main-navigation a:hover{
		color:#978b86;
	}
	#menu{
		display: block;
	}
}
@media (max-width:500px){
	.col50, .col40, .col60{
		width: 100%;
	}
	.right-col, .left-col{
		float: none;
	}
}