@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


html 		{
	background: #274252 url(../img/design/bg.png) repeat; 
	height: 100%;
	}

body 		{
	font: 14px/1.6 "adrianna-1","adrianna-2","Helvetica Neue",Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	background: transparent url(../img/design/gradient.png) repeat-x; 
	height: 100%; 
	color: #ddd; 
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7); 
	-webkit-text-stroke: 1px transparent; 
	width: 100%;
	}
	
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}} 
	
#wrapper 	{
	background: transparent url(../img/design/burst.png) no-repeat; 
	position: relative;  
	overflow-x: hidden; 
	height: 100%; 	
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}

#heading, 
#info 		{
	display: inline; 
	float: left; 
	position: relative;
	}

#heading 	{
	text-indent: -10000px; 
	margin-left: 310px; 
	width: 327px; 
	height: 420px; 
	background: url(../img/design/main.png) no-repeat; 
	padding-right: 30px; 
	margin-top: 66px;
	}

#heading li	{
	list-style: none;
	}

#email 		{
	display: block; 
	text-indent: 0; 
	padding: 306px 27px 0 0;
	float: right;
	}

a:focus, 
a:hover     { 
	color: #8ceeff; 
	}
	
a           { 
  	color: #bbb; 
  	text-decoration: none; 
  	-webkit-transition-property: color;
  	-webkit-transition-duration: .4s;
  	-webkit-transition-timing-function: ease-in;
	}


#info 		{
	width: 280px; 
	background: url(../img/design/coming_soon.png) no-repeat; 
	margin-top: 160px; 
	padding-top: 70px;
	}

#info p 	{
	padding-left: 2px; 
	margin-bottom: 16px;
	}


.clear 		{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}


.amp 		{
	font-family: "Warnock Pro"; 
	font-style: italic;
	}

