@font-face {
	font-family: 'TrajanProBold';
	src: url('../fonts/TrajanPro-Bold.eot');
	src: local('Trajan Pro Bold'), local('TrajanPro-Bold'), url('../fonts/TrajanPro-Bold.woff') format('woff'), url('../fonts/TrajanPro-Bold.otf') format('opentype'), url('../fonts/TrajanPro-Bold.svg#TrajanPro-Bold') format('svg');
}

body {
	text-align: center;
	background: #000 url(../images/16_col.png) center top repeat-y;
	background: #000;
	color: #d7d7d7;
	z-index: 1;
}

p	{
	line-height: 1.2em;
}

a	{
	color: #818181;
	text-decoration: none;
}

a:active, a:hover, a:link, a:visited, a:focus	{
	outline: none;
}

blockquote	{
	margin: 2em;
}



input, textarea	{
	margin: 2px;
	padding: 3px;
	background: #bcbcbc;
	color: #000;
	border: solid 1px #818181;
	font-size: 10pt;
}

.button, input[type=button], input[type=submit], input[type=reset], button	{
	padding: 5px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	color:#d7d7d7;
	border: solid 1px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #d1a248 url(../images/button-back.jpg) top left repeat-x;
	font-family: "TrajanProBold" !important;
	text-shadow: 1px 1px 3px #000;
	-moz-text-shadow: 1px 1px 3px #000;
	-webkit-text-shadow: 1px 1px 3px #000;
	box-shadow: 1px 2px 3px #000000;
	-moz-box-shadow: 1px 2px 3px #000000;
	-webkit-box-shadow: 1px 2px 3px #000000;
}

.button, select	{
	padding: 5px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	color:#d7d7d7;
	border: solid 1px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #d1a248 url(../images/button-back.jpg) bottom left repeat-x;
	font-family: "TrajanProBold";
	text-shadow: 1px 1px 3px #000;
	-moz-text-shadow: 1px 1px 3px #000;
	-webkit-text-shadow: 1px 1px 3px #000;
	box-shadow: 1px 2px 3px #000000;
	-moz-box-shadow: 1px 2px 3px #000000;
	-webkit-box-shadow: 1px 2px 3px #000000;
}

option	{
	background: #000;
}

h1,h2,h3,h4,h5,h6	{
	font-variant: small-caps;
	font-family: "TrajanProBold";
}

.trajan	{
	font-variant: small-caps;
	font-family: "TrajanProBold";
}

.cufon-canvas	{
	overflow: hidden;
}

.gold	{
	color: #c93;
}

.gray	{
	color: #818181;
}

.silver	{
	color: #d7d7d7;
}

.align-left	{
	text-align: left;
}

.align-right	{
	text-align: right;
}

.align-center	{
	text-align: center;
}

.align-justify	{
	text-align: justify;
}

.float-left	{
	float: left;
}

.float-right	{
	float: right;
}

.clear-left	{
	clear: left;
}

.clear-right	{
	clear: right;
}

.indent	{
	margin-left: 2em;
}

ul.diamond	{
	list-style: url(../images/list-diamond.gif); 
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 1em 1em 1em 0;
}

.alignright {
   float: right;
   margin: 1em 0 1em 1em;
}


#wrapper	{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header	{
	margin-bottom: 20px;
	position: relative;
}

#logo	{
	text-indent: -9999px;
	height: 90px;
	background: url(../images/ghw-logo.jpg) left top no-repeat;
	margin-top: 20px;
	position: relative;
}

#logo a	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 161px;
	height: 90px;
}

#shoppingCartDiv	{
	position: absolute;
	top: 20px;;
	right: 0;
	z-index: 3;
}

#headerNav	{
	margin-top: 60px;
}

ul#headerMainNav, ul.headerSubNav	{
	list-style: none;
	text-align: justify;
	margin: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	clear: both;
}

ul#headerMainNav li, ul.headerSubNav li	{
	display: inline;
	margin: 0;
	margin-bottom: 5px;
	float: left;
}
ul#headerMainNav li a	{
	font-size: 17px;
	line-height: 17px;
	padding-bottom: 7px;
	font-weight: bold;
	overflow: hidden;
	display: inline-block;
}

ul#headerMainNav li a:hover	{
	color: #d7d7d7;
	background: url(../images/nav-underline.jpg) right bottom no-repeat;
}

ul#headerMainNav li span.divider	{
	font-size: 15px;
	line-height: 15px;
	margin: 3px;
	padding-bottom: 7px;
	overflow: hidden;
	display: inline-block;
}

ul.headerSubNav li a	{
	font-size: 14px;
}

ul.headerSubNav li a:hover	{
	color: #c93;
}

ul.headerSubNav li span.divider	{
	margin: 0 1px;
}

#content p	{
	overflow: hidden;
}

.post	{
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(../images/hr-696.jpg) center bottom no-repeat;
}

.post:last-child	{
	background: none;
}

.postTitle	{
	margin-bottom: 0;
	line-height: 1em;
}

.postDate	{
	display: block;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.2em;
}

.pageContent	{
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}

.testimonial	{
	position: relative;
	overflow: hidden;
}

.testimonialInfo	{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
}

.testimonialQuote	{
}

.blogSidebar h3	{
	text-align: center;
}

.blogSidebarHeader	{
	margin-bottom: 30px;
}

.blogSidebarHeader p	{
	font-size: 9pt;
}

.blogSidebarWidget	{
	margin-bottom: 20px;
}

.blogSidebarWidget ul	{
	list-style: none;
}

.blogSidebarWidget ul li	{
	margin-left: 0;
}

.event	{
	margin-bottom: 10px;
}

ul.form	{
	list-style: none;
	font-size: 8pt;
}

ul.form li	{
	overflow: hidden;
}

ul.form li label	{
	clear: both;
}
ul.form li input,
ul.form li textarea	{
	font-size: 9pt;
	float: left;
}
ul.form li span.reqtxt	{
	float: left;
}
ul.form li span.wpcf7-not-valid-tip-no-ajax	{
	color: #c93 !important;
	clear: both;
	font-size: 8pt;
}
div.wpcf7-response-output	{
	font-size: 8pt !important;
	padding: 1em !important;
}
div.wpcf7-mail-sent-ok	{
	border: solid 1px #818181 !important;
}
div.wpcf7-validation-errors	{
	border: solid 1px #c93 !important;
}
.wpcf7-form-control-wrap	{
	position: static !important;
}

#footer	{
	margin-top: 100px;
	margin-bottom: 30px;
}

.mp-loading { filter: Alpha(Opacity=0); } 

.bottomNavItem h4	{
	margin: 0;
	line-height: 1em;
}

#footerBottom	{
	padding-top: 10px;
	border-top: solid 2px #5f5f5f;
	font-size: 13px;
	position: relative;
	margin-bottom: 50px;
}

#footerBottom a.studiodbc	{
	display: inline-block;
	width: 127px;
	height: 22px;
	background: url(../images/studiodbc.jpg) left top no-repeat;
	text-indent: -9999px;
}

#footerBottom ul.socialMedia	{
	width: 150px;
	/*position: absolute;
	top: 10px;
	right: 0;*/
	float: right;
}

#footerBottom ul.socialMedia li	{
	display: inline;
	margin: 0;
	padding: 0;
}


/* Custom */

#blogSidebar li {
	margin-bottom: 5px;
}

#blogSidebar li a:hover {
	color: white;
}

