/* 
	Theme Name: Elanor - A Wordpress Dark Theme
	Theme URL: http://www.inspirepress.net/wordpress-dark-theme
	Description: Elanor is a 2-column theme created for WordPress.
	Author: InspirePress
	Author URI: http://www.inspirepress.net
	Version: 1.0
	Tags: two columns, fixed width, black, white
*/

body {
	background: #000000;
        font-family: Myriad, Calibri, Tahoma, Arial;
}

img {
	border: none;
}

.header {
	width: 1024px;
        height: 110px;
        margin: 30px auto 0px auto;
        border-bottom: 1px solid #848484;
}

.headerleft {
	width: 500px;
        float: left;
}

.headerright {
	width: 440px;
        float: right;
        position: relative;
        top: 65px;
}

#nav ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
        display: inline; 
}

#nav li a {
	font-family: Calibri, Arial, Tahoma;
        font-size: 14px;
        color: #848484;
        margin: 0px;
	padding: 8px 12px 0px 12px;
        text-decoration: none;
}

#nav li a:hover {
	color: #2c2c2c;
}

#content {
	width: 1024px;
        margin: 20px auto 0px auto;
}

.vidspace {
        width: 650px;
        float: left;
}

.subscribebox {
	height: 315px;
        width: 320px;
        float: right;
        background: #000;
}

.subscribebox p {
	margin: 25px 15px 0px 15px;
	color: #ffffff;
        font-size: 24px;
        text-align: center;
        font-weight: bold;
}

#subscribeform {
	margin: 12px auto 10px auto;
	width: 250px;
}
	
#subscribeformname {
	margin: 15px auto 0px auto;
	text-align: left;
        color: #fff;
        font-size: 14px;
        text-align: left;
}
	
#indexname {
	margin: 0px auto 0px auto;
	height: 30px;
	width: 250px;
	font-size: 24px;
	padding: 2px 0px 0px 0px;
}
	
#subscribeformemail	{
	margin: 25px auto 0px auto;
	text-align: left;
        color: #fff;
        font-size: 14px;
        text-align: left;
}

#indexemail {
	height: 30px;
	width: 250px;
	font-size: 24px;
	padding: 2px 0px 0px 0px;
}
	
.subscribeforminput {
	margin: 0px auto 0px auto;
}
	
#subscribeformbutton {
	margin: 15px auto 0px auto;
	width: 225px;
}

.hbreak {
        width: 1024px;
	clear: both;
        border-bottom: 1px solid #848484;
        margin: 0px auto 0px auto;
        padding: 30px 0px 15px 0px;
}

.wrap1 {
	width: 1024px;
        margin: 15px auto 0px auto;
}

.successstories {	
        width: 710px;
        float: left;
        border-right: 1px solid #848484;
}

.boxheader {
	width: 540px;
}

.boxcontent {
	border-bottom: 1px solid #848484;
        width: 540px;
}

.freetrainings {	
        width: 315px;
        float: right;
}

.sideboxheader {
	width: 315px;
}

.sideboxcontent {
	border-bottom: 1px solid #848484;
        width: 315px;
}

.currentmembers {	
        width: 900px;
        margin: 15px auto 0px auto
}

.bottomboxheader {
	width: 900px;
}

.bottomboxcontent {
	border-bottom: 1px solid #848484;
        width: 900px;
}

#footer {
	width: 1024px;
        margin: 0px auto 0px auto;
        text-align: center;
}

.footerlinks ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footerlinks li {
	list-style: none;
	margin: 0px;
	padding: 0px;
        display: inline; 
}

.footerlinks li a {
	font-family: Calibri, Arial, Tahoma;
        font-size: 14px;
        color: #848484;
        margin: 0px;
	padding: 8px 12px 0px 12px;
        text-decoration: none;
}

.footerlinks li a:hover {
	color: #2c2c2c;
}

