/*
Theme Name: ThumbMedia
Theme URI: http://www.thumbmedia.co.za
Description: ThumbMedia is a 3 columns fixed width WordPress theme developed by <a href="http://www.thumbmedia.co.za">Thumb Media</a>
Author: Thumb Media
Author URI: http://www.thumbmedia.co.za

	ThumbMedia
	http://www.thumbmedia.co.za

	This theme was designed and built by Thumb Media.

*/

body {
	font-family:"Trebuchet MS";
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 1em;
	background-color: #000000;
}
.clearfix {
	clear: both;
}
.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	margin: 0px auto;
	clear: both;
}
img.alignleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	background-color: #d5d5d5;
}
img.alignright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #d5d5d5;
	padding: 5px;
}
img.aligncenter {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #d5d5d5;
	padding: 5px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
	border: 1px solid #d5d5d5;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #d5d5d5;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	color: #000000;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
pre {
	margin: 8px 0px;
	padding: 10px;
	clear: both;
	width: 92%;
	overflow: scroll;
	font-family:"Trebuchet MS";
	color: #000000;
	font-size: 13px;
	line-height: 22px;
	white-space: nowrap;
	border: 1px solid #d5d5d5;
	background-color: #F7F7F7;
}
em {
	font-style: italic;
}
dl {}
dt {}
dd {}
code {
	font-family:"Trebuchet MS";
	font-size: 1.025em;
}
#wp-calendar {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 13px;
}
#wp-calendar caption {
	font-size: 16px;
	font-weight: bold;
}
#wp-calendar a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#wp-calendar #prev {
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
#wp-calendar #next {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.textwidget {
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
	color: #000000;
}
.rsswidget {
	color: #FFFFFF;
	text-decoration: none;
}
.rsswidget img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: baseline;
}

#sidebar select {
	margin: 0px;
    font-family:"Trebuchet MS";
	padding: 2px;
    font-weight: bold;
	float: left;
	width: 98%;
	border: 1px solid #CCCCCC;
	color: #181919;
	background: #FFFFFF;
}
.akpc_pop {
	margin: 8px 0px;
	padding: 0px;
	clear: both;
	font-style: italic;
}


.subscribe-to-comments {
	font-size: 1em!important;
	color: #FFFFFF;
}
.subscribe-to-comments a {
	color: #FFFF99;
	text-decoration: underline;
}

.pullquote-left {
	color: #000000;
	margin: 8px 8px 0px 2px;
	padding: 3px 3px 8px;
	float: left;
	width: 30%;
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
}
.pullquote-right {
	color: #000000;
	margin: 8px 8px 0px 2px;
	padding: 3px 3px 8px;
	float: right;
	width: 30%;
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
}
blockquote p {
	margin: 0px;
	padding: 0px;
}

blockquote {
	color: #666666;
	margin: 0px 0px 10px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 8px 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
}

#wrapper {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding: 0px;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#topbar {
	height: 30px;
	margin-bottom: 5px;
	background-color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	}

#topbar {
	height: 30px;
	margin-bottom: 5px;
	background-color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}
#topbar #dates {
	float: left;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 1px;
	width: 48%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#topbar #feeder {
	float: right;
	height: 20px;
	width: 48%;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 29px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#topbar #feeder p {
	height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: auto;
}

#topbar #feeder a {
	padding-left: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#topbar #feeder a:hover {
	text-decoration: none;
}
#topbar #feeder .twitter {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2px;
}
#topbar #feeder .feed {
	background-image: url(images/feed.png);
	background-repeat: no-repeat;
	background-position: left center;
}


#header {
	height: 147px;
	width: 100%;
	background: url(images/header.jpg) no-repeat left;
	border-bottom: 1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}
#siteinfo {
	margin: 40px 0 0 40px;
	padding: 0px;
	float: left;
	width: 40%;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
}
#siteinfo img {
	border-width: 0px;
	border-style: none;
}
#siteinfo a {
	color: #000000;
	text-decoration: none;
}
#siteinfo a:hover {
	text-decoration: underline;
}
#siteinfo h1 {
	margin: 0px;
	width: 100%;
	font-size: 2.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	
}
#siteinfo h2 {
	margin: 0px;
	padding: 0 0 20px 0;
	height: auto;
	width: 100%;
	font-size: 0.7em;
	font-weight: normal;
}

