/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(../../local/images/img01.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A554E;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}
#h3fix {
	font-size:1.4em;
	padding-top:5px;
}
p, ul, ol {
	margin-top: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color: #516C00;
}

a:hover {
	text-decoration: underline;
}

h2 a {
	text-decoration: none;
}

p img {
	background:#B8D8E7;
	padding:6px 6px;
	margin:6px 6px;
}
p img[align="left"] {
	margin:6px 12px 6px 0px;
}
p img[align="right"] {
	margin:6px 0px 6px 12px;
}
input[type="text"], textarea {
	border:1px #c7c7c7 solid;
}
input[type="text"]:focus, textarea:focus {
	border:1px #3090c7 solid;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(../../local/images/img02.jpg) repeat-x left top;
}

/* Header */

#header {
	width: 1000px;
	height: 235px;
	margin: 0 auto;
	padding: 0px;
	background: url(../../local/images/img03.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 115px 0px 0px 50px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#logo h1 {
	letter-spacing: -1px;

	font-size: 44px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	margin: -30px 0px 0px 0px;
	padding: 26px 0 0 2px;
	font: normal 19px Arial, Helvetica, sans-serif;
	color: #C5E8FF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #C5E8FF;
}

#page ul {
	margin-left:36px;
	margin-bottom:18px;
}
#page li {
	
	list-style:disc;
}
/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 4px solid #FFFFFF;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

#banner {
	margin-bottom: 20px;
	border: 12px #ECECEC solid;
}

/* Menu */

#menu {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: url(../../local/images/img04.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 25px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 120px;
	height: 32px;
	margin-left: 10px;
	padding-top: 8px;
	background: url(../../local/images/img05.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	background: url(../../local/images/img06.jpg) no-repeat left top;
	padding-left: 0;
	color: #493E2B;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 40px 50px 0px 50px;
	background: #FFFFFF;
	overflow:hidden;
}

/* Content */

#content {
	float:right;
	width: 670px;
	padding: 0px 0px 0px 0px;
}
.full-content {
	width: 900px !important;
}
.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	font-size: 36px;
	color: #493E2B;
}

.post .title a {
	color: #493E2B;
	border: none;
}

.post .meta {
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	letter-spacing: -1px;
	font-size: 23px;
	font-weight: normal;
	color: #6E8D3D;
	font-family: Arial, Helvetica, sans-serif;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	background: url(../../local/images/img08.jpg) no-repeat left top;
	padding: 25px 0px 0px 0px;
	text-align: justify;
}

.links {
	padding-top: 20px;
}
#links p, #links h5{
	margin:0px;	
}
#links h5{
	font-style:italic;
}
#links li{
	margin:12px 0px;
	padding:6px 0px;
	border-bottom:1px #a8a197 solid;
}


#faq h3{
	padding-top:6px;
}

#faqQuestion p, #faqQuestion {
	font-size:16px;
	font-weight:bold;
	margin:0px;
}
#faqQuestion {
	padding-top:4px;
}
#faqQuestion p, #faqAnswer p{
	display:inline;
}
#faqQuestion {
	margin-left:12px;
}
#faqAnswer{
	margin-left:24px;
	margin-bottom:12px;
}


ul#events h3{
	font-size:1.4em;
}
ul#events h5{
	font-weight:normal;
	line-height:1.4em;
}
ul#events p{
	margin-bottom:4px;
}
ul#events li{
	margin:12px 0px;
	padding:6px 0px;
	border-bottom:1px #a8a197 solid;
	list-style:none;
}

.more {
	padding-left: 16px;
	background: url(../../local/images/img10.gif) no-repeat left 3px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.comments {
	padding-left: 18px;
	background: url(../../local/images/img11.gif) no-repeat left 4px;
	font-size: 12px;
	font-weight: normal;
}
.comments h6{
	margin:0px;
}
.comments h5{
	margin-top:4px;
}
.comments h5, .comments h6 {
	font-size:12px;
	text-decoration:none !important;
}
.comments p{
	margin-bottom:12px;
}
.comments li {
	position:relative;
	margin-top:12px;
	border-bottom:1px #a8a197 solid;
}
.commentsReplyBt {
	position:absolute;
	bottom:0px;
	right:0px;
}
.commentsReply {
	margin-top:0px !important;
	margin-left:30px;
	padding-left:12px;
	border-left:1px #a8a197 solid;
}
.comment_form input[type="text"], .comment_form textarea, #recaptcha_area, .comment_form_reply input[type="text"], .comment_form_reply textarea {
	margin:3px 0px;
}
#recaptcha_input_area input[type="text"] { 
	border:1px #c7c7c7 solid;
}
#recaptcha_input_area input[type="text"]:focus { 
	border:1px #3090c7 solid;
}
/* Sidebar */

