/*
Theme Name:	Near Nothing
Theme URI: http://fabapps.com/wordpress/nearnothing 
Description: Near Nothing is a bare bones theme with minimal markup and no images. It's made from scratch and consists of fewer than 500 lines of commented code. 
Version: 1.0
Author: Christian MacAuley
Author URI: http://fabapps.com
Tags: white, black, light, two-columns, left-sidebar, fixed-width, custom-menu, threaded-comments, sticky-post 
*/

@font-face {
	font-family: Lora;  
	src: url(fonts/Lora-Regular.ttf);  
	font-weight: normal;  
}

@font-face {
	font-family: Lora;  
	src: url(fonts/Lora-Italic.ttf);  
	font-style: italic;  
}

@font-face {
	font-family: Lora;  
	src: url(fonts/Lora-BoldItalic.ttf);  
	font-weight: bold;  
	font-style: italic;  
}

@font-face {
	font-family: Montserrat;  
	src: url(fonts/Montserrat-Regular.ttf);  
	font-weight: normal;  
}

@font-face {
	font-family: Montserrat;  
	src: url(fonts/Montserrat-Bold.ttf);  
	font-weight: bold;  
}

@font-face {
	font-family: Copperplate;  
	src: url(fonts/ufonts.com_copperplate-light.ttf);  
	font-weight: normal; 
}

@font-face {
	font-family: Raleway-Light;  
	src: url(fonts/Raleway-Light.ttf);  
	font-weight: normal; 
}

/*
@font-face {
	font-family: Lato-Regular;  
	src: url(fonts/Lato-Regular.ttf);  
	font-weight: normal;  
}
*/
@font-face {
	font-family: Lato-Light;  
	src: url(fonts/Lato-Light.ttf);  
	font-weight: normal;  
}

/* basic reset */
	* { margin: 0; padding: 0; }
	h3, h4, h5, h6, p, ul, ol, pre, blockquote, cite, table { margin-bottom: 0.8em; }
	ul, ol, li { margin-left: 0.5em; }

/* page wrappers */
	body {
		text-align: center;
		font-family: Lora, "Palatino Linotype", "Book Antiqua", Palatino, serif;
		color: #ebeaea;
		background-color: #000;
		font-size: 18px;
		background-image: url("images/background.jpg");
		
	}
	#wrapper {
		display: block;  	
		width:960px;
		margin:0px auto;
	}
	#wrapper2 {
		text-align: left; 
	}

/* common tags */

	hr {
		height: 1px;
		margin-top:22px;
		margin-bottom:22px;
		color: #857553;
		background-color: #857553;
		border: none;
	}

	h1 {
		font-family: Montserrat;
		font-size:40px;/*was 46*/
		margin-top:0px;
		margin-bottom:0px;
		line-height:40px;
		text-transform: uppercase;
		
	}
	
	h2 {
		font-family: Montserrat;
		font-size:26px;/*was 28*/
		margin-top:0px;
		margin-bottom:0px;
		line-height:22px;
		text-transform: uppercase;
	}
	
	h3 {
		font-family: Lora; 
		font-weight: bold;
		font-style: italic;
		font-size: 36px;
	}
	
	h6 {
		font-size: 18px;
	}
	
	p {
		margin-top: 38px;
		margin-bottom: 38px;
		line-height: 24px;
	}
	
	.glow p {
		margin-top: 18px;
		margin-bottom: 18px;
		line-height: 24px;
	}
	
	a {
		text-decoration: none;
	}
	
	input[type="text"],input[type="email"],textarea {
		border: 1px solid #AAAAAA;
		color: #BBBBBB;
		min-height: 24px;
		background: transparent;
		font-family:Raleway-Light;
		width:380px;
		padding:10px;
		/*background-color: blue;*/
	  }
	  
	  input[type=submit] {
		background:#857553; 
		border:0 none;
		cursor:pointer;
		font-family: Montserrat;
		min-height:25px;
		min-width:150px;
		-webkit-border-radius: 0px;
		border-radius: 0px; 
	}
	
	.contact_button {
		font-family:Montserrat;
		width:400px;
		padding:12px;
	}
	
	input[type="submit"]:hover{
		color:white;
}
		
	.quote {
		padding-top:12px;
		padding-bottom:12px;
		padding-left:20px;
		border-left: 4px solid #857553;
	}
	
	.glow {
		background-color: #171717;
		padding: 40px;
		
		-webkit-box-shadow: 0px 0px 18px -1px rgba(255,255,255,0.62);
		-moz-box-shadow: 0px 0px 18px -1px rgba(255,255,255,0.62);
		box-shadow: 0px 0px 18px -1px rgba(255,255,255,0.62);
	}
	
	.widgettitle {
		color: #857553;
		font-size: 18px;
	}
	
	.theme-simple {
		-webkit-box-shadow: 0px 0px 18px -1px rgba(255,255,255,0.62);
		-moz-box-shadow: 0px 0px 18px -1px rgba(255,255,255,0.62);
		box-shadow: 0px 0px 18px -1px rgba(255,255,255,0.62);
	}
	
	#branding-container {
		display:none !important;
	}
	
