/* ####################### BASICS ####################### */

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #30303E;
}

#container
{
	position: absolute;
	margin: 0 0 0 -490px;
	padding: 0;
	left: 50%;
	width: 980px;
	height: 1000px;
	font-family: Georgia, Times New Roman, Times, serif;
}

.borderline
{
	margin: 0;
	padding: 0;
	width: 70px;
	height: 160px;
}

.clear
{
	clear: both;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}
/* @group iphone */

#iphone {
	width: 230px;
	height: 346px;
	background-image: url(../img/bg.png);
	position: absolute;
	/*top: -237px;*/
	top: 0px;
	padding: 122px 76px 197px;
	right: 509px;
	left: 3px;
}

#iphone .img {
	width: 230px;
	height: 346px;
	overflow: hidden;
	position: relative;
}

#iphone a {
	height: 57px;
	width: 179px;
	display: block;
	position: absolute;
	top: 150px;
	z-index: 1;
	background-image: url(../img/clicktoplay.png);
	text-indent: -9999px;
	left: 26px;
}

#iphone img {
	filter: alpha(opacity = 30);
	width: 230px;
}

#iphone .hvlog img {
	opacity: 0.3;
	filter:alpha(opacity=50);
}

#iphone a:hover {
	background-position: 0 -57px;
}

#iphone a:active {
	background-position: 0 -114px;
}

#iphone object {
	width: 230px;
	height: 346px;
}

#iphone embed {
	width: 230px;
	height: 346px;
}

/* --- */

.mirror #iphone {
	left: 509px;
	right: 3px;
}

/* footer! */

.footer {
	height:40px;
	margin:0px 0px 10px 11px;
	width:900px;
	background:url("../img/color-black-10-percent-trans.png") repeat scroll 0 0 transparent;
	padding-top:10px;
}

.footer p {
	font:14px Helvetica,sans-serif;
	text-align:center;
}

.footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

/* ####################### HEADER ####################### */

#header
{
	padding: 0;
	height: 210px;
	float: right;
	margin: 0 10px 0 0;
	padding-bottom: 30px;
}

#header img
{
	border: 0;
}


/* ####################### SUBHEADER ####################### */

#sub_header
{
	margin: 0 0 0 30px;
	padding: 0;
	width: 910px;
	height: auto;
}

/* ####################### SUBHEADER [NAVIGATION] ####################### */

#sub_header #navigation
{
	float: left;
	margin: 70px 0 0 10px;
	padding: 0;
	width: 320px;
	height: auto;
	background: none;
}

#sub_header #navigation a
{
	font: 58px/67px Arial, Helvetica, sans-serif;
	/*font: 58px/67px Georgia, Times New Roman, Times, serif;*/
	text-decoration: none;
	color: #FFF;
}

#sub_header #navigation a:hover
{

	color: #6E2F4E;
}

/* ####################### SUBHEADER [BUBBLE] ####################### */

#sub_header
{
	height:360px;
}

#sub_header #block
{
	float: right;
	margin: 50px 0 0 0;
	padding: 30px 30px 30px 40px;
	width: 400px;
	height: auto;
	background: url(../img/color-black-10-percent-trans.png) transparent;
}

#sub_header #block p
{
	font: 15px Helvetica, sans-serif;
}

#sub_header #block h1
{
	font: 27px Helvetica, sans-serif;
}

#sub_header img
{
	align: right;
	margin-left: auto;
	margin-right: 0;	
}

/* ####################### HEADLINES & PARAGRAPHS ####################### */

h1
{
	margin: -10px 0 0 0;
	padding: 0;
	font: 27px Arial, Helvetica, sans-serif;
	color: #FFF;
}

h2
{
	margin: 5px 0 0 0;
	padding: 0;
	font: 58px Georgia, Times New Roman, Times, serif;
	color: #FFF;
}

h3
{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	font: 20px/20px Georgia, Times New Roman, Times, serif;
	color: #6E2F4E;
}

h4
{
	margin: 0 0 20px 0;
	padding: 0;
	width: auto;
	font: italic 27px/20px Georgia, Times New Roman, Times, serif;
	color: #FFF;
}

h3 .top
{
	margin: 0 0 0 10px;
	vertical-align: top;
	font-style: italic;
}

h3 .bold
{
	margin: 0;
	padding: 0;
	font: bold italic 30px Georgia, Times New Roman, Times, serif;
}

p
{
	font: 14px/24px Georgia, Times New Roman, Times, serif;
	color: #FFF;
}

p img.itunes
{
	border-style:none;
}

p a.link
{
	color: #A7A9AC;
	font-size:1em;
}

p a.link:hover
{
	color: #FFF;
}

p.meta
{
	font-size: 12px;
	font-style: italic;
	color: #6E2F4E;
}

/* ####################### PARAGRAPH CONTACT ####################### */

p .position
{
	float: right;
	margin: -25px 0 0 0;
	padding-right: 50px;
}

p a.mail
{
	margin: 0;
	padding: 0 0 0 30px;
	font: 14px/24px Georgia, Times New Roman, Times, serif;
	color: #FFF;
	background: url(../img/mail.gif) no-repeat left bottom;
}

p a:hover.mail
{
	color: #6E2F4E;
	background: url(../img/mail_hover.gif) no-repeat left bottom;
}


/* ####################### COLUMNS ####################### */

.columns
{
	margin: 70px 0 0 11px;
	padding: 0;
	width: 960px;
	height: auto;
	background-color: #90909E;

}

.columns .unit
{
	float: left;
	margin: 0 30px 50px 30px;
	padding: 0;
	width: 260px;
	height: auto;
}

.columns .unit_20
{
	float: left;
	margin: -15px 30px 50px 30px;
	padding: 0;
	width: 260px;
	height: auto;
}

.columns .thumb .new
{
	position: absolute; 
	margin: 10px 0 0 -15px;
	width: 48px;
	height: 39px;
	background: url(../img/thumb_new.gif) no-repeat transparent;
}

.columns .unit .image_container
{
	margin: -20px 0 100px 0;
	padding: 5px;
	width: 570px; 
	height: 420px; 
	background: url(../img/image_background.jpg) no-repeat transparent;
}

.columns p
{
	margin: 10px 0 15px 0;
	padding: 0;
	width: 250px;
	font: 
}

.columns a
{
	margin: 0 0 0 0px;
	font: 14px Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
}

.columns a:hover
{
	color: #A7A9AC;
}

.columns img
{
-moz-box-shadow: 0px 3px 7px #111;
-webkit-box-shadow: 0px 3px 7px #111;
box-shadow: 0px 3px 7px #111;
}

#twitter_update_list
{
	 list-style-type: none;	
}

#twitter_div a
{
	color: #A7A9AC;
	font-size:1em;

}

