/* Terenz.io CSS3 */
html {
	background-color: #221200;
}
body {
	margin: 0;
	background-color: #221200;
	color: #402300;
	font-family: 'Century Gothic', Arial, FreeSans, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	cursor: default;
}
p {
	margin: 0 0 7px 0;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #F90;
	color: #221200;
	outline: none;
}
a:hover {
	border-bottom: 1px solid #F90;
}
a img {
	border: none;
}
#container {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
	margin-top: -250px;
	margin-left: -400px;
	background: #FFF url(logo.png) 327px 18px no-repeat;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 10px 10px 10px #000;
	-moz-box-shadow: 10px 10px 10px #000;
	-webkit-box-shadow: 10px 10px 10px #000;
}
#header {
	float: left;
	clear: both;
	margin: 50px 0 0 20px;
	font-size: 17px;
}
#header a {
	margin: 0 2px;
	font-weight: bold;
	border-bottom: none;
	outline: none;
}
#header a:hover, #header .active {
	border-bottom: 2px solid #F90;
}
#content {
	float: left;
	width: 540px;
	height: 380px;
	padding: 10px 20px 15px 20px;
	overflow: hidden;
	text-align: justify;
}
#sidebar {
	float: left;
	width: 200px;
	padding: 15px 20px 10px 0;
	overflow: hidden;
	text-align: center;
	line-height: 0;
}
#sidebar .uPlayer {
	margin: 10px 0 0 0;
}
#links {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}
#links li {
	display: inline;
	margin: 0 7.5px;
	padding: 0;
}
#links a {
	border: none;
}
#footer {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}
#footer, #footer a {
	color: #7F6C56;
	font-size: 10px;
	line-height: 10px;
	border: none;
}
#footer a:hover {
	border-bottom: 1px solid #F90; 
}
#tweet {
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
}
#tweet .time {
	margin-top: 5px;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
}
#contact {
	margin-top: 15px;
}
#contact input, #contact textarea {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border: #402300 solid 1px;
	color: #402300;
	background-color: #FFF;
	font-family: 'Century Gothic', Arial, FreeSans, sans-serif;
	font-size: 14px;
	resize: none;
}
#contact textarea {
	height: 190px;
}
