
html {
	height: 100%;
}

body {
	min-height: 100%;
	height: 100%;
	background-color: #e3e3e3;
}







a, a:link, a:visited a:hover {
	color: #000000;
}








.break {
	clear: both;
}








#canvas_wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 860px;
	background-image: url(../images/design/back-framed-bw_2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#canvas {
	margin: 0 auto;
	padding: 0;
	width: 95%;
	min-width: 1000px;
	min-height: 860px;
}









.column {
	display: block;
	padding: 0 10px;
}

.column_content {
	width: 290px;
	margin: 0 auto;
}

.column_left {
	float: left;
	width: 30%;
}

.column_right {
	float: right;
	width: 28%;
	padding-left: 30px;
}

.column_center {
	margin: 0 32%;
}

.column_center .column_content {
	width: 400px;
}











#header_wrapper {
	height: 110px;
}

#header {
}

#header .column_center {
	height: auto;
}

#header .column_center h1, #header .column_center h2, #header .column_center h3, #header .column_center h4 {
	text-align: center;
	margin-top: 10px;
}

#header .column_center h2 {
	font-size: 24px;
	margin-top: 12px;
}

#header .column_center h3 {
	font-size: 18px;
	margin-top: 3px;
}

#header .title {
	font-size: 32px;
}









#footer_wrapper {
	clear: both;
}

#footer {
}








#kontent_wrapper {
	clear: both;
}

#kontent {
}


#kontent h2  {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#kontent .column_center h2 {
	margin-bottom: 25px;
}









.player {
	height: 20px;
	margin-top: 10px;
}	











#tracks {
	background-image: url(../images/design/icons/tracks.gif);
}

#comments {
	background-image: url(../images/design/icons/comments.gif);
}

#photo {
	background-image: url(../images/design/icons/photo.gif);
}

#music {
	background-image: url(../images/design/icons/music.gif);
}

#video {
	background-image: url(../images/design/icons/video.gif);
}








.links {
	display: block;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	width: 110px;
	margin: 15px 5px;
	padding-top: 45px;
}

a.links:hover {
	text-decoration: underline;
}

#nasheradio {
	background-image: url(../images/design/logo-nasheradio.gif);
}

#pelagea {
	background-image: url(../images/design/logo-pelagea.gif);
}







.remarks {
	text-align: center;
	font-style: italic;
	margin-top: 44px;
}

.column_left .remarks {
	margin-top: 10px;
}









.tracklist {
	clear: both;
}

.tracklist li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 10px;
	height: 16px;
}

.tracklist .order {
	width: 20px;
	padding-right: 5px;
	float: left;
	text-align: right;
}

.tracklist .title {
	display: table-cell;
	text-decoration: none;
	white-space: nowrap;
	width: 158px;
	overflow: hidden;
	cursor: hand;
	cursor: pointer;
}

.tracklist .download {
	display: table-cell;
	white-space: nowrap;
	width: 58px;
	text-align: right;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

ul.tracklist {
	list-style: none;
	padding-left: 0;
	margin-bottom: 15px;
}

div.tracklist {
	padding-left: 27px;
	padding-right: 12px;
	margin-top: 3px;
}

div.tracklist .download {
	width: 68px;
}

.tracklist_header, .tracklist_header a {
	color: #666666;
}






.copyright {
	float: right;
	margin-top: 45px;
	margin-right: -50px;
	text-align: right;
	color: #666666;
	font-size: 10px;
}







.bytes {
	font-size: 10px;
	color: #444444;
}







.zebra {
}

.even {
	background-color: #f1f1f1;
}







.connector {
	display: none;
}











