@charset "utf-8";
/* CSS Document */

html, body, div, span,  object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,  code,em,font, img, ul,ol,dl,
 strong,fieldset, form, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#27303e;
	text-align:justify;
	background: transparent url(images/background.jpg) repeat-x scroll;
	background-color:#27303e;
	
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
a
{text-decoration:none;
color:#FFFFFF;
}
a:hover
{
	text-decoration:underline;
}


#wrapper
{
	width:408px;
	margin:0 auto;
	padding-top:80px;
	position:relative;

}
.logo
{	
	margin-bottom:25px;
}
#content
{
	margin:0 auto;
	background:transparent url(images/content-background.png) no-repeat scroll;
	width:360px;
	height:227px;
	padding-bottom:20px;
	
		
}

#subscribe
{
	margin:0 auto;
	width:248px;
	padding-top:20px;
	
	
}
.box
{
	background:transparent url(images/form_btn.png) no-repeat scroll;
	width:246px;
	height:34px;
	background-color:none;
	border:none;
}
.box2
{
	background:transparent url(images/form_btn.png) no-repeat scroll;
	width:246px;
	height:34px;
	background-color:none;
	border:none;
	margin-top:19px;
}
.box .input
{
	background:none;
	border:none;
	font-size:19px;
	height:32px;
	padding:5px 0px 0px 8px;
}
.box2 .input
{
	background:none;
	border:none;
	font-size:19px;
	height:32px;
	padding:5px 0px 0px 8px;
}
#submit
{
	margin-top:14px;
}



#socialize
{
	width:143px;
	height:79px;
	background:transparent url(images/socialize-bgr.png) no-repeat scroll;
	margin:0 auto;
	
}
a.twitter
{
	float:left;
	margin-left:3px;
	_margin-left:1px;
}
a.facebook
{
	float:left;
	margin-left:16px;
	_margin-left:8px;
}
.statusmsg{
	font-size: 12px; /* Set message font size  */
	padding: 20px; /* Some padding to make some more space for our text  */
	background: #EDEDED; /* Add a background color to our status message   */
	border: 1px solid #DFDFDF; /* Add a border arround our status message   */
	text-align:center;
	font-size:14px;
	position:absolute;
	top:10px;
	width:366px;
}
#download-theme a
{
	display:block;
}
#download-theme a.downtheme
{
	background:transparent url(images/under-construction-btn.png) no-repeat scroll;
	width:400px;
	height:40px;
	text-indent:-9999px;
	margin-left:1px;
	margin-top:5px;
}
#download-theme a.livepreview
{
	background:transparent url(images/live-preview.png) no-repeat scroll;
	width:161px;
	height:40px;
	text-indent:-9999px;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:121px;
	}