#topads {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 60%;
	text-align: right;
}
#topads img {
	border: 5px solid #CCCCCC;
}
#navigation {
	margin: 0px;
	clear: both;
	height: auto;
	width: auto;
	background: url(images/nav_bg.jpg) repeat-x #dab02e;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
}
#navigation2 {
	background: url(images/nav2-bg.jpg) repeat-x #EEEEEE;
	margin: 0px;
	clear: both;
	height: auto;
	width: auto;

	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	}

#countdown {
font-family:"Trebuchet MS";
font-size:20px;
color:#FFFFFF;
float:right;
padding: 5px 20px 0px 0;

}
#main {
	background-color: #FFFFFF;
	margin: 0px;
	clear: both;
	height: auto;
	width: 98.05%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 5%;
	padding-left: 1%;
}
#full-width-content {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	clear: both;
}
#content {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 65%;
}
#sidebar {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 35%;
}

#sidebar-inner {
	margin-left: 5px;

}

#sidebar-left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 50%;
	overflow: hidden;
}
#sidebar-right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 49%;
	overflow: hidden;
}

#sidebar-top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	overflow: hidden;
}
.sidebox {
	height: auto;
	background-color: #EEEEEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: auto;
	border: 1px solid #d5d5d5;
}
.sidebox h2 {
	margin: 0px;
	width: 90%;
	clear: both;
	height: auto;
	background: url(images/side-bg.jpg) repeat-x top left #EEEEEE;
	color: #000000;
	font-size: 15px;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
}

.sidebox h2 a{
	color:#000000;
	}
.sidecenter {
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sidecenter a {
	color: #000000;
	text-decoration: none;

}
.sidecenter a:hover {
	text-decoration: underline;

}
.sidecenter ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}
.sidecenter li {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	list-style-type: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
}

.social {
	font-size: 1em;
	color: #000000;
	clear: both;
	height: auto;
	width: 90%;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.social h4 {
	font-size: 1.9em;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	clear: both;
	height: auto;
	width: 100%;
	letter-spacing: -1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.social-items {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin: 0px;
}
.social-items img {
	margin-right: 8px;
}


#adsense160x600 {
	padding: 0px;
	clear: both;
	width: 160px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#adsense160x600 li {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.adsense336x280 {
	padding: 0px;
	clear: both;
	height: auto;
	width: 336px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#featured {
	padding: 5px;
	clear: both;
	height: auto;
	width: auto;
	background-color: #eeeeee;
	border: 1px solid #d5d5d5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#featured h3 {
	color: #FFFFFF;
	background-color: #000000;
	padding: 1%;
	width: 98%;
	clear: both;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.5em;
}
#featured .featured-post {
	margin: 0px;
	padding: 2%;
	clear: both;
	height: auto;
	width: 96%;
}
#featured .featured-post h2 {
	margin: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#featured .featured-post h2 a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
#featured .featured-post h2 a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;

}
#featured .featured-post .featured-entry {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	text-align: left;
}
#featured .featured-post .featured-entry img {
	border: 5px solid #d5d5d5;
	height: 200px;
	width: 555px;
}
#featured .featured-post .featured-meta {
	text-align: right;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
}
#featured .featured-post .featured-meta a {
	color: #990000;
	text-decoration: none;

}
#featured .featured-post .featured-meta a:hover {
	color: #000000;
	text-decoration: none;

}
#post-entry {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
.post-meta-single {
	width: auto;
	border:1px solid #d5d5d5;
	color:#000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #EEEEEE;
	height: auto;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}
