@charset "utf-8";
/* CSS Document */

@import url();

/* Default Styles */
body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background:url(images/bg.jpg)no-repeat;
	background-size:cover;
	 
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}


/* Main Layout */
#main {
	margin:0px auto;
	border:1px solid #969a9b;
	box-shadow: 1px 1px 1px #444;
	position:relative;
	top:10px;
	width:865px;
	background:transparent !important;
}

header {
	width:100%;
	height:auto;
	color:#000;
	overflow:hidden;
	padding-top:5px;
	background-color: #314143 ;
}


#left-col {
	margin: 20px;
	width: 360px;
	background: #fff;
	float: left;
	text-align: left;
	padding: 20px;
	color: #F00;
}

#right-col {
	margin:20px 20px 20px 0px;
	width:360px;
	background:#fff;
	float:left;
	padding:20px; min-height:335px;
}

footer {
	width:100%;
	margin:0px;
	padding:0px;
	background:#fff;
	clear:both;
}

#jimimage {
	background:transparent  url(images/ebook.png) no-repeat;
	width:258px; 
	height:400px;
	position:absolute; border:0px solid #000;
	right:-200px;
	top:100px;
	z-index:9999;
}

#jimimage #socialcontainer {
	width:117px;
	position:absolute;
	top:340px;
	right:0px;	
}

#jimimage #socialcontainer .twitter { margin-bottom:5px;
		
}

#jimimage #socialcontainer .facebook {
		
}

/* Left Column Buttons (Bottom) */
#button-container {
	width: 80%;
	padding-top: 15px;
	padding-left: 20px;
	margin-left: 30px;
	color: #F00;
}

#button-container #button {
	width:80px;
	float:left;
	padding-right:10px;
	text-align:center;
}

#button-container #button a h3 {
	color:#000;
	font-size:10px;
	margin-top:0px;
	line-height:13px;
	padding-bottom:0px;
	font-weight:normal;
	text-align:center;
}

#button-container #button a img {
	width:45px;
	height:45px;	
}

/* Text Stuffs */
header h1.maintitle {
	font-family: Georgia, serif;
	font-size:47px;
	font-style:italic;
	font-weight:normal;
	color:#fff;
	 text-align: center;
 
	margin-left: 15px;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

header h1.maintitle span {
	font-size:80px;	
	position:relative;
	top:10px;
	
	
}

header h2.maintitle {
	font-family: Georgia, serif;
	font-size:36px;
	font-weight:normal; 
	margin-top:-5px;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
	color:#314143;
	float:left;
	clear:both;
	margin-left:90px;
}
header h3.maintitle {
	font-family: Georgia, serif;
	font-size:36px;
	font-weight:normal; 
	margin-top:-10px;
	
	color:#314143;
	float:left;
	clear:both;
	margin-left:120px;
}

header span.toprightname {
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	position:absolute;
	right:15px;
	top:5px;
}


#left-col h2 {
	margin:0px;
	text-align:center;
	font-weight:normal;
	font-style:italic;
	color:#50424a;
}

#right-col-textcontainer {
	width:370px;
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
}
#right-col h2 {
	font-weight:normal;
	margin:0px;
	font-size:26px;	
	line-height:38px;
}

ul.left-checks {
	padding-left:0px;
	padding-top:0px;
	margin-top:0px;
}

.left-checks li {
	background: url(images/check.png) no-repeat top left;
	list-style: none;
	background-position: 0 10px;
	padding-left: 45px;
	padding-top: 5px;
	font-size: 17px;
	line-height: 30px;
	color: #000;
}

#form-container .line span {
	font-size:65%;
	float:right;
	clear:both;
	color:#000;
	font-weight:bold;
	font-style:italic;
	margin-right:60px;	
}

/* Form Design */
#form-container {
	margin-top:25px;
	width:400px;
	padding:0px;	
	text-align:left;
}

#form-container input[type="text"] {
	width:340px;
	border-radius:10px;
	height:30px;
	background:#ededed;
	color:#8e8e8e;
	-moz-box-shadow:    inset 0 0 2px #000000;
    -webkit-box-shadow: inset 0 0 2px #000000;
    box-shadow:         inset 0 0 2px #000000;
    padding-left:10px;
    font-size:17px;
	border:0;
	margin-bottom:10px;
}

#form-container input[type="email"] {
	width:340px;
	border-radius:10px;
	height:30px;
	background:#ededed;
	color:#8e8e8e;
	-moz-box-shadow:    inset 0 0 2px #000000;
    -webkit-box-shadow: inset 0 0 2px #000000;
    box-shadow:         inset 0 0 2px #000000;
    padding-left:10px;
    font-size:17px;
	border:0;
	margin-bottom:10px;
}

#form-container input[type="submit"]{
	background: #50424a; /* Old browsers */
	background: -moz-linear-gradient(top,  #50424a 0%, #2b2026 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50424a), color-stop(100%,#2b2026)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #50424a 0%,#2b2026 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #50424a 0%,#2b2026 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #50424a 0%,#2b2026 100%); /* IE10+ */
	background: linear-gradient(top,  #50424a 0%,#2b2026 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50424a', endColorstr='#2b2026',GradientType=0 ); /* IE6-9 */
	border-radius:10px;
	border:0px;
	-moz-box-shadow:    1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	box-shadow:         1px 1px 1px #333;
	width:350px;
	height:60px;
	color:#fff;
	font-size:18px;
}

/* Glitch Fixers */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
