/*
Theme Name: South Africa Blog
Theme URI: http://www.southafricablog.co.za/
Description: South Africa Blog is a 3 column layout, designed specifically for <a href="http://www.southafricablog.co.za">South Africa Blog</a>. Images in the header and footer.
Version: 2.1.1
Author: Net-Focus Interactive CC
Author URI: http://www.dtporbit.co.za/

*/

/*

1) General selectors
2) Header
3) Containers
4) Content
5) Comments
6) Left Sidebar
7) Right Sidebar
8) Footer
9) Navigation - previous, next

*/

/* 1) General selectors */

body {
background: url(images/header_px.gif) left top repeat-x #ffffff;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, "MS Sans Serif";
font-size: 12px;
color: #000000;
}

h1 {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica; 
font-size: 32px;
color: #ffffff;
}

h1 a, h1 a:hover, h1 a:active, h1 a:visited {
color: #ffffff;
text-decoration: none;
}

#leftnav p, #rightnav p {
margin-left: 9px;
margin-right: 9px;
margin-top: 5px;
margin-bottom: 4px;
font-size: 11px;
}

a:link, a:visited {
color: #a8b060;
text-decoration: underline;
}

a:hover, a:active {
color: #881205;
text-decoration: underline;
}

blockquote {
margin: 0;
padding: 0;
font-style: italic;
color: #666666;
}

h2 {
font-size: 11px;
font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	}

h4	{
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
	text-align: left;
	}

h5 {
	font-family: "Times New Roman", Times, "MS Serif";
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color: #881205;
	margin: 0;
	padding: 0;
	text-align: left;
	}



/* 2) Header */

.header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 780px;
	height: 269px;
	vertical-align: top;
	background: url(images/header.jpg) left bottom no-repeat;
	}

.table1 {
	width: 780px;
	display: table;
	}

.table1_row {
	width: 780px;
	height: 100%;
	display: table-row;
	}

.table1_left {
	float: left;
	width: 480px;
	height: 100%;
	vertical-align: top;
	display: table-cell;
	text-align: left;
	}

.table1_right {
	float: left;
	width: 300px;
	height: 100%;
	vertical-align: top;
	display: table-cell;
	text-align: left;
	}

.companyname {
	margin: 0;
	padding-left: 8px;
	padding-top: 25px;
	vertical-align: top;
	}

.slogan {
	margin: 0;
	font-size: 11px;
	color: #ffffff;
	}

#search {
	margin: 0;
	padding-top: 50px;
	vertical-align: top;
	}

#search input {
	vertical-align: middle;
	}

.search_text {
	margin: 0;
	padding-right: 5px;
	color: #ffffff;
	}

.search_button {
	margin: 0;
	padding-left: 5px;
	}

#searchform {
	text-align: right;
	padding-right: 8px;
	margin: 0;
	}



/* 3) Containers */

#container {
	overflow: hidden;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background-color: #ffffff;
	}

#leftnav	{
	float: left;
	margin: 0;
	padding-top: 30px;
	text-align: left;
	width: 146px;
	}

#rightnav {
	float: right;
	margin: 0;
	padding-top: 30px;
	text-align: right;
	width: 146px;
	}

#content {
	float: left;
	vertical-align: top;
	display: block;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 30px;
	text-align: left;
	width: 468px;
	background-color: #ffffff;
	}



/* 4) Content */

#content h2 {
	margin: 0;
	padding: 0;
	}

#content ul {
	padding-left: 15px;
	}

#content ul li{
	padding: 0;
}

#content ul ul li{
	padding-left: 15px;
}

#content ol{
	list-style-position: inside;
	padding-left: 15px;
}

.post {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
	}

.posttitle {
	padding-left: 18px;
	background: url(images/title-icon.gif) left top no-repeat #ffffff;
	}

.posttitle a, .posttitle a:visited {
	color: #a8b060;
	text-decoration: none;
	}

.posttitle a:hover, .posttitle a:active {
	color: #881205;
	text-decoration: none;
	}

.meta {
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-bottom: 5px;
	}

.meta a {
	color: #a8b060;
	text-decoration: none;
	}

.meta a:hover {
	color: #881205;
	text-decoration: none;
	}	

#entry {
	border-left: 1px solid #a8b060;
	border-right: 1px solid #a8b060;
	border-top: 1px solid #a8b060;
	border-bottom: 1px solid #a8b060;
	padding-left: 15px;
	padding-right: 15px;
	}

.content_text {
	margin: 0;
	vertical-align: top;
	text-align: justify;
	}

.commentbox {
	margin: 0;
	font-size: 11px;
	background-color: #dadebc;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-align: right;
	border-left: 1px solid #a8b060;
	border-right: 1px solid #a8b060;
	border-bottom: 1px solid #a8b060;
	}

.commentbox a, .commentbox a:visited {
	color: #000000;
	text-decoration: none;
	}

.commentbox a:hover, commentbox a:active {
	color: #000000;
	text-decoration: underline;
	}

#searchform2 {
	text-align: left;
	padding-right: 8px;
	margin: 0;
	}

a.none, a.none:visited, a.none:hover, a.none:active {
	color: #000000;
	text-decoration: none;
	cursor: text;
	}

.commentbox3 {
	margin: 0;
	vertical-align: top;
	display: block;
	font-size: 11px;
	background-color: #dadebc;
	padding: 15px;
	text-align: justify;
	border-left: 1px solid #a8b060;
	border-right: 1px solid #a8b060;
	border-top: 1px solid #a8b060;
	}

.commentbox3 a, .commentbox3 a:visited {
	color: #881205;
	text-decoration: underline;
	}

.commentbox3 a:hover, commentbox3 a:active {
	color: #000000;
	text-decoration: underline;
	}



