/* ============ OAKTREE SUSTAINER PAGE CUSTOM STYLES ============ */
/* ============ Author: Thomas Bland thomas@thomasbland.com.au ============ */

/* ============ ROTATING BANNER ============ */

div#sustainer_banner {
	height: 250px;
	margin-top: -20px;
}

/* ============ CUSTOM TEXT ============ */

p.pulltext {
	font-size: 1.4em;
}

a.signup, a#master_submit {
	margin: 0 auto;
	margin-bottom: 24px;
	display: block;
	height: 132px;
	width: 200px;
	background: url(http://www.theoaktree.org/wp-content/themes/bigfeature/images/sign-up.png);
	text-indent: -9999px;
}

a.signup:hover, a#master_submit:hover { 	
	background-position: 0 -132px;
}


/* ============ ENTRY POINTS ============ */

div.threecol {
	float: left;
	width: 292px;
	border-right: 1px solid #ccc;
	padding: 0px 20px;
}

div.threecol.col3 {
	border-right: none;
}

div.entry p {
	display: block;
	width: 292px;
	height: 250px;
	text-indent: -9999px;
	margin-bottom: 0;
}

div.entry p:hover {
	cursor: pointer;
}

div#kape-entry p {
	background: url(http://www.theoaktree.org/images/kape_entry.png) top left no-repeat;
}
div#kape-entry p:hover {
	background-position: 0 -250px;
}
div#media-entry p {
	background: url(http://www.theoaktree.org/images/media_entry.png) top left no-repeat;
}
div#media-entry p:hover {
	background-position: 0 -250px;
}
div#agents-entry p {
	background: url(http://www.theoaktree.org/images/agents_entry.png) top left no-repeat;
}
div#agents-entry p:hover {
	background-position: 0 -250px;
}

/* ============ OVERLAY ============ */

div.overlay {
	width: 100%;
	height: 1900px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: url(images/trans_60.png) repeat;
	text-align: left;
	display: none;
}

div.popup {
	width: 600px;
	padding: 20px 20px 20px 20px;
	background: #fff;
	margin: 0px auto;
	position: relative;
	top: 40px;
}

div.popup img {
	float: left;
	margin: 0px 10px 10px 0px;
}


/* ============ SIGNUP FORM ============ */


div#signup-form h3 {
	line-height: 1.3em;
	border-bottom: none;
} 

div.close {
	float: right;
	margin-top: -33px;
	margin-right: -35px;
}

div.close a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(http://www.theoaktree.org/wp-content/themes/bigfeature/images/close_button.png) top left no-repeat;
	text-indent: -9999px;
}

div#close a:hover {
	background-position: 0 -30px;
	border: none;
}

p.preference {
	font-size: 0.8em;
}

/* ============ FORM ============ */


div#salsaform .salsa .formRow {
	padding-bottom: 5px;
	padding-left: 0px;
}

div#salsaform .salsa label {
	color:#333333;
	display:inline;
	font-family: arial;
	font-weight: bold;
	font-size: 1em;
	margin:3px 5px 3px 0;
	padding:0;
}

div#salsaform .salsa .error {
	margin: 0;
	border: 1px solid #E8A6A6;
	background: none;
	width: auto;
}

div#salsaform .salsa label.error {
	color:#f00;
	border: none;
	font-size: 1em;
	font-family: arial;
	padding-bottom: 5px;
	padding-top: 3px;
}

div#salsaform .salsa input.checkbox {
	margin-right: 5px;
}

body.sustainer div.salsa p {
	margin: 0;
}


/* ============ GENERAL STYLES APPLIED TO SUSTAINER PAGE ============ */

.sustainer h2 {
	font-size: 2.2em;
	line-height: 1.3;
	padding-bottom: 0.1em;
}
