/* Colors ------------

Yellow : #ffd204


*/
/*-------------------------------------- Body & Wrapper ---------------------------------------*/
body {
	background: #E0E0E0;
	text-align: center;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background: #FFF;
}
body, input, textarea {
	color: #666;
	font: 14px MS Sans Serif, Geneva, sans-serif;
	line-height: 18px;
}
.clear-all {
	clear: both;
}
#content a, #primary a {
	color: #333;
}
#content a:hover, #primary a:hover {
	background: #FFEC96;
}
a img, img a {
	border: none;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
/*-------------------------------------- Header Section ---------------------------------------*/
#masthead {
	background: #000;
	height: 210px;
}
#site-title {
	margin: 0;
	padding: 0;
	font-size: 200%;
	height: 56px;
	width: 544px;
	background: url('images/courage.gif') top left no-repeat;
	position: relative;
	top: 50px;
	left: 25px;
}
#site-title span {
	margin-left: -5000px;
}
#site-title a {
	color: #ffd204;
	text-decoration: none;
}
#site-title a:hover {
	background: none;
}
#site-description {
	font-weight: normal;
	font-style: italic;
	font-size: 120%;
	color: #CCC;
	padding: 0;
	margin: 0;
	height: 56px;
	width: 544px;
	background: url('images/summary.gif') top left no-repeat;
	position: relative;
	top: 50px;
	left: 25px;
}
#site-description span {
	margin-left: -5000px;
}
#masthead img {
	float: right;
	padding-right: 60px;
	padding-top: 20px;
}
/*-------------------------------------- Nav ---------------------------------------*/
#nav {
	height: 40px;
	background: #ffd204;
}
.menu {
	height: 35px;
	background: #c2c2c0;
}
.menu ul {
	padding: 0 0 0 0;
	height: 35px;
	margin: 0;
	list-style: none;
	background: 
}
.menu li {
	float: left;
}
.menu li a {
	display: block;
	font-size: 120%;
	padding: 10px 2em;
	margin: 0;
	color: #000;
	letter-spacing: .15em;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover {
	background: none;
	color: #000;
	border-bottom: 2px solid #000;
}
/*-------------------------------------- Sidebar ---------------------------------------*/
#primary {
	width: 250px;
	float: right;
	margin: 10px 10px 0 0;
}
#primary a.anchor-img {
	border: none;
	outline: none;
	padding: 0 1em 0 0;
	margin: 0;
}
#primary a.anchor-img:hover {
	border: none;
	background: transparent;
	outline: none;
}
#primary .xoxo {
	list-style-image: url('/wp-content/themes/kirby/images/square.gif');
	list-style-type: square;
}
#primary .xoxo li ul {
	list-style-image: none;
	list-style-type: square;
}
#primary h3.widget-title {
	margin-bottom: 4px;
	padding-bottom: 0;
	padding-top: 12px;
}
/*-------------------------------------- Main Content ---------------------------------------*/
#content {
	margin-right: 280px;
	padding: 0 0 0 33px;
	clear: left;
}
#nav-above {
	height: 25px;
	padding-top: 10px;
}
#nav-above .nav-next {
	float: right;
}
#nav-above .nav-previous {
	float: left;
}
#nav-below {
	display: none;
}
.entry-title {
	font-size: 125%;
	padding: 5px 5px 5px 0;
}
.even {
	background: #FCF0B8;
}
.even, .odd {
	padding: .25em;
}
.entry-meta {
	margin-top: -5px;
	font-size: 85%;
	font-style: italic;
}
.entry-avatar {
	display: none;
}
.entry-content {
	margin-bottom: 65px;
}
/*-------------------------------------- Page Specific ---------------------------------------*/
#primary a.no-bg:hover, #content a.no-bg:hover {
	background: none;
}
#content .give-box {
	border: 1px solid #ffd204;
	padding: .5em .25em;
	background: #EEE;
	margin: .75em 0;
}
.give-box p {
	margin-top: .25em;
	padding-top: 0;
	margin-bottom: .25em;
	padding-bottom: 0;
}
#shirts li {
	padding: .5em 0;
}
/*-------------------------------------- Concert Page ---------------------------------------*/
#concert ul {
	margin: 0;
	padding: 0;
}
#concert ul li {
	list-style: none;
	padding: .25em 0;
	margin: 0;
}
#concert_head {
	margin-top: 25px;
	height: 25px;
	width: 690px;
	background: #FFF url('images/CTCC-type.gif') top left no-repeat;
}
#concert_head span {
	position: absolute;
	top: -1000px;
	left: -4000px;
}

/*-------------------------------------- Footer ---------------------------------------*/
#footer {
	clear: right;
	background: #000;
	border-top: 5px solid #ffd204;;
	margin-top: 20px;
	color: #c2c2c0;
	height: 45px;
}
#footer a img {
	border: none;
	outline: none;
	background: none;
}
#footer a:hover {
	background: none;
}
#footer #site-generator {
	float: right;
	padding: .5em 12px 0 0;
}
#sponsors span.sponsor-text {
	display: block;
	float: left;
	margin: 1em 0 0 1em;
	font-weight: bold;
}
#footer #fight {
	margin-top: 12px;
	padding-left: 12px;
}