/*
 * * (universal)
 */
 
* {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size   : 12px; 		
	color       : #ffffff;
	line-height : 16px;
}

/*
 * body
 */

body {
	text-align : center;
	background : #000000;
}

/*
 * links
 */

a:link, a:active, a:visited {
	color : #CC9C3D;
	text-decoration: none;
}

a:hover	{
	color : #FFE599;
	text-decoration : underline;
}

a.menulink:link, a.menulink:active,a.menulink:visited,
a.languagelink:link, a.languagelink:active,a.languagelink:visited {
	text-decoration: none;
	font-size : 10px;
	font-weight : bold;
}

a.menulink:link, a.menulink:active,a.menulink:visited { color : #E5C35C; }
a.languagelink:link, a.languagelink:active,a.languagelink:visited { color : #666666; }
a.menulink:hover, a.languagelink:hover	{ text-decoration : underline; }

/*
 * divs
 */

div.page, div.head, div.bottom {
	width : 820px;
	margin : 0px auto;
	padding : 0px;
	background-repeat : no-repeat;
}

div.head {
	height : 211px;
	background-image : url('../images/head.jpg');
}

div.bottom {
	height : 29px;
	background-image : url('../images/bottom.jpg');
}

div.languages, div.home {
	position : relative;
	top : 15px;
	width : auto;
	color : #666666;
}

div.languages {
	text-align : right;
	float : right;
	right : 20px;
}

div.home {
	text-align : left;
	float : left;
	left : 20px;
}

div.menuitems {
	position : relative;
	top : 160px;
	width : auto;
	clear : both;
}

div.content {
	width : 760px;
	margin : 0px;
	padding : 0px 30px 0px 30px;
	background-repeat : repeat-y;
	background-image : url(../images/background.jpg);
	text-align : left;
}

div.picture_right {
	float : right;
	width : 250px;
	margin-left : 20px;
	margin-bottom : 10px;
	text-align : center;
	clear : right;
}

div.main_column { margin-right : 270px; }

div.albuminfo {
	margin-top: 20px;
	text-align : left;
}

div.quote {
	background:url(../images/bullets/quotes.gif) 6px 5px no-repeat;
	padding:5px 32px 5px 32px;
/*	border:1px dotted #777;*/
	margin-bottom : 10px;
}

/*
 * headings
 */

h1, h2, h3 {
	font-weight : bold;
	color : #E5C35C;
	text-align : left;
	margin-top : 3px;
	margin-bottom : 6px;
}

h1 {
	font-size : 15px; 		
	padding : 15px 0px 0px 0px;
	margin : 0px 0px 20px 0px;
}

h1.albumtitle { margin : 20px 0px 0px 0px; }

h1.news, h1.otheralbumtitle {
	margin : 0px;
	padding : 0px;
}

h2 { font-size : 13px; }

/*
 * lists
 */

ol { 
	margin-top : 2px;
	margin-bottom : 2px;
}

ul {
	list-style: none;
	text-align : left;
	margin-left : 0px;
	padding-left : 0px;
}

li.category {
	font-size : 14px; 		
	font-weight : bold;
	color : #E5C35C;
	margin : 12px auto;
}

li.item {
	font-weight : normal;
	padding-bottom : 10px;
	margin : 5px auto auto 20px;
}


li.pdf, li.doc, li.jpg {
	height: 21px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	list-style: none;
	padding-top: 12px;
}

li.doc { background-image: url('../images/bullets/doc_icon.gif'); }
li.pdf { background-image: url('../images/bullets/pdf_icon.gif'); }
li.jpg {
	background-image: url('../images/bullets/jpg_icon.gif');
	padding-bottom : 10px;
	height : auto;
}

/*
 * images
 */

img.border          { border : 1px solid #CC9C3D; }
img.noborder        { border : 0px; }
img.otheralbumcover { margin-right : 20px; }

/*
 * miscellaneous
 */

.promophototable {
	margin : 0px;
	padding : 0px auto;
	border : 0px;
}

.small, .caption { font-size : 10px; }
table.border     { border : 1px solid #CC9C3D; }

hr { color : #666666;  background-color : #666666; height : 1px; border : 0px; }

/*
 * splash screen
 */

html.splash, body.splash, table.splash { height : 100%; }
body.splash, table.splash { margin : 0px; padding : 0px; }
table.splash { width : 100%; border : 0px; text-align : center; }
img.splash { width : 499px; height : 400px; border : 0px; }

/*
 * forms
 */
 
input, textarea {
	background: #313131 !important;
	color : silver !important;
	border : gray 1px solid !important;
}
/* maybe '!important' keeps google toolbar from changing my forms colors... */

input.radio, input.checkbox {
	border : none !important;
	color : #ffffff !important;
	background : none !important;
}

.inv { height : 0px; width : 0px; visibility : hidden;} /* hide form field to confuse spam bots */

/*
 * tourdates
 */

.tourdates { font-size : 12px; }

.tourdates_month, .tourdates_year {
	color : #E5C35C;
	font-weight : bold;
}

.tourdates_month {
	font-size : 10px;
	text-align : left;
}

.tourdates_year {
	font-size : 16px;
	text-align : center;
}

img.flag {
	border : 1px solid #CC9C3D;
	width : 16px;
	height : 10px;
	margin : 2px auto;
	padding : 0px;
	vertical-align : text-bottom;
}

/*
 * gallery
 */
 
div.image {
    margin-bottom : 10px;
	padding : auto;
	text-align : center;
}

.image_info {
    display : block;
    font-size : 10px;
    color : #999;
    border : 0px;
}

.image img {
    padding : 6px;
    border : 1px solid #000;
    display : block;
    background-color : #fff;
    margin-top : 10px;
	margin-left : auto;
	margin-right : auto;
}

.navigation {
	margin-bottom : 4px;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	clear : both;
}

.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}

.thumbnail_center {
    padding : 1px;
    border : 1px solid white;
	margin : 2px 0px 0px 0px;
	height : 50px;
	width : 50px;
}

img.thumbnail {
    padding : 1px;
	border : 1px solid #CC9C3D;
	margin : 2px 0px 0px 0px;
	height : 50px;
	width : 50px;
}

a.thumbnail {
	border : 0;
}
