/*
Theme Name: Fine Lines v2
Theme URI: 
Description: Fine Lines v2
Version: 1.0
Author: Jaik Dean
Author URI: http://www.jaikdean.com/

*/

/* ----------------------------------------------
	Template Name : Fine Lines v2
	Template Code : 
	Version : 1.0   
	Author : Jaik Dean
	Author URI : http://www.jaikdean.com/       
	Last Date Modified : 
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/16px Arial, Helvetica, Verdana, sans-serif;
	color: #000; 
	margin: 0; 	padding: 0; 
	background: #fff url(images/background.png);
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	margin: 16px 0;
	color: #000;
}
h1 a, h2 a, h3 a {
	background: #000;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
h1 {
	font-size: 36px;
	padding: 15px 10px 5px 10px;
}
h2 {
	font-size: 16px;
	padding: 16px 0 0;
	line-height: 36px;
}
h3 {
	font-size: 16px;
	padding: 0;
	line-height: 32px;
}

p, dl { padding: 0; margin: 16px 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #000;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	border:0;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #111;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	color: #808080;
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;
}
th {
	background: #fff;
	color: #000;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;
}
/* end - table */

/* form elements */
form {
	margin: 16px 0; padding: 0;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 12px Arial, Helvetica, Verdana, sans-serif;
	color: #6A6969;
	background: #000;
	color: #fff;
	border: 0;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;
}
input.button { 
	font: bold 14px Arial, Helvetica, Verdana Sans-serif; 
	margin: 0;
	padding: 4px 8px; 
	color: #fff;
	background: #000;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0; padding: 20px 0 15px 8px;
	width: 270px;
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	background:#fff;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	width: 900px;
	padding: 0; 
	margin: 0;
	background: transparent;
	float: left;
	display: inline;
	border-top: 2px solid #000;
}
#header {
	position: relative;
	width: 900px;
	height: 454px;
	margin: 0; padding: 0;
	background: transparent;
}

/* header search */
#header form#quick-search {
	position: absolute;
	top: 38px; right: 0;
	padding: 0; margin: 0;
	border: none;
	height: 30px;
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;
}
#header form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 210px;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;
	height: 47px;
	width: 900px;
	left: 0;	top: 35px;
	border-bottom: 2px solid #000;
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;
	height: 40px;
	margin: 0; padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 4px 8px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#nav ul li a:hover {
	color: #fff;
	background: #000;
	border: none;
}
#nav ul li.current_page_item a {
	color: #fff;
	background: #000;
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	width: 900px;
	height: 350px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/featurewrongside.jpg) 0 0 no-repeat;

	/* change the values of top and left to adjust the position of the logo*/
	top: 94px; left: 0px;
}
#header h1#logo-text a:hover {
	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 400px;

	/* change the values of top and left to adjust the position */
	top: 245px; left: 15px;
}

/* Main Column */
#main {
	float: left;
	width: 580px;
	padding: 0; margin: 0;
	display: inline;
}
#main h2 {
	font-size: 36px;
	text-transform: none;
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */
#sidebar {
	float: right;
	width: 290px;
	padding: 0; margin: 32px 0 0;
	display: inline;
}
#sidebar h3 {
	display: inline;
	padding: 0;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	line-height: 16px;
}
#sidebar .ngg-widget {
	margin: 16px 0 32px; padding: 0;
}
#sidebar ul {
	text-align: left;
	margin: 16px 0 32px; padding: 0;
}
#sidebar ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #666;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;
	border: none;
	color: #000; 
	font-weight: bold;
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 16px 0 32px;
	margin-top: 16px;
	width: 900px;
	float: left;
	display: inline;
}
#footer-wrap h3 {
	padding: 8px 0 0;
	border-bottom: 2px solid #000;
}
#footer-content {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
#footer-content ul.col-list {
	margin: 16px 0;
	padding: 0;	
}
#footer-content ul.col-list li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #666;
}
* html body #footer-content ul.col-list li {
	height: 1%;
}
#footer-content ul.col-list li a {
	text-decoration: none;
	border: none;
	color: #000; 
	font-weight: bold;
	/* letter-spacing: .5px;  */
}
#footer-content ul.col-list li a span {
	color: #666;
	font-weight: normal;
	font-size: 12px;
}

#footer-content .col {
	width: 290px;
	padding: 0 0 30px 0;
	display: inline;
}
#footer-content .col2 {
	width: 290px;
	padding: 0 0 30px 0;
	display: inline;
}
#footer-content .space-sep {
	margin-right: 15px;
}

/* postmeta */
.postmeta {
	color: #666;
}
.postmeta .date{ float: right;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 0;	}

.post-info { margin: -8px 0 0; color: #666; }
.post-info a { color: #666; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* gigpress */
#sidebar ul.gigpress-listing li {
	color: #000;
}