/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #FFFFFF;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4D4D;
}


p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #B01111;
}
blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

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

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

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 940px;
	height: 91px;
    margin: 0 auto;
}

/* Logo */

#logo {
	width: 940px;
	height: 76px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	background: url(images/img01.jpg) no-repeat left top;
	position: relative;
}
.logo {
	position: absolute;
	top: 0px;
	right: 35px;

}

#logo h1 {
	margin: 0;
	padding: 0;
}

#logo h2 {
	margin: 5px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

#logo a {
	text-decoration: none;
	color: #F0F0F0;
}

/* Menu */

#menu {
	width: 940px;
	height: 60px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 0px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: #FFFFFF;
	color: #110404;
}

#splash {
	width: 940px;
	height: 299px;
	margin: 0 auto;
}

/* Search */

#header-search {
	width: 940px;
	height: 5px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
}
#header-search p{
	float: right;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#page-bgtop {
	padding: 0px 0px 0px 20px;
}
/* GalleryPage */
#gallery {
	float: left;
	width: 900px;
	padding-top: 30px;
}
.galleryimg {
	float: left;
	margin: 0px 3px 0px 3px;
}
/* Content */

#content {
	float: left;
	width: 580px;
	padding-top: 30px;
}

.post {
	margin: 0px 0px 30px 0px;
	background: url(images/img06.gif) repeat-x left bottom;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #B01111;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.post .entry {
	padding: 10px 0px;
}

.post img {
	float: left;
	padding: 15px 0px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin: 20px 0px;
	padding: 10px 30px 30px 30px;
	background: #FFFFFF;
	border-left: 4px double #B01111;

}

#greentab {
	margin-bottom: 10px;
}	

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 25px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px 9px 0px;
	border: none;
	background: url(images/img06.gif) repeat-x left bottom;
	border-bottom: 1px solid #171717;
	text-align: justify;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: bold;
	color: #B01111;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #4D4D4D;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0px;
	background: url(images/img02.gif) repeat left top;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

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

.schedule {
	display: block;
	margin: 10px;
}

.post .entry a .schedule {
	margin: 10px;
	display: block;
}
.post .entry p .botbsponsors {
	display: block;
	margin-right: 390px;
}

