/* @override 
	http://local.nobodywriteslikeme.com:3000/stylesheets/nwlm/styles.css?1254772687
	http://local.nobodywriteslikeme.com:3000/stylesheets/nwlm/styles.css?1257355362
*/

@import 'buttons.css';

body
{
	/*background: #eebc51;*/
	background: #efebd4;
	background: #d2cfba;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	color: black;
	margin: 0;
}

body.interior
{
	background: #efebd4;
}

#page,
#interior-page
{
	/*position: relative;*/
	width: 910px;
	/*padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;*/
	/*margin-top: 20px;
	margin-left: 25px;*/
}

#interior-page
{
	width: 950px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#wrap
{
	/*position: relative;*/
}

.splash-page
{
	background: #eebc51;
	background: #efebd4;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #997934;
	padding-bottom: 30px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px
}

.clearer
{
	clear: both;
}

.left
{
	float: left;
	margin-left: 15px;
}

.right
{
	float: right;
}

.centered
{
	margin: 0 auto;
}

*.new
{
	background: #efebd4;
}

/* @group Clearfix */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* hide from ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end hide from ie mac */

/* @end Clearfix */

li
{
	margin-bottom:5px;
}

p.hang
{
	text-indent:-2em;
	margin-left:2em;
}

p.small
{
	font-size: 13px;
	margin-top: 0;
}

/* @group Headers */

h1.yellow,
h2.yellow,
h3.yellow
{
	color: #eebc51;
}

/* @end Headers */

.rounded
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.rounded-5
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rounded-small
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* @group Sidebars */

.sidebar
{
	background: white;
	padding: 20px;
}

.sidebar a.btn
{
	margin-bottom: 5px;
}

.sidebar p
{
	font-size: 12px;
	margin-bottom: 15px;
}

.sidebar h3
{
	margin-top: 0;
	margin-bottom: 0;
}

.left-sidebar
{
	float: left;
}

.narrow-sidebar
{
	width: 185px;
}

.medium-sidebar
{
	width: 385px;
}

/* @end Sidebars */

/* @group Interior Pages */

#interior-page
{
	margin:0 auto;
	margin-top: 15px;
	margin-bottom: 30px;
	/*padding-bottom: 50px;*/
}

#interior-page-splash
{
	position: relative;
	width: 950px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#interior-page-splash img
{
	max-width: 950px;
}

#interior-page-splash .btn-back
{
	position: absolute;
	left: 20px;
	top: 15px;
}

#interior-page-splash .btn-back a:link,
#interior-page-splash .btn-back a:visited
{
	display: block;
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#interior-page-splash .btn
{
	position: absolute;
	right: 50px;
	bottom: 50px;
}

#interior-page-splash .btn a:link,
#interior-page-splash .btn a:visited
{
	display: block;
	padding: 10px;
	font-size: 18px;
	text-decoration: none;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#interior-page .content-block
{
	background: white;
	float: left;
	margin-left: 15px;
	padding: 20px;
}

#interior-page .content-block h3
{
	margin-top: 0;
}

#interior-page .content-wide
{
	width: 670px;
}

#interior-page .content-medium
{
	width: 470px;
}

/* @end Interior Pages */

/* @group Page Header */

#page-header img
{
	float:left;
}

#page-header
{
	/*position: relative;*/
	background: #eebc51;
	padding: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9a637;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

#interior-page #page-header
{
	background: #eebc51;
	padding: 20px;
	padding-right: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#page #page-header h1,
#interior-page #page-header h1
{
	float: left;
	font-size: 26px;
	color: white;
	text-transform: uppercase;
}

#interior-page #page-header h1
{
	margin: 0;
	font-size: 22px;
}

#interior-page .welcome-header,
#interior-page .breadcrumb
{
	margin-left: 20px;
	margin-top: 10px;
	/*color: #7c4408;*/
	color: black;
}

#interior-page .welcome-header p span
{
	color: #3399cc;
}

/* @end Page Header */

/* @group Main Nav */

#page-nav
{
	/*position: relative;*/
	float: right;
}

#page-nav ul
{
	list-style-type: none;
	margin: 0;
	margin-top: 12px;
	padding: 0;
}

#interior-page #page-nav ul
{
	margin-top: 5px;
	margin-right: 20px;
	float: right;
}

#page-nav ul li
{
	display: inline;
	/*display: inline-block;*/
	color: #666;
	margin-left: 7px;
}

#interior-page #page-nav ul li
{
	margin: 0;
}

#page-nav ul li a
{
	margin-left: 7px;
}

#top-sub-nav
{
	text-align: right;
	font-size: 13px;
	margin-bottom: 15px;
	margin-right: 15px;
}

/* @end Main Nav */

/* @group Content */

#page-content
{
	/*margin-top: 20px;*/
	padding: 20px;
	padding-top: 30px;
}

#interior-page #page-content
{
	padding: 0;
	margin-top: 20px;
}

.page-content-box
{
	float: left;
}
/* @group Questions */

#questions-nav
{
	position: relative;
	margin-bottom: 10px;
}

#questions-nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#questions-nav ul li
{
	display: inline;
	float: left;
}

/* @end Questions */

/* @group Marketing Copy */

#page-content #marketing-copy
{
	/*width: 650px;*/
	color: #7c4408;
	font-size: 18px;
	margin-left: 5px;
	background: white;
	padding: 20px;
}

#page-content #marketing-copy #marketing-video
{
	/*width: 650px;
	height: 350px;*/
	float: left;
	/*background: #eee;*/
	/*text-align:center;*/
	font-size: 30px;
	color: #aaa;
	padding-top: 0px;
	/*border: 1px solid #d9a637;*/
	/*margin-bottom: 20px;*/
}

#page-content #marketing-copy #marketing-video img
{
	width: 530px;
	border: 1px solid #d9a637;
}

#page-content #marketing-copy #marketing-video p
{
	
}

#page-content #marketing-copy .marketing-right
{
	width: 275px;
	margin-left: 15px;
	float: left;
	font-size: 16px;
}

#page-content #marketing-copy .marketing-right p
{
	margin-top: 0;
}

#page-content #marketing-copy .marketing-right p strong
{
	font-size: 20px;
}

div.lower-section
{
	width: 863px;
	/*margin: 0 auto;*/
	margin-left:12px;
	/*border-top: 1px solid #d9a637;*/
	padding-top: 30px;
}

div.lower-section div.section-thumb
{
	width: 236px;
	float: left;
	margin-left: 70px;
}

div.lower-section p.thumb-title
{
	color: #7c4408;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}

div.lower-section p.thumb-caption
{
	margin-top: 5px;
	font-size: 14px;
}

/* @end Marketing Copy */

/* @group Log In */

#login-box
{
	width: 372px;
	padding: 15px;
	padding-left: 55px;
	padding-right: 55px;
	background: #eed5a0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #003366;
	border: 1px solid #ab9973;
}

#login-box h3
{
	font-size: 18px;
}

#login-box .login-box-field
{
	margin-bottom: 10px;
}

#login-box label
{
	display: block;
	margin-bottom: 5px;
}

#login-box input.text-input
{
	font-size: 20px;
	width: 100%;
}

/* @end Log In */

/* @group Quotes */

#quote-box
{
	width: 355px;
	margin-left: 20px;
	margin-top: 40px;
	color: #69685d;
	
}

#quote-box span.quote
{
	font-size: 22px;
	text-transform: uppercase;
}

#quote-box span.source
{
	display: block;
	float: right;
	margin-top: 10px;
	text-transform: uppercase;
}

/* @end Quotes */

/* @end Content */

/* @group Page Footer */

#page-footer
{
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #7c4408;
}

#page #page-footer
{
	width: 100%;
	margin-top: 40px;
}

#interior-page-footer
{
	/*position: relative;*/
	width: 950px;
	margin: 0 auto;
	margin-bottom: 10px;
	/*margin-top: -50px;*/
	height: 20px;
	background: #352713;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 17px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 11px;
	color: white;
	/*border-top: 4px solid #60441c;*/
	clear: both;
}

#interior-page-footer p
{
	margin: 0;
}

#page-footer a:link,
#page-footer a:visited
{
	color: #7c4408;
	text-decoration: none;
}

#page-footer a:hover,
#page-footer a:active
{
	text-decoration: underline;
}

/* @end Page Footer */

/* @group Overlay */

/* the overlayed element */ 
div.overlay { 
    /* growing background image */ 
    background-image:url(/images/overlay/white.png); 
    /* dimensions after the growing animation finishes  */ 
    width:840px; 
    height:462px;         
    /* initially overlay is hidden */ 
    display:none; 
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(/images/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(/images/overlay/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(/images/overlay/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}

div.overlay div#vid-cont
{
	position: relative;
	width: 840px;
	margin: 0 auto;
	display: block;
}

/* @end Overlay */