/* ||||------LAYOUT STYLES-----|||| */


/* ----RESET BAD CSS---- */
/*----------------------------------------------*/

* {margin:0;padding:0; border: none; }
div {border-color: red;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a {text-decoration:none; -moz-outline:none;}

img {vertical-align: bottom;} /* BUG fixes extra space in ie6 */

/*----------------------------------------------*/





/* ----GLOBAL ELEMENTS---- */
/*----------------------------------------------*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #333;
	height: 100%; /* for 100% to be used as a height value */
	background: #000000 url(../images/backgrounds/curtains.jpg) no-repeat center top;
}

p {font-size: 1.1em; line-height: 1.5em; margin: 1em 0; text-align: center;}

.center, #page #content_page p.center {text-align: center;}
.left {float:left; clear:left;}
.right {float:right; clear:right;}
.clear {clear: both;}

.clearer {  clear:both; overflow: hidden; height: 0;font-size: 1px; line-height: 0;  }

.color {color: #A37030;}

blockquote { 
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase; font-weight: bold; letter-spacing: 0.1em;
	color: #555; margin: 0 30px 1.5em 30px; 
	padding: 0 0 0 10px; border-left: 1px solid #897464;
	line-height: 1.5em; 
}
	
blockquote.right { 
	width: 150px; 
	font-style: normal; 
	font-size: 1.4em; 
	margin: 0.3em 15px 0.3em 30px; 
	padding: 0.3em 0 0.4em 0; 
	border: 3px double #897464; border-width: 4px 0; 
	text-align: center; float: right; 
}
		
blockquote.left { 
	width: 150px; 
	font-style: normal; 
	font-size: 1.4em; 
	margin: 0.3em 30px 0.3em 15px; 
	padding: 0.3em 0 0.4em 0; 
	border: 3px double #897464; border-width: 4px 0; 
	text-align: center; float: left; 
}

blockquote.center { 
	width: 325px; 
	font-style: normal; 
	font-size: 1.45em; 
	margin: 0.3em auto 1.3em auto; 
	padding: 0.3em 0; 
	border: 3px double #897464; border-width: 4px 0; 
	text-align: center; float: none;  clear: both;
}

img.right { 
	padding: 0 0 0 10px; margin: 0.5em 0 0.5em 15px;
	border-left: 4px double #897464;
	border-right: none; border-bottom: none; border-top: none; 
	float: right; clear: right; 
}
		
img.center { 
	display: block; 
	padding: 0; margin: 0 auto 1.5em auto; 
	border: 4px double #897464; 
	float: none; clear: both; 
}

img.left_group { 
	display: block; 
	padding: 0; margin: 0 14px 25px 14px; 
	border: 4px double #897464; 
	float: left; clear: none; 
}

span.dropcap {
	float: left; clear: left;
	font-size: 3.3em !important; line-height: 1.0em !important;
	margin: 0 0 -0.2em 0 !important; padding: 0 !important; 
	text-transform: uppercase !important; clear: none !important;
	color: #897464; letter-spacing: 0.1em; 
	font-family: Impact, Charcoal, "Arial Black", Arial, sans-serif;
}

table {border-collapse: collapse;}
th {background: #CFBBA9; font-size: 1.1em; font-weight: bold;}
td {border-top: 1px solid #897464; border-bottom: 1px solid #897464;  }

#content_page ul, .product_description_container ul, #post ul { list-style-type: disc; margin: 1em 0;}

#content_page ul li,
#content_page ol li, 
#post ul li, 
#post ol li,
.product_description_container ul li,
.prduct_description_container ol li { 
	margin: 5px 0; padding-left: 5px;
	list-style-position: inside;
	font-size: 1.1em;
}

#post ul li, 
#post ol li {font-size: 1em;}

/*----------------------------------------------*/





/* ----LINK STYLES---- */
/*----------------------------------------------*/

a, button { color: #897464; }

a:hover, a:active, button:hover {
	color: #a37030;
}

a[href^="mailto:"] { 
	background: transparent url('../images/icons/mail_write_48.png') right no-repeat; 
	padding-right: 25px; line-height: 22px; display: inline-block
}


h1 a {color: #333;}
h1 a:hover { color: #A37030; }


/*----------------------------------------------*/






/* ----HEADINGS AND TYPE STYLES---- */
/*----------------------------------------------*/


/* main page headings, product detail headings */

h1 { 
	color: #333; text-decoration: none; 
	font-size: 25px; line-height: 120%; letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase; font-weight: lighter;
	font-family: Impact, Charcoal, "Arial Black", Arial, sans-serif;
	text-align: center; 
} 

/* sidebar headings, category product headings */

h2 {
	position: relative; /*fixes odd ie6 bug*/
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.4em; 
	margin: 0.5em 0;
	text-align: center;
	font-weight: bold; text-transform: uppercase;
	line-height: 120%; letter-spacing: 0.1em; 
	color: #333;   
} 


/* content subheadings */

h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.2em; text-transform: uppercase; 
	letter-spacing: 0.1em;
	font-weight: bold; 
	color: #333; 
	text-align: center; 
	padding-bottom: 5px;
	margin-top: 15px; margin-bottom: 10px;
} 


/* category and section descriptions */

.description { 
	color: #333;
	font-weight: bold; font-size: 1.2em; 
	text-transform: uppercase; letter-spacing: normal; 
	margin: 0.4em 0 1.8em 0; padding: 0.4em 2px; 
	border-top: 3px double #897464; 
	border-bottom: 3px double #897464; 
	text-align: center;
}

.description_photo { 
	float: left; position: relative;
	padding: 10px 0; margin: 0 20px 0 0;
	text-align: center; 
	width: 219px;
	border-right: 1px solid #168381; 
	overflow: hidden; 
}

img.heading {margin: 0 auto 20px auto; display: block;}

/*----------------------------------------------*/






/* ----LAYOUT WRAPPERS---- */
/*----------------------------------------------*/

#layout {
	width: 970px;
	margin: 0 auto;
	background: transparent url(../images/backgrounds/bg.jpg) repeat-y;

	/* border: 1px #333 solid; */
}

#content { clear: both; width: 960px; padding: 0 5px; }


/*----------------------------------------------*/





/* ----HEADER STYLES---- */
/*----------------------------------------------*/

#header {
	width:970px;
	height: 150px;
	clear: both;
}

#header p {margin: 0; padding: 0;}
/*----------------------------------------------*/





/* ----NAVIGATION STYLES---- */
/*----------------------------------------*/

#subheader { 
	height: 203px;
	width: 970px;
	background: transparent url(../images/backgrounds/foxnavbg.jpg);
}

div#foxnav { 
	position: relative;
	width: 100%; height: 100%;
}


#foxnav a {
	position: absolute; top: 69px;
	width: 55px; height: 66px; 
	text-decoration: none; display: block;
	text-indent: -9000em; /* hides accessability text */ 
}


	a#store { left: 112px; }
	a#events { left: 189px; }
	a#artists { left: 277px; }
	a#about { left: 361px; }
	a#home { left: 555px; width: 300px; background: none; }

	a#store:hover,
	a#events:hover,
	a#artists:hover,
	a#about:hover { background: url('../images/backgrounds/foxnavroll.gif') center no-repeat; border: none; }
	 

