/* main selectoros */
body {
	margin: 0;
	padding: 0;
	background: #A21408;
	font: 13px/22px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #000;
	min-width: 960px;
}

a {
	color: #CC0000;
	text-decoration: none;
}

div.text a {
	color: #FFE96F;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0 0 16px 0;
	margin: 0;
}

blockquote {

}

p.category {
	font: italic 20px/22px Georgia, 'Times New Roman', Times, serif;
	color: #E01200;
	padding: 0;
}

p.category a {
	color: #E01200;
}

p.date {
	font-size: 12px;
}

ul, ol {
	margin: 0 0 0 20px;
	padding: 0 0 16px 0;
}

img {
	border: none;
}

div.right {
	float: right;
height: 184px;
width: 275px;
	margin: 8px 0px 5px 10px;
}

div.slideshow {
margin: 10px auto 20px auto;
display: block;
width: 275px;
text-align: center;
}

div.slideshow img {
border: 1px solid #16181F;
}

.imageleft img,
.imagecenter img,
imageright img {
border: 1px solid #000000;
padding: 5px;
background: #FFFFFF;
}

.imageleft {
float: left;
margin-right: 10px;
}

.imageright {
float: right;
margin-left: 10px;
}

.imagecenter{
margin: 10px auto 0px auto;
display: block;
}


div.right img {
border: 1px solid #FFFFFF;
}

div.text img {
/*	border: 1px solid #FFF;*/
}

div.text ul.sub li {
margin-bottom: 10px;
font-size: 12px;
color: #D0D4C6;
line-height: 150%;
}

h1 {
	margin: 0 0 -10px 0;
	position: relative;
	padding: 0 0 0 18px;
	font-size: 30px;
	line-height: 30px;
	color: #FAE03F;
	font-weight: normal;
}

h2 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 24px;
	font-weight: normal;
}

strong.head {
	display: block;
	padding-bottom: 12px;
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
}

h1 span,
h2 span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 0px;
}

h1 img,
h2 img {
	display: block;
	border: none;
}

div.text {
	padding: 12px 12px 12px 12px;
	color: #FFF;
}

div.layout {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div.layout:after {
	content: ".";
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}

form {
	margin: 0;
	padding: 0;
}

input.text {
	margin: 0;
	padding: 2px 4px;
	font: 13px/22px 'Trebuchet Ms', Trebuchet, sans-serif;
	border: 1px solid #FFCC00;
	background-color: #FFF;
	color: #000;
}

/* header section */
#header {
	background: #FCE546 url(./images/background-header.jpg) repeat-x;
	width: 100%;
	position: relative;
	z-index: 8;
}

#header div.layout {
	height: 216px;
	position: relative;
	z-index: 4;
}

div.header-bg {
	position: absolute;
	top: 188px;
	left: 0;
	width: 100%;
	height: 28px;
	overflow: hidden;
	z-index: 2;
	background: #FFF url(./images/background-navigation.jpg) repeat-x;
}

#header a.girl {
	position: absolute;
	z-index: 3;
	top: 5px;
	left: 0;
}

#header img {
	border: none;
	display: block;
}

#header img.mirror {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

#header cite {
	position: absolute;
	top: 145px;
	left: 410px;
	width: 380px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
        font-weight: bold;
}

/* logo section */
strong.logo {
	position: absolute;
	top: 0;
	left: 240px;
	z-index: 4;
}

strong.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(./images/logo.png) no-repeat;
	width: 557px;
	height: 140px;
}

/* header navigation section */
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 188px;
	left: 165px;
	height: 28px;
	overflow: hidden;
	z-index: 5;
	list-style: none;
}

#header ul li {
	float: left;
	padding-left: 30px;
}

#header ul li a {
	float: left;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#header ul li.home a {width: 56px;background-image: url(./images/navigation-home.gif);}
#header ul li.shop a {width: 85px;background-image: url(./images/navigation-shop.gif);}
#header ul li.bar a {width: 75px;background-image: url(./images/navigation-bar.gif);}
#header ul li.log a {width: 105px;background-image: url(./images/navigation-log.gif);}
#header ul li.events a {width: 73px;background-image: url(./images/navigation-events.gif);}
#header ul li.about a {width: 65px;background-image: url(./images/navigation-about.gif);}
#header ul li.contact a {width: 90px;background-image: url(./images/navigation-contact.gif);}

#header ul li a:hover,
#header ul li.active a {
	background-position: 0 -28px;
}

/* footer section */
#footer {
	width: 100%;
	position: relative;
	z-index: 7;
	background: #090909 url(./images/background-footer.gif) repeat-x bottom left;
}

#footer div.layout {
	padding: 15px 0 50px 0;
}

#footer ul {
	margin: 0;
	padding: 0 0 0 75px;
	list-style: none;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	color: #CC9933;
}

#footer ul li {
	display: inline;
	padding: 0 6px 0 12px;
	background: url(./images/bullet-footer.gif) no-repeat 0 6px;
}

#footer ul li:first-child {
	padding-left: 0;
	background: none;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer img.icon {
	position: absolute;
	left: 5px;
	top: -130px;
}

/* content section */
#content {
	width: 100%;
	position: relative;
	z-index: 5;
	background: #AC170A url(./images/background-content.jpg) repeat;
}

div.content-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 50px;
	width: 100%;
	background: url(./images/background-content.png) repeat-x;
}

