@font-face {
	font-family: 'AubreyRegular';
	src: url('AUBREY1__.eot');
	src: local('Aubrey Regular'), local('Aubrey'), url('AUBREY1__.woff') format('woff'), url('AUBREY1__.ttf') format('truetype'), url('AUBREY1__.svg#Aubrey') format('svg');
}
/********************
elements
********************/
body{
	background: #faf7f0 url(images/bg_body_c.jpg) repeat 0 0;
	color: #4a2400;
	font-size: 16px;
}
div{position:relative;}
a{
	color: #4d818f;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
a:hover{
	color: #7bb8c8;
}
/********************
top of the world
********************/
#header{
	padding: 5px 0 10px 0;
	text-align: center;	
}
#topNav, #topNav li{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	z-index: 1;
}
#topNav{
	background: url(images/bg_topNav.png) no-repeat 0 0;
	height: 63px;
	width: 100%;
}
#topNav li{
	float: left;
	font-size: 22px;
	height: 63px;
	margin: 0;
	text-align: center;
	width: 192px;
}
#topNav li a{	
	display: block;
	height: 63px;
	width: 152px;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
#topNav li a:hover{
	color: #4a2400;
	text-shadow: 0 1px 1px rgba(33,17,0,0.7);
	-moz-text-shadow: 0 1px 1px rgba(33,17,0,0.7);
	-webkit-text-shadow: 0 1px 1px rgba(33,17,0,0.7);
}
#topNav li a div{
	background-position: center top;
	height: 32px;
	margin: 0 60px 5px 60px;
	width: 32px
}
#topNav li a:hover div{
	background-position: center bottom;
}
#lnkHome{background-image: url(images/lnkHome.png);}
#lnkPort{background-image: url(images/lnkPort.png);}
#lnkContact{background-image: url(images/lnkContact.png);}
#lnkBlog{background-image: url(images/lnkBlog.png);}
#lnkProofing{background-image: url(images/lnkProofing.png);}
/********************
middle of the road
********************/
#content_inner_wrapper{
	padding: 10px 0;	
}
#homeTitle{
	font-size: 22px;
	margin-bottom: 10px;
	text-shadow: 0 4px 2px rgba(33,17,0,0.3);
	-moz-text-shadow: 0 4px 2px rgba(33,17,0,0.3);
	-webkit-text-shadow: 0 4px 2px rgba(33,17,0,0.3);
}
#homePix{
	border: 4px solid #4a2400;
	box-shadow: 4px 6px 4px rgba(33,17,0,0.5);
	-moz-box-shadow: 4px 6px 4px rgba(33,17,0,0.5);
	-webkit-box-shadow: 4px 6px 4px rgba(33,17,0,0.5);
	height: 367px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
#homePix img{
	height: 367px;
	left: 0;
	position: absolute;
	top: 0;
	width: 550px;
}
#portHome, #portHome li{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#portHome h3{
	margin: 0 0 10px 0;
	text-shadow: 0 2px 1px rgba(23,58,67,0.3);
	-moz-text-shadow: 0 2px 1px rgba(23,58,67,0.3);
	-webkit-text-shadow: 0 2px 1px rgba(23,58,67,0.3);
}
#portHome h3 a{
	color: #4d818f;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
#portHome h3 a:hover{
	color: #7bb8c8;
}
#portNav h4{
	text-shadow: 0 2px 1px rgba(23,58,67,0.3);
	-moz-text-shadow: 0 2px 1px rgba(23,58,67,0.3);
	-webkit-text-shadow: 0 2px 1px rgba(23,58,67,0.3);
}
#portHome li{
	border: none;
	float: left;
	padding: 10px 0;
	width: 320px;
}
.portPrev img{
	box-shadow: 4px 6px 4px rgba(33,17,0,0.3);
	-moz-box-shadow: 4px 6px 4px rgba(33,17,0,0.3);
	-webkit-box-shadow: 4px 6px 4px rgba(33,17,0,0.3);
}
#portArea{
	margin-bottom: 30px;	
}
#portArea h3{
	text-shadow: 0 2px 1px rgba(33,17,0,0.3);
	-moz-text-shadow: 0 2px 1px rgba(33,17,0,0.3);
	-webkit-text-shadow: 0 2px 1px rgba(33,17,0,0.3);
}
#portArea a{
	display: block;
	float: left;
	margin: 0 12px 25px 0;
	text-align: center;
	width: 220px;
}
#portArea a img{
	box-shadow: 4px 6px 4px rgba(33,17,0,0.3);
	-moz-box-shadow: 4px 6px 4px rgba(33,17,0,0.3);
	-webkit-box-shadow: 4px 6px 4px rgba(33,17,0,0.3);
}
a.showFull img{
	border: 3px solid #4a2400;
	-moz-box-shadow: 4px 6px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 4px 6px 6px rgba(0,0,0,0.4);
	box-shadow: 4px 6px 6px rgba(0,0,0,0.4);	
}
#contactErrors{
	list-style-type: disc;
	margin-left: 130px;
}
#contactErrors li{
	margin-left: 20px;
}
#cForm label, #login label{
	display: block;
	float: left;
	margin-right: 5px;
	text-align: right;
	width: 120px;
}
#cForm br, #login br{clear: both;}
#cForm input[type=text], #cForm textarea, #cSubmit, #login input[type=text], #login input[type=password], #loginBtn{
	background: #e9e5db;
	background: rgba(233,229,219,0.8);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: none;
	color: #4a2400;
	float: left;
	line-height: 1em;
	margin-bottom: 15px;
	padding: 6px 4px;
	width: 240px;
}
#cForm textarea{
	width: 360px;	
}
#cForm input[type=text]:focus, #cForm textarea:focus, #login input[type=text]:focus, #login input[type=password]:focus{
	box-shadow: 2px 4px 2px rgba(33,17,0,0.3);
	-moz-box-shadow: 2px 4px 2px rgba(33,17,0,0.3);
	-webkit-box-shadow: 2px 4px 2px rgba(33,17,0,0.3);
}
#cSubmit, #loginBtn{
	background: #4a2400;
	background: rgba(74,36,0,0.8);
	border: 1px solid #4a24900;
	box-shadow: 1px 1px 1px rgba(33,17,0,0.7);
	-moz-box-shadow: 1px 1px 1px rgba(33,17,0,0.7);
	-webkit-box-shadow: 1px 1px 1px rgba(33,17,0,0.7);
	color: #e9e5db;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	width: 80px;
}
#cSubmit:focus, #loginBtn:focus{
	border: 1px solid #211100;
}
/********************
bottom of the barrel
********************/
#footer_wrapper{
	background: url(images/bg_footer.png) repeat 0 0;
	background: rgba(23,58,67,0.5);
	color: #173a43;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-moz-text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
#footer_wrapper a{
	color: #173a43;
}
#footer_wrapper a:hover{
	color: #04191f;
}
#footer_inner_wrapper{
	padding: 15px 0 0;
}
#blogHead{
	margin-bottom: 2px;	
}
#blogPost h4{
	font-weight: normal;
	margin: 0 0 0 5px;	
}
.quoteAuth{
	font-size: 16px;
	font-style: italic;
	padding-left: 20px;
}
#footBlurb{
	clear: both;
	font-size: 12px;
	padding: 20px 0 0;
	text-align: center;
}
/********************
all over
********************/
.aubrey{
	font-family: 'AubreyRegular', 'Trebuchet Ms', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.reqd, .error{color:#bf1402;}
.small{font-size: 80%;}
.large{font-size: 120%;}
.textCenter{text-align:center}