﻿/* 
Hollywoodtunes.com Stylesheet 
by Tomas Laul, tomas.laul@gmail.com
*/
body {
	background-color: #111111;
	color: #95A69B;
	font-size: small;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	text-align: center;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3 {
	font-family: Palatino, 'palatino linotype', serif;
}
h2 {
	font-size: x-large;
	font-weight: normal;
	color: #ffffff;
}
h3 {
	font-size: large;
	font-weight: normal;
	color: #FFA200;
	margin: 1em;
}
em {
	font-style: italic;
	color: #fff;
}
li em {
	font-style: italic;
	color: #808080;
}
strong {
	color: #fff;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: middle;
}
hr {
	display: none;
}
a {
	color: #069;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #39c;
}
p {
	text-align: justify;
	color: #95A69B;
}
#email, #message, textarea {
	color: #ffffff;
	background: #111111;
	border: 1px solid #666666;
	margin-bottom: 5px;
	padding: 3px;
}
textarea {
	width: 50%;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 1em 0;
}
.img-left {
	float: left;
	margin: 0.5em;
	padding: 0;
	margin-left: 0;
}
.img-left img {
	border: 5px solid #333;
}
.help {
	cursor: help;
	border: 1px dashed #808080;
}
#page {
	border: 0;
	border-left: 20px solid #080808;
	border-right: 20px solid #080808;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #000000 url('images/img.jpg') no-repeat bottom right;
	width: 730px;
	height: 100%;
	text-align: left;
}
#header {
	background: transparent url('images/martinlaul.gif') no-repeat top left;
	padding: 0;
	margin: 0;
	height: 200px;
}
#header h1, #header p {
	visibility: hidden;
	display: none;
}
#content {
	padding: 0 30px;
}
#footer {
	text-align: center;
	padding: 0 20px 20px 20px;
	color: #808080;
}
#footer strong {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #808080;
}
#footer p {
	text-align: center;
}
/* samples */
table.musicsamples {
	width: 90%;
	line-height: 150%;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
	background: #222;
}
td.samplename {
	width: 30%;
	color: #ffffff;
	padding: 0 0 0 0.5em;
}
td.sampledesc {
	width: 60%;
	font-style: italic;
}
td.samplelink {
	width: 5%;
	text-align: right;
	vertical-align: middle;
}
td.samplemp3 {
	width: 5%;
	text-align: right;
	padding: 0 0.5em 0 0;
	vertical-align: middle;
}
/* td.samplelink a {
color: #960;
text-decoration: none;
background: transparent url('images/control_play.gif') left center no-repeat;
padding: 0 0 0 1.5em;
}

td.samplelink a:hover {
color: #f93;
text-decoration: none;
background: transparent url('images/control_play_blue.gif') left center no-repeat;
padding: 0 0 0 1.5em;
} */
.odd {
	background: #222;
}
.even {
	background: #222;
}
/* contacts */
ul#contact {
	list-style-type: none;
	margin: 0 0 0 1.5em;
}
.center {
	text-align: center;
}
.videobox {
	clear: both;
	margin: 0 auto 1.5em auto;
	width: 95%;
	height: 255px;
}
.frame-left {
	text-align: center;
	border: 5px solid #333333;
	width: 300px;
	height: 245px;
	float: left;
}
.frame-right {
	text-align: center;
	border: 5px solid #333333;
	width: 300px;
	height: 245px;
	float: right;
}
p.tip {
	text-align: center;
	font-style: italic;
	font-size: x-small;
}