#content div.layout {
	width: 932px;
	padding: 30px 14px 86px 14px;
}

#main {
	width: 548px;
	float: left;
	padding-top: 14px;
}

/* main biox section */

div.main-t,
div.main-b {
	width: 100%;
	height: 14px;
	overflow: hidden;
	background: url(./images/background-main.gif) no-repeat;
}

div.main-inner {
	background-color: #8B0B00;
	padding: 0 12px;
	width: 524px;
}

div.main-b {
	background-position: 0 -14px;
}

/* article box section */
div.article {
	background: #FEFDFB url(./images/marble.jpg) repeat;
	width: 524px;
}

div.article-t,
div.article-b {
	width: 100%;
	height: 18px;
	overflow: hidden;
	background: url(./images/article-tb.gif) no-repeat;
}

div.article-b {
	background-position: 0 -18px;
}

div.article-inner {
	background: url(./images/article-inner.gif) repeat-y;
	padding: 0 24px;
	width: 476px;
	overflow: hidden;
}

div.article div.head,
div.article div.body {
	width: 100%;
	overflow: hidden;
}

div.body {
	padding-bottom: 6px;
margin-bottom: 15px;
}

#sidebar {
	width: 360px;
	float: right;
}

/* sidebar boxes section */


/* contact box section */
div.contact a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 263px;
	height: 114px;
	background: url(./images/headlines/contact.png) no-repeat;
	margin: 0 auto;
}

/* subscribe box section */
div.subscribe {
	margin-bottom: 25px;
	font-size: 12px;
}

div.subscribe-t,
div.subscribe-b {
	width: 100%;
	height: 16px;
	overflow: hidden;
	background: url(./images/background-subscribe.gif) no-repeat;
}

div.subscribe-b {
	background-position: 0 -16px;
}

div.subscribe-inner {
	background-color: #F1CB3E;
	padding: 2px 18px;
	width: 324px;
	overflow: hidden;
}

div.subscribe strong.head {
	height: 22px;
	width: 294px;
	background: url(./images/headlines/subscribe.gif) no-repeat;
}

div.subscribe p.links {
	padding: 0;
}

div.subscribe p.field {
	width: 100%;
	overflow: hidden;
	padding-bottom: 4px;
}

div.subscribe input.text {
	width: 246px;
	float: left;
}

div.subscribe input.submit {
	width: 67px;
	height: 24px;
	float: left;
	margin: 0;
}

/* chalkboard box section */
div.chalkboard {
	margin-bottom: 20px;
}

div.chalkboard-bg {
	background: #202228 url(./images/chalkboard-bg.gif) repeat-y;
}

div.chalkboard-t {
	height: 20px;
	overflow: hidden;
	background: url(./images/chalkboard-top.gif) no-repeat;
}

div.chalkboard-b {
	height: 15px;
	overflow: hidden;
	background: url(./images/chalkboard-bottom.gif) no-repeat;
}

div.chalkboard-inner {
	background: url(./images/chalkboard-inner.jpg) no-repeat;
	min-height: 205px;
	font-size: 16px;
	text-align: left;
	padding: 0 30px;
	overflow: hidden;
}


* html div.chalkboard-inner {
	height: 205px;
	overflow: visible;
}

div.chalkboard img.icon {
	display: block;
	margin-bottom: -3px;
	position: relative;
}

div.chalkboard strong.head {
	width: 154px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 4px;
	background: url(./images/headlines/chalkboard.gif) no-repeat;
}

div.chalkboard div.col {
	width: 150px;
	float: left;
}

div.chalkboard a {
	color: #CACBCC;
}

div.chalkboard em.head {
	display: block;
	color: #FCE344;
	font-style: normal;
	padding-bottom: 6px;
}

div.chalkboard ul {
	margin: 0;
	list-style: none;
}

div.info {
margin-top: -20px;
}

div.map {
margin: 20px auto;
width: 275px;
}

div.map iframe {
border: 1px solid #000000;
}

.form input,
.form textarea {
	background: #FEFDFB url(./images/marble.jpg) repeat;
border: 1px solid #000000;
	font: 13px/22px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #000;
}

.dropdown option,
.dropdown select {
background: #8B0B00;
border: 1px solid #000000;
	font: 12px/22px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #FFFFFF;
}

.dropdown form {
margin-bottom: 5px;
}

div.dropdown{
display: block;
margin: 20px 30px;
}

div.feedicon {
width: 20px;
float: right;
}

div.catheading {
float: left;
width: 400px;
font-size: 12px;
color: #A6160B;
font-style: italic;
margin-bottom: 20px;
}

ul#twitter_update_list {
margin: 10px 0px;
}

ul#twitter_update_list li {
list-style: none;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px dotted #CCCCCC;
line-height: 18px;
font-size: 12px;
}

#twitter_div {
background: #FFFFFF;
padding: 10px;
border: 1px solid #CCCCCC;
font-size: 12px;
}


#twitter_div2 ul#twitter_update_list {
margin: 10px 0px;

}

#twitter_div2 ul#twitter_update_list li {
list-style: none;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #8B0B00;
line-height: 18px;
font-size: 12px;
color: #FFFFFF;
}

#twitter_div2 {
background: #A5150A;
padding: 10px;
border: 1px solid #8B0B00;
font-size: 12px;
width: 300px;
margin: 20px auto;
}

#twitter_div2 a {
color: #000000;
}