/*   
Theme Name: RVSQ Mad Dog
Author: Jascha Ephraim modified by Mad Dog
Author URI: http://jaschaephraim.com/
*/

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #555;
	background: #AA1800 url("images/bg_body.png") repeat-y center top;
	height: 100%;
}


h2 {
	margin-bottom: 25px;
	font-size: 24pt;
	font-family: "opera", Arial, Helvetica, sans-serif;
	color: #002B74;
	line-height: 30pt;
}

h3 {
	font-family: Georgia, Palatino, "New York", serif;
	font-size: 17px;
	line-height: 26px;
	color: #AA1800;
}

h4 {
	font-family: "opera", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	color: #AA1800;
}

h5 {
	font-family: Georgia, Palatino, "New York", serif;
	font-size: 17px;
	line-height: 26px;
	color: #002B74;
}


p {
	margin-bottom: 15px;
}

a:link, a:visited {
	color: #AA1800;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

strong {
	font-weight: bold;
}




/* Background */
div#background {
	position: absolute;
	width: 1000px;
	height: 900px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	background-position: 0 300px;
}

div#background_image {
	width: 1000px;
	height: 300px;
	background: transparent url("images/header-photo.jpg") no-repeat scroll top left;
}




/* Wrapper */
div#wrapper {
	min-height:100%;
	position:relative;
	background-image: url(images/logo-sticker-250.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}



/* Header */
div#header{
	height: 300px;
}

div.wpmlwidget {
	margin-top: 20px;
	margin-bottom: 200px;
}

div.wpmlwidget fieldset {
	margin-bottom: 3px;
}

div.wpmlwidget label {
	display: none;
}

div.wpmlwidget input.widefat, div.wpmlwidget input.button {
	border: 1px solid #CCC;
}

div.wpmlwidget input.button {
	background: #FFE;
	cursor: pointer;
	color: #777;
}

div.wpmlwidget input.button:hover {
	color: #034;
}

p.wpmlaknowledgement {
	background: #FFE;
	color: #777;
	padding: 0 10px;
}

div#player {
	margin-top: 479px;
	height: 1px;
	visibility: hidden;
}

div#controls div {
	color: #FFF;
	float: right;
	width: 40px;
	height: 40px;
	display: block;
	background: transparent url("images/player-buttons.png") no-repeat top left;
	cursor: pointer;
}

div#controls div:hover {
	background: transparent url("images/player-buttons.png") no-repeat top right;
}

div#controls div.pause {
	background: transparent url("images/player-buttons.png") no-repeat bottom left;
}

div#controls div.pause:hover {
	background: transparent url("images/player-buttons.png") no-repeat bottom right;
}

div#playlist_wrapper {
	margin-top: 450px;
}

div#scrollbar {
	float: left;
}

div.prevPage, div.nextPage {
	width: 15px;
	height: 15px;
}

div.prevPage {
	background: transparent url("images/scrollbar-buttons.png") no-repeat top left;
	margin-bottom: 40px;
}

div.prevPage:hover {
	background: transparent url("images/scrollbar-buttons.png") no-repeat top right;
}

div.nextPage {
	background: transparent url("images/scrollbar-buttons.png") no-repeat bottom left;
}

div.nextPage:hover {
	background: transparent url("images/scrollbar-buttons.png") no-repeat bottom right;
}

div.disabled {
	visibility: hidden;
	cursor: default;
}

div#playlist {
	position: relative;
	overflow: hidden;
	height: 70px;
	font-size: 12px;
	line-height: 12px;
	margin-left: 17px;
}

div#playlist a {
	display: block;
	color: #B5BE66;
	padding: 5px 0 0 5px;
	margin-bottom: 2px;
	height: 17px;
	background: transparent url("images/darken-50.png") repeat scroll top left;
}

div#playlist a:hover, div#playlist a.paused {
	color: #EEDD55;
}

div#playlist a.playing {
	color: #FFFFFF;
}

div#tracks {
	position: absolute;
	width: 100%;
	height: 500px;
}



/* Navigation */
div#navigation {
	height: 30px;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.menu {
	margin-top: 5px;
}

div#navigation a {
	text-decoration: none;
	color: #FFEFE2;
	padding: 0 2px;
}

div#navigation a:hover {
	color: #AA1800;
}

div#navigation li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}





/* Calendar */
div.wide_column p {
	display: none;
}

div.wide_column h2 {
	margin: 30px 0 0 0;
}

table#calendar h3 {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

div.wide_column div#intro p {
	display: block;
}

div.calendar_wrapper {
	font-size: 12px;
	line-height: 14px;
}

table#calendar {
	width: 520px;
}

table#calendar p {
	display: block;
}

table#calendar td.calendar_description {
	padding-bottom: 20px;
}

div#content table#calendar img {
	margin: 5px 0 0 0;
}



/* Social links */
div#social_links {
	margin-bottom: 20px;
	padding: 10px;
	width: 280px;
	float: left;
	border: 1px solid #999;
}

div#social_links a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 9px;
}

a#email {
	background-image: url("images/email.png");
}

a#facebook {
	background-image: url("images/facebook.png");
}

a#twitter {
	background-image: url("images/twitter.png");
}

a#myspace {
	background-image: url("images/myspace.png");
}




/* Content */
div#content {
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

div#content img, div#content object {
	float: left;
	margin: 5px 10px 5px 0;
	clear: both;
}

div#content div.gallery img {
	margin: 0 0 10px 0;
	float: none;
}

div#intro {
	font-size: 14px;
}

a.pp_close {
	padding: 0 10px 0 0;
}

.donate {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	border: 1px dotted #666;
	margin-bottom: 10px;
}



/* Footer */
div#footer {
	text-align: right;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #DDD;
}

/* Gallery */
dl.gallery-item {
	font-size: 12px;
	line-height: normal;
}