/*   
Theme Name: Liberta
Theme URI: http://design.liberta.co.za
Description: A theme for Liberta Design
Author: Francois Viljoen
Author URI: http://design.liberta.co.za
Template: 
Version: 1.0

Copyright Francois Viljoen. All rights reserved.

*/

#blog_content {
	float: left;
	width: 41em;
}

#blog_content .post {
}

#blog_content .post h2 {
	margin-top: 0;
}

#blog_sidebar {
	float: right;
	width: 22em;
	padding-left: 1em;
	border-left: 1px solid #222222;
}

#blog_sidebar .widget a, #blog_sidebar .widget a:link, #blog_sidebar .widget a:visited {
	color: #cccccc;
	text-decoration: none;
}

#blog_sidebar .widget a:hover, #blog_sidebar .widget a:active {
	color: #ffffff;
	text-decoration: none;
}

#blog_sidebar ul {
	list-style: none;
	margin-bottom: 2em;
}

#blog_sidebar .widget ul li {
	font-size: 0.8em;
	border-bottom: 1px solid #222222;
}

#blog_sidebar ul li h2 {
	border: 0;
}

#blog_sidebar ul li a, #blog_sidebar ul li a:link, #blog_sidebar ul li a:visited {
	color: #eeeeee;
}

#blog_sidebar h2 {
	font-size: 1.2em;
	padding-bottom: 0.3em;
	margin: 0 0 0 0;
}

#blog_sidebar #tag_cloud {
	padding-bottom: 1.5em;
}





/* -- forms -- */
form#search_form {
}

form#search_form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form#search_form fieldset input {
	float: left;
	margin: 0;
	padding: 0.15em 0.2em 0.25em 0.2em;
	width: 19.5em;
}

form#search_form fieldset button {
	float: left;
	margin: 0 0 0 0.2em;
	padding: 0.2em 0.2em;
	font-size: 0.8em;
	text-align: center;
	color: #ffffff;
	width: auto;
	overflow: visible;
	border: 0;
	background-color: #121212;
}



/* -- comment form -- */
form#comment_form label {
	display: inline;
	float: left;
	clear: none;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0.5em;
	border: 0;
}

form#comment_form input {
	display: block;
	float: left;
	clear: left;
}

form#comment_form button {
	margin-left: 0;
}

form#comment_form textarea {
	float: none;
	height: 14em;
	width: 35em;
}

form#comment_form p.subscribe-to-comments {
	margin-top: 1em;
}

form#comment_form p.subscribe-to-comments label {
	width: auto;
	font-size: 0.9em;
}


/* -- posts --*/
div.post a:hover {
	text-decoration: underline;
}

div.post h2 a:link, div.post h2 a:visited {
	color: #cfac78;	/* medium brown */
	text-decoration: none;
}

div.post h3 a:link, div.post h3 a:visited {
	color: #cfac78;	/* medium brown */
	text-decoration: none;
}

div.post h1, div.post h2, div.post h3, div.post h4, div.post h5 {
	text-transform: none;
	font-style: normal;
}

div.post p.tags {
	font-size: 0.9em;
	background: transparent url("/images/icons/tag.16x16.semi_transparent.png") 0.3em 0.3em no-repeat;	
	padding: 0 0 0.3em 2em;
	margin-bottom: 1em;
}

div.post p.tags:hover {
	background-image: url("/images/icons/tag.16x16.png");	
}


/* -- info bar -- */
div.info_bar {
	float: right;
	width: 22em;
	padding-left: 1em;
	border-left: 1px solid #222222;
}


/* -- share -- */
div.share {
	float: right;
	margin-top: 1.5em;
	margin-right: 0;
	margin-left: 1em;
	width: 105px;
	height: 96px;
	background: transparent url("/images/icons/share.96x96.semi_transparent.png") 0 0 no-repeat;	
	cursor: pointer;
}

div.share:hover {
	background-image: url("/images/icons/share.96x96.png")
}


/* -- post metadata -- */
div.postmetadata {
	font-size: 0.9em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #222222;
}

div.postmetadata p.categories {
	margin: 1em 0 0 0;
	padding: 0;
	border: 0;
}

div.postmetadata p.bottom_data {
	padding: 0;
	margin: 0;
}

div.postmetadata p.categories:before {
	font-style: italic;
	font-variant: small-caps;
	content: "Categories: ";
}

div.postmetadata ul.links {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

div.postmetadata ul.links li {
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 22px;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #222222;
}

div.postmetadata ul.links li a {
	display: block;
}

div.postmetadata ul.links li a:link, div.postmetadata ul.links li a:visited {
	font-color: #cfac78;
}

div.postmetadata ul.links li a:hover, div.postmetadata ul.links li a:active {
	text-decoration: none;
}

div.postmetadata ul.links li.date_and_time {
	background-image: url("/images/icons/clock.16x16.semi_transparent.png");
}

div.postmetadata ul.links li.date_and_time:hover {
	background-image: url("/images/icons/clock.16x16.png");
}

div.postmetadata ul.links li.comment {
	background-image: url("/images/icons/comment.16x16.semi_transparent.png");
}

div.postmetadata ul.links li.comment:hover {
	background-image: url("/images/icons/comment.16x16.png");
}

div.postmetadata ul.links li.feed {
	background-image: url("/images/icons/feed.16x16.semi_transparent.png");
}

div.postmetadata ul.links li.feed:hover {
	background-image: url("/images/icons/feed.16x16.png");
}

div.postmetadata ul.links li.permalink {
	background-image: url("/images/icons/permalink.16x16.semi_transparent.png");
}

div.postmetadata ul.links li.permalink:hover {
	background-image: url("/images/icons/permalink.16x16.png");
}

div.postmetadata ul.links li.trackback {
	background-image: url("/images/icons/trackback.16x16.semi_transparent.png");
}

div.postmetadata ul.links li.trackback:hover {
	background-image: url("/images/icons/trackback.16x16.png");
}


/* -- comment list -- */
ol.commentlist {
	list-style: none;
	font-size: 0.9em;
}

ol.commentlist li {
	border-top: 1px solid #222222;
	padding-top: 1em;
}


/* -- post sharelist -- */
div.post_sharelist {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #222222;
}

div.post_sharelist ul {
	list-style: none;
}

div.post_sharelist ul li {
	float: left;
}

div.post_sharelist ul li a {
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding-left: 22px;
	padding-right: 2em;
	padding-top: 0.1em;
}

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

/* -- post sharelist -- */
div.post_disclaimer {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #222222;
	font-size: 0.9em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* -- post adsense -- */
div.post_adsense {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #222222;
}

div.post_adsense a {
	margin: 0
	padding: 0;
	border: 0;
}

div.post_adsense img {
	margin: 0
	padding: 0;
	border: 0;
}


/* -- bSuite -- */
.bsuite_related {
	/*
	font-size: 0.9em;
	*/
}

h3.bsuite_related {
	margin-top: 2em;
	font-size: 1.2em;
	text-transform: uppercase;
	font-style: italic;
}

ul.bsuite_related {
	list-style: none;
	margin-bottom: 1em;
	font-size: 0.9em;
	font-style: italic;
}

