/*
Theme name: Portal Music Week
Editors: Pete Strickler
*/

body, html, #page {
	height:100%;
	margin:0px;
	padding:0px;
	background: url(images/bodybg.gif) fixed center top;
	font-family:Arial, Helvetica, sans-serif;
}

.alignright {
	float: right;
	margin-left:12px;
}

.alignleft {
	float: left;
	margin-right:12px;
}

a:link {
	text-decoration:none;
	color:#FFE481;
}
A:visited {
	text-decoration:none;
	color:#ffff66;
}
A:active {
	text-decoration:none;
	color:#ffff66;
}
A:hover {
	text-decoration: underline; 
	color:#ff9933;
}

#container {
	position:relative;
	min-height:100%;
}

#header {
	position:relative;
	top:0px;
	left:0px;
	background-image:url(images/darkbg.gif);
	width:100%;
	height:172px;
	border:none;
	margin:0px;
	padding:0px;
}

.spacer {
	background-color:#b1a481;
}

.content {
	position:relative;
	top:0px;
	width:900px;
	margin:0 auto;
	padding:0px;
}

.top {
	top:0px;
	left:0px;
	height:132px;
}

.menu {
	left:0px;
	height: 40px;
	background-image:url(images/menu-bg.gif);
	z-index:10;
}

.tab {
	position:relative;
	float:left;
	height:40px;
	margin:0 0 0 15px;
	clear:none;
}
	

.tab-left {
	clear:none;
	float:left;
	background-image:url(images/tab-left.jpg);
	padding:0px;
	margin:0 0 0 10px;
	border:none;
	width: 34px;
	height:40px;
}

.tab-left.highlighted {
	background-image:url(images/tab-left-selected.jpg);
}

.tab-body {
	clear:none;
	float:left;
	background-image:url(images/tab-body.jpg);
	padding:10px 12px 0 12px;
	margin:0;
	border:none;
	height:30px;
	color:#b1a481;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
}

.tab-body a {
	text-decoration: none;
	color:#b1a481;
}


.tab-body.highlighted {
	background-image:url(images/tab-body-selected.jpg);
	color:black;
}

.tab-body.highlighted a {
	text-decoration: none;
	color:black;
}

.tab-right {
	clear:none;
	float:left;
	background-image:url(images/tab-right.jpg);
	padding:0px;
	margin:0px;
	border:none;
	width: 18px;
	height:40px;
}

.tab-right.highlighted {
	background-image:url(images/tab-right-selected.jpg);
}


#bodydiv {
	position:relative;
	width:100%;
	min-height:100%;
	border-top:40px solid #b1a481;
}

#sidebar {
	position:absolute;
	margin-left:-14px;
	margin-top:-40px;
	padding-bottom:35px;
}

.left-shadow {
	position:relative;
	float:left;
	width:14px;
	height:281px;
	background-image:url(images/shadow-left.png);
}

.right-shadow {
	position:relative;
	float:left;
	width:14px;
	height:281px;
	background-image:url(images/shadow-right.png);
}

.left-menu {
	position:relative;
	float:left;
	background-color:#897f62;
	width:144px;
	min-height:281px;
	border:6px solid #515151;
	padding:8px;
	font-size: 12px;
}

.left-menu .divider {
	height: 2px;
	width:144px;
	background-image:url(images/menudivider.gif);
}

.left-menu .header {
	font-weight:bold;
}

.left-menu .widgettitle {
	font-size:12px;
	font-weight:bold;
}

.left-menu a {
	color:black;
	text-decoration: underline;
}

.newsdate {
	font-size:10px;
	font-weight:bold;
	margin:5px 0 -8px 0;
	color:#002b00;
}

li {
	display:block;
}


#main { 
	position:relative;
	left:172px;
	min-height:100%;
	width:688px;
	color:#b1a481;
	font-size:14px;
	padding:10px 20px 30px 30px;
}

#main img {
	position:relative;
	border:5px solid #b1a481;
	padding:8px;
}

#knot {
	position:relative;
	float:right;
	margin:15px;
	width:123px;
	height:122px;
	background-image:url(images/knot.png);
}


#title {
	position:absolute;
	top: -35px;
	font-size:24px;
	font-weight:bold;
	color:black;
	text-transform: uppercase;
}

.clear {
	clear:both;
	height:1px;
}


#footer {
	position:absolute;
	background-image:url(images/darkbg.gif);
	width:100%;
	height:35px;;
	bottom:0px;
	border:none;
	margin:0px;
	padding:0px;
}

#bottom-divider {
	position:absolute;
	background-image:url(images/bottom-divider.gif);
	width:100%;
	height:8px;
	top:0px;
}

.staff {
	margin: 0 10px 32px 0;
}

.staffHeader {
	color:#FFE481;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.description_link {
	text-decoration:underline;
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 10px;
	color:#FD8813;
	cursor:pointer;
}

.description {
	font-weight:bold;
	color:white;
}

.standout {
	width:90%;
	padding: 8px 0 8px 8px;
	background-color: #333;
	border: 6px;
	border-color: #b1a481;
	border-style:groove;
	color: #fd8813;
}

.topmargin {
	margin-top:15px;
}

form {
	font-family:Arial, Helvetica, sans-serif;
}

.formPair {
	width: 400px;
	height: 25px;
	padding-top:10px;
}

.formLabel {
	position:relative;
	width:40%;
	float:left;
	text-align:right;
}

.textInput {
	position:relative;
	float:right;
}

.box {
	position:relative;
	float:left;
	width: 120px;
}

.wider {
	width: 250px;
}

.formHeader {
	color:#666633;
	font-weight:bold;
	padding: 8px 0;
	width: 90%;
	height: 25px;
	margin-top:15px;
	clear:both;
}

.formBreak {
	position:relative;
	clear:both;
	float:left;
	height:10px;
}

.clear {
	position:relative;
	clear:both;
	width:100%;
	height:10px;
}

.required {
	color:orange;
}

blockquote {
	padding: 5px 0px 15px 15px;
	background-color: #fff7df;
	margin: 10px 15px 10px 0px;
	background-image: url(images/openquote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 9px 7px 21px -10px rgba(16,19,41,1);
	-moz-box-shadow: inset 9px 7px 21px -10px rgba(16,19,41,1);
	box-shadow: inset 9px 7px 21px -10px rgba(16,19,41,1);
}

blockquote div.quote {
	color: #996000;
	padding: 0 23px;
	display: block;
	background-image: url(images/closequote1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

blockquote div.signature {
	color: darkred;
	display: block;
}

#alo-easymail-widget-3 .input-text {
	width: 97px;
}
