@charset "utf-8";
/* CSS Document */

hr {
	background:none;
	border:none;
	border-bottom:1px dashed #666666;
}

#clearHitZone {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/hit_zone.gif) repeat top left;
	cursor:pointer;
}

.fullContainer {
	position:relative;
	float:left;
	text-align:center;
	width:100%;
}

.fullContainerCenter {
	position:relative;
	margin:0px auto;
	/*width:776px;*/
	width:800px;
	padding-bottom:10px;
	clear:both;
}


.galleryImageContainer h5{
	margin:0px;
	font-size:12px;
	text-align:center;
	padding:10px 0px;
	font-weight:bold;
	color:#000000;
}
.galleryImageContainer {
	position:relative;
	float:left;
	width:164px;
	height:124px;
	padding:2px;
	margin:15px 15px;
	background:#B3B3B3;
}
.galleryImageContainerShadow {
	position:absolute;
	top:-2px;
	left:-2px;
	width:174px;
	height:134px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/thumb_shadow.png) no-repeat top left;
}
.galleryImageContainerPic {
	position:relative;
	width:164px;
	height:124px;
	float:left;
	overflow:hidden;
}
.galleryImageContainerContent {
	position:absolute;
	left:2px;
	bottom:2px;
	width:164px;
	height:20px;
	overflow:hidden;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_title_background.png) repeat top left;
}

.galleryImageContainerContent h5 {
 	font-style:normal;
	text-align:center;
	padding:0px;
	padding-top:0px;
	font-size:11px;
	line-height:20px;
}


/** The code for the gallery popover **/
/* the overlayed element */ 
.galleryOverlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#e9e9e9; 
     
    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 20px 5px #000; 
    -webkit-box-shadow: 0 0 20px #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;
	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;		
}

 /** Links **/
#links {
	position:relative;
	margin-left:0px;
	float:left;
	width:100%;
	padding: 5px 0px 10px 0px;
}


#linkBox {
	position:relative;
	float:left;
	width:100%;
	padding:1em 0px 1em 0px;
	border-bottom:1px dashed #999999;
}
#linkBox p {
	padding-top:2px;
	padding-bottom:2px;
} 
#pagination {
	position:relative;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px 0px 0px 0px;
	width:100%;
	color: /**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
}
#pagination a{
	font-weight:normal;
}
#paginationLeft {
	position:relative;
	float:left;
	width:34%;
	text-align:right;
	padding-right:1em;
	border-right:1px solid /**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
}	
#paginationRight {
	position:relative;
	float:right;
	width:34%;
	text-align:left;
	padding-left:1em;
	border-left:1px solid /**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
}
#paginationCenter {
	margin:0 auto;
	width:28%;
	text-align:center;
}
/* CSS Document */
#eventsContent {
	position:relative;
	float:left;
	padding:20px 0px 10px 20px;
}
#eventsContent a{
	color:#8c4a1a;
}

#eventsBox {
	position:relative;
	float:left;
	width:100%;
	padding-top:20px;
	border-bottom:1px dashed #666666;
}
#eventsBox:last-child {
	border:none;
}
#eventsBox h1{
	padding:0px 10px;
	font-size:18px;
	font-weight:bold;
	
}
#eventsBox p{
	padding-top:0px;
}
.eventsMenu {
	padding-top:20px;
	width:100%;
}
/** BLOG **/
#blog {
	position:relative;
	float:left;
	padding-top:5px;
	padding-left:15px;
}
#blog h1{
	margin:0px;
	font-size:16px;
}
#blog h2{
	margin:0px;
	font-size:16px;
}
#blog h3{
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
h5{
	margin:0px;
	padding:3px 0px 3px 25px;
	font-size:12px;
	font-weight:normal;
}
#blog p{
	padding-top:6px;
}
#blogEntry {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px dashed #666666;
}			
#blogComments {
	float:left;
	position:relative;
}
#blogComments h3 {
	font-weight:bold;
}
.blogCommentMain {
	float:left;
	font-size:11px;
	position:relative;
	padding-left:12px;
	width:95%;
	padding-bottom:20px;
}
.blogCommentMain p {
	font-size:11px;
	padding:10px 0 5px;
}
.blogCommentStart {
	border-bottom:1px dashed #666666;
	float:left;
	padding:5px 5px 5px 0px;
	position:relative;
	width:100%;
}
.blogCommentStart p {
	margin-top:5px;
	padding:5px 50px 5px 5px;
}
.blogCommentReply {
	border-bottom:1px dashed #666666;
	border-left:1px dashed #666666;
	float:left;
	margin-left:15%;
	padding:10px 5px 5px 10px;
	position:relative;
	width:82%;
}
.blogCommentReply p {
	margin-top:5px;
	padding:5px 50px 5px 5px;
}
#blogCommentReplyButton {
	bottom:5px;
	font-weight:bold;
	position:absolute;
	right:5px;
}
#add_comment_link_container {
	display:block;
	float:left;
	padding:5px 5px 10px 0px;
	position:relative;
	width:430px;
}
.commentRollout, .comment_form{
	float:left;
	margin:0px;
	padding:15px 5px;
	position:relative;
}
.commentRollout input[type="text"], .comment_form input[type="text"] , .comment_form textarea, #commentRollout textarea {
	border:1px solid #959595;
	font-size:12px;
	margin:3px 0;
	padding:1px;
}

