/*  
Theme Name: Empire
Version: 1
Description: Designed by <a href="http://www.jsbwebdesign.com">Joe Botha</a>.
Author: 
Author URI: 
*/
html, body {
	font-family: arial;
	font-size: 14px;
	border: 0;
	color: #565656;
}
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.5em;
	padding: 10px 0;
}
h1 {
	padding: 10px 0px;
	font-size: 32px;
	font-weight: normal;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2, h3, h4, h5 {
	padding: 10px 0px;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul, ol {
	list-style: none;
	padding: 10px 0;
}
small {
	font-size: 11px;
}
code {
	background: #FFFFC1;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a img {
	border: none;
}
blockquote p {
	padding: 5px 0;
}
/*Align*/
.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}
.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 8px;
}
.alignright {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
}
.col-left {
	float: left;
}
.col-right {
	float: right;
}
.left {
	float: left;
		width: 275px;
	padding-right: 15px;
	padding-left: 15px;

}
.right {
	float: right;
		width: 275px;
	padding-right: 15px;
	padding-left: 15px;

}
/*header*/
#hdr {
	height: 100px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #FFFFFF;
}
#logo  {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#logo a {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 940px;
	text-indent: -9999px;
}

#ctr/*container*/
 {
	padding: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/*main*/
#main {
	float: left;
	width: 610px;
}
#main ul {
	padding-left: 30px;
	list-style-type: square;
}
#main ol {
	padding-left: 30px;
	list-style-type: decimal;
}
#main li {
	padding-bottom: 10px;
	line-height: 20px;
}
#main .col {
	float: left;
	width: 275px;
	padding-right: 15px;
	padding-left: 15px;
	min-height:150px;
	background-image: url(img/col-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
}
#main .col h3 {
	font-size: 20px;
}
#main .colb {
	float: left;
	width: 275px;
	padding-right: 15px;
	padding-left: 15px;
	min-height:180px;
	background-image: url(img/colb-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main .colb h3 {
	font-size: 20px;
}
#main  h1  a, #main h2 a, #main h3 a {
	color: #000000;
}

/*post*/

.thumbnail 
 {
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #E0DFE3;
	float: left;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
.post {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
}
.post-details {
	font-size: 12px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}


.more a {
	background-color: #E0DFE3;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	float: right;
	border: 1px solid #333333;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-image: url(img/more.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 20px;
}
.more a:hover {
	color: #FFFFFF;
	background-color: #999999;
	border:1px solid #666666;
	background-position: -20px center;
}
.gad_336280 {
	width: 100%;
	height: 280px;
	padding-left: 80px;
	background-image: url(img/336280.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.gad_336280 .adimg {
	float: left;
	width: 75px;
}




.hr {
	clear: both;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
}

/*sidebar*/
#aside
 {
	float: right;
	width: 280px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(img/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: left -10px;
	min-height: 425px;
}
#aside  h5 {
	font-size: 14px;
	font-weight: bold;
}
#aside  ul {
	padding-left: 15px;
	list-style-type: square;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#aside ul ul {
	margin: 0px;
}

#aside  li {
	padding-bottom: 10px;
}
#aside ul li ul li {
	padding: 0px;
}
#aside a {
	color: #333333;
}
#aside a:hover {
	font-weight: bold;
}

.advert_125x125 {}
.advert_125x125 img {
	margin: 5px;
	border: 1px solid #DEDEDE;
	height: 125px;
	width: 125px;
}
#aside .textwidget {
	padding-right: 10px;
	padding-left: 15px;
	line-height: 1.5em;
	font-size: 12px;
	padding-bottom: 15px;
}
#aside #search_main #searchform {
	padding: 15px;
}

#search_main #searchform #s {
	float: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	color: #666666;
}
#search_main #searchform .submit {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
/*footer*/
#ftr {
	clear: both;
	background-color: #F7F6F6;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(img/bg_grad.gif);
	background-repeat: repeat-x;
}
#ftrpanel {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
}
#ftrpanel .col {
	padding: 15px;
	float: left;
	width: 280px;
}
#ftrpanel .col ul {
	padding-left: 30px;
	list-style-type: square;
}
#ftrpanel .col li {
	padding-bottom: 10px;
}


/*Misc*/
.fl {
	float: left
}
.fr {
	float: right
}
.ar {
	text-align: right;
}
.al {
	text-align: left;
}
.ac {
	text-align: center;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	border: 1px solid #E0DFE3;
	padding: 2px;
}
img.alignright {
	border: 1px solid #E0DFE3;
	padding: 2px;
	background-color: #FFFFFF;
}

.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#eeeeee;
	border:1px solid #DDDDDD;
	padding:4px 0 5px;
	text-align:center;
}
.wp-caption-text {
	padding:3px 0 0;
	font-size:11px;
}
#topmenu{
	position:relative;
	display:block;
	height:39px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(img/bgOFF.gif) repeat-x top left;
}
#topmenu ul{
	margin:0 auto;
	padding:0;
	list-style-type:none;
	width:960px;
}
#topmenu ul li{display:block;float:left;margin:0;}
#topmenu ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(img/bgDIVIDER.gif) no-repeat top right;}
#topmenu ul li a:hover,#topmenu ul li a.current{color:#B30000;background:#fff url(img/bgON.gif) no-repeat top right;}
/*clearfix*/
.clear {
	clear: both;
	height: 10px;
}
.cf:after{clear:both;content:".";display:block;height:0;visibility:hidden}
/* Page Bar */
.pagebar {
	margin-right: 0.1em;
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	background-color: #F5F5F5;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1em;
	clear: both;
}
.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 #CCCCCC;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.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;
}

.deal {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
}
.deal img {
	float: left;
	padding-right: 20px;
}
.sharethis {
	float: right;
	margin-top: -20px;
}
.recenthdr {
	padding-left: 40px;
	background: url(img/recent.png) no-repeat left center;
}
.recentbhdr {
	padding-left: 40px;
	background: url(img/recentb.png) no-repeat left center;
}
.textwidget {
	clear: both;
}
.buynow a {
	background-image: url(img/buynow.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 250px;
	display: block;
	text-indent: -9999px;
	background-position: left top;
}
.buynow a:hover {
	background-position: left -50px;
}
.price {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding-left: 60px;
	clear: both;
}
