/*
-----------------------------------------------
Core styles
----------------------------------------------- */


/* Set Up
----------------------------------------------- */

html{color:#ccc;background:#1a1a1a;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
body {text-align:center;color:#ccc;font:75% "Trebuchet MS",Verdana,Arial,Helvetica,Sans-serif;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

p {margin: 1em 0;line-height: 130%;}
strong {font-weight: bold;}
em {font-style:italic;}



/* Wrapper
----------------------------------------------- */
#wrapper {
	margin:0 auto;
	text-align:left;
	width: 460px;
}

/* Links
----------------------------------------------- */
a { color: #00ADEE; text-decoration: none; }
a:link { color: #00ADEE; text-decoration: none;}
a:visited { color: #00ADEE; }
a:hover { color: #00ADEE; text-decoration: underline;}
a:active { color: #00ADEE; text-decoration: none;}





/* Holding Page
----------------------------------------------- */
h1 {
	width: 460px;
	height: 143px;
	float: left;
	border: none;
	text-indent: -9999px;
	background: url(../images/logo.gif) 0 0 no-repeat;
	border-bottom: 1px solid #FC0347;
	margin: 50px 0 0 0;
}
h2 {
	width: 460px;
	height: 25px;
	float: left;
	border: none;
	text-indent: -9999px;
	background: url(../images/anewmagazine.gif) 0 0 no-repeat;
	margin: 18px 0 0 0;
}
h3 {
	width: 460px;
	height: 28px;
	float: left;
	border: none;
	text-indent: -9999px;
	background: url(../images/comingsoon.gif) 0 0 no-repeat;
	margin: 0;
}
form {
	font-size: 1.167em;
	width: 460px;
	float: left;
	padding-bottom: 60px;
	border-bottom: 1px solid #FC0347;
}
form label {
	font-size: 1.167em;
	text-transform: uppercase;
	margin: 16px 0 0 0;
	width: 460px;
	float: left;
}
input {
	width: 440px;
	float: left;
	margin:10px 0 0 0;
	padding:7px 10px 6px 10px;
	color:#FC0347;
	background: #333333;
	border: none;
	outline: none;
}
button {
	display: block;
	width: 172px;
	height: 40px;
	margin:10px 0 0 0;
	padding:0;
	background: url(../images/submit.gif) 0 0 no-repeat;
	border: none;
	outline: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}
p.foot {
	width: 460px;
	float: left;
	margin: 10px 0 0 0;
	font-size: 0.917em;;
}
p.foot span {
	color: #FC0347;
}















