/*----------------------------------------
CONTENT
-------------------------------------------*/
html {
        background: transparent url(images/back.gif) repeat-y top center;

}
body {
	background: transparent url(images/header.jpg) no-repeat top center;
	color:#000;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
}
#doc{
        
	margin:0 auto;
	padding:0;
}
#hd{
	background: transparent;
	padding: 0px;
        height: 300px;
	margin: 0px; 
	text-align: center;
}

#hd h1{display:none;}

#ft {
        font-size: 93%;
	padding: 16px 6px 16px 6px;
	margin: 10px 15px 0px 20px; 
	text-align: center;
        border-top: 5px solid #404040;

}
#bd{    
	padding:0px 10px 0px 10px;
}
#main{
        background: #fff;
        min-height: 350px;
	padding:0px 0px 0px 0px;
	margin: 0 0px 0 0px;
}


/*  ------------------   base.css, part of YUI's CSS Foundation  ------------------------ */
h1 {	font-size:138.5%;}
h2 {	font-size:123.1%; }
h3 {	font-size:108%;  }
h1,h2,h3 {	margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong {	font-weight:bold; }
abbr,acronym { 	border-bottom:1px dotted #000;	cursor:help;} 
em {	font-style:italic;}
blockquote{	margin:1em;}
dl dd {	margin-left:1em;}
th {	font-weight:bold;	text-align:center;}
caption {	margin-bottom:.5em;	text-align:center;}
p,fieldset,table {	margin-bottom:1em;}
form{	margin:2px;	padding:6px;}
th,td {     border:0;     padding:.1em; } 
td{    font-size:85%;    text-align:left;}
/*   --------------- end yui base (modified)  --------------------- */
a {	
	color: #cc0003;
}

A:hover {
	COLOR: #801616;
	text-decoration: underline;
}
.content,
#galleryText{
	text-align: justify;
	list-style: inside;

}
.contentHi {
    font-style:italic;
}	

.contentSml,	
.contentHiSml {
	font-size:93%;  
}	
.titleLrg{
	font-size:250.5%;
        float: left;
	line-height: 100%;
	color: #801616;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#modNews h3,
.titleSml{
	font-size:123.1%; 
	font-weight:bold;
}
h3 a,
.titleSml a{
	text-decoration: none;
}
.titleSml a:hover{
	text-decoration: underline;
}
#breadtrail{
        font-size:93%;
        margin:0 0 10px 0;
		padding:4px;
}
/*----------------------------------------
Contact Form
-------------------------------------------*/
fieldset{
     border: 1px solid #ccc;
     padding:8px;
     width: auto;
}
legend{
     padding: 2px 6px;
     font-weight:bold;
}
label{
     width: 8em;
     float: left;
     text-align: right;
     margin-right: 0.5em;
     display: block;
}
input{
     color: #000000;
     background: #fff;
     border: 1px inset #333;
}

#et_Form {
	font-size:85%;
}
#et_Form li a {
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	letter-spacing:2px;
	padding-left:24px;
	background:transparent url(images/iconGDK.png) no-repeat scroll left -120px;
}
#aHideForm li a {
	background:transparent url(images/iconGDK.png) no-repeat scroll left -298px;
}
#frmEmail a {
	text-decoration:none;
	padding-left:54px;
	background:transparent url(images/iconGDK.png) no-repeat scroll 30px -656px;
}
#divNewEmail a {
	text-decoration:none;
	padding-left:0px;
	background:none;
}
#e2ma_signup_form {
	padding:1em;
}
.e2ma_signup_form_row {
	margin:2px 0;
	border-bottom: 1px dotted #4D5B64;
	padding:2px 1px;
}
.e2ma_signup_form_label {
	display:inline;
	width:100px;
	text-align:right;
	float:left;
	padding:2px 6px;
}
.e2ma_signup_form_element {
}
.e2ma_signup_form_button_row, .e2ma_signup_form_groups {
	margin-top:4px;
}
.e2ma_signup_form_group_label, .e2ma_signup_form_required_footnote, .e2ma_signup_form_group_list {
	padding:2px;
}
.e2ma_signup_form_required_footnote {
	font-style:italic;
}
.e2ma_signup_form_required_asterix {
	color:red;
}
input.btn, .e2ma_signup_form_button_row input {
	font:bold 11px/13px "trebuchet ms", Arial, Helvetica, sans-serif;
	padding:2px 4px;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
	background:#093551 url(images/glassyBtn.png) repeat-x scroll 0 -30px;
	border:1px solid #1D5578;
}
.btn:hover, .e2ma_signup_form_button_row input:hover {
	background:#1D5578 url(images/glassyBtn.png) repeat-x scroll 0 -30px;
	border:1px solid #093551;
}
e2ma_signup_submit_button {
}
#e2ma_signup_reset_button {
}
/*----------------------------------------
L I S T S - vnav,  albums, sml
-------------------------------------------*/
ul,
ul li{ 
	list-style-type: none;
	margin:0px;
}
ul,
ul li{/*for mozilla positioning */
	padding-left: 0; 
	margin-bottom: 0px; 
}
/* ul formating in content */
.content ul{
		list-style: square outside;
		margin:4px 0 6px 0;
		padding:0 0 0 20px;
		text-align:left;
}
.content ul ul,
.content ul li{    
		list-style: square outside;
}
.content ol{
		list-style: decimal outside;
		margin:4px 0 6px 0;
		padding:0 0 0 20px;
		text-align:left;
}
.content ol ol{
		list-style: lower-alpha outside;
}

