/*  
Theme Name: QBKL Media
Theme URI: http://qbkl.net/
Description: Custom WP Theme Design.
Version: 1.0
Author: QBKL Media
Author URI: http://qbkl.net/
*/

/* 1. Generic styles */

html {
	height: 100%;
	background: #fff;
}

body {
	margin: 0 auto;
	background: #fff;
	font: normal normal 12px Arial, Tahoma, Verdana, sans-serif;
	color: #666;
}

#wrap {
	width: 950px;
	margin: 0 auto;
	padding: 30px 15px 0 15px;
}

a {
	color: #f00;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #000;
}

a img {
	border: 0;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.mt0 { margin-top: 0!important; }

.small, .smalllink { font-size: 11px; }

.blacklink { color: #000; }
.blacklink:hover { color: #333; }

/* 2. Header styles */

#header {
}

#logo {
	width: 200px;
	float: left;
	margin-right: 50px;
}

#logo a {
	display: block;
	width: 200px;
	height: 97px;
	text-indent: -9999px;
	background: url(img/logo-qbkl.gif) no-repeat;
}

#nav {
	width: 700px;
	margin-top: 20px;
	float: right;
	background: url(img/px-gray.gif) repeat-x top center;
	font-size: 11px;
}

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

#nav ul li {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	position: relative;
}

#nav ul li.sm {
	float: right;
	margin: 0 0 0 30px;
}

#nav ul li a {
	line-height: 30px;
	color: #555;
	display: block;
	border-top: 1px solid #ddd;
}

#nav ul li a:hover {
	color: #000;
	border-top: 1px solid #555;
}

#nav ul li span {
	position: absolute;
	font-size: 10px;
	color: #999;
	display: none;
}

#nav ul li.current_page_item a, #nav ul li.current_page_parent a, #nav ul li.current_page_ancestor a {
	color: #999;
	border-top: 1px solid #f00;
}

#nav ul li:hover span {
	top: 30px;
	left: 0;
	display: block;
	z-index: 1000px;
	width: 120px;
}

/* 3. Content styles */

#content {
	line-height: 20px;
	margin-top: 40px;
	width: 950px;
	overflow: hidden;
}

#content p {
	margin: 8px 0;
	padding: 0;
}

.block {
	margin-bottom: 40px!important;
	clear: both;
	width: 950px;
	overflow: hidden;
}

.column {
	width: 200px;
	margin-right: 50px;
	float: left;
}

.lastcolumn {
	margin-right: 0;
}

.extras {
	font-size: 12px;
	font-style: italic;
	color: #888;
	margin-top: 57px;
}

.more {
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	display: inline-block;
	background: url(img/arrow.gif) no-repeat 0 8px;
	padding-left: 7px;
}

.section {
	float: right;
	width: 700px;
}

.sectionheading {
	background: url(img/px-gray.gif) repeat-x bottom left;
	margin-bottom: 30px;
}

.sectionheading h3 {
	font: normal bold 18px Helvetica, Arial, Tahoma, sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
	line-height: 22px;
	letter-spacing: -1px;
}

.sectionheading h3 span {
	border-bottom: 1px solid #888;
	display: inline-block;
	padding-bottom: 5px;
}

.sectioncontent {
	clear: both;
}

.sectioncontent h4 {
	font: normal bold 12px Arial, Tahoma, sans-serif;
	color: #444;
	margin: 1.6em 0 1em 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

.onefourth {
	float: left;
	width: 150px;
	margin-right: 33px;
}

.lastfourth {
	margin-left: 1px;
	margin-right: 0;
}

/* 3.1 Home & Portfolio */

.introblock {
	font: normal bold 24px Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #aaa;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	display: inline;
}

.dark {
	color: #545b5e;
}

.dark a {
	color: #001621;
}

.dark a:hover {
	color: #f00;
}

#promo {
	width: 700px;
}

.project {
	width: 950px;
	overflow: hidden;
	margin-bottom: 40px;
}

.promoproject, .projectpic {
	width: 700px;
	height: 350px;
	margin-bottom: 10px;
}

.promoproject a {
	width: 700px;
	height: 350px;
	display: block;
}

.promodetails, .projectdetails {
	width: 700px;
	overflow: hidden;
	font-size: 11px;
}

.promoinfo, .projectinfo {
	float: left;
}

.promolink, .projectlink {
	float: right;
	font: normal bold 14px Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -1px;
	background: url(img/arrow.gif) no-repeat 0 7px;
	padding-left: 7px;
}

.projectcontent img {
	margin-bottom: 30px;
}

.quoteicon {
	float: left;
}

.project_categories {
	border-top: 1px solid #ccc;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}

.project_categories a {
	font: normal bold 14px Arial, Tahoma, Verdana, sans-serif;
	line-height: 20px;
	background: url(img/arrow.gif) no-repeat 0 7px;
	padding-left: 7px;
	color: #545b5e;
}

.project_categories a:hover {
	color: #f00;
}

.projectlivelink {
	border-top: 1px solid #ccc;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}

/* 3.2 FAQ */

.faq {
	margin-top: 40px;
}

.faq h4 {
	font-size: 16px;
	font-weight: normal
}

/* 4. Footer */

#footer {
	clear: both;
	width: 700px;
	margin-left: 250px;
	padding: 5px 0 40px 0;
	overflow: hidden;
	color: #aaa;
	text-transform: uppercase;
	font: normal normal 10px "Trebuchet MS", Arial, Tahoma, sans-serif;
	border-top: 1px solid #ddd;
}

#footer .toplink {
	display: inline-block;
	float: right;
	padding-left: 10px;
	background: url(img/arrow-top.gif) no-repeat center left;
	color: #aaa;
}

#footer .toplink:hover {
	color: #f00;
}