/* @override 
	http://cajita.co.uk/cajita.css
	http://www.cajita.co.uk/cajita.css
*/

body {
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	color: white;
	font: 11px Georgia, "Times New Roman", Times, serif;
	background-attachment: fixed;
}

a, img {
	border: none;
}
#container {
	display: block;
	position: absolute;
	height: 650px;
	width: 964px;
	top: 50%;
	margin-top: -325px;
	left: 50%;
	margin-left: -486px;
}
#logo {
	background: url(images/logo.png) no-repeat left top;
	width: 193px;
	height: 89px;
	display: inline-block;
}
#menu-links {
	margin-top: 32px;
	float: right;
	display: inline-block;
	cursor: pointer;
}
#main-content-box {
	margin-left: 10px;
	width: 632px;
	height: 557px;
	background: url(images/main_bg.png) no-repeat;
	position: absolute;
}

#main-content {
	margin-left: 30px;
	margin-top: 30px;
	width: 650px;
	height: 500px;
	font-size: 1.2em;
	overflow: auto;
	padding-right: 20px;
	position: absolute;
}


#main-content h1 {
	font-size: 30px;
	letter-spacing: 4px;
	font-weight: normal;
	margin-top: -30px;
}

#main-content a {
	text-decoration: none;
	color: #89cd84;
}

#right-column {
	float: right;
	width: 275px;	
	margin-top: 3px;
}
#gigs {
	background-image: url(images/gigs_box.png);
	width: 249px;
	height: 317px;
	padding: 3px 12px 0 14px;
}

#mailing-list {
	margin-top: 20px;
}
#list-form {
	margin-bottom: 16px;
}
form #email, form #submit, form #name {
	background: url(images/bg_trans.png) repeat;
	border: none;
	padding: 4px 5px;
	color: white;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}
form #email, form #name {
	width: 190px;
	border: 1px solid black;
}
form #email.formSelected, form #name.formSelected {
	border: 1px solid white;
	background-color: #666;
}
form #submit {
	width: 66px;
	background-image: url(images/button_submit.png);
	height: 24px;
	cursor: pointer;
}

.downloadForm input[type=text] {
	font: .9em Georgia, "Times New Roman", Times, serif!important;
	width: 300px!important;
	margin-bottom: 7px;
}

.gig {
	border-bottom: 1px solid #767676;
	padding-top: 5px;
	padding-bottom: 8px;
	line-height: 1.5em;
}
.gig h1 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
.gig h1 a {
	color: white;
	text-decoration: none;
}
.details1, .details2 {
	color: #949494;
	display: block;
}
.gig .details1 {
	font-size: 14px;
}

.galleryAlbumContainer img {
	border: #FFFFFF 2px solid;
}

.gig-detail {
	padding-top: 5px;
	padding-bottom: 8px;
	line-height: 1.5em;
}
.gig-detail h2 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
.gig-detail h2 a, .gig-detail small a  {
	color: white!important;
	text-decoration: none;
}

.gig-detail .details1 {
	font-size: 1.3em;
}
.gig-detail .details2 {
	font-size: 1em;
}

.news-article {
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	font-size: 1em;
	padding: 0 0 20px 0;
	width: 590px;
}
.news-article h2 {
	font-size: 1.4em;
	margin: 0;
	margin-bottom: 0px;
}

.news-date {
	display: block;
	margin-bottom: 20px;
	font-size: 0.9em;
	color: #999999;
}

.link h2 {
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 3px;
	font-weight: normal;
}

.link {
	width: 590px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #333;
}

.link a {
	color: #eee;
	text-decoration: none;
}
.link a .linkURL {
	color: #666;
	font-size: .9em;
}

.link a:hover {
	color: #333;
	background-color: #eee;
}

.linkDescription {
	padding-left: 16px;
	font-size: .9em;
	color: #ccc;
}

.downloadTitle {
	font-size: 1.3em;
	margin: 0;
	margin-bottom: 3px;
	font-weight: normal;
	display: block;
}

.download {
	width: 590px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #333;
}

.downloadDescription {
	color: #ccc;
}

.download a {
	color: #eee;
	text-decoration: none;
}
.download a:hover {
	color: #333;
	background-color: #eee;
}

.downloadLink {
	float: right;
	display: block;
	margin-bottom: 3px;
}

.downloadFileType {
	color: #666;
}

.downloadAvatar {
	display: inline-block;
	width: 120px;
	text-align: top;
}

.downloadDetails {
	display: inline-block;
	width: 400px;
	vertical-align: top;
}

#downloadForm {
	padding-bottom: 16px;
	width: 590px;
}