#sidebar
{
	float:right; 
}


	.custom_slider{
		
		padding: 0;
	}
	
	.homecells{
		display:table;
	}
	.homepost{
		display:table-cell;
		vertical-align:top;
		padding:5px;
		
	}
	
	.homepost:nth-child(n+2){
		border-left: 1px solid #777;
	}
	
	.sitetitle {
		font-family: Copperplate;
		font-size: 80px;
		text-transform: uppercase;
		font-weight: normal;
		margin-left:-6px;
	
		background: #e2e2e2; /* Old browsers */
		

		
		background: -moz-linear-gradient(top,  #c2c2c2 0%, #dbdbdb 50%, #d1d1d1 51%, #cecece 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#cecece 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #c2c2c2 0%,#dbdbdb 50%,#d1d1d1 51%,#cecece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
		background-image: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
		 -webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
	}
	<!--[if IE]>
	.sitetitle{
			background:none;
			display:none;
	}
	<![endif]-->
	
	.copyr {
	    margin-top:-26px;
		float:right;
	}
	
	.copyr a:link, .copyr a:visited {
		color:#736548;
	}
	.socialm {
		float:right;
		margin-top:30px;
	}
	
	.socialm img {
		margin:2px;
		padding:0px;
	}
	
	.menu {
		font-family: Montserrat;
		text-transform: uppercase;
		color:#707070;
		font-size: 12px;
	}
	
	.aboutpic {
		float:right;
		margin-top:-40px;
		margin-bottom:-240px;
		margin-left:-130px;
		margin-right:-40px;
	}
	
	.contactpic {
		float:right;
		margin-top:-40px;
		margin-bottom:0px;
		margin-left:-200px;
		margin-right:-40px;
	}
	
	
/* links */
	a:link {
		color: #707070;	
	}
	a:visited {
		color: #707070;	
	}
	a:hover {
		color: #707070;	
	}
	
	/* prettier images */
	img { border: none; }
	/* blockquote */
	blockquote, cite {
		font-size: 0.9em;
		padding-left: 20px;
		padding-right: 20px;
	}

/* main contents */
	#main { }
	
	.above_post {
		width:100%;
		border-bottom: 1px solid #857553;
		color:#857553;
		text-transform: uppercase;
		font-size: 12px;
		font-family: Montserrat;
		padding-bottom:6px;
		margin-bottom:20px;
	}
	.above_post a {
		color:#857553;
	}
	.post {
		
	}
	.post h2{
		font-family: Raleway-Light;
		text-transform: none;
		color:#FFF;
		margin-bottom:4px;
	}
	.post h2 a{
		font-family: Raleway-Light;
		text-transform: none;
		color:#FFF;
	}
	#content {
		width: 75%;
		float: left;
		padding: 20px 0 20px 0px;
		margin: 0 0 20px 0px;
		font-family: Raleway-Light;
		color:#EFEFEF;
		/*border-left: 1px solid #eee;*/
		min-height: 500px;
	}
	.postmeta {
		clear: both;	
	}

/* header */
	#header {
		margin: 30px 0 20px 0;
		/*border-bottom: 1px solid #eee;*/
	}
	
	/* posts */
	.postmeta, .postnavigation {
		font-size: 0.9em;
	}
	
	.postnavigation a:hover,
	.postnavigation a:visited,
	.postnavigation a:link,
	.postnavigation a:active
	{
		color:white;
		font-size:20px;
	}
	
	body.blog .post .postmeta, body.archive .post .postmeta, body.search .post {
		padding-bottom: 2px;
		margin-bottom: 2px;
	}
	body.blog .post:last-child .postmeta, body.archive .post:last-child .postmeta {
		border-bottom: none;
	}

