/*  
Theme Name: Test Tarrif
Theme URI: http://www.testtaffif.com
Description: Widget ready WordPress
Version: 1.0
Author: Haobam Services
Author URI: http://www.haobamservices.com
*/

body {
	margin: 0;
	padding: 0;
	background: url(images/main_bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 15px;
	padding: 0;
	margin: 0;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0px;
}

img.right {
	float: right;
	margin: 0px;
}

/* Header */

#logo {
	width: 1000px;
	height: 123px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/header_bg.jpg);
}

#logo_div {
	width:351px;
	height:88px;
	margin: 0 auto;
}

#tag_line {
	height:25px;
	width:351px;
	text-align:center;
	font-size:18px;
	margin: 0 auto;
}

.green_text {
	color: #94d325;
}

.white_text {
	color: #FFFFFF;
}

.widgettitle {
	color:#000000;
}

.widgettitle a {
	color:#000000;
}

.widgettitle a:hover {
	color:#000000;
}

/* Menu */

#menu {
	width: 940px;
	height: 31px;
	margin: 0 auto;
	padding-top: 14px;
	padding-left: 60px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	background: #131516;
}

#menu a {
	display: block;
	float: left;
	/*margin: 0 40px 0 0;*/
	padding: 0px 30px 13px 35px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
}

#menu a:hover {
	/*margin: 0 40px 0 0;*/
	padding: 0px 30px 13px 35px;
	color: #FFFFFF;
}

#menu .current_page_item a {
	/*background: url(images/menu_active_bg.jpg) center no-repeat bottom;*/
	background-image: url(images/menu_active_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom	;
	/*margin: 0 41px 0 0;*/
	padding: 0px 30px 13px 35px;
	color: #FFFFFF;
}

/* Header Banner */

#header_banner {
	height:210px;
	width:1000px;
	margin: 0 auto;
}

#header_banner_left {
	width:41px;
	height:210px;
	background: url(images/header_banner_left.jpg) no-repeat;
	float:left;
}

#header_banner_right {
	width:41px;
	height:210px;
	background: url(images/header_banner_right_bg.jpg) no-repeat bottom;
	float:right;
}

.header_banner_box {
	float:left;
	width:213px;
	height:178px;
	margin: 18px 8px 14px 8px;
	background:url(images/header_banner_box_bg.jpg) no-repeat bottom;
}

.banner_box_img {
	padding: 10px 0px 0px 13px;
}

.banner_box_text {
	height: 54px;
	padding: 9px 11px 0px 13px;
	text-align: justify;
	color: #000000;
}

.banner_box_more {
	padding-right:10px;
	text-align: right;
}

.banner_box_more a {
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}


.banner_box_more a:hover {
	text-align:right;
	color: #FFFFFF;
	font-size:10px;
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width:1000px;
	margin: 0 auto;
	background: #fff;
}

/* Page */

#page_left_bg {
	float:left;
	background: url(images/content_left_bg.jpg) no-repeat;
	width:29px;
	height:211px;
}

#page_right_bg {
	float:right;
	background:url(images/content_right_bg.jpg) no-repeat -12px;
	width:29px;
	height:211px;
}

#page {
	width: 942px;
	margin: 0 auto;
	padding: 10px 0;
	float: left;
	background: #FFFFFF;
	background-image: url(images/content_middle_bg.jpg);
	background-repeat: repeat-x;
}

#page-bg {
	padding: 11px 24px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 535px;
	/*width:439px;*/
}

#content_divider {
	float:left;
	width:10px;
	/*height:500px;*/
	height:800px;
	/*min-height: 100%;*/
	margin:0px 0px 50px 5px;
	background:url(images/content_divider2.jpg) repeat-y;
}

#content_divider2 {
	float:left;
	width:10px;
	/*height:500px;*/
	height:570px;
	/*min-height: 100%;*/
	margin:0px 0px 50px 10px;
	background:url(images/content_divider3.jpg) repeat-y;
}

.post_heading_top {
	width:531px;
	height:10px;
	background: url(images/heading_top_bg.png) no-repeat bottom;
}

.post_heading_middle {
	width:505px;
	background: url(images/heading_middle_bg.png) repeat-y;
	padding-left:16px;
	padding-right:10px;
}

.post_heading_bottom {
	width: 531px;
	height:10px;
	background: url(images/heading_bottom_bg.png) top no-repeat;
}

.date {
	float:right;
	width:75px;
	font-size:10px;
	padding-left:10px;
	text-align:right;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
	/*width: 531px;*/
	border-bottom: 1px dotted #333333;
}

.post_archive {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
	/*width: 531px;*/
}

.post p {
	margin-left: 10px;
}

.post_archive p {
	margin-left: 10px;
}