#sidebar {
	float:left;
	width: 200px;
	padding: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	list-style:none;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 20px;
}

#sidebar li li {
	line-height: 20px;
	margin: 0px;
	padding: 2px 0px;
	border-left: none;
	font-size:14px;
}

#sidebar li li span {
	height: 19px;
	margin-right: 16px;
	padding: 4px 12px;
	background: #3D2A0B url(../../local/images/img12.jpg) repeat-x left top;
	font-size: 12px;
	color: #FFFFFF;
}
#sidebar li li a {
	
}

#sidebar li li span a {
	color: #FFFFFF;
}

#sidebar h2 {
	height: 47px;
	background: url(../../local/images/img09.jpg) no-repeat left bottom;
	letter-spacing: -.5px;
	font-size: 22px;
	color: #493E2B;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 30px 0px;
	text-align: justify;
}

#sidebar p strong {
	color: #4A3E29;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
}
#sideMenuActive {
	font-weight:bold;
}
/** COLUMNS **/
.column-50 {
	width:47%;
}

.column-25 {
	width:25%;
}
.column-20 {
	width:20%;
}
.column-33 {
	width:33%;
}
.column-42 {
	width:41%;
}
.column-75 {
	width:74%;
}
.column-80 {
	width:79%;
}
.column-290 {
	width:290px;
}
.column-370 {
	width:370px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}

.column-75 h3 {
	padding-top:6px;
	
}
.column-75 h5 {
	margin:0px;
	padding-top:1px;
	
}

/* gallery */
.galleryImageContainerPic {
	width:180px;
	height:120px;
	overflow:hidden;
	border:#B8D8E7 6px solid;
}
.galleryImageContainerPic img{
	margin-left:-20px;
}
.galleryPicWrap {
	width:192px;
	height:150px;
	float:left;
	margin:24px 14px 6px 14px;
	position:relative
}
#galleryHitZone {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor:pointer;
}
.galleryPicWrap h5, .discWrap h5{
	margin-top:2px;
	text-align:center;
}


/* DISCOGRAPHY */
.discWrap {
	position:relative;
	float:left;
	width:192px;
	height:212px;
	margin:24px 14px 6px 14px;
	position:relative
}

.discPic img{
	border:#B8D8E7 6px solid;	
}

#discography h2, #discography h4{
	margin:0px;
}
#discography h3 {
	padding-top:12px;
}
#discography .column-290 {
	padding-top:10px;
}
#discography .column-290 img{
	border:#B8D8E7 6px solid;
}
#discDescription ul {
	margin:4px 12px;
}
#discDescription li {
	line-height:1.1em;
}
#pagination {
	text-align:center;
	padding:24px 0px 6px 0px;
}
#paginationRight {
	float:right;
}
#paginationLeft {
	float:left;
}
#paginationCenter{
	margin:0 auto;
}

#playSong {
	padding:0px 6px;
	font-weight:bold;
}
/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* vmenu */
ul.vMenu{
	margin-left:24px;
	margin-top:12px;
}
.vMenu h4{
	margin:0px;
	text-align:right;
	border-bottom:1px #a8a197 solid;
	
}
.vMenu li{
	font-size:12px;
	text-align:right;
	list-style:none !important;
}

/* gallery*/

/* the overlayed element */ 
.galleryOverlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#ffffff; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #cecece; 
    border-right:0;
    padding:5px;
    left:-400px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 

/* close button positioned on upper right corner */ 
.galleryOverlay .close { 
background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/button_close.png) no-repeat top right; 
    position:absolute; 
    right:38px; 
    top:8px; 
    cursor:pointer; 
    height:20px; 
    width:30px; 
    margin-right:8px;
    z-index:34;
}

/* styling for elements inside overlay */ 
.galleryOverlayDetails { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:150px; 
} 
 
