@charset "UTF-8";
/* CSS Document 

Theme Name: Lilikoi Design+Letterpress
Designer: Andria Ledon
Coded by: Branded Legion


Colors:

Menu Text (Light Gray): #999999
Border Color (Lighter Gray: #CCCCCC
Purple Text: #544A56
Green Text: #B3C500



*/



/*---- CSS RESET----*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
pre, a, code, del, em, font, img, small, strike, strong, dl, dt, 
dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, 
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	
body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}
	

/*---- GENERAL STYLES ----*/

body {
	background: white url(images/bg-branch.png) 0 460px no-repeat;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	line-height: 16px;
	}
	
p {
	font-size: 12px;
	color: #544A56;
	}
	
p.post_info {
	font-size: 11px;
	color: #797979;
	}	
	
a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}


/*---- THEME STYLES ----*/
#container {
	width: 1117px;
	margin: 35px auto;
	text-align: left;
	position: relative;
	}

	
/*---- LEFT COLUMN ----*/	
#left-column {
	width: 275px;
	text-align: center;
	float: left;
	}
	
h1.lilikoi-logo {
	margin: 0 auto;
	width: 220px;
	height: 110px;
	background: url(images/lilikoi-logo.png) no-repeat;
	}
	
h1.lilikoi-logo a {
	display: block;
	width: 220px;
	height: 110px;
	text-indent: -9999px;
	}

	
/*---- NAV ----*/

ul.nav {
	margin: 30px auto;
	width: 125px;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
	}
	
.subpage ul.nav {
	border-bottom: none;
	width: 225px;
	}	
	
ul.nav li {
	margin-bottom: 20px;
	}
	
ul.nav li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	}
			
.subpage ul.nav li ul {
	margin: 0px auto;
	margin-bottom: 0px;
	}

.subpage ul.nav li ul li {
	margin-bottom: 0px;
	}
	
.subpage ul.nav li ul li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	}

ul.nav li a:hover, .subpage ul.nav li ul li a:hover, .subpage ul.nav li ul li a.active, .subpage ul.nav li a.active {
	color: #B3C500;
	}

p.featured {
	font-weight: bold;
	color: #544A56;
	}
	
p.featured img {
	margin-top: 15px;
	}	
	
	
/*---- RIGHT COLUMN ----*/
#right-column {
	width: 842px;
	text-align: left;
	float: right;
	position: relative;
	}
	
#right-column #main-image {
	width: 828px;
	padding: 6px;
	border: 1px solid #CCCCCC;
	background-color: white;
	}
	
#textpage #right-column #main-image {
	overflow: auto;
	}
	
#body-copy {
	float: left;
	margin: 6px auto;
	width: 648px;
	min-height: 152px;
	background: url(images/bg-tan-trans.png) repeat;
	}
	
#separator {
	margin-left: 19px;
	margin-right: 19px;
	padding-top: 15px;
	margin-top: 25px;
	border-top: 1px dotted #797979;
}
	
#textpage #body-copy {
	min-height: 800px;
}

#body-copy a {
	text-decoration: underline;
}

#body-copy .alignleft {
	float: left;
	width: 150px;
	margin-top: 25px;
}

#body-copy .alignright {
	float: right;
	width: 150px;
	margin-top: 25px;
}

#body-copy a {
	color: #544A56;
}
	
#gallerypage #body-copy {
	width: 468px;
	}
	
#shoppage #body-copy {
	width: 842px;
	}
	
#textpage #body-copy {
	width: 498px;
	margin: 0;
	}
	
#textpage #body-copy h2 {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 15px;
	color: #544A56;
	padding: 19px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	}
	
#body-copy p {
	padding: 19px;
	}
	
#body-copy img {
	padding: 19px 0 19px 0;
}
	
#textpage #body-copy p {
	padding: 8px 19px 8px 19px;
	}
	
.subpage #body-copy ul {
	margin: 0;
	padding: 8px 19px 8px 35px;
	list-style: circle;
	}
	
.subpage #body-copy ul li {
	padding: 0px 19px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #544A56;
	list-style-type: circle;
	}
	
	
#textpage #body-copy p.meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
	margin: 0;
	padding: 0;
	padding-left: 19px;
	}
	
#sidebar {
	width: 330px;
	float: right;
	}
	
#sidebar h3 {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 15px;
	color: #544A56;
	padding: 15px 8px 0 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	}
	
#sidebar p {
	padding: 4px 0px 15px 8px;
	}
	
#sidebar ul {
	padding: 4px 0px 15px 8px;
	}
	
#sidebar ul li {
	position: relative;
	list-style: none;
	list-style-type: none;
	font-size: 12px;
	margin-left: 15px;
	}
	
#sidebar ul.icon-list li {
	float: left;
	margin: 0 8px 4px 0;
	margin-left: 0px;
	}
	


#sidebar ul li a {	
	color: #544A56;
}
	
#thumbs {
	float: right;
	margin: 6px auto;
	width: 186px;
	padding: 0px 0 3px 3px;
	border: 1px solid #CCCCCC;
	position: relative;
	}
	
#gallerypage #thumbs {
	width: 366px;
	}

#thumbs ul.gallery li {
	float: left;
	width: 180px;
	height: 46px;
	margin: 0;
	margin: 3px 3px 0 0px;
	}		
	
p.footer, p.footer a {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B3C500;
	width: 842px;
	margin-bottom: 15px;
	}

input.gform_button {
	margin-left: 30px;
}

#body-copy div#gforms_confirmation_message, #body-copy div.gform_confirmation_message_1	{
	font-size: 12px;
}


.galleria{list-style:none;width:183px}
#gallerypage .galleria{list-style:none;width:366px}
.galleria li{/*display:block;*/width: 180px;height:46px;overflow:hidden;float:left;margin:0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */


			
