/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
	color:#666;
}

h2{
	margin-top:12px;
	margin-bottom:5px;
}

* html h2 {
	margin-top:0;
}

a:link, a:visited{
	color:#CB5200;
	text-decoration:none;
}

a:active, a:hover{
	color:#E77802;
	text-decoration:underline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ir {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:0 center;
}


p{
	margin-bottom:9px;
}

body {
	font-family:Arial;
	background:url(../images/main_bg.jpg) center top repeat-y;
	height:100%;
}

#site {
	width:960px;
	margin:0 auto;
	padding:1px 0 0 0;
	min-height:100%;
	position:relative;
}

#header {
	width:860px;
	height:429px;
	margin:15px auto;
	padding:1px 0 0 0;
	background:url(../images/header_bg.jpg) left top no-repeat;
}

#header a#logo {
	display:block;
	width:380px;
	height:210px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}

#header ul {
	text-align:center;
	margin:401px auto 0 auto;
	padding:0 0 0 10px;
}

#header ul li {
	display:inline;
}

#header ul li a {
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	text-transform:none;
	letter-spacing:0.06em;
	font-size:18px;
	color:black;
	margin:0 9px;
}

#header ul li a:hover {
	color:#006060;
}

#content {
	width:860px;
	margin:0 auto;
	background:url(../images/sidebar_bg.gif) 660px top repeat-y;
	padding:0 0 65px 0;
}

.content_header {
	width:860px;
	height:65px;
	background:url(../images/h1_bg.jpg) top left no-repeat;
}

.content_header h1 {
	background-repeat:no-repeat;
	background-position:10px center;
	text-indent:-9999px;
	overflow:none;
	height:65px;
}

#content .main {
	width:650px;
	float:left;
	padding:10px;
	line-height:1.4em;
}

#content .main h2 {
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:-0.06em;
}

#content .side {
	width:180px;
	float:right;
}

#content .side .side_header, #content .side_header h2 {
	width:174px;
	height:45px;
}

#content .side .side_header {
	background:url(../images/sidebar_header_bg.jpg) top left no-repeat;
	margin:5px 0 10px 0;
	clear:both;
}

#footer {
	clear:both;
	width:860px;
	height:65px;
	margin:20px auto;
	background:url(../images/footer_bg.jpg) left center no-repeat;
}
.NewsItem{
	margin-bottom:14px;
}
.FormButton{
	background-color:#DB9F7D;
	font-weight:bold;
}
#ShowsTable td{
	font-size:0.75em;
	padding:8px;
}
.TableRowOdd{
	background-color:#DAD2D0;
	background-color:#EDE0D8;

}
th{
	text-align:left;
	background-color:#DAD2D0;
	padding:4px 4px 4px 8px;
}

.GalleryDetails{
	display:block;
	padding:8px;
}
.GalleryImageHolder{
	float:left;
}
.GalleryDetailsHolder{
	float:left;
}
.VideoThumb{
	margin-right:16px;
}
#Album td{
	font-size:0.9em;
	padding:8px;
}
.PressSource{
	font-style:italic;
	font-weight:bold;
	font-size:0.9em;

}


.social-icons {
	float:left;
	margin:10px 0;
}

.social-icons a {
	display:block;
	float:left;
	margin:6px 4px 2px 0;
}