html{
	height: 100%;
}

body{
	background: #000 url('img/Askold_Buk_Logo.jpg') left top no-repeat;
	color: #f0f0f0;
	font-size: 11pt;
	line-height: 15pt;
	letter-spacing: 1px;
	overflow: auto;
	height: 101%;
}

h1{
	font-size: 1.5em;
	color: inherit;
}

h2{
	font-size: 1.3em;
	color: inherit;
}

h3{
	font-size: 1.1em;
	color: inherit;
}

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

a:hover{
	color: orange;
}

#content p{
	margin-bottom: 30px;
}

p{
	text-indent: 0;
}

p + p{
	text-indent: 0;
}


blockquote{
	color: #ccc;
	margin: 3px 0px 3px 0px;
}

ul{
	margin: 0;
	padding: 0;
}


/*
#social{
	width: 80px;
	right: 10px;
	top: 240px;
	position: fixed;
}
*/

#social{
	margin-top: 2px;
}

#social a{
	margin-bottom: 20px;
	display: block;
	border: 1px dotted #999;
	padding: 10px;
	background: transparent;
	text-align: center;
}

#links{
	margin-top: 120px;
	text-align: right;
	width: 100%;
	border: 0px solid white;
}

#links li{
	list-style: none;
	display: block;
	float: left;
	margin-right: 22px;
	height: 36px;
	border-left: 1px solid #eee;
}

#links li a{
	height: 12px;
	margin-left: 14px;
	font-weight: 800;
	padding-bottom: 10px;
	font-size: 120%;
}

#bottomlinks{
	margin-top: 10px;
	text-align: right;
	width: 100%;
	border: 0px solid white;
}

#bottomlinks li{
	list-style: none;
	display: block;
	float: left;
	margin-right: 22px;
	height: 26px;
	border-left: 1px solid #eee;
}

#bottomlinks li a{
	height: 12px;
	font-weight: 800;
	padding-bottom: 10px;
	font-size: 120%;
	margin-left: 14px;
}

#wrapper{
	margin-top: 20px;
}

#wrapper, #nav, #footer{
	margin-left: 40px;
}

#newmusic{
	margin: 0 0 0 0px;
	padding: 0;
}

#leftbar{
	margin-top: 110px;
}

#leftbar p{
	text-indent: 0;
}

#footer{
	margin-top: 50px;
	border-top: 1px solid #999;
}

#footer #legal{
	margin-top: 10px;
}

#footer #bottomnav{
	margin-top: 10px;
}

#footer #legal p{
	font-size: 70%;
	text-indent: 0;
}

#contact p{
	margin-bottom: 24px;
}

.orange{
	color: orange !important;
}

.hotlink{
	color: orange !important;
}

.song{
	margin: 6px;
	padding: 0;
	display: block;
	width: 100%;
}

.song .songtitle{
	width: 120px;
	text-align: right;
	margin-right: 10px;
	display: block;
	float: left;
}


.h1{
 	background: transparent url('img/bb.jpg') 0 0 repeat-x;
	color: #f0f0f0;
	border-bottom: 1px solid orange;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.box{
	background: transparent; /* url('img/transparent-black.png') 0 0 repeat; 
	margin-bottom: 10px;
	padding-top: 60px;*/
}

.boxborder{
	border: 1px solid #666;
}

.float-left{
	float: left;
	margin: 0px 20px 20px 0px;
}

.float-right{
	float: right;
	margin: 0px 0px 20px 20px;
}

.center{
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: relative;
}