/* ----------------------------------------------------------------------
Style Sheet for .com
author: GeoNeo // Nice and Easy
email: mail@offsetmedia.co.uk
website: http://offsetmedia.co.uk | http://illustratorslounge.com

------------------------------------------------------------------------*/



/*----------------<body>------------------*/

body { 
    margin:0; 
    padding:0; 
    background:#0b1707 url(images/bk-grnd.gif) no-repeat top center;
    font:13px  "Adobe Caslon Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0.1em;
	color: #d7cd89;
}
#god { 
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px 20px 0px;
}

#jesus{
	width: 795px;
}
.quote{
	text-align: right;
	font-style: italic;
	font-size: 18px;
	line-height: 16px;
	color: #899985;
}
.quote1{margin-right: 35px;}
.quote2{margin-right: 5px; font: normal 12px "Adobe Caslon Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;;}
/*----------------<nav>------------------*/

#nav {
	float: left;
	width: 795px;
	margin-top: 20px;
	padding: 10px 0px 5px;
	font-size: 14px;
	text-transform: uppercase;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	border-color: #484e2e;
}
#nav li{
	float: left;
	margin-right: 20px;
}

/*----------------<content>------------------*/
#shoulders{
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px dotted;
	border-color: #484e2e;
}
#content{
	float: left;
	width: 795px;
	padding: 40px 0px;
	
	border-bottom: 1px dotted;
	border-color: #484e2e;
}
.home-img{
	margin-left: 40px;
}
.bio{
	width: 520px
}

/*----------------<contact>------------------*/

#contact-form{
 	font-size: 18px;
}
.l{
    float: left;
	width: 300px;
}
.r{
	float: left;
	width: 300px;
	margin-left: 50px;
	font-size: 14px;
}
.in{
	width: 298px; 
	font:14px "Adobe Caslon Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: transparent;
    border: 1px solid #484e2e;
	color: #d7cd89;
}
.error {
    display:none;
	color: #d7cd89;
	font-size: 14px;
}
#contact-form textarea {
    height: 145px;
    padding: 2px;
}
#name, #email {
    height: 16px;
    padding: 2px;
}

/*----------------<footer>------------------*/

#foot{
	width: 100%;
	padding: 20px 0px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #484e2e;
}
.foot-img{margin-right: 20px;}
#foot p{margin-top: 19px;}
#foot a{color: #484e2e;}
#foot a:hover{text-decoration: underline;}

/*----------------<Resets>------------------*/


h1, h2, h3, h4, h5, h6, p, ul, li { margin:0; padding:0; }
h1 {font-size:25px; color: #fff; margin-bottom: 5px;}
.pad-dwn {margin-top: 10px;}
.pad-dwn li{font-size: 11px}

#gal-links{float: left; margin-bottom: 10px; font-size: 20px; color: #d7cd89;}
a:hover.gal-link-active{color: #d7cd89;}
a.gal-link-active{color: #484e2e;}

ul { list-style:none; }

a{text-decoration: none; color: #d7cd89;}
a:hover{color: #484e2e;}
a img { border:none;}

.white {color: #fff;}
.noline{ border: 0px;}
.clear { 
    clear:both; 
    height:0; 
}