/*----------------------------------------
I M A G E S
-------------------------------------------*/
.picRight,
.picRightBrd  {
	float: right;
	margin: 1px 1px 1px 6px;
}
.picLeft,
.picLeftBrd {
	float: left;
	margin: 1px 6px 1px 1px;
}
.picRightBrd,
.picLeftBrd {
	border: 1px solid #679A99;
}
.iconImg{
	margin: 2px 8px 6px 0px;
	border:1px solid #679A99;
}
.banner {
	border:0;
	margin: 0;
}
.optionBox {/*used in gallery select */
	font-size:85%;  
	color: #000000;
	background-color: #fff;
	padding:0;
	border:0px;
}
input.btn {
	background-color: #679A99;
	font-size: 85%;
	border: 1px solid #000;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;

}

/*----------------------------------------
N A V I G A T I O N
-------------------------------------------*/
#vNavBox{
	font-size:120%;
	font-weight:bold;
	line-height:100%;
	text-align: right;
	width: auto;
	margin-top: 0px;	
        padding: 0px 0px 20px 0px;
}

#vNav li a{
	background: transparent url(images/leaf1.gif) no-repeat top right;
	display: block;
	text-align: right;
	color: #3f5310;
	text-decoration: none;
	text-transform: uppercase;
	padding:2px 22px 2px 2px;
	margin:2px 0;
}
#vNav a:hover{
        background: transparent url(images/leaf2.gif) no-repeat top right;
	color: #94211A;
        padding:2px 29px 2px 2px;
}

/*----------------------------------------
NEWS
-------------------------------------------*/
#modNews{
	position:relative;
	text-align:left;
	margin:0;
	padding:0;
}
#modNews .item{
	margin:4px 0px;
	position:relative;
	padding:1em;
	border-bottom:1px dashed #66ccdd;
	height: auto;
}
#modNews a .item{
	display:block;
	text-decoration:none;
	cursor: pointer;
}
#modNews p{
	color: #679A99;
	text-decoration: none;
}
#modNews a:hover .item{
	background:#fff;
}
#modNews img.iconImg{
	display: none;
}
#modNews h3 a {
	font-size:123.1%; 
	text-decoration: none;
}
#modNews .item p, #modNews .item h3, #modNews .item small{
	margin:0px;
}
#modNews small {
   color: #801616;
}
.Pagination{
   text-transform:uppercase;
   letter-spacing:2px;
   text-align:right;
   
}
/*----------------------------------------
G A L L E R Y
-------------------------------------------*/

#modGallery{ 
	width:auto;
    margin:6px 0;
}
#modGallery.copy{ }
#modGallery.iconImg{}
#modGall li {  display: inline;}

/* ----------------------------------------------------------------
Sticky Nav and Blog Nav
-------------------------------------------------------------------- */

#stickyNav li {   
	display: inline;
        float: left;
}
#blogBox,
#stickyBox{
	height:auto;
	font-weight:bold;
	padding:0;
	margin:0 0 10px 0;
	margin-right:8px;
}
#blogBox a,
#stickyNav a{ 
	display: block; 
	width:auto;
	text-decoration: none; 
}
#stickyNav a{ 
	color: #725615;
	font-size: 85%;
	line-height: 110%;
	padding:2px 10px 2px 10px;
}
#stickyNav a:hover{
	color: #801616;	
	padding:2px 10px 2px 10px;
	background: #AFAFAF;
}
#blogBox a{
    font:normal 10px/12px verdana;
	background:none;
	background-color:#ededed;
	font-weight:normal;
	padding: 1px 1em;
}
#blogBox a:hover{
	background: #CFB5B5;  }

