/* - - - - - - - - - - - - - - - - - - - - -

Title : Main CSS
Author : BENJAMIN DAUER / DOMINIC DIXON
URL : http://www.offsetsmusic.com
Copyright: BENJAMIN DAUER / DOMINIC DIXON

Created : May 12th, 2009

- - - - - - - - - - - - - - - - - - - - - */


*			{
			margin: 0;
			padding: 0;			
			}
			
html		{
			}
			
body 		{
			font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
			font-size:62.5%;
			color: #fff;
			margin: 0;
			text-align: left;
			background: #203231 url(../img/offsets_bg.jpg) no-repeat top left;
			text-shadow: rgba(0,0,0,0.14) 0 1px 0;				
			}

a, a:active	{
			text-decoration: none;
			outline: none;			
			}
			
img			{
			border: none;
			}

a			{ text-decoration: none; }
a:link		{ color: #A3AEBC; }
a:visited	{ color: #A3AEBC; } 
a:hover		{ color: #c2c8a6; }
a:active	{ color: #c2c8a6; }


/* Typography
- - - - - - - - - - - - - - - - - - - - - */

h1
			{
			font-size: 18px;
			line-height: 24px;
			margin-bottom: 26px;
			font-style: italic;
			color: #c2c8a6;
			}
			
p
			{
			font-size: 12px;
			line-height: 18px;
			margin-bottom: 20px;
			}

em.title	{
			float: left;
			font-style: normal;
			}
						
em.time		{
			float: right;
			}
			
.clear		{
			clear: both;
			}


/* Main Content
- - - - - - - - - - - - - - - - - - - - - */

#logo		{
			position: absolute;
			top: 50px;
			left: 50px;
			width: 350px;
			height: 200px;
			background: transparent url(../img/offsets_logo.jpg) no-repeat top left;
			}
			
#media_player
			{
			position: absolute;
			top: 50px;
			left: 650px;
			border: 1px solid #fff;
			height: 200px;
			width: 200px;
			}
			
#about		{
			position: absolute;
			top: 300px;
			left: 150px;
			width: 200px;
			margin: 0 0 50px 0;
			}
			
#releases	{
			position: absolute;
			top: 300px;
			left: 400px;
			width: 200px;
			margin: 0 0 50px 0;
			}
			
#contact	{
			position: absolute;
			top: 300px;
			left: 650px;
			width: 200px;
			margin: 0 0 50px 0;
			}