/* sidebar */

	.widget {
		border: 1px solid #857553;
		padding: 18px;
	}
	#sidebar {
		width: 20%;
		float: right;
		padding: 20px 5px 20px 5px;
		margin-bottom: 20px;
		font-size: 0.9em;
		
	}
	#sidebar ul { 
		list-style-type: none;
		margin: 0;
	}
	#sidebar li {
		list-style-type: none;
		margin-left: 0;
	}
	#sidebar li li {
		list-style-type: none;
		margin-left: 0px;
	}
	#sidebar ul {
	}
	#sidebar li ul ul {
		margin-left: 0;
	}
	#sidebar h2 {
		padding-bottom: 0.1em;
		margin: 0;
	}
	#sidebar .widget {
		margin-bottom: 20px;	
	}

/* footer */
	#footer {
		font-family: Montserrat;
		display: block;
		clear: both;
		/*border-top: 1px solid #eee;*/
		padding: 10px 0 10px 0;
	}
	#footer p {
		text-align: right;	
		font-size: 13px;
		color: #9b9b9b;
	}

/* topnav and footer nav */
	#topnav ul{
		list-style-type: none; 
		text-align: left;
		border-top: 1px solid #2a2a2a;
		padding-top: 14px;
		margin-top: 0px;
		margin-left:-8px;
		padding-bottom: 32px;
	}
	#footer ul {
		list-style-type: none; 
		text-align: left;
		margin: 0;
		padding-top: 12px;
	}
	#topnav li {
		list-style-type: none; 
		display: inline; 
		padding-left: 0.0em;
		padding-right: 72px;
		margin-left:0px;
	}
	#footer li {
		list-style-type: none; 
		display: inline; 
		padding-left: 0.0em;
	}
	#topnav li ul, #footer li ul {
		display: inline;
		padding: 0;
	}
	#bottomnav {
		padding-bottom: 20px;
		font-size: 13px;
		float:left;
	}

/* comments */
	#comments {
		font-size: 0.9em;	
	}
	#comments ol {
		margin: 0;
	}
	#comments li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#comments li ul {
		padding-left: 10px;
		margin-bottom: 0;
	}
	#comments .comment-body {
		padding: 10px 10px 0 10px;
		border-bottom: 1px solid #ccc;
	}
	#comments .comment-meta {
		font-size: 0.8em;
		padding-bottom: 0.5em;
	}
	#comments .reply {
		padding-bottom: 10px;
		font-size: 0.8em;
	}
	#comments .thread-even {
		background: #eee;	
	}
	#comments .thread-odd {
		background: #ddd;	
	}
	#respond {
		margin-top: 30px;
		padding: 10px;
	}
	#respond label {
		display: block;
	}
	#respond input, #respond textarea {
		font-family: Helvetica, sans-serif; 
		font-size: 10pt;
}

/* wordpress classes */
	.alignleft {
		float: left; 
		padding: 2px 8px 8px 2px;
	}
	.alignright {
		float: right;
		padding: 2px 2px 18px 18px;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-caption-text, .gallery-caption { 
		color: #666; 
		font-size: 0.8em; 
		padding: 3px 0; 
	}
	.gallery {
		padding: 10px 10px 25px 10px;
	}

/* customize search widget here */
	.widget_search #searchform {
	}
	.widget_search #searchform label {
		display: block;
	}
	.widget_search #searchform #s {
		width: 100px;
	}
	.widget_search #searchsubmit {	
	}
	
	.current_page_item a:link, .current_page_item a:visited {
	
		color: #857553;
	}
	
	#comments .thread-even {
    background: #000; 
}
	#comments .thread-odd {
    background: #000; 
}
/* cssmenu */

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#cssmenu {
	height: 37px;
	display: block;
	padding: 0;
	margin: 0;
	margin-left:-8px;
	width: auto;
	border-top: 1px solid #303030;
}
#cssmenu,
#cssmenu > ul > li > ul > li a:hover {
	
	
}
#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 12px 0px;
	padding-right:33px;
	padding-left:32px;
	text-align: center;
	text-decoration: none;
	font-family: Montserrat;
	text-transform: uppercase;
	color:#707070;
	font-size: 12px;
}
#menu-item-52 a {
	padding-left:0px !important;
}