#stickyBox ul ul{
	color: #000;
	list-style: square outside;
	padding-left: 20px;
}
#stickyBox ul ul a {
	color: #000;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------------------------
calendar and checkout
-------------------------------------------------------------------------------------------------------*/
.calendarBox,
.checkoutBox {
	font:normal 12px/14px;
	color: #000000;
	width: 100%;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}
.calendarBox td,
.checkoutBox td{
padding:2px 4px;
}
.checkoutOdd,
.calendarOdd{
	background-color: #999F8B;
}
.checkoutEven,
.calendarEven{
	background-color: #BFB48F;
}
.calendarHdr,
.checkoutHdr{
	font:bold;
        font-size: 140%;
	color: #fff;
	background-color: #801616;
	padding:0 2px 0 2px;
	text-align:center;
}



/*-----------------------------------------------------------------------------------------------------
S I D E B A R - NewsSm, CalendarSm
------------------------------------------------------------------------------------------------------*/

h3 span{ /*albumssm, newssm, calendar sm, basket, login text header */
	display:inline;
	font: normal 20px/23px;
        margin:0px 0px 0px 5px;

}
#basketBox,
#calendarSmlBox,
#newsSmlBox{
		font:normal 11px/13px;
		margin:20px 0px 0px 0px;
		text-align:left;
		padding:0px;
		width: auto;
		opacity: .90;
		filter: alpha(opacity=90);

}
#calendarSmlBox p,
#newsSmlBox p{ /* dates */
		display: inline;
		color:#801616
}
#calendarSmlBox p{position:absolute; right:15px;margin:0px; padding:0;}
#newsSmlBox p{margin:0 0 0 10px;}

#calendarSmlBox h3 {/* calendarSm header */
		margin: 0px 0px;
		height: auto;
		}

#newsSmlBox h3{ /* newsSm header */
		margin: 0px 0px;
                height: auto;

}
h5{margin:0}
#calendarSmlBox h5 a{
		margin: 0;
		padding: 5px 5px 5px 5px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;

}
#calendarSmlBox h6{/*Current Presales, Upcoming Presales headesr Calendar v2*/
		margin:0;
		padding: 7px 7px 2px 13px;
		font: bold 11px/12px;
		color:#000;
		letter-spacing:1px;
		text-transform:uppercase;
		border-left: 0px solid #fff;
		border-right: 0px solid #fff;
}
#calendarSmlBox a,
#newsSml a{ 
		padding: 4px; 
		margin: 0px 0px 6px 0px;
		display: block;
		color: #0e4649; 
		text-decoration: none;
		border-bottom: 1px dotted #666;
		background-color: #fff;
}
#calendarSmlBox a:hover,
#newsSml a:hover{
		color: #fff;
		background-color: #679A99;
}
#newsSmlBox ul, #calendarSmlBox ul {
		padding: 4px;
		margin: 0px;
		border-left: 0px solid #fff;
		border-right: 0px solid #fff;
}
#newsSmlBox ul {
		border-bottom: 0px solid #fff;
}
	




/*-----------------------------------------------------------------------------------------------------
S E A R C H
-------------------------------------------------------------------------------------------------------*/
#search {
	margin-left: 50%;
	position: absolute;
	top: 235px;
	left: 50px;
	width: 310px;
	height: 30px;
	padding: 0px;
	z-index:12;
}
#searchResults h2{
     margin:.25em 0px;
	 font-size:123.1%;
}
#searchResults h3{
     margin:0;
     font-style:italic;
}
#search .formInput{ 
	width:200px;
	color:#000;
	border:1px solid #A7AF6D;
	font-size:85%;
	height:1.5em;

}
#search_btn{ 
	 font-size:85%;   
	 margin-left:2px;
	 padding:1px 2px;
	 cursor:auto;

}
#searchResults span.contentHi a{
	font-size:85%;    
	text-decoration:none;
}
dl{
	margin:0 0 4px 6px;
	padding:6px;
	border-bottom:1px dotted #ccc;
}
dt{
	font-size:93%;    
             
}
dd{
	font-size:85%;     
	margin:0;
}
dd img{
	height:40px;
	float:left ;
	margin:0 10px 0 0px;
}