.post-meta-single h1 {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	display: block;
	font-size: 20px;
	border-bottom:1px solid #B88A2C;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
}
.post-meta-single h1 a {
	color: #000000;
	text-decoration: none;
}
.post-meta-single h1 a:hover {
	color: #990000;
	text-decoration: none;
}
.post-content-single {
	clear: both;
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.post-content-single a {
	font-size:11px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.post-content-single h2 {
	font-size:15px;
	color: #000000;
	font-weight: bold;

}
.post-content-single a:hover {
	color: #990000;
	text-decoration: none;

}
.post-content-single p {
	margin-top: 0px;
}
.post-content-single img {
}
.post-meta {
	width: 305px;
	float: left;
	border:1px solid #d5d5d5;
	display:inline;
	color:#000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #EEEEEE;
	height: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.post-meta h1 {
	padding: 0px;
	clear: both;
	width: 100%;
	font-size: 17px;
	border-bottom:1px solid #B88A2C ;
	display: block;
	padding-bottom: 2px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	height: auto;
}
.post-meta h1 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;

}
.post-meta h1 a:hover {
	text-decoration: underline;

}
.post-date {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	padding: 0px;
	clear: both;
	width: 100%;
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	font-style: italic;
	height: auto;
	margin: 0px;
}
.post-date a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.post-date a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.post-img {
	padding: 5px;
	clear: both;
	background-color: #d5d5d5;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.post-img img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
}
.post-content {
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: auto;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.post-content a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;

}
.post-content a:hover {
	color: #000000;
	text-decoration: none;

}

.post-content p {
	font-size: 0.8em;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.post-com {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	text-align: right;
	float: right;
	width: auto;
}
.post-com a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #000000;
	margin: 0px;
	width: 100px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	text-align: center;
	display: block;

}
.post-com a:hover {
	text-decoration: underline;

}

#searchbox {
	padding: 5px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	background-color: #EEEEEE;
	display: block;
	border: 1px solid #d5d5d5;
}
#searchform {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
#searchform .sbm-b {
	color: #000000;
	font-size: 1em;
	background-color: #FFFFFF;
	clear: both;
	text-decoration: none;
	margin: 0px;
	border: 1px solid #FFFFFF;
	width: 97%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}
#tabber-widget {
	padding: 5px;
	clear: both;
	height: auto;
	width: auto;
	background-color: #EEEEEE;
	border: 1px solid #d5d5d5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sponsor {
	padding: 5px;
	clear: both;
	height: auto;
	width: 98.9%;
	background-color: #EEEEEE;
	border: 1px solid #d5d5d5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sponsor h3 {
	margin: 0px;
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#ads125 {
	list-style-type: none;
	clear: both;
	width: 100%;
	display: block;
	margin: 0px;
	text-align: center;
	padding-top: 1%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ads125 li {
	padding: 0px;
	list-style-type: none;
	display: inline;
	margin: 0px;
}
#ads125 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#post-navigator {
	color: #FFFFFF;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	text-align: center;
	clear: both;
	width: 95%;
	padding: 0%;
}
#post-navigator-single {
	width: 95%;
	font-size: 10px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	clear: both;
	padding: 0%;
	font-family: Tahoma, verdana;
	font-weight: bold;
	color: #000000;
}
.wp-pagenavi {
	width: 100%;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: left;
}
.pages {
	font-size: 10px;
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma, verdana;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.current {
	background-color: #f7f6f6;
	font-family: Tahoma, verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #d5d5d5;
}

#post-navigator a {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 10px;
	font-family: Tahoma, verdana;
}
#post-navigator a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #d5d5d5;
	font-weight: bold;
	background-color: #f7f6f6;
}
#post-navigator .alignleft a {
	display: block;
}
#post-navigator .alignright a {
	display: block;
}

#post-navigator-single .alignleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
	overflow: hidden;
}
#post-navigator-single .alignright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
	overflow: hidden;
	text-align: right;
}
#post-navigator-single a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#post-navigator-single a:hover {
	text-decoration: none;
}
#footer {
	clear: both;
	color: #FFFFFF;
	font-size: 9px;
	width: 95.85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
	height: auto;
	line-height: 14px;
	border: 1px solid #FFFFFF;
}
.footer-bottom {
	background-color: #000000;
}
.footer-bottom-left {
	margin: 0px;
	float: left;
	width: 49%;
	text-align: left;
	padding-right: 0px;
	padding-top: 20px;
	padding-left: 0px;
	color:#FFFFFF;
}
.footer-bottom-left a {
	color: #FFFFFF;
	text-decoration: none;
	}