#crumb {
	text-transform: uppercase; letter-spacing: normal; 
	margin: 0.4em 0 1.8em 0; padding: 0.4em 2px; 
	border-top: 3px double #897464; 
	border-bottom: 3px double #897464; 
	text-align: center;
}


/*----------------------------------------*/





/* ----MAIN CONTENT WRAPPER AND STYLES---- */
/*----------------------------------------------*/


#page {
	width: 460px;
	float: left;
	display: inline; /* fixes IE6 dbl float bug */
	margin: 20px 10px 20px 20px;
	padding: 0 0 18px 0;
	text-align: left;
	overflow: hidden;
}

.home_feature {	
	border: 2px solid #897464;
	padding: 20px 30px 0 30px;
	margin: 2em 0 1em 0;
	background: url('../images/backgrounds/contentbg.gif') repeat; 
}

.home_feature h2 {
	background:transparent url(../images/foxsymbol.gif) no-repeat center bottom;
	margin:0 0 2em;
	padding:0 0 2.75em;
}

/*----------------------------------------------*/





/* ----SIDEBAR STYLES---- */
/*----------------------------------------------*/

#sidebar {
	width: 210px;
	margin: 20px 10px 0 10px;	
	position: relative;
	float: left; 
	display: inline; /* fixes IE6 dbl float bug */
	text-align: left; 
}

#sidebar2 {
	width: 210px;
	margin: 20px 20px 0 10px;	
	position: relative;
	float: left; 
	display: inline; /* fixes IE6 dbl float bug */
	text-align: left; 
}


.sidebar_widget {
	margin: 0 0 25px 0;
	width: 100%; /*fixes IE7 margin-collapse bug */
}
	
.sidebar_widget p { font-size: 1.1em; }


	
/*----------------------------------------------*/



	
	
/* ----FOOTER STYLES---- */
/*----------------------------------------------*/

#footer { 
	width: 970px; height: 145px;
	padding: 1.2em 0 0 0; 
	border-top: 0px solid #ccc; 
	float: none; clear: both;
	background: url('../images/backgrounds/footerbg.gif') center no-repeat;	
	text-align: center;
}

#footer ul { padding-top: 45px; }

#footer li {
	display: inline;
	padding: 0 0.6em 0 0.7em; 
	border-left: 1px solid #bf7e4d;
	font-size: 1.2em; text-transform: uppercase; 
	letter-spacing: 0.1em;
}

#footer li:first-child { border-left: 0px; }

#footer p { 
	margin: 0.8em 0 0.923em 0; 
	font-size: 1.1em; 
	color: #bf7e4d; 
	text-align: center; 
}

#footer a, #footer a:visited { 
	color: #bf7e4d; 
	text-decoration: none;
	font-weight: bold; 
}
		
#footer a:hover { 
	color: #bf7e4d; 
	text-decoration: underline; 
}

#copyright {display: none;}

/*----------------------------------------------*/





/* ----PAGINATION STYLES---- */
/*----------------------------------------------*/

#pages {
	margin: 0;
}

#pages ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
	
.pages li {
	float: left;
	display: block;
	padding: 4px;
	margin: 0 2px;
	background: #CFBBA9;
	border: 1px #897464 solid;
}

.category_pages {margin-bottom: 5px;}

.category_pages br { display:none;}	/* hides unecessary br tags generated by the application */

/*----------------------------------------------*/





/* ----MESSAGES AND WARNINGS---- */
/*----------------------------------------------*/


#message {
	display: block;
	clear:both;
	margin: 0 0 20px 0;
	padding: 10px 15px;
	border-bottom: 2px solid #897464; border-top: 2px solid #897464; 
	font-family: "trebuchet ms", sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 1.1em;;
	background: #CFBBA9;
}

/*----------------------------------------------*/

