

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	background-color:#98cb00;
	background-image: url(images/main-bg.gif);
	background-position: center;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px; 
	line-height:18px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000;
	
}
p, td, div
{
   line-height:18px;
}

/* Start Raf */
.tablefranchise td {padding:5px}
div.newshome {padding: 5px 0; border-bottom:1px dotted #ccc;}

a.headlink, a.headlink:visited{color:#b60000;text-decoration: none; font-size:18px;}
a.headlink:hover {color:#f75900;text-decoration: none; font-size:18px}

a.headlinkgw, a.headlinkgw:visited{color:#efffb0;text-decoration: none; font-size:14px;}
a.headlinkgw:hover {color:#fff;text-decoration: none; font-size:14px}


.headcont {color:#b60000;text-decoration: none; font-size:18px; font-weight:normal; margin:0; padding:0;}
.headfran {text-decoration: none; font-size:20px; font-weight:normal; margin:0; padding:0;}
.headbig {text-decoration: none; font-size:28px; font-weight:normal; margin:0; padding:0;}

ul.smlbullets{list-style-type:none;padding:0px;margin:0px;}
.smlbullets li{background-image:url(images/dot.gif); background-repeat:no-repeat; background-position:2px 7px; padding-left:14px; padding-bottom:3px}

a.ylink, a.ylink:visited{color:#fef500;text-decoration: none;}
a.ylink:hover {color:#fef500;text-decoration: underline;}
/* End Raf */
.abt-table td {border-bottom: 1px dotted #ccc; padding:2px}


/* End Tweet */
a.tweetnav, a.tweetnav:visited {color:#ffffff;text-decoration: none;line-height:16px}
a.tweetnav:hover {color:#ffffff;text-decoration: none;}

#twitter_div { 
	font-size:10px;
	width:160px;
}
ul#twitter_update_list { 
	list-style: none; 
	font-size: 10px;
	padding-left:2px;margin-left:2px;
}
ul#twitter_update_list li { 
	margin-bottom: 10px;
	padding: 10px;
	color: #7a8a99;
	background-color: #efefef;
}
/* End Tweet */

/*--formatting--*/
a {
	color: #b63d13;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}

p {
	padding: 0 0 1.8em;
}	

h2 {
	color:#b60000; text-decoration: none; font-size:18px;
	padding-bottom: 10px;
	font-weight:normal;
}

h2 em {
	font: 400 30px "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	font: 400 28px "Times New Roman", Times, serif;
	padding: 2px 0;
	text-align: left;
	letter-spacing: 0;
	border-bottom: 1px solid #ccc;
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}
/*
h2 a {
	color: #5d5b35;
	text-decoration: none;
}
*/

h3 {
	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color:#4c6b0d;
}

h4 {
	font: 900 12px arial;	
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 400px;
	font-style: italic;
	background-color: #D7D39A;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 70px;
	border-bottom: 1px solid #A6A371;
	border-top: 1px solid #A6A371;
	font: 400 16px "Times New Roman", Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

/*--container--*/
#wrapper {
	width: 975px;
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 115px;
	margin: 0 auto;
}

#content {
	width: 982px;
	float: left;

}

#content #left-col {
	width: 580px;
	float: left;
	position: relative;
	padding:0 25px 0 25px;
	/*border-right:1px dotted #ccc;*/
	margin-bottom: 5px;
}

#content #right-col {
	width: 320px;
	margin-bottom: 5px;
	float: left;
	position: relative;
	padding-left:15px;
}

#content #right-col #sidebar {
	width: 320px;
	float: left;
	position: relative;
}

#footer {
	width: 100%;
	float: left;
	color: #fff;
}

/*--header--*/

#header #logo {
	padding-top:5px;
	width: 460px;
	height: 115px;
}

#nav #menu em {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	float: left;
	height: 33px;
	padding: 0 5px 5px 5px;
	overflow: hidden;
	text-align: right;
	width: 490px;
}

#header #logo h1 a {
	
	background: url(images/binalot.png) no-repeat top left;
	width: 460px;
	height: 115px;
	float: left;
	text-indent: -9999em;
}

/*--page-menu--*/
#nav {
	float:left;
	width:980px;
	height:55px
}
#menu {
	background-image: url(images/nav_bg.png); background-repeat: repeat-x; height:50px;
}