.galleryOverlayDetails h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}
.galleryOverlayTextHolder {
	position:absolute;
	width:215px;
	height:100%;
	top:-1px;
	right:0px;
	padding:0px 0px 0px 0px;
	background-color:#e9e9e9;
	border:1px solid #cecece; 
	border-left:0;
	overflow:auto;
}
.galleryOverlayText {
	position:relative;
	width:190px;
	top:0px; 
	margin:5px 0px;
	left:0px;
	
}
.galleryOverlayText p {
	font-size:11px;
	line-height:15px;
	padding:5px;
}
/* "next image" and "prev image" links */
.galleryOverlay .next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #9c9c9c;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#000000;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}

.galleryOverlay .prev {
	left:5px;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.galleryOverlay .next {
	right:5px;
	margin-right: 5px;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.galleryOverlay .next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
	color:#000000;
}

/* when there is no next or previous link available this class is added */
.galleryOverlay .disabled {
	visibility:hidden;		
}

/* the "information box" */
.galleryOverlay .info {
	position:absolute;
	top:5px;
	left:5px;	
	padding:10px 0px 10px 0px;
	color:#000000;
	font-size:11px;
	border-bottom:1px solid #9c9c9c;
	text-align:center;
}

.galleryOverlay .info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.galleryOverlay .progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.galleryOverlay .next, .prev, .info {
	background:#ebebeb !important;
	opacity: .3;		
}

/** BIO **/
ul.bio {
	padding:6px 0px;
		
}
.bio li{
	margin:24px 0px;
}
.bio .column-20{
	text-align:center;
}
.bio .column-20 img {
	background:#B8D8E7;
	padding:6px 6px;
	margin:0 auto;
}
.bio .column-80 h2, .bio .column-80 h3, .bio .column-80 h4, .bio .column-80 p {
	padding-left:8px;
	
}
.bio .column-80 {
	border-bottom:1px #a8a197 solid;
	padding-bottom:6px;
}
.bio .column-80 h3 {
	padding-top:8px;
}
.bio .column-80 p {
	padding-top:12px;
	padding-bottom:12px;
	margin-bottom:0px;
}
.bio .column-80 h4 {
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:normal;
}

/* CONTACT INFO */
p.formTitle {
	margin:0px;
	padding-top:8px;
	font-size:.8em;
	font-weight:bold;
}

.tiny {
	width:4%;
}
.small {
	width:25%;
}
.medium {
	width:50%;
}
.large {
	width:75%;
}
.largest {
	width:100%;
}
textarea.largest {
	height:250px;
}

.error {
	color:#A80000;
}
/* active thumbnail is raised on top of the mask using the z-index property */ 
#thumbs a.active img { 
    outline:1px solid #000; 
    z-index:9999; 
    position:relative; 
}

.clear {
	clear:both;
	display:block;
	height:0px;
	content: ".";
}

/* Footer */

#footer-content {
	width: 900px;
	height: 255px;
	margin: 0 auto;
	padding: 60px 50px 0px 50px;
	background: url(../../local/images/img15.jpg) no-repeat left top;
	font-size: 12px;
	color: #887450;
}

#footer-content .column1 {
	float: left;
	width: 570px;
}

#footer-content .column2 {
	float: right;
	width: 273px;
}

#footer-content h2 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #E3D2B6;
}

#footer-content strong {
	color: #E3D2B6;
}

#footer-content a {
	color: #AA8B55;
}

#footer-content a:hover {
	color: #AA8B55;
}

.list li {
	margin-bottom: 6px;
}

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #82A2B9;
}

#footer a {
	text-decoration: underline;
	color: #82A2B9;
}


h2 + h4, h4+ h4 {
	padding-top:2px;
}

#hitZone {
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	top:0px;
	left:0px;
}

.product {
	position:relative;
	float:left;
	width:198px;
	height:230px;
	margin:12px 12px 0px 12px;
}
.product img{
	background:#B8D8E7;
	padding:6px 6px;
}
.product h3, .product h4{
	padding:0px;
	margin:0px;
}

#redStrike {
	color:#b31f24;
	text-decoration:line-through;
}
#productViewMainImage img{
	border:3px #B8D8E7 solid;
}
.productViewMini {
	float:left;
	margin:0px 2px; 
}
.productViewMini img {
	padding:2px !important;
	border:none !important;
	background:#B8D8E7;
}
.productSettings h1, .productSettings h2 , .productSettings h3  {
	padding-top:0px !important;
	padding-bottom:0px !important;
	line-height:1.1em !important;
}
.productSettings h3, .productSettings h2 {
	font-size:14px;
	font-weight:bold;
}
.productSettings h3 {
	color:#493E2B;
	padding-bottom:6px !important;
}

