@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------------
[Master Stylesheet]

Project:Coney Circus web site web site
Version: 1.0
Last change:2/20/09
Created by: Ellie Rusinova

-------------------------------------------------------------------

[Table of contents]

1. Reset Styles
2. Utilities
3. Aesthetics
		3.1. Headers / h1, h2, h3
		3.2. Links / a:link
		3.3. Navigation / Lists
		3.4. Footer / #footer
		3.5. Form Elements / form
		3.6. Text / p, blockquotes
4. Structure & Layout
5. Page Specific

------------------------------------------------------------------*/

/*----------------
 1. RESET STYLES - courtesy of Eric Meyer
 
 ---------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	
	color: black;
	
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	cellpadding: 0;
	cellspacing: 0;
	
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
}
blockquote, q {
	quotes: "" "";
}
 
/*----------------
 2. UTILITIES (common classes for removing margins, padding, floating, clearing, aligning text, etc)
---------------*/
body{
	background: url(../images/stripe.gif) repeat;
}


 
/*----------------
 3. AESTHETICS
---------------*/
	 
	/* --- 3.1 HEADERS --- */
	 
	/* --- 3.2 LINKS --- */

	
		
	/* --- 3.3 NAVIGATION / LISTS --- */
	#navigation li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 1px;
	text-indent: -999px;
	overflow: hidden;
}
	#navigation li, #nav a{ text-decoration: none; display:block; height: 40px;}

	#navigation #home {
	left: 123px;
	width: 112px;
}
	#navigation #contraband {
	left: 236px;
	width: 140px;
}
	#navigation #art{
	left: 376px;
	width: 83px;
}
	#navigation #blog {
	left: 462px;
	width: 90px;
}
	#navigation #shows {
	left: 554px;
	width: 112px;
}
#navigation #about {
	left: 669px;
	width: 124px;
}

	#navigation #home a:hover{background: transparent url("../images/navigation.jpg") -123px -41px no-repeat;}
	#navigation #contraband a:hover{background: transparent url("../images/navigation.jpg") -236px -41px no-repeat;}
	#navigation #art a:hover{background: transparent url("../images/navigation.jpg") -376px -41px no-repeat;}
	#navigation #blog a:hover{background: transparent url("../images/navigation.jpg") -462px -41px no-repeat;}
	#navigation #shows a:hover{background: transparent url("../images/navigation.jpg") -554px -41px no-repeat;}
	#navigation #about a:hover{background: transparent url("../images/navigation.jpg") -669px -41px no-repeat;}
	 
	/* --- 3.4 FOOTER --- */ 
	#footer{
	float:left;
	padding: 15px 0 10px 0;
	text-align: center;
	width: 900px; 
	}
	 
	/* --- 3.5 FORM ELEMENTS --- */

	 
 	/* --- 3.6 TEXT --- */
p{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 130%;
	}
	
h1{
	color:#990000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:36px;
	}
h2{
	color:#990000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	}
.large{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#666666;
}
.red{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#990000;
	}
.smallred{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#990000;
	}

	
	
	
	

	 
/*----------------
 4. STRUCTURE & LAYOUT
 
---------------*/
#wrap{
	background-color:#000000;
	margin: 0 auto;
	width: 960px;
	text-align:center;
	height: 1100px;
	
	
}
#container{
	padding-left: 30px;
	width: 900px;
	
}

#header{
	text-align: center;
	width: 900px;
	height: 190px;
	background-image: url(../images/header.jpg);
	
}
#navigation{
	background: url(../images/navigation.jpg);
	text-align:center;
	margin:0;
	padding: 0; 
	position:relative; 
	width: 900px; 
	height: 40px;
}
	
#content{
	width: 900px;
	height: 500px;
	background-image: url(../images/content2.jpg);
	background-repeat:no-repeat;

}
#welcome{
	padding-top: 20px;
	width:360px;
	text-align:center;
	background:transparent;
	float:left;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
#left{
	 width: 257px;
	 height:760px;
	 margin: 10px 25px 50px 15px;
	 float: left;
	 padding: 10px 15px 20px 10px;
	 text-align:left;
	 }
 #right{
	width: 560px;
	height:760px;
	margin: 0px 0px 50px 0px;
	float: left;
	padding: 0px 0px 20px 0px;
	text-align: center;
	}
#text{
	padding-top: 10px;
	width: 500px;
	height: 600px;
	float:left;
	overflow:auto;
	background: transparent;
	text-align:left;
}

.top_text{
	float: left;
	text-align: center;
	padding: 0 50px 30px 50px;
	width: 800px;
	
}
.normaltext{
	text-align:left;
	width: 410px;
	padding: 10px;
}

#holder{
	background: transparent;
	width: 899px;
	height: 800px;
	padding-top: 30px;
	margin: 0 auto;
}
.box{
	width: 179px; 
	padding-top: 10px;
	height:120px;
	text-align: center;
	float: left;
}
#email{
	padding: 50px;
	}
	
#slideHolder{
	height: 450px;
	width:400px;
	margin: 0 0 0 28px;
	text-align: center;
	}
.slideContent{
	text-align: center;
	padding: 15px 0 0 95px;
	}
#main_image img{ 
	margin-bottom: 15px;

}

.galleria li{ 
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin: 0 12px 20px 0; 
}

.galleria{
	list-style: none;
	width: 300px;
	padding: 0 0 0 0px;
}
.smallred{
	color:#990000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 24px;}

.gallery_demo li{ 
	border: none;
} 

* html .galleria li div span{width:200px}
* {margin:0;padding:0} 

.news{
	width: 280px;
	padding: 10px 10px 10px 0px;
	float: left;
	text-align:center;
	}

	



	 


/*----------------
 5. PAGE SPECIFIC
---------------*/
#leftart{
	 width: 450px;
	 height:500px;
	 float: left;
	 padding-top: 100px;
	 text-align: center;
	 } 
 #rightart{
	width: 450px;
	height: 500px;
	float: left;
	padding-top: 100px;
	text-align: center;
	}
#content2{
	float:left;
	text-align:center;
	width: 900px;
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
	height: 650px;
}

.slideContent{
	padding-left: 48px;
	padding-top: 25px;
	text-align: left;
	float:left;
	color:#FFFFFF;
	overflow:hidden;
	width:180px;
	
	}
.txtright{
	padding-top: 25px;
	float:left;
	color: #FFFFFF;
	width: 620px;
	text-align: left;
	
	
	}
.slideHolder{
	float: left;
	}
	
#tent{
	padding-top: 60px;
	}
.itemname{
	float: left;
	width: 200px;
	text-align: left;
	
}
.itempic{
	float: left;
	width: 110px;
}
.itemprice{
	padding-left:40px;
	float: left;
	width:50px;
}
.box1{
	padding-top: 30px;
	padding-left: 10px;
	
}
.description{
	text-align:left;
	float: left;
	width: 450px;
	padding-left: 9px;
	padding-top: 30px;
	padding-bottom: 30px;
	}
#textabout{
	padding-top: 10px;
	width: 500px;
	height: 500px;
	float:left;
	overflow:auto;
	background: transparent;
	text-align:left;
}

