@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	color:#F8F8F8;
	background-color: #000000;
	text-align: center;
}
#container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 100%;
	height: 82px;
	margin-top: 2px;
}
#footer {
	width: 100%;
	height: 40px;
	background-color: #000000;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	float: left;
}
#main {
	width: 700px;
	margin-left: auto;
	margin-right:auto;
	position: relative;
	display:block;
	float:left;
	margin-top: 0px;
}
.event_item {
	width: 160px;
	height: 200px;
	float:left;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 6px;
	background-color: #0F0F0F;
	text-align: center;
	vertical-align: middle;
}
.event_item img {
	margin-top:auto;
	margin-bottom: auto;
}
.album_item {
	width: 140px;
	height: 150px;
	float:left;
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
	background-color: #0F0F0F;
	text-align: center;
	vertical-align: middle;
}
.album_item img {
	margin-top:auto;
	margin-bottom: auto;
}
#rightside {
	width: 240px;
	height: 400px;
	margin-left: 10px;
	margin-right:0px;
	position: relative;
	display:block;
	float:left;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(/rightsideback.gif);
}
#rightside h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #EFEFEF;
	height: 26px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#rightside ul, #rightside ul ol {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#rightside ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}
/* End Entry Lists */
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #E3832B;
	text-decoration: none;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.pagination {
	padding: 2px;
}
.pagination ul {
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 14px;
}
.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}
.pagination a, .pagination a:visited {
	padding: 1px 3px;
	border: 0px solid #9aafe5;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #1F1F1F;
}
.pagination a:hover, .pagination a:active {
	border: 0px solid #2b66a5;
	color: #FFFFFF;
	background-color: #666666;
}
.pagination a.currentpage {
	background-color: #003366;
	color: #CCCCCC !important;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	cursor: default;
	color: #333333;
	border-color: #929292;
	font-weight: normal !important;
	background-color: #000000;
}
