/* Copyright Carol Green 2007 */

body {
	background-color: #f5d943;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 50px 0px 0px;
	padding: 0px;
	background-image: url(images/layout/shadow.gif);
	background-repeat: repeat-x;
	background-position: 0px 25px;
}
#yellow {
	background-color: #e4ba47;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #412e1e;
	border-bottom-color: #412e1e;
}

/*-------LAYOUT-------*/
#container {
	background-image: url(images/layout/hands.jpg);
	background-repeat: no-repeat;
	background-position: 0px 183px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	position: relative;
}
#crewcontainer {
	background-image: url(images/layout/crew.jpg);
	background-repeat: no-repeat;
	background-position: 0px 183px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	position: relative;
}

/*-------BRANDING-------*/
#branding {
	background-image: url(images/layout/batucada_sound_machine.gif);
	background-repeat: no-repeat;
	height: 183px;
}
#crewbranding {
	background-image: url(images/layout/batucada_sound_machine_crew.gif);
	background-repeat: no-repeat;
	height: 183px;
}
#branding h1, #crewbranding h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

/*-------MENU-------*/
#menu {
	position: absolute;
	top: 65px;
	right: 20px;
	width: 480px;
	text-align: right;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu a:link, #menu a:visited {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-decoration: none;
	height: 30px;
	margin: 10px 0px;
	padding: 5px 10px;
}
#menu a:hover, #menu a:active {
	background-color: #f5d943;
	color: #412e1e;
}

/*-------SEMI-TRANSPARENT BOX-------*/
#textbox {
	background-color: #f5d943;
	position: absolute;
	width: 800px;
	height: 370px;
	left: 50px;
	top: 200px;
	opacity: .7;
	filter: alpha(opacity=70);
	border: 1px solid #ffffff;
}
#indextextbox {
	background-color: #f5d943;
	position: absolute;
	width: 250px;
	height: 100px;
	right: 50px;
	bottom: 50px;
	opacity: .7;
	filter: alpha(opacity=70);
	border: 1px solid #ffffff;
}

/*-------CONTENT-------*/
#content {
	position: absolute;
	width: 800px;
	height: 370px;
	left: 50px;
	top: 200px;
	border: 1px solid #ffffff;
	overflow: auto;
}
#indexcontent {
	position: absolute;
	width: 270px;
	right: 50px;
	bottom: 50px;
	overflow: auto;
}
#content h2 {
	color: #D95121;
	font-size: 40px;
	padding: 8px 0px 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D95121;
	margin: 0px;
	text-transform: uppercase;
}
#content h3 {
	font-size: 17px;
	font-weight: bold;
	color: #412e1e;
	margin: 14px 0px 2px;
	padding-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content h4 {
	font-size: 15px;
	font-weight: bold;
	color: #412e1e;
	margin: 14px 0px 2px;
	padding-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content p, #indexcontent p {
	line-height: 17px;
	padding: 0px 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content a:link, #content a:visited, #indexcontent a:link, #indexcontent a:visited {
	color: #D95121;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover, #content a:active, #indexcontent a:hover, #indexcontent a:active {
	color: #ffffff;
	text-decoration: underline;
}
#content blockquote {
	background-image: url(images/layout/quote.gif);
	background-repeat: no-repeat;
	background-position: 12px 1px;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 0px;
	font-style: italic;
}
#content cite {
	font-style: normal;
	display: block;
	margin-top: -6px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#content dl {
	padding-left: 30px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
}
#content dt {
	margin-top: 7px;
}
#rule {
	clear: both;
	margin: 0px;
	padding: 8px 0px 0px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

/*-------GIGS TABLE-------*/
#gigstable {
	width: 550px;
	border-style: none;
	border-collapse:collapse;
	margin-left: 12px;
}
#gigstable td {
	padding: 5px;
}
.date {
	font-weight: bold;
	color: #412e1e;
	text-align: right;
	width: 150px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}

/*-------MUSIC TABLE-------*/
#musictable {
	width: 400px;
	border-style: none;
	border-collapse:collapse;
	margin-left: 12px;
}
#musictable td {
	padding: 5px;
}
.trackno {
	font-weight: bold;
	color: #412E1E;
	width: 40px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}
.trackname {
	font-weight: bold;
	vertical-align: top;
	width: 280px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}
.trackdetails {
	vertical-align: top;
	width: 80px;
}

/*-------SIDE PICS ON MUSIC VIDEO PAGES-------*/
#musicpic {
	width: 150px;
	border: 1px solid #D95121;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #412E1E;
	float: right;
	margin: 0px 30px 0px 10px;
}
#newsflash {
	border: 1px solid #D95121;
	padding: 5px;
	margin: 0px 30px 0px 10px;
	width: 120px;
	float: right;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #412E1E;
}

/*-------SIDEBAR-------*/
#sidebar {
	/*width: 370px;
	float: right;*/
	margin-left: 15px;
	margin-top: 15px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 20px;
}
#sidebar p {
	padding: 0px 10px;
	float: left;
	text-align: center;
}
#sidebar img {
	border: 1px solid #d95121;
}

/*-------PHOTOS PAGE-------*/
#photos {
	padding-left: 15px;
}
#photos img {
	border: 1px solid #D95121;
	margin: 3px 2px;
}

/*-------CREW PAGE-------*/
#crew a {
	display: block;
	text-decoration: none;
	height: 100%;
}

