body {
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 8pt;
	line-height:10.5pt;
	color: #282818;
	background-color: #f8c300;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin:0px auto;
}

h1,h2{
	font-family: Georgia, Times, Serif;
	font-size:12pt;
	color: #C82828;
}
h3,h4{
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 9pt;
	color: #C82828;
}
h1,h2,h3,h4 a{
	text-decoration:none;
}
a:link {
	color: #C82828;
	text-decoration: none;
}

a:visited {
	color: #CD6363;
	text-decoration: none;
}

a:hover {
	color: #7A1111;
	text-decoration: underline;
}

a:active {
	color: #C82828;
	text-decoration: underline;
}

a img {
	border: 0;
}

.cl {
	clear: both;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#branding {
	height: 180px;
}

#menu {
	background-color: #f8c300;
	height: 25px;
	font-size: 8pt;
	font-weight:bold;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 4px;
	border-right: 1px solid #000;
}

#menu li.last {
	border-right: 0;
}

#menu a:link {
	color: #000;
	text-decoration: none;
}

#menu a:visited {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
	text-decoration: none;
}

#menu a:active {
	color: #000;
	text-decoration: none;
}

#menu li.active a:link {
	color: #C82828;
	text-decoration: none;
}

#menu li.active a:visited {
	color: #C82828;
	text-decoration: none;
}

#menu li.active a:hover {
	color: #C82828;
	text-decoration: none;
}

#menu li.active a:active {
	color: #C82828;
	text-decoration: none;
}

#content {
	background-color: #fff;
	margin-top: 4px;
	padding: 15px;
	border-bottom:4px solid #29166f;
}

#pageContent {
	width: 558px;
	float: left;
}

#sponsor {
	float: right;
	width: 200px;
}

#sponsor h2 {
	display: none;
}

#footer {
	margin:0px auto;
	height:100px;
	padding-top:10px;
	background-color: #f8c300;
	background-image: url(images/footer_bg.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	text-align: center;
}

.artist_summary{
	margin-top:-14px;
	margin-left:220px;
}
#artist_pics{
	width:250px;
	float:left;
}
#artist_txt{
	width:290px;
	margin-left:10px;
	float:left;
}

.terms-inline {
   display: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	* height: 302px;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 39px;
	left: 50%;
	width: 500px;
	margin-left: -260px;
	padding: 20px;
	background-color: #EFFFBD;
	border: 1px solid #E3FE57;
	text-align: center;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('images/datatables/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('images/datatables/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('images/datatables/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('images/datatables/forward_enabled.jpg');
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
}

table.display thead th {
	padding: 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('images/datatables/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
	background: url('images/datatables/sort_desc.jpg') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.oddA {
	background-color: #ddffdd;
}

table.display tr.evenA {
	background-color: #eeffee;
}

table.display tr.oddC {
	background-color: #ddddff;
}

table.display tr.evenC {
	background-color: #eeeeff;
}

table.display tr.oddX {
	background-color: #ffdddd;
}

table.display tr.evenX {
	background-color: #ffeeee;
}

table.display tr.oddU {
	background-color: #ddd;
}

table.display tr.evenU {
	background-color: #eee;
}

#content ul.galleries .clear-block{
  background:none;
}
#content ul.galleries .thumb{
  width:110px;
  height:110px;
  float:left;
}
#content ul.galleries .description{
  width:320px;
  height:auto;
  float:left;
}
#content ul.galleries .count{
  border:none;
  padding:0px;
}
#content ul.galleries .last{
  border:none;
  padding:0px;
}

.submitted{
  display:none;
}