/* ---- Common
------------------------------------------*/

body {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;	
	scrollbar-highlight-color: #FFFFFF1;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000
}
ul, li, ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.input {
	font-size: 10px;
	font-family: Verdana;
	color: #222;
	width: 200px;
	border: 1px solid #666;
	background-color: #f1f1f1;
	padding: 1px;
}

/* ---- Fonts and sizes
------------------------------------------*/
body {
	font-family: verdana, "Trebuchet MS", arial, helvetica, clean, sans-serif;	
	font-weight: 500;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #444;
}
p {
	margin: 0px;
	padding: 0px;
}
/*h1, h2, .rub2 {
	font-family: georgia, sans-serif, times;
	font-style: italic;
}*/
h1 {
	font-size: 1.4em;
	color: #333;
	font-weight: 500;
	margin: 20px 0px 10px;
}
.tracklist {
	margin: 15px 0 20px;	
}
.rub1 {
	font-size: 1em;
	font-weight: 600;
	margin: 3px 0 3px;
}
.rub2 {
	font-size: 1em;
	color: #7d933d;
	margin: 5px 0 0;
}
.bold {
	font-weight: bold;
}
.border {
	border: 1px solid #999;
}
b {
	font-size: 1em;
	font-weight: 520;
}
.redstar {
	font-size: 1.3em;
	color: #FF0000;
	font-weight: 520;
}


/* ---- Anchors
------------------------------------------*/
a {
	outline: none;
	text-decoration: none;
}
a:link, a:visited {
	color: #76860A;
	text-decoration: none;
}
a:hover {
	/* --- color: #A14E47; --- */
	color: #666;
	text-decoration: none;
}

/* ---- Wrappers & containers
------------------------------------------*/
#page-wrapper {
	position: absolute;
	width: 640px;
	height: auto;
	min-height: 360px;	
	margin: -10px -10px 0;
}
#main-container {
	position: relative;
	height: auto;
	min-height: 360px;
}
#form-container {
	position: relative;
	float: left;
	height: auto;
	width: 200px;
	margin: 50px 15px 10px;
}
/* ---- about-page
------------------------------------------*/
#about-page {
	background-image:url("../_img/_bg/bakabout.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#about-page #main-container {
	width: 320px;
	margin: 0 300px 0;
}

/* ---- updates-page
------------------------------------------*/
#updates-page {
	background-image:url("../_img/_bg/bakupdates.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#updates-page #main-container {
	width: 386px;
	margin: 0 260px 0;	
}
#updates-page #shows-container {
	position: fixed;
	float: left;
	width: 240px;
	margin: 40px 15px 0;
}
#updates-page #shows-table {
	width: 230px;
}
#updates-page #shows-table tr {
	background-color: #DBEFB0;
}
#updates-page #shows-table th {
	/*border-right: 1px solid #666;*/
	padding: 0px 0 0px;
}
#updates-page #shows-table td {	
	padding-left: 5px;
}
#updates-page #shows-table .td_day, #updates-page #shows-table .td_year {	
	font-size: 0.8em;
	color: #555;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}
#updates-page #shows-table .td_date {	
	font-size: 1.1em;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin: -3px 0 -3px;
}
#updates-page #shows-table .td_year {
	font-size: 0.7em;	
}
#updates-page #shows-table .city {	
	color: #222;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#updates-page #shows-table .venue, #updates-page #shows-table .country {
	color: #333;	
	font-size: 0.8em;
	text-transform: uppercase;
}

/* ---- music_visual-page
------------------------------------------*/
#music_visual-page {
	background-image:url("../_img/_bg/bakmusic.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#music_visual-page #main-container {
	width: 445px;
	margin: 0 200px 0;	
}

/* ---- hello-page
------------------------------------------*/
#hello-page {
	background-image:url("../_img/_bg/bakhello.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#hello-page #main-container {
	width: 325px;
	margin: 0 315px 0;
}
#hello-page .sender {
	border-bottom: 1px dotted #999;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-bottom: 2px;
}
#hello-page .msg {
	margin-bottom: 15px;
}
#hello-page .reply {
	font-size: 0.9em;
	font-style: italic;
	color: #7d933d;
	border-top: 1px dashed #ccc;
	margin: 10px 0px 15px;	
	padding: 3px 0 0;	
}
#hello-page .rub_counter {
	font:normal 16px Georgia, "Times New Roman", Times, serif;
}
#hello-page .softtxt {
	font-size: 10px;
	font-style: normal;
	color: #666;
}
#hello-page .random {
	margin: 8px 0 0;
}

/* ---- getintouch-page
------------------------------------------*/
#getintouch-page {
	background-image:url("../_img/_bg/baktuch.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#getintouch-page #main-container {
	width: 430px;
	margin: 0 200px 0;
}

/* ---- press-page
------------------------------------------*/
#press-page {
	background-image:url("../_img/_bg/bakpress.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#press-page #main-container {
	width: 370px;
	margin: 0 270px 0;
}
#press-page h1 {
	margin: 20px 0 0;
}
#press-page em {
	font-size: 0.9em;
}
#press-page ul {
	margin: 10px 0 10px;
}
#press-page img {
	border: 0px;
}

/* ---- buy-page
------------------------------------------*/
#buy-page {
	background-image:url("../_img/_bg/bakbuy.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#buy-page #main-container {
	width: 420px;
	margin: 0 200px 0;
}
#buy-page #recordinfotable {	
}
#buy-page #recordinfotable th {
	vertical-align: top;
	text-align: left;
}
#buy-page #recordinfotable td {
	vertical-align: top;
	padding-left: 15px;
}
#buy-page #tracktable {
	width: 300px;
	margin: 10px 0 10px;
	padding: 0px;
}
#buy-page #tracktable th {
	text-align: left;
	font-size: 0.9em;
	width: 20px;
}