#crew h5 {
	color: #D95121;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
#crew p {
	margin: 0px;
	padding: 2px 0px;
}
#crew a.close {
	font-weight: bold;
	color: #D95121;
	text-decoration: none;
	font-size: 14px;
	position: absolute;
	top: 4px;
	right: 6px;
	height: 17px;
	display: block;
	width: 18px;
	text-align: right;
}
#crew a.front {
	text-decoration: none;
	position: absolute;
	height: 80%;
	display: block;
	width: 90%;
	top: 22px;
}
#crew .crew_info {
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#click_carol {
	height: 220px;
	width: 100px;
	position: absolute;
	left: 60px;
	bottom: 0px;
}
#bio_carol {
	width: 125px;
	position: absolute;
	top: 225px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	z-index: 0;
	display:none;
}

#click_james {
	height: 200px;
	width: 80px;
	position: absolute;
	left: 160px;
	bottom: 0px;
}
#bio_james {
	width: 110px;
	position: absolute;
	top: 300px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	left: 20px;
	z-index: 0;
	display:none;
}

#click_alf {
	height: 100px;
	width: 80px;
	position: absolute;
	left: 160px;
	bottom: 200px;
}
#bio_alf {
	width: 110px;
	position: absolute;
	top: 200px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	left: 50px;
	z-index: 0;
	display:none;
}

#click_haydn {
	height: 110px;
	width: 65px;
	position: absolute;
	left: 225px;
	bottom: 160px;
}
#bio_haydn {
	width: 110px;
	position: absolute;
	top: 402px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	left: 6px;
	z-index: 0;
	display:none;
}

#click_janie {
	height: 110px;
	width: 80px;
	position: absolute;
	left: 240px;
	bottom: 270px;
}
#bio_janie {
	width: 150px;
	position: absolute;
	top: 176px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	left: 121px;
	z-index: 0;
	display:none;
}

#click_wai {
	height: 100px;
	width: 80px;
	position: absolute;
	left: 290px;
	bottom: 180px;
}
#bio_wai {
	width: 130px;
	position: absolute;
	top: 248px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	left: 502px;
	z-index: 0;
	display:none;
}

#click_haz {
	height: 180px;
	width: 150px;
	position: absolute;
	left: 250px;
	bottom: 0px;
}
#bio_haz {
	width: 100px;
	position: absolute;
	top: 312px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	left: 609px;
	z-index: 0;
	display:none;
}

#click_rota {
	height: 180px;
	width: 100px;
	position: absolute;
	left: 320px;
	bottom: 280px;
}
#bio_rota {
	width: 150px;
	position: absolute;
	top: 175px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	left: 464px;
	z-index: 0;
	display:none;
}

#click_andrew {
	height: 130px;
	width: 60px;
	position: absolute;
	left: 370px;
	bottom: 150px;
}
#bio_andrew {
	width: 130px;
	position: absolute;
	top: 234px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	left: 598px;
	z-index: 0;
	display:none;
}

#click_alex {
	height: 80px;
	width: 80px;
	position: absolute;
	left: 420px;
	bottom: 290px;
}
#bio_alex {
	width: 130px;
	position: absolute;
	top: 191px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	left: 614px;
	z-index: 0;
	display:none;
}

#click_mani {
	height: 90px;
	width: 100px;
	position: absolute;
	left: 430px;
	bottom: 200px;
}
#bio_mani {
	width: 140px;
	position: absolute;
	top: 277px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	left: 706px;
	z-index: 0;
	display:none;
}

#click_richie {
	height: 200px;
	width: 120px;
	position: absolute;
	left: 400px;
	bottom: 0px;
}
#bio_richie {
	width: 140px;
	position: absolute;
	top: 364px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	left: 676px;
	z-index: 0;
	display:none;
}

#click_darryn {
	height: 220px;
	width: 120px;
	position: absolute;
	left: 520px;
	bottom: 0px;
}
#bio_darryn {
	width: 140px;
	position: absolute;
	top: 439px;
	background-color: #FFFFFF;
	border: 1px solid #D95121;
	padding: 5px;
	font-size: 11px;
	left: 624px;
	z-index: 0;
	display:none;
}

/*-------CONTACT PAGE FORM-------*/
#form {
	float: right;
	position: relative;
	width: 400px;
	padding-top: 14px;
}
#form .textfield {
	height:25px;
}
#form .textfield input {
	width: 250px;
	position: absolute;
	left: 100px;
	border: 1px solid #D95121;
	background-color: #FFFF85;
}
#form .textfield strong, #form .textarea strong {
	width: 80px;
	text-align: right;
	position: absolute;
}
#form .textarea {
	height:80px;
}
#form .textarea textarea{
	position: absolute;
	left: 100px;
	width: 250px;
	height: 60px;
	background-color: #FFFF85;
	border: 1px solid #D95121;
}
#form .buttons {
	text-align: center;
}
#form .buttons input {
	border: 1px solid #D95121;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FFFF85;
	height: 30px;
	width: 80px;
}

/*-------CLASS STYLES-------*/
.rightfloatimg {
	float: right;
	border: 1px solid #D95121;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 10px;
}
.border {
	margin-top: 10px;
	border: 1px solid #D95121;
}
/*--------MISC-----------*/
#fb_badge {
	position: absolute;
	right: 30px;
	bottom: 15px;
}
hr {
	color: #D75423;
	background-color: #D75423;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clear {
	clear: both;
}
