/*
Theme Name: HCAB
Theme URI: 
Description: 
Author: Joe Botha
Author URI: http://www.jsbwebdesign.com
version: 1.0
Tags: two-column, widget-ready
*/
/* basics */
* {
	margin:0;
	padding:0;
}
html, body {
     height: 100%;
 }
.wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
    margin: 0 auto -8em;
 }
#footer, .push {
     height: 8em;
}

body {
	color: #000000;
	font: 12px/1.5em verdana, arial, tahoma, sans-serif;
	background-color: #FFFFFF;
}
h1 {
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
h3 {
}
h4 {
}
img {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
img.right {
	float: right;
	border: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
blockquote {
	margin:15px;
	background-color: #f0f5df;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #98BA30;
}
code {
	font-family:"Courier New", Courier, monospace;
}
/* links */
a {
	color:#98BA30;
	text-decoration:none;
}
a:hover {
	color: #000000;
}
.wrap {
	margin-right: auto;
	margin-left: auto;
	background-color: ##FFFFFF;
	background-image: url(images/top-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 100px;
}
/* header */
#header {
	height: 90px;
	color: #fff;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	font-weight: normal;
	color: #A0B63A;
	background-image: url(images/new-blog-logo.png);
	background-repeat: no-repeat;
	height: 173px;
	width: 288px;
	font-size: 12px;
	text-indent: -9999px;
	float: right;
	margin-top: -40px;
	margin-right: -20px;
	margin-left: 0;
	z-index: 100;
	position: relative;
}
#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
	height: 65px;
	width: 162px;
	display: block;
}
#header h1 a:hover {
	color: #666;
	text-decoration: none;
}
#header h2 {
	color:#FFFFFF;
	padding: 0 0 0 55px;
	margin:0;
	font-weight: bold;
	font-size: 12px;
}
/* main menu */
#menu {
	overflow:hidden;
	padding-top: 40px;
}
#menu ul {
	padding:0;
	width: 450px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	margin: 0;
	color: #fff;
	display:block;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu ul li a:hover {
	color:#000;
}
.tophome, .topabout, .toparchives, .topcontact {
	background-image: url(images/topmenu.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.tophome {
	background-position: left bottom;
	width: 85px;
}
.tophome:hover {
	background-position: left 0px;
	width: 85px;
}
.topabout {
	background-position: -85px bottom;
	width: 102px;
}
.topabout:hover {
	background-position: -85px 0px;
	width: 102px;
}
.toparchives {
	background-position: -187px bottom;
	width: 135px;
}
.toparchives:hover {
	background-position: -187px 0px;
	width: 135px;
}
.topcontact {
	background-position: -322px bottom;
	width: 122px;
}
.topcontact:hover {
	background-position: -322px 0px;
	width: 122px;
}

/* container */
#container {
	width: 770px;
	background:#fff;
	color:#333;
	overflow: hidden;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 50;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* content */
#content {
	float:left;
	width:480px;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.post {
	margin:0;
	padding:0;
	line-height: 14pt;
}
.post h2 {
	display: block;
}
.post h2 a {
	color: #000;
	text-decoration: none;
}
.post h2 a:hover {
	color: #777;
	text-decoration: none;
}
.post  ul, .post ol {
	margin-left: 2em;
}
.post li {
}
.entry {
	clear: both;
}
.entry p {
	margin:12px 0;
}
.more a {
	background: #98BA30;
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.more a:hover {
	background: #FFFFFF;
	color: #98BA30;
	border: 1px solid #98BA30;
}
.bubble {
	background-image: url(images/bubble.png);
	height: 32px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right;
	text-align: center;
	padding-top: 8px;
	color: #FFFFFF;
	margin-top: -15px;
}
.bubble a {
	color: #FFFFFF;
	font-weight: bold;
}

.postmetadata {
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.navigation {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
.alignleft a {
	float:left;
	margin:25px 0;
}
.alignright a {
	float:right;
	margin:25px 0;
}
.badge {
	background: #98BA30;
	width: 50px;
	color: #FFFFFF;
	font-weight: bold;
	height: 45px;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
}
.badge .month {
	width: 50px;
	text-align: center;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	height: 25px;
	text-transform: uppercase;
}
.badge .day {
	clear: both;
	float: left;
	width: 24px;
	font-size: 12px;
	padding-left: 2px;
}
.badge .year {
	font-size: 12px;
	text-align: center;
}
.pagetitle {
	line-height: normal;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
}
.author {
	float: left;
	display: block;
	color: #999999;
	width: 370px;
}

small {

}
/* sidebar */
#sidebar {
	width:220px;
	float:right;
	margin:0;
	padding: 10px;
	border-left: 1px solid #98BA30;
}
#sidebar   h2, #sidebar h4 {
	color: #000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar label {
	color: #000;
	margin: 0;
	padding: 0;
}
#sidebar p {
	margin:0;
	padding: 0 6px 0 12px;
}
#sidebar img {
	padding: 0;
	margin: 0;
}
#sidebar ul {
	margin:10px;
	padding:0;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	list-style-type: none;
}
#sidebar ul ul {
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
}
#sidebar ul ul li {
	list-style-type: none;
}
#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul li {
	list-style-type: square;
	color: #898989;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#respond {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(images/formgrad.png);
	background-repeat: repeat-x;
}
#respond h3 {
	padding-top: 5px;
	font-size: 16px;
}
h3#comments  {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#author, #email, #url {
	padding: 5px;
	margin-bottom: 5px;
}
#commentform #comment {
	padding: 5px;
}
#commentform p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	padding-bottom: 5px;
	padding-top: 5px;
}
#commentform label {
	font-size: 11px;
	color: #999999;
}



