* { margin: 0; padding: 0; }
body { background: #659610 url(body-bkg.png) repeat top center; font: normal 12px "Verdana", sans-serif; color:#535353; }
input, button, textarea, select {  font: normal 12px/12px "Verdana", sans-serif; color:#535353; vertical-align: middle; }
legend { display: none; }
fieldset { border: none; }
ul, ol { list-style: none;}
ol { list-style-type: decimal;}
table { border-collapse: collapse; width: 100%; }
hr { display: none; }
img { padding: 0px; margin: 0px; border: none; text-align: center;}

a:link { text-decoration: none; color : #007ed8; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #007ed8; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #007ed8; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: underline; color : #003366; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

h1, h2, h3, h4 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

/* BGContainer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#bgcontain { width: 980px; margin: 0 auto; overflow: hidden; background: #fff url(containe.png) repeat-y center; margin-top: 20px; margin-bottom: 20px;} 
#bgcontain-all { width: 980px; background: url(header-t.png) no-repeat top; padding-top: 28px; margin-bottom: } 

/* Header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header { width: 914px; margin: 0px 8px; padding: 0px 25px 20px 25px; position: relative; background: #000 url(header-d.png) repeat-x bottom;}

/* Logo
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.logo { padding: 0px 0px 0px 0px;}
.logo .txt h1 { font: bold 36px/36px "Trebuchet MS", Arial, Helvetica, sans-serif; letter-spacing: -2px; padding-bottom: 5px; }
.logo .txt h1 a, .head .logo .txt h1 a:visited,.head .logo .txt h1 a:hover { text-decoration: none; color:#fff;}
.logo .img img { margin-bottom: 5px; }

/* Search
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.search { width: 300px; position: absolute; right: 25px; top: 5px;}
.search form { padding: 0px 0 0px 0px;}
.search input { float: left; background: url(search-i.png) no-repeat; border: none; padding: 6px; width: 215px; color:#000066; font-size: 11px; color:#fff;}
.search button { float: left; background: url(search-b.png) no-repeat; width: 73px; height: 25px; border: none; cursor: pointer; color:#fff; vertical-align: middle; padding: 2px 17px 5px 0px; font: bold 11px/11px "Trebuchet MS", sans-serif;}


/* Menu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.menu { width: 914px; margin: 0px 8px; padding: 0px 25px; background: #3f7000 url(menu-bkg.png) repeat-x bottom; overflow: hidden;}
/**/ * html .menu { height:1%; } /* */ 
.menu ul { width: 914px; float: left; background: url(menu-ul-.png) no-repeat right; padding: 16px 0px;}
.menu li { display: inline; font: bold 14px/14px "Trebuchet MS"; float: left; }
.menu li ul { display: none;}
.menu li a { padding-left: 7px; margin-right: 2px; background: url(menu-lef.png) no-repeat left top; float: left;}
.menu li a span { padding: 5px 10px 6px 3px; display: block; background: url(menu-rig.png) no-repeat right top; float: right; }
.menu li a span { float: none; color: #fff;}
.menu li a:hover { background-position: 0% -25px; color:#fff; text-decoration: none;}
.menu li a:hover span { background-position: 100% -25px; color:#fff;}

.menu .current_page_item a { background: url(menu-lef.png) no-repeat left bottom; color:#fff; }
.menu .current_page_item a span, .menu .current_page_item a:visited span, .menu .current_page_item a:hover span { background: url(menu-rig.png) no-repeat right bottom; color:#fff; }


/* Container
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.container { width: 964px; margin: 0 8px; }

/* Main Post
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mp { background: #effafd url(main-pos.png) repeat-x left bottom; width: 914px; padding: 25px; overflow: hidden;}

/* Main Post - Data
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mp .postdata {width: 585px; float: left;}
.mp .postimg { float: right; width: 150px; height: 150px; margin-left: 25px; padding: 6px; border: solid 1px #d6e9ed; background:#d6e9ed;}
.mp .postimg img { border: none; margin: 0px; padding: 0px; }

.mp .post { overflow: hidden; }
.mp .post .p-head { overflow: hidden;}
.mp .post .p-head h1 { font: bold 26px/26px "Trebuchet MS", sans-serif; letter-spacing: -1px; color:#000; background:url(h-dotted.png) repeat-x bottom; padding-bottom: 7px;}
.mp .post .p-head h1 a, .post h1 a:visited  { color: #0075c0; text-decoration: none; }
.mp .post .p-head h1 a:hover { color: #000; text-decoration: none;}
.mp .post .p-date { font-size: 11px; color:#999933;}
.mp .post .p-con p { font: normal 12px/16px "Verdana"; padding: 4px 0px; margin: 4px 0px; color:#000;}
.mp .post .p-con ol { list-style: decimal inside; }
.mp .post .p-con ol { padding: 10px 0px 10px 25px; margin: 0px; }
.mp .post .p-con ol li { padding: 2px 0px 2px 0px; }
.mp .post .p-con ul { padding: 10px 0px 10px 20px; margin: 0px; }
.mp .post .p-con ul li { padding: 2px 0px 2px 13px; background: url("p-con-li.png") no-repeat left 2px; color:#666; }
.mp .post .p-con blockquote { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; padding: 5px 20px; background: #fbf7d9; margin: 10px 0px; color:#993300; border: solid 1px #f6f3d3; }
.mp .post .p-con blockquote p { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; color:#cc3300; }
.mp .post .p-con blockquote li { padding: 2px 0px 2px 13px; list-style-type: none; font-size: 12px; line-height: 17px;}
.mp .post .p-det { text-align: left; font-size: 11px; font-weight: bold;}
.mp .post .p-det li { display: inline; padding: 5px 0px 5px 22px; margin-right: 5px;}
.mp .post .p-det li.p-det-more { background: url("p-det-mo.png") left center no-repeat; }
.mp .post .p-det li a, .p-det li a:visited, .p-det li a:hover { margin-right: 3px;}


/* Main Post - Syndicate
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mp .syn { width: 300px; float: right; background: #00a5d3;}
.mp .syn em { display: none; margin: 0; padding: 0; line-height: 0px;}
.mp .syn ul { padding: 0px; margin: 0px; }
.mp .syn li { float: left; list-style-type: none; font: bold 14px/14px "Trebuchet MS", sans-serif; color:#fff; }
.mp .syn li a { float: left; display: inline; height: 22px; width: 260px; color:#fff; padding: 14px 0px 5px 40px;}
.mp .syn li a.syn1 { background: url(syn-1000.png) no-repeat left top; }
.mp .syn li a.syn2 { background: url(syn-2000.png) no-repeat left top; }
.mp .syn li a.syn3 { background: url(syn-3000.png) no-repeat left top; }
.mp .syn li a.syn4 { background: url(syn-4000.png) no-repeat left top; }
.mp .syn li a:hover { background-position: left -41px; text-decoration: none;}


/* SC
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SC { width: 914px; margin: 25px;}
.SCL { background: url(sc-line0.png) repeat-y right; overflow: hidden;}


/* Col 1 Index
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.co1 { width: 400px; float: left;}
.co1 h2 {  color:#000; font: bold 24px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; letter-spacing: -1px; border-bottom: solid 1px #000; padding: 10px 0px 10px 30px; margin-bottom: 10px; background: url(h-recent.png) no-repeat left; }
.co1 .post { border-bottom: solid 1px #e5e5e5; padding: 10px 0px;}
.co1 .p-head { overflow: hidden;}
.co1 .p-head h3 { font: normal 18px/18px "Trebuchet MS", sans-serif; letter-spacing: -1px; background: url(h-dotted.png) repeat-x bottom; padding-bottom: 7px;}
.co1 .p-head h3 a, .post h2 a:visited  { color: #003366; text-decoration: none; }
.co1 .p-head h3 a:hover { color: #339900; text-decoration: none;}
.co1 .p-categ { color: #999; font-size: 11px; }
.co1 .p-categ a, .p-categ a:visited, .p-categ a:hover { text-decoration: underline; color: #999;}
.co1 .p-date { font-size: 10px; color:#999966;}
.co1 .p-con { padding: 0px;}
.co1 .p-con p { font: normal 12px/16px "Verdana"; padding: 3px 0px; margin: 3px 0px; color:#666;}
.co1 .p-con ol { padding: 10px 0px 10px 25px; margin: 0px; list-style: decimal inside;}
.co1 .p-con ol li { padding: 2px 0px 2px 0px; }
.co1 .p-con ul { padding: 10px 0px 10px 20px; margin: 0px; }
.co1 .p-con ul li { padding: 2px 0px 2px 13px; background: url("p-con-li.png") no-repeat left 2px; color:#666; }
.co1 .p-det { text-align: left; font-size: 11px; font-weight: bold;}
.co1 .p-det li { display: inline; padding: 4px 0px 6px 14px; margin-right: 5px;}
.co1 .p-det li.p-det-com { background: url("p-det-co.png") left center no-repeat; }
.co1 .p-det li.p-det-more { background: url("p-det-mp.png") left center no-repeat; }
.co1 .p-det li a, .p-det li a:visited, .p-det li a:hover { margin-right: 3px; }

/* Col 2 Index
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.co2 { width: 450px; float: right; margin-left: 20px;}
/* Side Left 
############################################################################################################## */
.SL { width: 561px; float: left;  padding-right: 25px; }

.SL .post { overflow: hidden;}
.SL .p-head h1 { font: bold 28px/28px "Trebuchet MS", sans-serif; letter-spacing: -1px; background: url(h-dotted.png) repeat-x bottom; padding-bottom: 7px; margin-bottom: 7px; color:#000;}
.SL .p-head h3 { font: normal 21px/21px "Trebuchet MS", sans-serif; letter-spacing: -1px; background: url(h-dotted.png) repeat-x bottom; padding-bottom: 5px; margin-bottom: 5px; color:#000;}
.SL .p-head h3 a, .p-head h2 a:visited  { color: #003366; text-decoration: none; }
.SL .p-head h3 a:hover { color: #339900; text-decoration: none;}
.SL .p-categ { color: #999; font-size: 11px; }
.SL .p-categ a, .p-categ a:visited, .p-categ a:hover { text-decoration: underline; color: #999;}
.SL .p-date { font-size: 11px; color:#999966;}
.SL .p-con { padding: 5px 0px;}
.SL .p-con p { font: normal 12px/17px "Verdana"; padding: 3px 0px; margin: 3px 0px; color:#333;}
.SL .p-con ol { padding: 10px 0px 10px 25px; margin: 0px; list-style: decimal inside;}
.SL .p-con ol li { padding: 2px 0px 2px 0px; }
.SL .p-con ul { padding: 10px 0px 10px 20px; margin: 0px; }
.SL .p-con ul li { padding: 2px 0px 2px 13px; background: url("p-con-li.png") no-repeat left 2px; color:#666; }
.SL .p-con blockquote { font: italic 13px/19px Georgia, "Times New Roman", Times, serif; padding: 5px 20px; background: #f1f4e1; margin: 10px 0px; color:#666600; border: solid 1px #f6f3d3; }
.SL .p-con blockquote p { font: italic 13px/19px Georgia, "Times New Roman", Times, serif; color:#666600; }
.SL .p-con blockquote li { padding: 2px 0px 2px 13px; list-style-type: none; font-size: 12px; line-height: 17px;}
.SL .p-det { text-align: left; font-size: 11px; font-weight: bold;}
.SL .p-det li { display: inline; padding: 4px 0px 6px 14px; margin-right: 5px;}
.SL .p-det li.p-det-com { background: url("p-det-co.png") left center no-repeat; }
.SL .p-det li.p-det-more { background: url("p-det-mp.png") left center no-repeat; }
.SL .p-det li a, .p-det li a:visited, .p-det li a:hover { margin-right: 3px; }
.p-con img {margin: 4px; float: left;}

.tabl {margin: 4px; float: left;}

/* Title
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.title { font: bold 28px/28px "Trebuchet MS", sans-serif; letter-spacing: -1px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px #ccc solid; color:#000;}

/* Images
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.SL img.aligncenter { display: block; margin-left: auto; margin-right: auto; padding: 6px; border: solid 1px #9b9792;}
.SL img.alignright { margin: 5px 0 10px 20px; display: inline; border: solid 1px #ccc; padding: 6px; }
.SL img.alignleft { margin: 5px 20px 10px 0; display: inline; border: solid 1px #ccc; padding: 6px;}
.SL .alignright { float: right; }
.SL .alignleft { float: left }

/* Navigation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.nav { overflow: hidden; margin: 20px 0px;}
.nav .left a { float: left; background:url(nav-left.png) no-repeat left 2px; padding-left: 16px; }
.nav .right a { float: right; background:url(nav-righ.png) no-repeat right 3px; padding-right: 16px; }
.nav a, .nav a:visited { cursor: hand; font: bold 11px/14px Verdana, Geneva, sans-serif; color:#336600;}



/* Footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footer { background: url(footer-b.png) no-repeat bottom; width: 914px; padding: 0px 33px 30px 33px; overflow: hidden; float: left;}
.footer hr { border-left:none; border-right: none; border-top:1px solid #ccc; border-bottom: none; height : 1px; display: block; margin-bottom: 10px; }
.footer p { padding: 1px 0px; color:#999; font-size: 11px;}
.footer p a, .footer p a:visited, .footer p a:hover {color:#999; text-decoration: underline;}