/*   
Theme Name: RVSQ
Author: Jascha Ephraim
Author URI: http://jaschaephraim.com/
*/

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

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


h2 {
	margin-bottom: 25px;
	font-size: 30pt;
	font-family: "Gill Sans Light", Arial, Helvetica, sans-serif;
	color: #633D78;
	line-height: 30pt;
}

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

p {
	margin-bottom: 15px;
}

a {
	color: #ad4056;
	text-decoration: none;
}

strong {
	font-weight: bold;
}




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

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




/* Wrapper */
div#wrapper {
	min-height:100%;
	position:relative;
}



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

div.wpmlwidget {
	margin-top: 80px;
}

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, Palatino, "New York", serif;
}

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

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

div#navigation a:hover {
	color: #FFF;
	border-bottom: 1px solid #C8CF77;
	border-top: 1px solid #C8CF77;
}

div#navigation li {
	float: left;
	margin-right: 15px;
}




/* 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: 550px;
}

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: 0 30px 10px 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;
}





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