#nav #menu ul {
	list-style: none;
	text-align: left;
	
}





#nav #menu ul li.page_item {
	float: left;
	
}

#nav #menu ul li.page_item a {
	padding: 14px 6px;
	display: block;
	margin: 0 7px 0 0;	
	float: left;
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #fff;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}

#nav #menu ul li.page_item a:hover {
	color: #a9bf78;
}

#nav #menu ul li.current_page_item a {
	color: #e82c00;
	/*background-color: #ede301;*/
}

/*--featured-post--*/

#featured-post {
	width: 600px;
}

#featured-post h3 {
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #918e61;
	letter-spacing: -1px;
	padding-bottom: 5px;
}

#featured-post .featured {
	width: 578px;
	border: 1px solid #c0bd92;
	float: left;
	padding: 0 10px;
	background: #fff url(images/featured-bg.png) no-repeat top left;
}

#featured-post .featured h2 a {
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}

#featured-post .featured span#f-date {
	padding: 3px 4px;
	background-color: #eae8c6;
	color: #5d5b35;
	font-size: 10px;
}

#featured-post .featured span#f-date a {
	color: #5d5b35;
}

#featured-post .featured p {
	padding-top: 5px;
}

#featured-post .featured p img, #featured-post .featured p a img {
	padding: 5px;
	border: 1px solid #e5e3c2;
	background-color: #fff;
	float: right;
	margin: 0 0 5px 5px;
}

#featured-post .featured small {
	float: left;
	padding: 4px 0;
	border-top: 1px solid #eae8c6;
	width: 558px;
	background: url(images/tag.png) no-repeat center left;
	padding: 4px 0 4px 20px;
}

#featured-post a#readmore {
	float: right;
	display: block;
	background: url(images/readmore.png) no-repeat top left;
	width: 79px;
	height: 22px;
	text-indent: -9999em;
	margin: -10px 10px 0 0;
	display: inline;
}

/*--post--*/

.post {
	/*
	width: 600px;
	float: left;
	margin-top: 20px;*/

}

.post .post-info {
	float: left;
	width: 100px;	
	padding-right: 10px;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

ul.links {
	list-style: none;
}

.post .post-info em {
	display: block;
	font-size: 9px;
}

.post .post-info span.post-tag {
	display: block;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	font-size: 9px;
	padding: 3px 0;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}

.entry {
	float: left;
	width: 580px;	
}

p.metadata {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	margin-top: 15px;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
}

.cat {
	float: left;
	width: 100%;
	font-size: 11px;
	font-style: italic;
	margin-bottom: -5px;
	color: #666;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

/*--feed--*/
#feed {
	width: 320px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

#feed a.rss {
	width: 32px;
	height: 27px;
	background: url(images/rss.png) no-repeat top left;
	float: right;
	text-indent: -9999em;
	text-align: left;
}

/*--feed--*/
#searchform {
	width: 330px;
	float: left;
	background: url(images/searchform.png) no-repeat top left;
	height: 60px;
	margin-bottom: 20px;
}

#searchform form {
	float: left;
	width: 310px;
	margin: 17px 10px 10px 15px;
	display: inline;
	
}

#searchform form input#s {
	width: 270px;
	background: url(images/form.png) no-repeat top left;
	height: 20px;
	border: 0;
	float: left;
	margin-right: 10px;
	padding: 3px 0 0 7px;
	color: #666;
}

#searchform form input#searchsubmit {
	width: 20px;
	background: url(images/search.png) no-repeat center left;
	height: 24px;
	border: 0;
}

