/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
	border: 2px solid #666;
}
#main .rf-paragraph {
	margin: 0 0 18px 0;
}
#main .rf-paragraph h2 {
	margin-bottom: 6px;
}
#main div.right {
	margin: 0 0 6px 12px;
    float: right;
}
#main div.left {
	margin: 0 12px 6px 0;
    float: left;
}
#main div.image {
	border: 3px solid #965026;
}

/* styles */
body {
	background: #000;
}
#body {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #fff;	
	background: url(../images/bg.jpg) repeat-y top center;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../images/bg.jpg) repeat-y top center;
}
#header {
	height: 190px;
	position: relative;
	background: url(../images/headerbg.jpg) no-repeat;
}
#logo {
	position: absolute;
	top: 0;
	left: 230px;
	width: 500px;
	height: 95px;
}
ul#nav {
	list-style-type: none;
	padding: 0 40px;
	margin: 0;
	height: 95px;
	position: absolute;
	top: 95px;
	left: 0;
}
ul#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ul#nav li a {
	text-decoration: none;
	height: 95px;
	display: block;
	text-indent: -200%;
	overflow: hidden;
}
ul#nav li#nav-home a {
	width: 122px;
}
ul#nav li#nav-about a {
	width: 167px;
}
ul#nav li#nav-gallery a {
	width: 135px;
}
ul#nav li#nav-blog a {
	width: 155px;
}
ul#nav li#nav-store a {
	width: 125px;
}
ul#nav li#nav-contact a {
	width: 176px;
}


#main_wrap {
	background: url(../images/main_rpt.jpg) repeat-y 0 316px;
}
#main {
	background: url(../images/main_top.jpg) no-repeat;
}
#page_title {
	height: 80px;
	margin-bottom: 12px;
	margin-left: 270px;
}
#body.section-about #page_title {
	background: url(../images/title-about.jpg) no-repeat;
}
#body.section-gallery #page_title {
	background: url(../images/title-gallery.jpg) no-repeat;
}
#body.section-blog #page_title {
	background: url(../images/title-blog.jpg) no-repeat;
}
#body.section-store #page_title {
	background: url(../images/title-store.jpg) no-repeat;
}
#body.section-contact #page_title {
	background: url(../images/title-contact.jpg) no-repeat;
}
#body.section-404_error #page_title {
	background: url(../images/title-404_error.jpg) no-repeat;
}
#content {
	min-height: 400px;
}
#content_int {
	padding: 18px 115px 30px 275px;
}

#main_wrap.with_sidebar #content {
	width: 685px;
	float: left;
}
#main_wrap.with_sidebar #content_int {
	padding-left: 0;
}
#sidebar_wrap {
	width: 255px;
	margin-right: 20px;
	float: left;
	background: url(../images/sidebar-rpt.jpg) repeat-y;
}
#sidebar {
	background: url(../images/sidebar-top.jpg) no-repeat top left;
}
#sidebar .sidebar_img {
    border: 2px solid #F8D49A;
    margin: 0;
    padding: 0;
}
#sidebar ul#subnav {
	list-style-type: none;
	margin: 0;
	padding: 45px 50px;
	min-height: 300px;
	background: url(../images/sidebar-btm.jpg) no-repeat bottom left;
}
#sidebar ul#subnav li {
	margin: 0 0 12px 0;
	padding: 0;
}
#sidebar ul#subnav li a {
	color: #e0b347;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#sidebar ul#subnav li a:hover, #sidebar ul#subnav li a.active {
	color: #fff;
}
#sidebar ul#subnav li ul.subsubnav {
	padding: 0 0 0 20px;
	margin: 6px 0;
	list-style-type: none;
}

#footer_wrap {
	background: url(../images/footerbg.jpg) no-repeat top center #000;
}
#footer {
	font-size: 10px;
	padding: 28px 0 0;
	width: 960px;
	margin: 0 auto;
	background: url(../images/footerbg.jpg) no-repeat top center;
}
#footer_int {
	text-align: right;
	padding: 15px 50px 30px 400px;
	min-height: 100px;
	background: url(../images/footerlogo.jpg) no-repeat top left;
}
#footer a {
	color: #e0b347;
}
#footer a:hover {
	color: #fff;
}
#footer .redundant_nav {
	font-size: 14px;
	color: #fff;
	margin-bottom: 9px;
}
#footer .redundant_nav a {
	text-decoration: none;
}
#footer .copyright {
	margin-bottom: 12px;
}
#friend_karen {
	display: block;
	height: 36px;
	background: url(../images/fb.jpg) no-repeat left center;
	float: right;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 0 8px 60px;
	text-decoration: none;
	color: #fff !important;
}
#friend_karen span {
	color: #e0b347;
	text-decoration: underline;
}
#friend_karen:hover span {
	color: #fff;
}