#menu-item-415 a {
	padding-right:0px !important;
}

#cssmenu > ul > li > a:hover {
	color: #857553;
}
#cssmenu > ul > li:first-child > a {
	border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li > a:after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -2px;
	z-index: 99; 
}

#cssmenu ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 6px;
	border-top: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 19px;
}
#cssmenu ul li.has-sub:hover > a {

	padding-bottom: 13px;
	padding-top: 13px;
	top: -1px;
	z-index: 999;
	
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}

#cssmenu ul li.has-sub > a:hover {

	/*border-bottom: 5px solid #857553;*/
}


#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	width: auto;
	position: absolute;
	top: 38px;
	padding: 10px 0;
	background: #857553;
	z-index: 999;
}
#cssmenu ul li > ul {
	width: 330px;
	margin-left:26px;
}
#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}
#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 8px 20px;
	font-family: Montserrat;
		text-transform: uppercase;
		font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
#cssmenu ul ul a:hover {
	color: #ffffff;
	background:#665a40;
}
#cssmenu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}

.nextend-bullet-bar {
	bottom:-24px !important;
}

.clear_button {
	font-family:Montserrat;
	text-transform:uppercase;
	color: #857553;
	text-align:center;
	line-height: 38px;
	vertical-align:middle;
	font-size:14px;
	width:190px;
	height:38px;
	display:block;
	float:left;
	border: 2px solid #857553;
}

a.clear_button:link, 
a.clear_button:visited {
	color: #857553;
}

a.clear_button:hover {
	color: #FFFFFF;
}

.tan_button {
	font-family:Montserrat;
	text-transform:uppercase;
	color: #4e4431;
	background: #857553;
	text-align:center;
	line-height: 38px;
	vertical-align:middle;
	font-size:14px;
	width:190px;
	height:38px;
	display:inline;
	float:left;
	border: 2px solid #857553;
}

a.tan_button:link, 
a.tan_button:visited {
	color: #4e4431;
}

a.tan_button:hover {
	color: #FFFFFF;
}

.buy_button {
	font-family:Montserrat;
	text-transform:uppercase;
	background: #857553;
	color: #FFFFFF;
	text-align:center;
	line-height: 38px;
	vertical-align:middle;
	font-size:14px;
	width:132px;
	height:38px;
	display:block;
	float:left;
	border: 2px solid #857553;
}

a.buy_button:link, 
a.buy_button:visited {
	color: #FFFFFF;
}

a.buy_button:hover {
	color: #FFFFFF;
}

#primary_nav_wrap
{
	float:left;
	margin-left:-2px;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	background: #857553;
	text-align:center;
	line-height: 38px;
	vertical-align:middle;
	width:138px;
	height:38px;
	display:block;
	border: 2px solid #857553;
	font-family:"Montserrat";
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	
}

#primary_nav_wrap ul li.current-menu-item
{
}

#primary_nav_wrap ul li:hover
{
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:138px;
}

#primary_nav_wrap ul ul a
{
	line-height:38px;
	background-color:#171717;
	border-top:none;
	color: #857553;
}

#primary_nav_wrap ul ul a:hover
{
	line-height:38px;
	background-color:#171717;
	border-top:none;
	color:#FFF;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%;
}

#primary_nav_wrap ul li:hover > ul
{
	display:block;
}

.styletext {
	text-transform:uppercase;
	font-size:14px;
	color: #857553;
	font-family:"Montserrat";
	margin-bottom:12px;
}

.styletext span {
	font-size:22px;
	color: #FFF;
}

.intcol {
	letter-spacing: 0px;
	float:left;
	width:320px;
	border-right: 1px solid #474747;
	margin-right:6px;
	padding-right:6px;
	line-height:14px;
}

.intcol span.styletext {
	letter-spacing: -1px;
}

.intcol.last {
	border-right: none;
	margin-right:0px;
	padding-right:0px;
	width:292px;
}

div.wpcf7-mail-sent-ok {
	border: none !important;
	color: #857553;
	font-size:20px;
}

div.wpcf7-validation-errors {
	border: none !important;
	color: #857553;
	font-size:20px;
}

.postcontents {
	font-family: "Lato-Light";	
}

.wpcf7-form-control {
	font-size: 18px;
}