/*--about--*/
#about {
	clear: left;
	width: 330px;
	margin-bottom: 20px;
}

#about h3 {
	font: 400 18px Arial, Helvetica, sans-serif;
	background: url(images/about.png) no-repeat top right;
	width: 260px;
	margin-bottom: 10px;
}

#about a img {
	padding: 5px;
	float: left;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
	margin: 5px 5px 5px 0;
}

#about span {
	font-size: 10px;
	line-height: 16px;
}

/*--sidebar1--*/

#sidebar h3 {
	text-align: center;
	border-top: 1px solid #a6a371;
	border-bottom: 1px solid #a6a371;
	background-color: #dedcb9;
	margin-bottom: 15px;
}

#sidebar ul {
	list-style: none;
}

#sidebar1 {
	float: left;
	width: 160px;
	padding-right: 10px;
}

#sidebar2 {
	float: left;
	width: 160px;
}

#sidebar ul {

}

#sidebar ul li {
	float: left;
	width: 158px;
	background-color: #d7d39a;
	border: 1px solid #bbb875;
	margin-bottom: 10px;
}

#sidebar ul li h2 {
	padding: 3px 4px 6px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #4c6b0d;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	width: 158px;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	border-top: 1px solid #bbb875;
	float: left;
	width: 150px;
	text-decoration: none;
	color: #5d5b35;
	padding: 2px 4px;
}

#sidebar ul li ul li a:hover {
	color: #fff;
	background-color: #bbb875;
}

/*--comments--*/

#comments {
	margin-top: 15px;
	float: left;
	width: 580px;
}

h3#comment-title {
	/*background: url(images/comments.png) no-repeat top left;
	width: 600px;
	float: left;
	text-indent: -9999em;*/
	padding-top: 5px;
}

#comments ol, #comments ol li {
	float: left;
	width: 580px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 438px;
	margin-right: 10px;
	background-color: #d7d39a;
	padding: 5px 10px;
	min-height: 30px;
	overflow: auto;
	border: 1px solid #c1bd85;

}

#comments ol li.alt .comment-data {
	float: left;
	width: 438px;
	margin-right: 10px;
	background-color: #eae8c6;
	padding: 5px 10px;
	min-height: 30px;
	border: 1px solid #c1bd85;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	width: 110px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	padding-top: 10px;
	margin-top: 15px;
	float: left;
	float: left;
	width: 600px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #c1bd85;
}

/*--footer--*/
#footer .footer-text {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding-top:5px;
}

#footer .footer-text a {
	color: #fff;
}





/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #BBB875;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #D7D39A;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

/*--navigation--*/

