/*
Theme Name: Stacy Larsen
Author: Luxecetera
Author URL: http://luxecetera.com/
*/

@import url("css/reset.css");
@import url("css/jscrollpane.css");

html, body { margin:0; padding:0; width:100%; height:100%; min-height:100%; }

.clear { clear:both; }
.left { float:left; }
.right { float:right; }
img.alignleft { float:left; margin-right:10px; }
img.alignright { float:right; margin-left:10px; }
img.aligncenter { display:block; margin:0 auto; }
.xhide { display:none; }

body {
	background:#fff;
	/* fonts */
	font-family:Times, "Times New Roman", serif;
	color:#401e17;
	font-size:12px;
	line-height:1.5em;
}

body a {
	color:#401e17;
	text-decoration:none;
}

body a:hover {
	color:#8bbb3f;
}

body a img {
	border:none;
}

#wrap {
	position:relative;
	width:1180px !important;
	min-height:800px !important;
	margin:0 auto; padding:0;
	background:#fff url(images/bg.jpg) repeat-y top center;
}

#rightpad {
	position:relative;
	float:right;
	width:356px; min-height:700px;
}

#right {
	position:fixed;
	top:100px; left:50%;
	width:356px; min-height:800px;
	margin-left:190px;
}

#right .right-wrap {
	position:relative;
	height:100%;
	min-height:700px;
	overflow:hidden;
}

#right .blurb {
	margin:25px 0;
	font-style:italic;
}

#right .blurb h1 {
	font-weight:normal;
}

#nav {
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav .nav-menu {
	position:relative;
	width:150px;
	margin-right:15px;
}

#nav .nav-menu ul {
	margin:0; padding:0;
}

#nav .nav-menu ul li {
	margin-bottom:15px;
}

#nav .nav-menu ul li a {
	text-transform:uppercase;
	font-size:13px;
}

#nav .nav-menu ul>li>a:hover {
	color:#401e17;
}

#nav .nav-menu ul li.current_page_item li a {
	color:#401e17;
}

/* disable green hover on main nav links */
#nav .nav-menu ul.menu>li.current_page_item>a {
	color:#401e17;
}

#nav ul.menu>li>a:hover {
	color:#401e17;
}

#nav .nav-menu:first-child ul.menu>li:first-child>a:hover {
	color:#8bbb3f;
}

#nav .nav-menu ul li ul.sub-menu li {
	margin-bottom:0;
}

#nav .nav-menu ul li ul.sub-menu a {
	text-transform:lowercase;
	font-size:12px;
	font-style:italic;
}

#nav .nav-menu ul li ul.sub-menu a:hover, #nav .nav-menu ul li ul.sub-menu li.current_page_item a {
	color:#8bbb3f !important;
}

#left {
	position:relative;
	width:725px;
	margin:0 0 0 0;
	padding:100px 0 0 0;
}

#posts .post {
	margin-bottom:40px;
	padding-bottom:100px;
	background:url(images/post-footer.jpg) no-repeat bottom center;
}

#posts .post .post-head {
	display:block;
	padding-bottom:20px;
	overflow:hidden;
	font-size:22px;
}

#posts .post .post-head .post-date {
	position:relative;
	width:150px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#posts .post .post-head .post-title {
	position:relative;
	width:550px;
	color:#89bc3d;
	text-align:right;
	font-size:30px;
}

#posts .post .post-head .post-title a {
	color:#89bc3d;
}

#posts .post .post-content {
	margin-bottom:15px;
}

#posts .post .post-content img {
	max-width:702px;
}

#posts .post .post-content p {
	margin-bottom:15px;	
}

#posts .post .post-actions {
	display:block;
}

#posts .post .post-actions .triggers {
	text-align:center;
	margin-bottom:15px;
}

#posts .post .post-actions .triggers a.trigger {
	margin-left:30px;
	text-transform:uppercase;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#posts .post .post-actions .triggers a.trigger:first-child {
	margin-left:0;
}

#posts .post .post-actions .tabs {
	position:relative;
	display:block;
	height:155px;
	overflow:hidden;
}

#posts .post .post-actions .tabs .comments {
	position:relative;
	height:155px;
	overflow:hidden;
}

#posts .post .post-actions .tabs .comments .xscroll {
	position:relative;
	height:155px;
	overflow:hidden;
}

#posts .post .post-actions .tabs .comments ul {
	margin:0; padding:0;
}

#posts .post .post-actions .tabs .comments li.comment {
	margin:0 0 15px 0; padding:0 15px 20px 0;
	background:url(images/comment-divider.jpg) no-repeat bottom left;
	text-align:justify;
}