/* comments */
ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
	clear: both;
}
ol.commentlist li {
	height:1%;
	margin:0 0 10px;
	padding:5px 7px 5px 57px;
	position:relative;
	background-image: url(images/comment-bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
	border-top-color: #98BA30;
	border-right-color: #98BA30;
	border-bottom-color: #98BA30;
	border-left-color: #98BA30;
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
	border-top-color: #98BA30;
	border-right-color: #98BA30;
	border-bottom-color: #98BA30;
	border-left-color: #98BA30;
}
ol.commentlist li.comment {
	background-image: url(images/comment-bg.png);
	background-repeat: repeat-y;
	background-position: right bottom;

}
ol.commentlist .comment-body {
	background-color: #eef5da;
	background-image: url(images/comment-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 14px;
}
ol.commentlist .comment-body #comment {
	background-image: url(images/comment-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#comment  #div-comment  {
	background-image: url(images/comment-bg.png);
	background-repeat: repeat-y;
	background-position: right top;
}



ol.commentlist li div.comment-author {
	padding:0 170px 0 0;
}
ol.commentlist li div.vcard {
	font:bold 14px/1.4 helvetica, arial, sans-serif;
	background-image: url(images/comment-top.png);
	padding-bottom: 30px;
	background-position: left 20px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
ol.commentlist li div.vcard cite.fn {
	font-style:normal;
}
ol.commentlist li div.vcard cite.fn a.url {
	color:#000000;
	text-decoration:none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	color:#000;
}
ol.commentlist li div.vcard img.avatar {
	border:5px solid #ddd;
	left:7px;
	position:absolute;
	top:7px;
}
ol.commentlist li div.vcard img.avatar-32 {
}
ol.commentlist li div.vcard img.photo {
}
ol.commentlist li div.vcard span.says {
}
ol.commentlist li div.commentmetadata {

}
ol.commentlist li div.comment-meta {
	font:bold 10px/1.4 helvetica, arial, sans-serif;
	position:absolute;
	right:10px;
	text-align:right;
	top:5px;
}
ol.commentlist li div.comment-meta a {
	color:#333;
	text-decoration:none;
}
ol.commentlist li div.comment-meta a:hover {
	color:#000;
}
ol.commentlist li p {
	font:normal 12px/1.4 helvetica, arial, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 5px;
	padding-right: 5px;
}
ol.commentlist li ul {
	font:normal 12px/1.4 helvetica, arial, sans-serif;
	list-style:square;
	margin:0 0 1em;
	padding:0;
	text-indent:0;
}
ol.commentlist li div.reply {
	border:2px solid #666;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#fff;
	font:bold 9px/1 helvetica, arial, sans-serif;
	text-align:center;
	width:36px;
	background-color: #98BA30;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ol.commentlist li div.reply:hover {
	border:2px solid #7d9b21;
	background-color: #333333;
}
ol.commentlist li div.reply a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;
}
ol.commentlist li ul.children li {
&nbsp;
}
ol.commentlist li ul.children li.alt {
}
ol.commentlist li ul.children li.bypostauthor {
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li ul.children li.comment-author-admin {
}
ol.commentlist li ul.children li.depth-2 {
	margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-3 {
	margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-5 {
}
ol.commentlist li ul.children li.odd {
}
ol.commentlist li.even {
	background:#fff;
}
ol.commentlist li.odd {
	background:#fff;
}
ol.commentlist li.parent {
}
ol.commentlist li.pingback {
}
ol.commentlist li.pingback.parent {
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
/* search */
#searchform {
	padding:0;
	margin:14px 0;
}
#searchform input#s {
	margin:0;
	border:2px solid #000;
	width: 200px;
	background-image: url(images/formgrad.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	color: #CCCCCC;
	padding: 5px;
}
#searchform input#searchsubmit {
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
}
/* misc */
img.centered, img.center, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
	font-size: 11px;
}
.alignleft {
	float: left;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
img.thumbnail       {
	float: right;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-left: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* footer */
#footer {
	clear: both;
	width: 100%;
	background-color: #A0B63A;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer p {
	padding:14px 0;
	margin: 0;
	color: #eee;
	text-align:center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
/* Page Bar */
.pagebar {
	margin-right: 0.1em;
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.pagebar a, .pagebar a:link, .pageList .this-page, .pagebar a:visited {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.pagebar a:visited {
}
.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}
.pagebar .this-page {
	border: 1px solid #666666;
	font-weight: bold;
	color: #98BA30;
	background-color: #FFFFFF;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pagebar a:hover {font-weight: bold;color: #000000;}
.pagebar .inactive {
	border: 1px solid #cccccc;
	color: #ccc;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
/**/
.textwidget {
	padding-bottom: 10px;
}
/*Social Icons*/
#socialicons .rss, #socialicons .email, #socialicons .twitter {
	background-repeat: no-repeat;
	display: block;
	padding-left: 40px;
	line-height: 32px;
}
#socialicons .rss {
	background-image: url(images/socialrss.png);
}
#socialicons .twitter {
	background-image: url(images/socialtwitter.png);
}
#socialicons .email {
	background-image: url(images/socialemail.png);
}
/*Social Icons*/
#sidebar .twitter li {margin-bottom:10px; display:block;}
