body {
	background:url('../imgs/body_bg.jpg') top center;
	text-align:center;
	color:#FFF;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:100%;
	padding:0px;
	margin:0px;
}

/* -------------------------------------------------------------- typography.css * Sets up some sensible default typography. * Based on the typography.css portion of Blueprint CSS @ http://blueprintcss.org/ -------------------------------------------------------------- */ /* Default font settings. The font-size percentage is of 16px. (1 * 16px ~ 16px) ------------------------------------------------ */ 
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #FFF; font-variant:small-caps;} 
h1 { font-size: 2em; line-height: 1; margin-bottom: 0; } 
h2 { font-size: 1.5em; margin-bottom: 0.75em; } 
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; } 
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; } 
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; } 
h6 { font-size: 1em; font-weight: bold; } 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; } 
/* Text elements -------------------------------------------------------------- */ 
p { margin: 0 0 1.5em; } 
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } 
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; } 
a:focus, a:hover { color: #000; } 
a { color: #BF694D; text-decoration: underline; } 
blockquote { margin: 1.5em; color: #666; font-style: italic; } 
strong { font-weight: bold; } 
em,dfn { font-style: italic; } 
dfn { font-weight: bold; } 
sup, sub { line-height: 0; } 
abbr, acronym { border-bottom: 1px dotted #666; } 
address { margin: 0 0 1.5em; font-style: italic; } 
del { color:#666; } 
pre { margin: 1.5em 0; white-space: pre; } 
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 
/* Lists -------------------------------------------------------------- */ 
li ul, li ol { margin:0 1.5em; } 
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; } 
ol { list-style-type: decimal; } 
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; } 
dd { margin-left: 1.5em;} 
/* Tables -------------------------------------------------------------- */ 
table { margin-bottom: 1.4em; width:100%; } 
th { font-weight: bold; } 
thead th { background: #c3d9ff; } 
th,td,caption { padding: 4px 10px 4px 5px; } 
tr.even td { background: #e5ecf9; } 
tfoot { font-style: italic; } 
caption { background: #eee; } 
/* Misc classes -------------------------------------------------------------- */ 
.small { font-size: .8em; } 
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; } 
.hide { display: none; } 
.quiet { color: #666; } 
.loud { color: #000; } 
.highlight { background:#ff0; } 
.added { background:#060; color: #fff; } 
.removed { background:#900; color: #fff; } 
.first { margin-left:0; padding-left:0; } 
.last { margin-right:0; padding-right:0; } 
.top { margin-top:0; padding-top:0; } 
.bottom { margin-bottom:0; padding-bottom:0; }

#masthead {
	background:url('../imgs/frame_back.png') no-repeat transparent;
	text-align:left;
	height:381px;
}

#kemoogirls {
	width:371px;
	height:381px;	
	display:inline;
	float:left;
	z-index:1;
}

#logo {
	position:relative;
	margin: 0 0 0 485px;
	padding-top: 95px;
}

#nav {
	height: 40px;
	margin: 25px 0 0 385px;
	
}

#nav ul{
	padding:0;
	list-style-type:none;
}

#nav li {
}

#nav a {
	font-weight:bold;
	text-align:center;
	display:block;
	float:left;
	margin:0 0 0 28px;
	font-size:1.3em;
	color:#BB9944;
	height:80px;
	text-transform:uppercase;
	text-decoration:none;
}

#nav a:hover {
	background: url('../imgs/nav_cap.png') no-repeat bottom;
	color:#FFF;
}

#nav .selected {
	background: url('../imgs/nav_cap.png') no-repeat bottom;
}
#container {
	width:980px;
	margin:0 auto;
	text-align:center;
}
#content { 
	
	background: url('../imgs/elem_bg.jpg');
	padding:10px;
	margin:0 15px 0 15px;
	text-align:left;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
}

#latest { margin-top:10px; }

#venues img {padding:0; margin:0; border:0;}

/********* Layouts **************/
.element {
	display:inline;
	float:left;
	margin-right:10px;
}

.element h1 { 
	padding:10px;
}

.inner {
	background:#740009;
	padding:10px;
	height:100%;
}

.last_elem {
	margin-right:0;
}

/*********** 3 column  ************/

.three_column .element {
	width:302px !important;
	overflow:hidden;
}

.three_column h1 {
	text-align:center;
}

.three_column .inner {
	height:200px;
	overflow:auto;
}

.inner .over_hide {
	overflow:hidden !important;
}

/*********** 2 Columns ************/
.two_column .side {
	width:240px;
}

.side ul {
	list-style-type:none;
	margin:0;
	padding:0	;
}

.two_column .main {
	width:676px;
}

/*********** 1 Columns ************/
.no_column .element {
	width:926px;
}

/*********** End Layouts ************/

#footer {
	width:946px;
	margin:0 15px 0 15px;
	text-align:left;
	background:url('../imgs/footer_bg.png') no-repeat right top;
	clear:both;
	height:150px;
}

.photo-gallery {
	text-align:center;
	width:300px;
	margin-top:-1px;
	margin-right:-1px;
	display:inline;
	float:left;
	border:1px solid #000;
}
.photo-gallery h2 {
}

.gallery-details{
	text-align:left;
	padding:10px;
}

.gallery-photo {
	float:left;
	display:inline;
	padding:10px;
}

/***************** Table Calendar ********/
.month_calendar {
	
}
.month_calendar .month_date {
	font-size:16px;
}

.month_calendar th{
	width:100px;
	text-align:center;
}

.month_calendar td {
	color:#000;
	font-size:12px;
	background:#e1e1e1;
	vertical-align:top;
	width:100px;
	height:130px;
	padding:5px;
}
.month_calendar td.not_in_month {
	background:#FFF;
}

.month_calendar ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.month_calendar li {
	color:#FFF;
	background:#740009;
	margin-bottom:3px;
	padding:3px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	
}