#recaptcha_area {
	margin:3px 0;
	
}
#recaptcha_table {
background:#ffffff;
}
.blogMenu {
	padding-top:5px;
}

/* Discography */
.discography {
	width:600px;
}
#discographyMain {
	position:relative;
	float:left;
	width:820px;
	padding:0px 0px;
}

#discography {
	position:relative;
	float:left;
	width:100%;
	padding:15px;
	margin-top:10px;
}
#discography ul {
	display:block;
	list-style:decimal;
	padding-left:30px;
}
#discography li {
	color: /**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**/;
	padding:1px 0px;
	font-size:12px;
}
#discography li a{
	font-weight:bold;
}
.discographyListBox {
	position:relative;
	float:left;
	width:175px;
	height:175px;
	margin:20px 12px 0px 12px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_border.gif) #d7d7d7 repeat-x bottom left;
}

.discographyListShadow {
	position:absolute;
	top:-4px;
	left:-4px;
	width:183px;
	height:183px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/discography/discography_shadow.png) no-repeat top left;
}

.discographyListBoxPic {
	position:relative;
	float:left;
	top:5px;
	left:5px;
	width:165px;
	height:165px;
	padding:0px;
}
.discographyListBoxTitle {
	position:absolute;
	bottom:5px;
	left:5px;
	width:165px;
	padding:5px 0px;
	text-align:center;
	font-size:1em;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_title_background.png) repeat top left;
}

/** ACTUAL ALBUM INFO PAGE **/
#discLeft {
	position:relative;
	float:left;
	width:225px;
	display:inline;
	padding-right:20px;
}

#discLeft img{
	max-width:225px;
	left:10px;
	border:1px solid #999999;
	margin-bottom:1em;
}

#discRight {
	position:relative;
	float:left;
	width:335px;
}
#discography h2{
	border-bottom:1px solid #999999;
}
#discTracks ul{
	padding:5px 5px 5px 30px;
	font-size:12px;

}
#discDescription {

}
#discDescription p{
	padding:0 0 1em 0;
}

#discPages {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:12px;
	padding-top:15px;
	font-weight:bold;
}

#discPages a{
	font-size:12px;
	color:/**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**/;
}
#discPages a:hover{
	color:/**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
}
#discNextTitle {
	font-weight:normal;
}
#buyLoc {
	font-weight:normal;
	font-style:italic;
	font-size:10px;
}
#playSong {
	padding:0px 10px;
	font-weight:bold;
	
}
#musicplayer {
	padding:.5em 0;
}
/** FAQ **/
#faq {
	position:relative;
	float:left;
}

#faq h3 {
	font-size:18px;
	margin-bottom:0px;
	padding-top:10px;
	position:relative;
	float:left;
}

#faq p {
	padding:0px;
	margin:0px;
	display:inline;
}

.faqBox {
	position:relative;
	float:left;
	padding:5px 0px 5px 20px;
	width:100%;
}

#faqQuestion {
	font-size:16px;
	padding:5px 0px 5px 0px;
	width:100%;
}

#faqAnswer{
	padding:0 1em 1em 1em;
}

#faqAnswer span{
	padding:1em;
}


/** Biography Component**/