.footer-bottom-left a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.footer-bottom-right {
	margin: 0px;
	float: right;
	width: 49%;
	text-align: right;
	padding-top: 2%;
	padding-right: 0px;
	padding-bottom: 1%;
	padding-left: 0px;
}
#footer-bottom-right a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer-bottom-right a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#bottombar {height:265px;width:1024px;background: top left;margin:0 auto}
#flickr-wrap {float:left;width:310px;height:225px;}
#flickr {float:left;margin-top:20px;} 
#flickr-image {margin-left:10px;width:280px;}
#flickr-image img {width:50px;height:50px;margin:0 10px 20px 0;border:solid thin #FFFFFF;}
#flickr-title {background:transparent url(images/gallery-bg.png) no-repeat scroll 0 0;font-family:trebuchet ms;font-size:18px;height:48px;padding:10px 0 0 60px}
#flickr-image {width:300px} 

#share-wrap {float:left;display:inline;height:225px;width:345px;}
#share-title {background:transparent url(images/share-icon.png) no-repeat scroll 0 0;font-family:trebuchet ms;font-size:18px;height:38px;float:left;display:inline;margin:20px 0 0 20px;padding:20px 0 0 60px;width:230px;} 
#share-link {width:256px;display:inline;background:url(images/share-bg.png) no-repeat; float:left;margin:10px 0 0 30px;}
.share-list {font-size:12px;float:left;display:inline;height:145px;margin:10px 0 0 45px;
font-weight:bold;}

.share-list li{margin-bottom:15px;list-style-image:none;list-style-position:outside;list-style-type:none;}
.share-list a{color:#3E3E3E;text-decoration:none}
.share-list a:hover{color:#b86416}	

.share-list2 {font-size:12px;float:left;display:inline;margin:10px 0 0 60px;
font-weight:bold;}

.share-list2 li{margin-bottom:15px;list-style-image:none;list-style-position:outside;list-style-type:none;}
.share-list2 a{color:#3E3E3E;text-decoration:none}
.share-list2 a:hover{color:#b86416}	

#weather-wrap {float:left;display:inline;height:250px;width:345px;}
#weather-title {background:transparent url(images/weather-icon.png) no-repeat  scroll 0 0;font-family:trebuchet ms;font-size:18px;height:38px;float:left;display:inline;margin:20px 0 0 20px;padding:20px 0 0 60px;width:256px;} 
#weather-bg {width:256px;display:inline;background:transparent url(images/weather-bg.png) no-repeat; float:left;margin:10px 0 0 40px;}
#weather-text {font-size:12px;float:left;height:145px;margin:2px 0 0 25px;height:250px;width:345px;}
#weather-text a{color:#3E3E3E;text-decoration:none}
#weather-text a:hover{color:#b86416}


.stats {
	height: auto;
	background-color: #EEEEEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: auto;
	border: 1px solid #d5d5d5;
	background: url(images/side-bg.jpg) repeat-x top left #EEEEEE;
}

.stats h2{	
	margin: 0px;
	width: 90%;
	clear: both;
	height: auto;
	color: #000000;
	font-size: 15px;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
}

.stats a {
   color:#000000;
}
.stats a:hover {
        text-decoration:none;
}

.stats-center {
	width: 95%;
	height: 310px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
.stats-center table td.right {
	padding-left: 15px;
	text-align: right;
	}
	

.stats-center .rss , .stats-center .twitter, .accom,
.stats-center .google, .stats-center .youtube { padding-top: 40px;margin-right:18px; display: block; width: 300px; height: 60px; float: left; }
.stats-center .email { padding-top: 40px; display: block; width: 48px; float: left; }
.stats-center .rss { background: url(images/rss-subscribe-button.png) center top no-repeat }
.stats-center .email { background: url(http://bsaves.com/HowHero/Blogger%20Templates/moonspot/images/icons/Social_Email_RSS.png) center top no-repeat }
.stats-center .google { background: url(http://lh6.ggpht.com/_a860p3rn1KA/Sse4aECS74I/AAAAAAAAAGg/BdA060MpMjU/Google_48x48.png) center top no-repeat }
.stats-center .twitter { background: url(images/twitter-button.png) center top no-repeat }
.stats-center .accom { background: url(images/accom-button.png) center top no-repeat }
.stats-center .youtube { background: url(http://www.iconfinder.net/data/icons/functionsocial/Social_Youtube.png) center top no-repeat }


#translate {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

#translate-inner {

	height: 20px;
	background-color: #FFFFFF;
	padding-left: 80px;
	padding-top: 10px;
	width: auto;
	border: 1px solid #d5d5d5;
	
}