/* CSS Document */

body {
	text-align:center;
	margin: 0 auto;
	background-color: #000;
	background-image: url(/images/common/sb-background-tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	}
p {
	margin:0;
	font-size:110%;
	padding: 8px 0;
	color:#333;
	}
a {
	color:#e13d17;
	text-decoration:underline;
	}
a:hover {
	color:#fff;
	background-color:#e13d17;
	text-decoration:none;
	}
	
h1 {
	color:#000;
	font-size:160%;
	line-height:120%;
	margin:25px 0 10px 0;
	font-family:'IM Fell English', Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px #E17D4A;
	}
h2 {
	font-family:'IM Fell English', Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	color:#333;
	line-height:110%;
	padding:8px 0;
	margin: 0;
	text-shadow: 1px 1px 1px #ccc;
	}
h3 {
	font-family:'IM Fell English', Georgia, "Times New Roman", Times, serif;
	color:#fff;
	background-color:#333;
	font-size:100%;
	line-height:110%;
	margin:8px 0;
	padding:3px 3px 2px 3px;
	font-weight:normal;
	}
	
div.divider {
	clear:both;
	height:1px;
	padding:0;
	margin:8px 0;
	border-bottom:1px dotted #ff6600;
	}
	
/********************* STRUCTURE **********************/
	
#container {
	margin:0 auto;
	text-align:center;
	padding:0;
	width:900px;
	background: url(/images/common/sb-background-drops.gif) top center no-repeat;
	}
#container_insert {
	width:800px;
	margin:0 auto;
	padding:0;
	/*background:#fff url(/images/common/sb-white-bg.gif) repeat-y top center;*/
	}
#white {
	width:800px;
	margin:0;
	padding:0;
	background-color:#fff;
	}
#body {
	float:left;
	margin: 0 0 0 30px;
	width:280px;
	text-align:left;
	padding:0;
	}
#footer {
	background:  url(/images/common/sb-footer.gif) top center no-repeat;
	clear:both;
	margin:0 auto;
	text-align:right;
	width:800px;
	height:150px;
	padding:0;
	font-size:95%;
	}
#footer p {
	padding:100px 30px 0 0;
	color:#333;
	}
#footer a {
	color:#333;
	}
	
/********************* NAVIGATION **********************/
	
#nav {
	float:right;
	color:#000;
	margin:20px 0 0 0;
	padding:0 30px 0 0;
	text-align:right;
	width:400px;
	}
#nav div {
	padding:20px 0 0 0;
	margin:0;
	float:right;
	}
#nav a {
	color:#000;
	text-decoration:none;
	font-size:125%;
	line-height:100%;
	font-weight:bold;
	display:block;
	padding:4px 12px;
	float:left;
	border:1px solid #fff;
	}
#nav a:hover {
	color:#fff;
	background-color:#e13d17;
	border:1px solid #e13d17;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#about #nav a.about, #contact #nav a.contact, #work #nav a.work, #shop #nav a.shop {
	color:#e13d17;
	text-shadow: 1px 1px 1px #ccc;
}
	
/********************* STAGE IMAGES AND THUMBNAILS **********************/
	
#stage {
	width:400px;
	float:right;
	margin:0 30px 0 0;
	}
#stage img {width:400px;}
#thumbnails {
	margin: 20px 0 0 0;
	text-align:left;
	}
#thumbnails p {
	color:#e13d17;
	}
#thumbnails a img {
	border:1px solid #ccc;
	}
#thumbnails a:hover img {
	border:1px solid #ff6600;
	}
#GalleryCaption {
	font-weight:bold;
	padding:5px 0;
	}
	
/********************* HOME LINK **********************/

#home{
	float:left;
	text-align:left;
	width:350px;
	height:140px;
	margin: 0;
	padding:0;
	}
#home a {
	display:block;
	border:none;
	width:350px;
	height:140px;
	margin: 0;
	text-decoration:none;
	}
#home a:hover {
	display:block;
	text-decoration:none;
	background-color:transparent;
	}
	
/********************* COMMON ELEMENTS **********************/
.clear{clear:both;}
.hidden{visibility:hidden;}