#bios ul{
	padding:10px;
	margin:0px;
	
}
#bios li{
	position:relative;
	float:left;
	padding:20px 0px;
	margin:0px;
	margin-bottom:5px;
	list-style:none;
	width:100%;
	border-bottom:1px dashed /**{{CSS_ELEMENT:text-style}}**/#554831/**{{/CSS_ELEMENT:text-style}}**/;
	
}


#bios li:last-child{
	border:none;
}
#bios li img{
	position:relative;
	
}
.biosContent {
	position:relative;
	float:right;
	width:74%;
}
.biosImage {
	position:relative;
	float:left;
	width:25%;
	text-align:center;
}

/* Product */
.product {
	position:relative;
	float:left;
	width:168px;
	height:190px;
	text-align:left;
	margin:13px;
}
.product h3 {
	padding:3px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
}
.product h4 {
	padding:3px 0px 0px 0px;
	font-weight:normal;
	text-align:left;
	color:#269e1d;
	font-size:12px;
}

.product a {
	font-size:12px;
}
.product ul {
	padding:3px 0px 0px 2px;
	margin:0px;
	margin-left:20px;
}
.product li {
	list-style:square;
	color:#41AADD;
}
#productPicContainer {
	position:relative;
	width:160px;
	height:120px;
	overflow:hidden;
	padding:4px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_border.gif) #d7d7d7 repeat-x bottom left;
}
#productPic{
	position:relative;
	width:160px;
	height:120px;
	overflow:hidden;
}
#productContainerShadow {
	position:absolute;
	top:-2px;
	left:-2px;
	width:174px;
	height:134px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/thumb_shadow.png) no-repeat top left;
}

#redStrike {
	color:#9e1414;
	text-decoration:line-through;
}
#productViewLeft {
	position:relative;
	float:left;
	width:240px;
	padding:20px 10px 10px 10px;
}
#productViewMiddle {
	position:relative;
	float:left;
	width:340px;
	padding:20px 0px 10px 0px;
	text-align:left;
}
#productViewRight {
	position:relative;
	float:right;
	width:200px;
	text-align:left;
}

#productViewMiddle h2{
	color:#269e1d;
}

#productViewMainImage {
	position:relative;
	float:left;
	width:240px;
	overflow:hidden;
	text-align:center;
}
#productViewMainImage img {
	border:4px solid #d7d7d7;
	overflow:hidden;
}
.productViewMini {
	position:relative;
	float:left;
	width:70px;
	padding:5px;
	overflow:hidden;
	text-align:center;
}
.productViewMini img{
	border:2px solid #d7d7d7;
}

#productViewMiniContainer {
	position:relative;
	float:left;
	width:240px;
	height:80px;
	padding:5px 0px;
}
#productViewAddTo {
	position:relative;
	float:left;
	font-size:1em;
	padding-left:1em;
}
#productViewAddTo table{
	padding:15px 0px 10px 0px;
}
#productViewAddTo select{
	margin-bottom:10px;
}

.productMenu {
	position:relative;
	float:left;
	width:200px;
}
.productMenu ul{
	padding:0px 0px 0px 20px;
	margin:0px;
	margin-left:10px;
	text-align:right;
	font-size:12px;
}
.productMenu li{
	padding:5px 5px;
	border-bottom:1px dashed #d4d4d4;
}
.productMenu li:last-child{
	border-bottom:none;
}
.productMenu h1 {
	text-align:right;
	font-size:14px;
	padding:5px;
}


/* Component Menu */
.componentLeft {
	position:relative;
	float:left;
	width:66%;
}

.componentRight {
	position:relative;
	float:right;
	width:30%;
	padding-right:5px;
}

.componentMenu {
	position:relative; 
	float:left;
	text-align:left;
	width:100%;
}
.componentMenu h2 {
	font-size:14px;
	border:none;
}
.componentMenu ul {
	padding:0px 18px;
	margin:0px 0px 20px 0px;
}
.componentMenu li {
	padding:6px 5px 3px 5px;
	border-bottom:1px dashed #999999;
	font-weight:bold;
	list-style:none;
	font-size:12px;
}
.componentMenu li:last-child {
border:none;
}
.componentMenu li a {
	font-weight:normal;
}

#gallery p{
	padding:0px 27px;
}