/* 5) Comments */

.commentbox2 {
	margin: 0;
	vertical-align: top;
	display: block;
	font-size: 11px;
	background-color: #dadebc;
	padding-bottom: 15px;
	text-align: left;
	border-left: 1px solid #a8b060;
	border-right: 1px solid #a8b060;
	border-bottom: 1px solid #a8b060;
	}

#respond {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 11px;
	}

#respond a, #respond a:visited {
	color: #881205;
	text-decoration: underline;
	}

#respond a:hover, #respond a:active {
	color: #000000;
	text-decoration: underline;
	}

#commentform {
	margin: 0;
	padding: 0;
	}

.text {
	font-size: 11px;
	}

.commentlist {
	background-color: #ffffff;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	color: #000000;
	border-bottom: 1px solid #a8b060;
	border-top: 1px solid #a8b060;
	}

.commentlist li {
	margin: 0;
	padding-top: 15px;
	text-align: justify;
	list-style: none;
	border-bottom: 1px dotted #a8b060;
	}

.author {
	margin: 0;
	text-align: left;
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
	}

.author a, .author a:hover, .author a:active, .author a:visited {
	text-decoration: underline;
	font-color: #000000;
        font-weight: bold;
	}

li.alt {
	border-bottom: 1px dotted #a8b060;
	}

.commentlist p {
	padding-bottom: 10px;
	margin: 0;
	}

.commentlist a, .commentlist a:visited {
	text-decoration: underline;
	color: #000000;
	}

.commentlist a:hover, .commentlist a:active {
	text-decoration: underline;
	color: #000000;
	}

.commentmetadata {
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding-bottom: 15px;
	color: #000000;
	}

.commentmetadata a, .commentmetadata a:visited {
	text-decoration: none;
	color: #a8b060;
	}

.commentmetadata a:hover, .commentmetadata a:active {
	text-decoration: underline;
	color: #a8b060;
	}



/* 6) Left Sidebar */

#sidebarleft {
	float: left;
	vertical-align:top;
	margin: 0;
	padding-bottom: 7px;
	text-align: left;
	width: 136px;
	background: url(images/cats-close.gif) left bottom no-repeat #dadebc;
	}

#sidebarleft h2 {
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 9px;
	margin: 0;
	font-size: 11px;
	color: #ffffff;
	background: url(images/cats.gif) left top no-repeat #a8b060;
	}

#sidebarleft ul {
	margin: 0;
	padding: 0;
	}

#sidebarleft ul li {
	display: block;
	list-style: none;
	margin: 0;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px solid #ffffff;
	}

.auth_text {
	padding-left: 9px;
	line-height: 21px;
	}

#sidebarleft a, #sidebarleft a:visited {
	display: block;
	padding: 3px 0 3px 9px;
	font-size: 11px;
	color: #000000;
	width: 127px;
	height: 16px;
	text-decoration: none;
	font-weight: normal;
	}

#sidebarleft a:hover, #sidebarleft a:active, #sidebarleft a:visited:hover {
	background-color: #a8b060;
	text-decoration: none;
	font-weight: normal;
	}



/* 7) Right Sidebar */

#sidebarright {
	float: right;
	vertical-align:top;
	margin: 0;
	padding-bottom: 7px;
	text-align: right;
	width: 136px;
	background: url(images/cats-close.gif) left bottom no-repeat #dadebc;
	}

#sidebarright h2 {
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 9px;
	margin: 0;
	font-size: 11px;
	color: #ffffff;
	background: url(images/cats.gif) left top no-repeat #a8b060;
	}

#sidebarright ul {
	margin: 0;
	padding: 0;
	}

#sidebarright ul li {
	display: block;
	list-style: none;
	margin: 0;
	border-top: 1px solid #ffffff;
	}

#sidebarright a, #sidebarright a:visited {
	text-align: left;
	display: block;
	padding: 3px 0 3px 9px;
	font-size: 11px;
	color: #000000;
	width: 127px;
	height: 16px;
	text-decoration: none;
	font-weight: normal;
	}

#sidebarright a:hover, #sidebarright a:active, #sidebarright a:visited:hover {
	background-color: #a8b060;
	text-decoration: none;
	font-weight: normal;
	}



/* 8) Footer */

.footer {
	clear: both;
	float:left;
	width: 100%;
	height: 85px;
	background: url(images/footer.gif) left top repeat-x #881205;
	vertical-align: top;
	}

.footer_main {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 780px;
	height: 85px;
	background: url(images/footer-slogan.gif) right top no-repeat;
	vertical-align: top;
	}

.footer_text {
	font-size: 11px;
	vertical-align: top;
	float: left;
	text-align: left;
	padding: 35px 0px 0px 34px;
	color: #ffffff;
	}

.footer a, .footer a:visited {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}

.footer a:hover, .footer a:active {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	}

a.hid:link, a.hid:hover, a.hid:active, a.hid:visited {
	color: #ffffff;
	text-decoration: none;
	cursor: text;
	}



/* 9) Navigation */

.navigation {
	margin: 0;
	padding-bottom: 30px;
	}

.navigation2 {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 30px;
	}

.previous {
	text-align: left;
	float: left;
	}

.previous a, .previous a:visited {
	color: #a8b060;
	text-decoration: none;
	}

.previous a:hover, .previous a:active {
	color: #881205;
	text-decoration: none;
	}

.next {
	text-align: right;
	float: right;
	}

.next a, .next a:visited {
	color: #a8b060;
	text-decoration: none;
	}

.next a:hover, .next a:active {
	color: #881205;
	text-decoration: none;
	}














#feed, #feed img a:link, #feed img a:visited
{
border: none;
}
