/*
Theme Name: Cadmus Business Portfolio
Theme URI: http://www.rockingthemes.com/themes/cadmus
Description: Slick Business Portfolio.
Author: David Leonard
Author URI: http://www.davidleonard.co.za
Version: 1.0
.
This theme can be used for commercial or non-commercial use
so long as it is not redistributed or resold in any way.
.
*/

/* Body */

body {
	background: #333333;
	font-family: Helvetica, Arial, sans-serif;
	color: #9c9c9c;
	font-size: 14px;
}

ul {
	padding: 10px 0 10px 20px;
	list-style-type: disc;
	list-style-position: inside;
}

ol {
	padding: 10px 0 10px 20px;
	list-style-type: decimal;
	list-style-position: inside;
}

/* End Body */

/* Main Text */

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0;
}

h1 {
	font-size: 30px;
	font-family: Georgia;
	font-weight: normal;
}

h2 {
	font-family: Georgia;
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 26px;
	font-family: Georgia;
	font-weight: normal;
}

h4 {
	font-size: 24px;
	font-family: Georgia;
	font-weight: normal;
}

h5 {
	font-size: 22px;
	font-family: Georgia;
	font-weight: normal;
}

h6 {
	font-size: 20px;
	font-family: Georgia;
	font-weight: normal;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* End Main Text */

/* Header */

#header {
	border: 5px solid #333333;
	margin-top: 20px;
	height: 90px;
}

#header a {
	text-decoration: none;
}

#logo {
	float: left;
}

/* End Header */

/* Styles for the entire LavaLamp menu */
.lavaLamp {
	float: right;
    position: relative;
    height: 29px; 
    padding: 15px; margin: 10px 0;
}
/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
}

/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: url("img/lava.gif") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}

.lavaLamp li.back .left {
	background: url("img/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px;
}

/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #fff; outline: none;
	text-align: center;
	height: 30px; top: 7px;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	margin: auto 10px;
}

/* End Menu */

/* Feature */

#feature {
	border: 5px solid #282828;
	margin-top: 20px;
	padding: 0;
	width: 930px !important;
	height: 250px;
	overflow: hidden !important;
}

#feature ul, #feature ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#feature img {
	display: block;
}

/* End Feature */

/* Content */

#content {
	border: 5px solid #282828;
	margin-top: 20px;
	background: #111111;
	padding: 20px;
}

#content_posts {
	margin: 0;
}

#content_posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content_posts ul li {
	margin: 0;
	border: 5px solid #282828;
	margin-top: 20px;
	background: #111111;
	padding: 20px;
}

.post_img {
	float: left;
	width: 150px;
}

.post_img img {
	padding: 3px;
	border: 2px solid #282828;
}

.post_img img:hover {
	border: 2px solid #ffffff;
}

.post_content {
	float: left;
	width: 490px;
}

.post_content h2 a {
	text-decoration: none;
}

.post_content h2 a:hover {
	text-decoration: underline;
}

.post_content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.read_more {
}

.post_info {
	margin-top: 20px;
	background: #282828;
	padding: 5px;
	font-size: 11px;
}

.post_info a {
	color: #9c9c9c;
}

#posts_navigation {
	padding: 30px 0 11px 0;
}

#posts_navigation a {
	padding: 5px;
	border: 5px solid #282828;
	background: #111111;
	text-decoration: none;
}

#posts_navigation a:hover {
	background: #666;
}

#content .wp-caption-text {
	font-size: 11px;
	text-align: center;
}

#content img {
	border: 3px solid #282828;
	padding: 3px;
	margin-top: 20px;
}

#content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .alignright {
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

#content .alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	float: left
	}
	
#content blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

#content blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#content .center {
	text-align: center;
}

/* End Content */

/* Comments */

#comments, #respond h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

ol.commentlist {
	list-style: none;
}

ol.commentlist li.comment {
	padding: 20px 0 0 0;
}

ol.commentlist li div.vcard img.avatar {
	border: 1px solid #fff;
	padding: 3px;
	float: right;
	margin:0 0 10px 10px;
}

ol.commentlist li div.comment-meta {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ol.commentlist li div.comment-meta a {
	color: #ccc;
}

ol.commentlist li p {
	margin:0 0 0;
}

ol.commentlist li ul {
	list-style: square;
	margin: 0 0 0 20px;
}

ol.commentlist li div.reply {
	font-size: 11px;
}

ol.commentlist li div.reply a {
	font-weight: bold;
}

ol.commentlist li ul.children {
	list-style: none;
	margin: 20px 0 0 0;
}

ol.commentlist li ul.children li.depth-1 {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}

ol.commentlist li ul.children li.depth-2 {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

ol.commentlist li ul.children li.depth-3 {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

ol.commentlist li ul.children li.depth-4 {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

ol.commentlist li ul.children li.depth-5 {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

ol.commentlist li.odd {
}

ol.commentlist li.even {
}

ol.commentlist li.parent {
}

ol.commentlist li.pingback {
}

.comment div {
	border: 5px solid #282828;
	padding: 20px;
}

.comment div div {
	border: none;
	padding: 0;
}

#author, #email, #url, #comment {
	border: 2px solid #282828;
	background: #FFF !important;
	width: 400px;
	margin-top: 10px;
}

.required {
	font-weight: bold;
	color: #900;
}

#submit, #submit_ajaxform {
	border: 5px solid #282828;
	background: #282828 !important;
	color: #FFF;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 20px;
}

#ajax_form {
	margin-top: 20px;
	height: 350px;
	color: #FFF;
	font-weight: bold;
}

/* End Comments */

/* Sidebar */

#posts {
	border: 5px solid #282828;
	margin-top: 20px;
	background: #111111;
	padding: 20px;
}

#posts h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

#posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#posts ul li, #posts ul li ul, #posts ul li ul li {
	margin: 0;
	padding: 0;
}

#posts ul li ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#posts ul li a {
	text-decoration: none;
	padding: 5px;
	display: block;
	color: #FFF;
	font-size: 12px;
}

#posts ul li a:hover {
	background: #282828;
}

#s {
	width: 160px;
	border: 5px solid #282828;
	background: #FFF !important;
}

#searchsubmit {
	border: 5px solid #282828;
	background: #282828 url(img/search.png) no-repeat !important;
	padding-left: 20px;
	color: #FFF;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 20px;
}

#searchform label {
	display: none;
}

/* Sidebar */

/* Footer */

#footer {
	border: 5px solid #282828;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #282828;
	padding: 1px 20px;
}

#footer p {
	margin: 0;
	font-size: 11px;
}

/* End Footer */