/* Import Blueprint's screen styles */
@import url(blueprint/compressed/screen.css);

/* Import structure for menu -- DO NOT MODIFY */
/* If you need to style the menu, you should add those styles in this screen.css file */
@import url(lib/main-menu.css);

/* Uncomment the line below for helpful debugging CSS */
/*@import url(lib/debug.css);*/

@import url(reset.css);

/*
	Font-size reference.  Calcuate with: pixel_size / 12
		9px		: 0.75em
		10px	: 0.8333em
		11px	: 0.9167em
		12px	: 1.0em
		13px	: 1.0833em
		14px	: 1.1667em
		15px	: 1.25em
		16px	: 1.3333em
		17px	: 1.4167em
		18px	: 1.5em
		19px	: 1.5833em
		20px	: 1.6667em
		21px	: 1.75em
		22px	: 1.8333em
		23px	: 1.9167em
		24px	: 2.0em
		25px	: 2.0833em
		26px	: 2.1667em
		27px	: 2.25em
		28px	: 2.3333em
		29px	: 2.4167em
		30px	: 2.5em
		31px	: 2.5833em
		32px	: 2.6667em
*/

/* main menu */


#main-menu li{
	float: left;
}

/* Menu item hover */
#main-menu li a {
	padding: .1em .5em;
	background: transparent;
	margin-right: 1px;
	text-align: right;
	color: #c18d00;
	font-weight:normal;
}

/* Current Main item */
#main-menu li a.current {
	background: transparent;
	color: #000;
}

/* Menu item hover */
#main-menu li a:hover {
	background: transparent;
	color: #000;
}

/* Submenu item */
#main-menu li li a {
	background: #def;
}

/* Current Submenu item */
#main-menu li li a.current {
	background: transparent;
}

/* Submenu item hover */
#main-menu li li a:hover {
	background: #cde;
}

body {
	background: #ffffef url(../img/new-faunts-bg.gif) no-repeat top left;
	margin: 0em 0;
	font: .785em "Lucida Grande", lucida, verdana, sans-serif;
}

a {
	color:#ffa34d;
	font-weight: bold;
	text-decoration: underline;
}

p {
	margin:1.5em 0;
	padding:0;
	color: #444;
}

#header {
	margin-top:106px;
	padding-top:20px;
}

#header h1 {
	width:120px;
	float:left;
}

#header h1 a{
	display: block;
	text-indent: -9999px;
	height: 30px;
	width:120px;
	
}

#nav {
	margin: 10px 0 0 0;
	float:right;
}

#content{
	margin-top:50px;
}

/* homepage styles */
#homepage {
	float:left;
	padding-top:20px;
}
#homepage h2 {
	background: transparent url(../img/title.gif) no-repeat 0px 20px;
	display:block;
	text-indent: -9999px;
	height: 60px;
}
#homepage h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom:0.9em;
	letter-spacing: -1px;
}
#homepage p {
	line-height:0.9em;
	margin: 8px 0;
	padding:0;
}
/* */

#main_content {
	float:left;
}
#main_content h2, #events h2, #news_body h2, #gallery_content h2 {
	font-size:2.4em;
	font-weight:bold;
	font-style:oblique;
	letter-spacing:-1px;
	color:#975e20;
	margin: 1em 0;
}

#events {
	float:left;
}
#events .event_start {
	float:left;
	margin: 0 10px 10px 0;
	background-color: #eeeedd;
	padding: 10px;
	width:190px;
}
.event_start p.the_date {
	font-weight: bold;
	font-size:1.05em;
	margin:2px 0;	
	letter-spacing:-1px;
}
.event_start .the_time {
	font-style: oblique;
	font-weight: normal;
	letter-spacing:-1px;
}
.event_start .the_name {
	font-weight: bold;
	font-size:1.25em;
	letter-spacing:-1px;
	border-bottom: 1px dotted #999;	
	color:#f28445;
}
#events .event_detail {
	float:left;
	margin: 0 10px 10px 0;
	background-color: #f3f3f3;
	padding: 10px;
	width: 440px;
	font-size:.925em;
}
.event_detail p {
	margin:2px 0;
	font-weight:bold;
}

#gallery_content img {
	width: 75px;
	float: left;
	margin: 0 15px 10px 0;
	border: 5px solid #eeeedd;
}

#sub_content {
	float:right;
	margin-top:55px;
} 

#sub_content img {
	border: 5px solid #eeeedd;
	margin: 0 5px 20px 0;
}

#disco h2 {
	font-size: 1.1em;
	letter-spacing: 2px;
	margin-bottom:15px;
	background-color: #eeeedd;
	padding: 2px 4px;
}

#disco p {
	font-size:.9em;
	margin:.9em 0;
}

#disco strong {
	font-weight:bold;
	font-style: oblique;
}

#disco img {
	float: left;
	border: 5px solid #eeeedd;
	margin: 0 15px 5px 0;
	width:60px;
	/*clear: both;*/
}

#cd_cover {
	float:right;
}
#cd_cover img {
	border:4px solid #fff;
}

#news_body h3 {
	font-size: 1.5em;
	letter-spacing: -1px;
	border-bottom: 1px dotted #999;
	margin: 10px 0 4px 0;
}
#news_body h4 {
	font-size: 1em;
	font-style:oblique;
	letter-spacing: 1px;
	text-transform: lowercase;
	color:#f28445;
}
#news_body p {
	font-size:.925em;
	color:#555;
}
#news_body .paginate {
	background-color: #eeeedd;
	padding:10px;
	
}

#footer {
	margin-top:15px;
	padding-top: 15px;
	background: transparent url(../img/footerline.gif) no-repeat 115px 0px;
	font-size: 0.825em;
	clear:both;
}

/*** horizontal line rules ***/

hr.line {
	clear:both;
	margin:0;
	background: transparent;
	border:0;
	border-top:1px solid #acc6dc;
}

hr.breaker {
	clear:both;
	margin:0;
	background: transparent;
	border:1px solid transparent;
}