/* styles */

#main h1 {
}
#main h2 {

}
#main h3 {
	
}
#main a {
	color: #e0b347;
}
#main a:hover {
	color: #fff;
}
#main .date {
	color: #999;
	font-style: italic;
	font-isez: 13px;
}

#main form.site_form {
	margin: 24px 0;
}
#main form.site_form label {
	width: 100px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form.site_form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form.site_form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}
#main form.site_form .form_item {
	margin: 0 0 12px 0;
}


/* gallery */
#gallery .gallery_page {
	width: 166px;
	float: left;
	text-align: center;
	margin: 0 36px 36px 0;
}
#gallery .last_in_row {
	margin-right: 0;
}
#gallery .gallery_page img {
	display: block;
	margin-bottom: 9px;
	background: url(../images/img_border_160.gif) no-repeat;
	padding: 3px;
}
#gallery .gallery_page a {
	color: #e0b347;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#gallery .gallery_page a:hover {
	color: #fff;
}

/* STORE */
.store_item {
    margin: 12px 0;
}
.store_item .item_photo {
    width: 166px;
    float: left;
    text-align: right;
}
.store_item .item_photo img {
    margin-top: 0px;
    border: 3px solid #965026;
}
.store_item .item_info {
    width: 370px;
    padding-left: 24px;
    float: left;
}

/* homepage styles */
#body.section-homepage {
	
}
#body.section-homepage #header {
    height: 200px;
    position: relative;
    padding: 0px;
    margin: 0px;
    background: url(../images/home-headerbg.jpg) no-repeat;
}
#body.section-homepage #main_wrap {
	background: none;
}
#body.section-homepage #main {
	background: none;
}
#body.section-homepage #page_title {
	display: none;
}

#body.section-homepage #content_int {
	padding: 0px;
    margin: 0px;
    background: url(../images/home-contentbg.jpg) no-repeat;
    height: 660px;
    position: relative;
}
#art_link {
    position: absolute;
    top: 120px;
    left: 44px;
    overflow: hidden;
    text-indent: -300px;
    z-index: 10;
}
#art_link a {
    width: 100px;
    height: 120px;
    display: block;
}
#focus {
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 35px;
    left: 260px;
    height: 300px;
    width: 304px;
    overflow: hidden;
    z-index: 5;
}
#focus h2 {
    font-size: 22px;
    font-weight: bold;
}
#focus #text {
    padding-top: 10px;
}
#banner_wrap {
    width: 304px;
    height: 200px;
    padding: 0px 0px 0px 0px;
}
#banner {
    width: 304px;
    height: 200px;
    margin-bottom: 0;
    background-color: #fff;
}
#banner_photos .banner_img {
    width: 300px;
    height: 200px;
    padding: 0px;
    position: absolute;
    border: 2px solid #F8D49A;
}

#home_content {
    position: relative;
    top: -300px;
    overflow: hidden;
}

#home_content #event_wrapper {
    width: 240px;
    height: 300px;
    overflow: hidden;
    position: relative;
    top: 55px;
    left: 660px;
}
#home_content #event_wrapper #event_spacer {
    float: right;
    width: 85px;
    height: 30px;
}
#home_content #event_wrapper h2 {
    font-weight: bold;
    font-size: 18px;
}
#home_content #event_wrapper #events {
    padding-bottom: 10px;
}
#home_content #event_wrapper #events .event {
    padding-bottom: 7px;
}
#home_content #event_wrapper #events .event h3 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 15px;
}
#home_content #event_wrapper #events .event .event-date {
    font-style: italic;
    font-size: 13px;
}

#home_content #newsletter_wrapper {
    width: 240px;
    height: 130px;
    overflow: hidden;
    position: relative;
    top: 85px;
    left: 660px;
}
#home_content #newsletter_wrapper h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
#home_content #newsletter_wrapper p {
    margin-bottom: 5px;
}
#home_content #newsletter_wrapper input {
    background: #fff;
    border: 1px solid #000;
    padding: 5px 7px;
}
#home_content #newsletter_wrapper input.button {
    background: #E0B347;
    border: 1px solid #000;
    padding: 4px 7px;
    font-weight: bold;
    display: block;
    margin-top: 7px;
}

#home_content #blog_wrapper {
    width: 320px;
    height: 190px;
    overflow: hidden;
    position: relative;
    top: -60px;
    left: 260px;
}
#home_content #blog_wrapper h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
}
#home_content #blog_wrapper #blog_posts {
    padding-bottom: 5px;
}
#home_content #blog_wrapper #blog_posts .post {
    padding-bottom: 5px;
    font-size: 13px;
}
#home_content #blog_wrapper #blog_posts .post h3 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 16px;
    color: #E0B347;
}


/* other styles */
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}