.navigation {
	float: left;
	/* width: 600px; */
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a:hover img {
	border: 1px solid red;
}

.gallery-caption {
	font-size:11px;
	line-height:14px;
	margin-left:0pt;
	padding-bottom:10px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}










/* Clear things*/
ul.paga-numbers, ul.page-numbers li, ul.page-numbers li a, ul.page-numbers li a:hover ul.page-numbers li span {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font: normal 12px Arial;
	border: none;
}

ul.page-numbers {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	padding: 5px 0 5px 0;
}
	ul.page-numbers li {
		display: inline;
	}
		ul.page-numbers li a {
			text-decoration: none;
			border: none;
			padding-bottom: 10px;
		}
	ul.page-numbers span.dots {
		color: #666;
	}
	
	ul.page-numbers li a, .page-numbers span.current, .page-numbers span.dots {
		font: normal 12px Arial;
		padding: 5px;
	}
	
/* SETTINGS - ALIGN CENTER  - Default = align-left */
ul.align-right { text-align: right; }
ul.align-center { text-align: center; }

span.page-info.left {
	padding: 0 10px 0 0;
}

span.page-info.right {
	padding: 0 0 0 10px;
}

ul.shape-round li a, ul.shape-round span.current {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* SETTINGS - ACTIVE BACKGROUND */
ul.current-page-yellow span.current { background: #ffff00; color: #666; }
ul.current-page-purple span.current { background: #ac58ff; color: #fff; }
ul.current-page-dark span.current { background: #666; color: #eee; }
ul.current-page-bright span.current { background: #e6e6e6; color: #666; border: 1px solid #ddd; }
ul.current-page-red span.current { background: #ba0000; color: #fff; }
ul.current-page-green span.current { background: #69ba00; color: #fff; }
ul.current-page-cyan span.current { background: #18C6FF; color: #fff; }
ul.current-page-pink span.current { background: #ff80ff; color: #fff; }
ul.current-page-orange span.current { background: #ff9a00; color: #fff; }

/* SETTINGS - page BACKGROUND */
ul.page-yellow li a { background: #ffff00; color: #666; }	
ul.page-purple li a { background: #ac58ff; color: #fff; }
ul.page-dark li a { background: #666; color: #fff; }
ul.page-bright li a { background: #e6e6e6; border: 1px solid #ddd; color: #666; }
ul.page-red li a { background: #ba0000; color: #fff; }
ul.page-green li a { background: #69ba00; color: #fff; }
ul.page-cyan li a { background: #18C6FF; color: #fff; }
ul.page-pink li a { background: #ff80ff; color: #fff; }
ul.page-orange li a { background: #ff9a00; color: #fff; }
	

/* SETTINGS - page BACKGROUND */
ul.current-page-yellow.fill-gradient span.current, ul.page-yellow.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffe4), to(#ffff07)); }
ul.current-page-purple.fill-gradient span.current, ul.page-purple.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bf77ff), to(#913cff)); }
ul.current-page-dark.fill-gradient span.current, ul.page-dark.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#848484), to(#494949)); }
ul.current-page-bright.fill-gradient span.current, ul.page-bright.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#dfdfdf)); }
ul.current-page-red.fill-gradient span.current, ul.page-red.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#da0000), to(#8b0000)); }
ul.current-page-green.fill-gradient span.current, ul.page-green.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#87ca00), to(#4ba200)); }
ul.current-page-cyan.fill-gradient span.current, ul.page-cyan.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#30d4ff), to(#0db1ff)); }
ul.current-page-pink.fill-gradient span.current, ul.page-pink.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb5ff), to(#ff44ff)); }
ul.current-page-orange.fill-gradient span.current, ul.page-orange.fill-gradient li a { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb000), to(#ff7d00)); }

ul.page-yellow li a:hover { background: #fff; color: #666; text-decoration: none;}
ul.page-purple li a:hover { background: #8000ff; text-decoration: none; }
ul.page-dark li a:hover { background: #444; text-decoration: none; }
ul.page-bright li a:hover { background: #efefef; border: 1px solid #ccc; color: #666; text-decoration: none; }
ul.page-red li a:hover { background: #9a0000; text-decoration: none; }
ul.page-green li a:hover { background: #4e8b00; text-decoration: none; }
ul.page-cyan li a:hover { background: #14a9d9; text-decoration: none; }
ul.page-pink li a:hover { background: #ff40ff; text-decoration: none; }
ul.page-orange li a:hover { background: #da8400; text-decoration: none; }

/* behind | default = dark */	
ul.behind-brighter span.dots, ul.behind-brighter span.page-info { color: #ddd; }
ul.behind-bright span.dots , ul.behind-bright span.page-info {	color: #aaa; }
ul.behind-grey span.dots, ul.behind-grey span.page-info { color: #808080; }
ul.behind-dark span.dots, ul.behind-dark span.page-info { color: #666; }
ul.behind-darker span.dots, ul.behind-darker span.page-info { color: #333; }

/* IE6 fix */
ul.page-purple li a:hover, ul.page-dark li a:hover, ul.page-red li a:hover , ul.page-green li a:hover, ul.page-cyan li a:hover, ul.page-pink li a:hover, ul.page-orange li a:hover {
	color: #fff; text-decoration: none;
}