.post h1 {
	font-size: 24px;
}

.post h2 {
	font-size: 24px;
}

.post h2 a:hover {
	font-size: 24px;
}

.post h3 {
	font-size: 18px;
}

.post ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.post li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: bold;
}

.title a {
	border-bottom: none;
}

.title a:hover {
}

.title2 {
	margin: 0;
	padding-bottom: 6px;
	font-weight: bold;
	padding-left:20px;
}

.title2 a {
	border-bottom: none;
}

.title2 a:hover {
}


.byline {
	border-top: 1px solid #0A8A0A;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.author {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.entry {
	width:520px;
	padding-left:11px;
}

.entry img {
	padding-right:9px;
}

.links {
	color:#40acff;
	font-size:11px;
	text-decoration:none;
	padding-left:10px;
}

.links a {
	color:#40acff;
	font-size:11px;
	text-decoration:none;
}

.links a:hover {
	color:#40acff;
	font-size:11px;
	text-decoration: underline;
}

.links .comments {
}

.textarea {
	width:500px;
}

/*      */

.side_panel {
	float: left;
	width: 360px;
}

.other_link {
	float:left;
	width:400px;
}

.read_more {
	width:85px;
	height:18px;
	background: url(images/read_more_button2.jpg) no-repeat;
	float:right;
	color:#999999;
	font-size:11px;
}

.read_more a {
	color:#999999;
	text-decoration:none;
	font-size:11px;
	margin-top:0px;
	padding-left:5px;
}

.read_more a:hover {
	color:#999999;
	text-decoration:none;
	font-size:11px;
}

/* Ad Space */

#ad_Space {
	height:150px;
}

.ad_left {
	float:left;
	text-align:center;
	margin-bottom:10px;
	margin-left: 34px;
}

.ad_right {
	float:right;
	text-align:center;
	margin-bottom:10px;
	margin-right:34px;
}

/* Search Box */

#search_box {
	height:50px;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 161px;
	padding: 10px 0 0 10px;
}

.sidebar_heading {
	font-size:16px;
	font-weight:bold;
	paddin-bottom:5px;
	color: #000000;
}

.sidebar ul {
	margin: 0 0 0 10px;
	padding: 0px 0px 0px 0px;
}

.sidebar li {
	padding: 0 0 10px 0;
	list-style:none;
}

.sidebar li ul {
	list-style:none;
}

.sidebar li li {
	padding: 0px 0px 0px 10px;
	list-style-image: url(images/bullet_arrow.jpg);
	background-color: #fafdf5;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 0px 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.sidebar h3 {
	padding-bottom:5px;
}

/* Search */

#search_div {
	width:336px;
	height:53px;
	margin-left:12px;
}

#search_div_left {
	float:left;
	height:53px;
	width:11px;
	background: url(images/search_left_bg.jpg) no-repeat;
}

#search_div_right {
	float:right;
	height:53px;
	width:11px;
	float:right;
	background: url(images/search_right_bg.jpg) no-repeat;
}

#search_div_middle {
	float:left;
	width:294px;
	height:43px;
	padding-top:15px;
	padding-left:20px;
	background: url(images/search_middle_bg.jpg) repeat-x;
}

.search_text {
	font-size: 18px;
	color: #d9ff95;
	padding: 0px 5px 0px 0px;
}

.go_button {
	background: url(images/search_button.jpg) no-repeat;
	border: none;
	width: 39px;
	cursor: pointer;
}

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

#se {
	margin: 0;
	padding: 0px 2px;
	width: 120px;
	height: 18px;
	border: 1px solid #0A8A0A;
	background: #FFFFFF;
	font-size: 11px;
	color: #FFFFFF;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #0A8A0A;
	border: 1px solid #0A8A0A;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	height: 55px;
	background: #475059;
}

#footer_panel {
	width:930px;
	margin: 0 auto;
	padding-top:20px;
}

.footer_panel_left {
	width:500px;
	float:left;
	padding-left:10px;
	text-align:left;
	color:#FFFFFF;
}

.footer_panel_right {
	width:300px;
	float:right;
	padding-right:10px;
	text-align:right;
	color:#FFFFFF;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


/*          */


hr {
	display: none;
}

#commentform {
}

.padded {
	width:525px;
	padding-left:10px;
}

#comment {
	width: 540px;
	height: 100px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 20px;
}

.navigation {
	padding-top: 20px;
	width:531px;
}

.pagetitle {
	padding-bottom: 20px;
}

.narrowcolumn {
	padding: 0;
	margin: 0;
}

.clear {
	clear:both;
}

.clear2 {
	clear:both;
	height:10px;
	border-bottom: 1px dotted #333333;
}

.clear3 {
	clear:both;
	height:10px;
}