#posts .post .post-actions .tabs .comments li.comment a.author {
	color:#89bc3d;
	font-weight:bold;
}

/* success/error msg */
#posts .post .post-actions .tabs .msg {
	position:absolute;
	top:0; left:0;
	width:710px;
	height:155px;
	background:#fff;
	z-index:999;
}

#posts .post .post-actions .tabs .msg h2 {
	font-size:18px;
	margin-bottom:10px;
}

/* page content */
#content {
	display:block;
	height:451px;
}

#content p {
	margin-bottom:15px;
}

#content .cols {
	position:relative;
	display:block;
	overflow:hidden;
}

#content .cols .col1 {
	position:relative;
	width:385px;
}

#content .cols .col2 {
	position:relative;
	width:301px;
}

#content .xscroll {
	position:relative;
	display:block;
	height:400px;
	padding-right:15px;
	overflow:hidden;
}

#content h1.page-title {
	margin-bottom:25px;
	font-size:30px;
	font-weight:normal;
	color:#89bc3d;
}

#content .xcontact {
	margin-top:50px;
}

#content .xcontact .inp {
	padding:10px 0 !important;
	margin-bottom:10px !important;
}

.contact .msg {
	position:absolute;
	top:50px; left:0;
	width:301px;
	height:450px;
	background:#fff;
	z-index:999;
}

.contact .msg h2 {
	font-size:18px;
	margin-bottom:10px;
}

/* galleries */
#home-gallery {
	position:relative;
	display:block;
}

#home-gallery .window {
	position:relative;
	width:711px; height:483px;
	overflow:hidden;
}

#home-gallery .window img {
	position:absolute;
	top:0; left:0;
}

#home-gallery #music-player {
	position:absolute;
	bottom:25px; right:25px;
	z-index:400;
}

#gallery {
	position:relative;
	display:block;
}

#gallery .window {
	position:relative;
	width:662px; height:481px;
	overflow:hidden;
}

#gallery .window ul {
	position:relative;
	margin:0; padding:0;
	width:999em;
}

#gallery .window ul li {
	display:none;
	position:relative;
	float:left;
	width:662px; height:481px;
	margin:0; padding:0;
	background:#fff;
	overflow:hidden;
}

#gallery .thumbs {
	position:relative;
	width:57px;
	overflow:hidden;
}

#gallery .thumbs .track {
	position:relative;
	width:999em; height:419px;
	margin:0; padding:0;
	overflow:hidden;
}

#gallery .thumbs .track .slide {
	position:relative;
	float:left;
	margin:0 10px 0 0; padding:0;
	width:57px; height:419px;
}

#gallery .thumbs .track img {
	width:57px; max-width:57px;
	height:45px; max-height:45px;
	margin-bottom:2px;
	cursor:pointer;
}

#gallery .thumbs .controls {
	display:block;
	margin-top:15px;
	padding-left:10px;
}

#gallery .thumbs .controls .icon {
	position:relative;
	float:left;
	display:block;
	margin:0 3px 5px;
	width:13px; height:13px;
	background:url(images/gal-icons.jpg) no-repeat;
}

#gallery .thumbs .controls #gprev { background-position:-1px -1px; }
#gallery .thumbs .controls #gnext { background-position:-24px -1px; }
#gallery .thumbs .controls .gplay { background-position:-24px -1px; }
#gallery .thumbs .controls .gpause { background-position:-23px -24px; }
#gallery .thumbs .controls #music-player { background-position:500px 500px; }

/* footer */
#footer {
	position:absolute;
	bottom:30px; right:240px;
	/*margin-left:190px;*/
	font-size:10px;
	color:#c3b7ac;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer a {
	color:#c3b7ac;
}

/* forms */
.xform {
	position:relative;
	overflow:hidden;
}

.xform .cols {
	position:relative;
	display:block;
	overflow:hidden;
}

.xform .cols .col {
	position:relative;
	width:48%;
}

.xform .inp {
	position:relative;
	width:100%;
	margin-bottom:8px;
	padding:4px 0;
	text-indent:4px;
	background:#f7f4e7;
	border:none;
	text-transform:uppercase;
	color:#401e17;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.xform textarea {
	height:100%;
}

.xform .btn {
	position:relative;
	background:none;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
	color:#401e17;
	font-size:11px;
	font-weight:bold;
}

#posts .pagi {
	position:relative;
	display:block;
	margin:10px 0 0 0;
	padding-bottom:30px;
	overflow:hidden;
}

#posts .pagi a {
	font-size:13px;
	text-transform:uppercase;
}