/* --------------------------------- */
/*                                   */
/*          Created by toro          */
/*                                   */
/*         ©2008 torodesign          */
/*                                   */
/* --------------------------------- */

/*  reset  */
* {
	padding: 0;
	margin: 0;
}

/*  colors  */
/* ======================== */


/* common definitions */

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.bold {
	font-weight: bold;
}
.middle {
	text-align: center;
}
/*  html tags  */

body {
	background-color: #450a0a;
	overflow: scroll;
}

h1, h2, h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
}
h1 {
	font-size: 28px;
	margin-bottom: 25px;
}
h2 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
}
h2.audio {
	margin: 35px 0 0 35px;
	clear: both;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: white;
}
div, p, td, input, textarea, li, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
img {
	border:0;
}
img.left {
	border: 1px solid  #494949;
	margin-right: 15px;
}
textarea {
	overflow: auto;
}
li {
	list-style: none;
}

/* pushing the content to the middle of the screen */
div#centering {
	top: 0px;
	width: 938px;
	margin: 0 auto;
	background: transparent url(../images/bottom.png) no-repeat scroll bottom center;
	padding-bottom: 31px;
}
div#top-line {
	height: 35px;
	width: 913px;
	padding-right: 25px;
	background: transparent url(../images/top.png) no-repeat scroll top center;
}
div.flag {
	float: right;
	margin-top: 10px;
}
div#content-container {
	width: 938px;
	overflow: auto;
	background: transparent url(../images/bg.png) repeat-y scroll top center;
}
div#menu-line {
	height: 195px;
	width: 890px;
	margin: 0 25px 0 23px;
}
div#menu li {
	float: left;
	line-height: 0;
	font-size: 0;
}
div#title-image{
	float: right;
	width: 391px;
}
div#stripe {
	height: 36px;
	width: 890px;
	margin: 0 25px 0 23px;
	background: transparent url(../images/name_bar.png) no-repeat scroll top left;
	text-align: right;
}
div#content {
	width: 890px;
	margin: 0 25px 0 23px;
	position: relative;
	color: white;
}
div.inner-content {
	margin: 45px 30px;
	padding-bottom: 45px;
}
.home-img {
	float: right;
}
div.left-column {
	float: left;
	width: 610px;
	margin-bottom: 45px;
}

div.left-column li {
	list-style: disc;
	margin-left: 25px;	
}
div.right-column {
	float: right;
	margin-bottom: 30px;
}
div.white-frame {
	width: 162px;
	border: 2px solid white;
	padding: 22px 14px 22px 18px;
	margin-bottom: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.white-frame img {
	border: 1px solid #494949;
	margin-bottom: 25px;
}
div.white-frame a {
	font-size: 11px;
	font-weight: bold;
	color: white;
}
a.bold:hover {
	text-decoration: underline !important;
}
div#copyright {
	position: absolute;
	left: 150px;
	top: 370px;
	font: normal normal normal 10px Arial, sans-serif;
	color: #524f5d;
	text-align: center;
}


/* main page */

div#expressed {
	margin: 25px 0 0 45px;
	width: 408px;
	text-align: center;
	float: left;
}

div#expressed a {
	color: #fff;
	text-decoration: none;
}


table#discography {
	width: 450px;
	margin-left: 190px
}
table#discography td {
	padding-bottom: 35px;
}
.upcoming {
	font-size: 14px;
	margin-right: 40px;
	text-decoration: none;
	font-style: italic;
	float: right;
}
.upcoming:hover {
	text-decoration: underline;
}

table#concert {
	width: 750px;
	margin: 15px 0 0 40px;
	clear: both;
}
table#concert th, table#gallery th{
	padding: 6px 12px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #9c9aa2;
}
table#concert td {
	padding: 8px 15px;
	font-size: 12px;
	border: 1px solid #9c9aa2;
	border-top: 0 none;
}
td.gap {
	border: 0 none !important ;
	height: 8px;
}
table#gallery th{
	background-color: #393545;
}
table#gallery td.gap {
	border: 0 none;
	height: 25px;
}
table#gallery td {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
table#gallery img {
	border: 1px solid #524f5d;
}
table#compositions td {
	text-align: center;
	width: 400px;
	height: 30px;
	font-size: 14px;
}
table#compositions td.note {
	font-size: 10px;
} 

div#news {
	float: left;
	width: 400px;
}
div#reviews {
	float: right;
	width: 400px;	
}

div#video-container {
	width: 350px; 
	height:262px;
	margin:35px 35px 15px; 
} 
div.audio-container {
	width: 350px; 
	height:350px;
	margin:0px 35px 15px 0; 
}
div#video-container h3 {
	margin-bottom: 5px;
	margin-top: 15px;
}

div#video-list {
	width: 450px;
	float: right;
	height: 350px;
	border: 1px solid #9c9aa2; 
	margin-right: 35px;
	margin-bottom: 45px;
	overflow: auto;
}
div.audio-list {
	border:1px solid #13083E;
	float:right;
	height:290px;
	margin:25px 35px 0 0;
	overflow:auto;
	width:550px;
}
div#video-list li, div.audio-list li{
	padding: 15px;
	clear: both;
}
 div.audio-list li.title 	{
 	padding: 0px 10px 10px 25px;
 }
div#video-list li a {
	text-decoration: none;
}
h3 a {
	font-size: 15px;
	color: white;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h3 a:hover {
	text-decoration:underline;
}
