body{
font-family: 'Lora', serif;
font-size:16px;
text-align: justify;
color:#FFFFFF;
background: #000000;
margin: 0;
}

p{text-align:justify; color:#FFFFFF; font-weight: 400;  line-height: 25px;}

p.closure { font-family: Georgia, serif; font-size: 1.5em; font-style: italic; text-align: left; line-height: 1.2em !important;}
p.intro {
	font-size: 1.3em;
	line-height: 30px;
}

a:link { 
	text-decoration: none; 
	color: #cc6633; 
	-webkit-transition: ease-in-out .4s;
    -moz-transition: ease-in-out .4s;
    -o-transition: ease-in-out .4s;
    transition:  ease-in-out .4s;
    }

a:visited {color: #cc6633; text-decoration: none;}

a:hover {
	text-decoration: none; 
	color: #f0a248;
	text-decoration: underline;
	}

a:active {text-decoration: none;}

/* INDEX PAGE V2.0
=============================================================*/
#pageWrap {
	width: 820px;
	margin: 0px auto;
}
#header { position: relative;}
#header img {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	z-index: 0;
}
#header h1.page-title {
	position: absolute;
	font-size: 50px;
	z-index: 20;
	top: 65px;
	left: 20px;
	text-shadow: 0 0 6px #000;
}
#header span.name {
	position: absolute;
	top: 135px;
	z-index: 20;
	left: 25px;
	color: #CFA371;
	font-style: italic;
	font-size: 1.5em;
}
.grid_1 {
	width: 33.3333333%;
	float: left;
}
.grid_2 {
	width:45%;
	float: left;
	margin-right: 5%;
}
.grid_3 {
	width: 75%;
	float: left;
}
.grid_3 img.pots {
	width: 100%;
	height: auto;
	display: block
}

.aside {
	width: 21%;
	float: right;
	margin-top: 44px;
	margin-right: 0px;
	font-size: 13px;
}
.aside h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 5px;
	text-align: center;
	color: #CFA371;
	margin-top: 60px;
}
.aside p {
	line-height: 20px;
/* 	opacity: .75; */
	color: #c59d9c;
}
.aside .btn {
	display: block;
	background: #7f2826;
	padding: 8px;
	text-align: center;
	color: #CFA371;
	text-decoration: none;
	-webkit-transition: ease-in-out .4s;
    -moz-transition: ease-in-out .4s;
    -o-transition: ease-in-out .4s;
    transition:  ease-in-out .4s;
}
.aside .btn:hover {
	background: #f0a248;
	color: #6b211f;
}
a.social { 
	background: url(../images/facebook.png) top right no-repeat;
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	opacity: .75;
 	text-indent: -9999px;
	margin: 10px 0;
	color: #fff;
	display: block;
	position: absolute;
	top: 20px;
	right: 75px;
	
	 cursor: pointer;

}
a.social:hover { 
 opacity: 1;
}


.no-margin { margin: 0;}
.colLeft {
	width: 201px;
	float: left;
	background: url(../index/pot_bkgd.jpg) top left;
}
.main {
	width: 100%;
	float: left;
	background: #411413;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.main p {
/* 	color: #dfc4c4; */
}
.main ul li {
	margin-bottom: 10px;
}
.pot {
	width: 100%;
	height: auto !important;
}
.main.links {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

.indextitle {
	margin: 0;
	font-size: 10px;
	color: #000;
}
	
#footer {
	width: 820px;
	margin: 20px auto;
	font-size: 12px;
	text-align: center;
	position: relative;
 }
#footer p {
 	text-align: center;
	margin: 20px 0;
}
#footer img {
	display: block;
}
.footer-name {
	position: absolute;
	right:20px;
	top: 30px;
	text-align: right;
}
#footer .footer-name h2,
#footer .footer-name p {
	margin: 0;
	font-size: 2em;
}
#footer .footer-name p {
	font-size: 1.6em;
	font-style: italic;
	color: #CFA371;
}
.clear { clear: both;}



#in_gal{
width: 607px;
height: 441px;
margin: 0px auto;
}

#gallery{
width: 607px;
height: 441px;
 
}

/* TYPOGRAPHY 

=========================================================================== */

h1{
color: #fff;
font-size: 36px; 
margin-top: 8px;
margin-bottom: 0px;
}

h2 {
	
}

h3 {
	font-weight: 400;
	color: #CFA371;
	text-transform: none;
}
h3.subheading {
	margin-top: 5px;
}
h4 {
	font-weight: 400;
	font-size: 18px;
}
h5 {
	text-transform: uppercase;
	color: #CFA371;
	letter-spacing: 2px;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 4px;
}


.sitemap {
	font-size: 14px;
	font-style: italic;
	margin: 5px 0;
	float: left;
	position: absolute;
	
}

#nav						{ display: block; margin: 15px auto; padding: 0; position: relative; z-index: 1000; text-align: center;}
#nav li 					{ display: inline; list-style: none; margin: 0; padding: 0; position: relative; }
#nav li a,
#nav li a:visited			{ color: #fff; text-decoration: none; padding: 20px 12px; font-size: 16px; }
#nav li a:hover				{ color: #CFA371;}
#nav li ul					{ background: #000;  position:absolute; display:none; width:184px; top:15px; left:-1px; padding:7px 0 0 0; }
#nav li ul li a,
#nav li ul li a:visited		{ display: block;  background: #000; padding: 8px; border-bottom: 1px #444 solid;}
#nav li ul li a:hover		{ background: #CFA371 !important; color: #000 !important;}


.upper {
	display: block; 
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	height: 30px;
	} 



