/*
Theme Name: zBench-3D-Source
Theme URI: http://zww.me/archives/25131
Description: zBench Modified for 3D-Source
Version: 1.0.4
Author: zwwooooo|ovi.trif
Author URI: http://zww.me/
Tags: threaded-comments, two-columns, fixed-width, right-sidebar, theme-options

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* static START */
*{margin:0;padding:0;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{margin:0;padding:0;}
abbr[title], acronym[title] {border-bottom:thin solid;}
body{background:#DBE6E1; background:url(images/page_bg_tx.gif) repeat top left; font-size:12px;font-family: Calibri,sans-serif;color:#444;text-align:left;}
h1,h2,h3,h4,h5,h6{font-family: 'Droid Sans', sans-serif; font-weight:bold;}
h1{font-size:24px;line-height:30px;}
h2{font-size:20px;line-height:26px;}
h3{font-size:16px;line-height:24px;}
h4{font-size:14px;line-height:20px;}
h5{font-size:14px;line-height:20px;}
h6{font-size:14px;line-height:20px;}
small{font-size:10px;line-height:16px;}
a{color:#047;text-decoration:none;}
a:hover{color:#4a630f;text-decoration:none;}
fieldset,img{border:none;}
hr{display:none;}
.toggle{display:none;}

/* fixed */
.fixed{clear:both;margin:0;padding:0;}

/* radius */
.sticky{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
#content{border-radius: 4px;}
#author,#email,#url,#submit, input, button, textarea{border-radius:3px;}
#author:focus,#email:focus,#url:focus,#submit:focus, input:focus, button:focus, textarea:focus{ outline: none; }
#menus li,#menus a { border-radius: 2px 2px 0 0; text-shadow: 0 1px 0 #333;}

/* nav */
#nav {
z-index: 5;
position: relative;
margin: 0 auto;
padding: 8px 0px 0px;
clear: both;
background: #C9E8C9;
}
#menus {
font-size: 14px;
padding: 30px 0 0;
height: 30px;
border-bottom: solid 1px white;
background: #B3CCB3;
background: -moz-linear-gradient(top, #9FC69F 0%, #68A380 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9FC69F), color-stop(100%,#68A380));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9FC69F', endColorstr='#68A380',GradientType=0 );
border-top: solid 1px white;
}
#menus ul{ margin: 0 auto; width:960px; position:relative;}
#menus a{border:none;color:#DBF1E9;display:block;line-height:30px;background:#68A380;padding:0 10px;}
#menus a:hover{color:#fff;}
#menus li{list-style:none;float:left;position:relative;margin-right:8px; font-weight:600; font-size:14px; font-family: Arial, sans-serif;}
#menus ul.children,#menus ul li ul{display:none;overflow:hidden;z-index:100;position:absolute;left:-1px;top:30px;width:150px;background:#547b6d;border-top:1px solid #1c4040;border-bottom:3px solid #1c4040; padding: 3px;}
#menus ul.children li,#menus ul li li{float:none;list-style:none;text-align:left;margin:0;padding:0;}
#menus ul li li a{display:inline;border:none;background:none;}
#menus li:hover ul.children,#menus li:hover ul{display:block;}
#menus li.current-cat a, #menus li.current_page_item a {
color: #446F54;
background: url(images/page_bg_tx.gif) no-repeat;
border: solid 1px white; border-bottom: none;
text-shadow: 0 1px 0 white;
}
#menus li.current_page_item li a, #menus li.page_item li.current_page_item a{
-moz-border-radius:none;-webkit-border-radius:none;border-radius:none;background-color: #547b6d; text-shadow:none; color:#c6e9dc;}
#menus li.page_item li.current_page_item a{color:#FFF;}
#menus li.current_page_item li a:hover, #menus li.page_item li a:hover{color:#fff;}

/* Search */
#search{background:#68A380 url('images/search-input-bg.gif') no-repeat right 0;position:absolute;right:0;width:230px;height:30px;overflow:hidden; border-radius: 3px 3px 0 0;}
#search form{padding:0;}
#search input#s{width:190px;background:transparent;border:none;color:#FFF;padding:6px;font-size:14px;}
#search input#searchsubmit{border:1px solid #e5e5e5;background:#f2f2f2;padding:3px 5px;font-size:14px;}
#search input#s:focus{box-shadow: inset 0 1px 5px 0 #333;}

/* wrapper */
#wrapper{margin:0 auto;width:960px;}

/* Header */
#header{z-index:1;position:relative;margin:10px auto;height:10px;}

/* Rss */
#rss{position:absolute;bottom:-20px;right:26px;}
#rss a{background:url("images/icons.gif") no-repeat 0 0;display:block;width:20px;height:20px;text-indent:-9999em;}
#twitter{position:absolute;bottom:-20px;right:95px;}
#twitter a{background:url("images/icons.gif") no-repeat -70px 0;display:block;width:20px;height:20px;text-indent:-9999em;}
#facebook{position:absolute;bottom:-20px;right:49px;}
#facebook a{background:url("images/icons.gif") no-repeat -95px 0;display:block;width:20px;height:20px;text-indent:-9999em;}
#youtube{position:absolute;bottom:-20px;right:72px;}
#youtube a{background:url("images/icons.gif") no-repeat -45px 0;display:block;width:20px;height:20px;text-indent:-9999em;}


/* content */
#content {
overflow: hidden;
float: left;
width: 709px;
background: #F7F7F7;
padding: 4px;
margin-right: 10px;
margin-top: 2px;
border: 1px solid #DDD;
box-shadow: 0px 2px 10px #B9C6C1;
}
.cSample{width:710px; float: left; padding:0 4px;margin-right:10px;}
/* Post */
.post{position:relative;width:100%;padding:0 0 10px;margin:0 0 20px;}
div.post-single{margin:0;padding:0;}
.post h2.title{border-bottom:1px solid #fff;font-size:24px;text-shadow:1px 1px 1px #DDD;margin:0;padding:2px 10px; font-weight: normal; font-size: 20px;}
.post h2.title a{color:#3A6958;}
.post h2.title a:hover{color:#4a630f;}
.post h2.title-single{color: #08A;}
.post h2.title-single span{color: #617D84; float:right;}

.post ul,.post ol{margin:0 30px 18px;}
.post li{line-height:18px;}
.post hr{display:block;height: 1px;}
.post p{line-height:18px;margin:0 0 18px 0;}
.post h1,.post h2,.post h3,.post h4,.post h5,.post h6{margin:10px 0 10px 0;color:#555; font-family: 'Antic', sans-serif;}
.post .entry{font-size:13px;overflow:hidden;padding:0 10px; font-family: 'Droid Sans', sans-serif;}
.post .entry a{color:#094;text-decoration:none;}
.post .entry a:hover{color:#0B4;text-decoration:underline;}
.post .entry img{background:#FFF;border:1px solid #DDD;padding:1px;}
.post .entry img:hover{border:1px solid #0B4;}
.post .entry .fancybox img{border-radius:4px; box-shadow: 0 1px 2px 0 #CCCCCC;}
.post .entry table{background:#fff;border:1px solid #EEE;border-width:1px;border-collapse:collapse;margin:5px 0 10px;color:#666;}
.post .entry th,.post .entry td{border:1px solid #EEE;padding:3px 10px;text-align:left;vertical-align:top;}
.post .entry .entry tr.even td{background:#f7f7f7;}
.post .entry th{background:#F3F4F5;}
.post .entry blockquote{color:#555;padding:10px;margin:0 0 20px;border:1px solid #ddd;background:#eee;}
.post .entry code{background:#333;color:#ddd;}
.post .entry pre{font-size:12px;width:95%;line-height:16px;overflow:auto;font-family:"Courier New", FixedSys;color:#555;background:#fafafa;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:15px solid #ccc;border-right:1px solid #ccc;padding:0 5px 16px;margin:0 0 20px;}
.post .post-info-top{border-top:1px solid #ddd;line-height:18px;height:18px;position:relative;color:#999;margin:0 0 18px;padding:2px 10px;overflow:hidden;display:block;}
.post .post-info-bottom{border-bottom: 5px solid #FFF;line-height:24px;position:relative;color:#999;margin:0;padding:2px 10px;overflow:hidden;display:block;}
.post .post-info-top a,.post .post-info-bottom a{color:#999;}
.post .post-info-top a:hover,.post .post-info-bottom a:hover{color:#4a630f;text-decoration:underline;}
.post .entry p.read-more a,.post .entry p a.more-link,.post-info-date,.post-info-category,.post-info-tags,.gotocomments,#addcomment{display:block;padding-left:20px;background:url("images/icons.gif") no-repeat scroll 0 0;}
.post-info-date{float:left;background-position:0 -40px;}
.post-info-category{display:inline;background-position:-35px -60px;}
.post-info-tags{display:inline;background-position:-20px -240px;margin-left:10px;}
.gotocomments{float:right;background-position:0 -100px;margin-right:10px;}
#addcomment{float:right;background-position:0 -120px;}
.post .entry p.read-more a,.post .entry p a.more-link{position:absolute;bottom:0;left:10px;text-decoration:none;color:#4a630f;background-position:0 -20px;}
.nav_link{}
.sticky{width:638px;background:#f2f2f2;border:1px solid #ccc;}
.post h2.sticky-h2 a{color:#ff4e00;}
.post .add-info{padding:0 10px;}
.post .add-info h3{line-height:16px;font-size:12px;color:#4a630f;margin-bottom:5px;background:#e5e5e5;}
.post .add-info ul{list-style:square;}

/* Sidebar */
#sidebar-border{overflow:hidden;float:right;width:230px;border-left:1px solid #ccc; margin-top: 3px;}
#sidebar{border-left:1px solid #fff;padding:20px 10px 10px;}
#sidebar a{color:#37a970;text-shadow:0 1px 0 #fafafa;}
#sidebar a:hover{color:#09542e;}
#sidebar h3,#sidebar h2{text-shadow: white 1px 1px 1px;color:#08A;font-family: 'Antic', sans-serif; font-weight: normal; font-size:16px;margin:0;padding:0 5px;line-height:30px;border-bottom:1px solid #fff;}
#sidebar li{line-height:20px;}
#sidebar li.widget{margin-bottom:10px;}
#sidebar li.widget div{padding:8px 5px;border-top:1px solid #ddd;}
#sidebar li.widget div div{padding:0;border-top:none;}
#sidebar li.widget div.fixed{padding:0;margin:0;border:none;}
#sidebar ul{list-style:none;}
#sidebar ul ul{padding:8px 5px;border-top:1px solid #ddd;}
#sidebar ul ul ul{padding:0;border-top:none;}
#sidebar ul ul li{padding-left:15px;background:url("images/icons.gif") no-repeat 0 -280px;}
#sidebar ul ul li:hover{background:url("images/icons.gif") no-repeat -10px -260px;}
#zbench-cat select,#zbench-archives select{background:#fff;color:#555;border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #fff;border-bottom:1px solid #fff;width:260px;height:25px;line-height:25px;}
/* WP-RecentComments */
#sidebar ul ul li.rc_item,#sidebar ul ul li#rc_nav{background:none;padding:0;margin:3px 0;}
#sidebar ul ul li.rc_item div{padding:0;border:none;}
#sidebar ul ul li.rc_item .rc_avatar img{border:1px solid #ddd;}

/* Comments */
#commentsBody{display:none;}
#comments-div{border-top: 3px solid #E5E5E5;position:relative;line-height:24px;height:24px;text-align:right;padding:2px 10px; cursor: pointer; background: #F7F7F7;}
#comments-div:hover{ background:#FDFDFD;}
#thecomments{background: #FDFDFD; padding: 10px 0 0; border-top: 1px solid #DDD;}
h2#comments{line-height:24px;font-size:12px;width:300px;float:right; cursor: pointer; font-weight: normal;}
span#comments-addcomment{position:absolute;left:10px;top:2px;padding-left:20px;background:url("images/icons.gif") no-repeat 0 -115px;}
span#comments-addcomment a{color:#777;text-decoration:none;}
span#comments-addcomment a:hover{color:#4a630f;text-decoration:none;}

/* comments list style */
ol.commentlist li{position:relative;list-style:none;height:1%;margin:0 20px;padding-bottom:20px;}
ol.commentlist li div em.approved{margin-left:55px;color:#ff0000;}
ol.commentlist li div.comment-author{margin:0;padding:0;line-height:16px;height:16px;border-bottom:1px solid #ddd;display:block;}
ol.commentlist li div.vcard img.avatar{position:absolute;left:0;top:0;width:40px;height:40px;background:#fff;padding:2px;border:1px solid #ddd;}
ol.commentlist li div.vcard cite.fn{margin-left:55px;font-style:normal;font-weight:bold;}
ol.commentlist li div.vcard cite.fn a.url{color:#047;}
ol.commentlist li div.vcard cite.fn a.url:hover{color:#aaa;}
/* ol.commentlist li div.vcard span.says{position:absolute;text-indent:-9999em;} */
/* ol.commentlist li div.comment-meta{ position:absolute;left:55px;top:25px;} */
ol.commentlist li span.comment-meta{}
ol.commentlist li span.comment-meta a{color:#aaa;}
ol.commentlist li span.comment-meta a:hover{color:#555;}
ol.commentlist li div.comment-text{border-top:1px solid #fff;border-bottom: 4px solid #F4F4F4;margin:0 0 10px;padding-top:10px;}
ol.commentlist li p,ol.commentlist li blockquote{margin:0 50px 0 55px;padding-bottom:10px;}
ol.commentlist li blockquote{padding:5px;border:1px dotted #ddd;color:#999;background:#fafafa;}
ol.commentlist li blockquote p{margin-left:0;}
ol.commentlist li code{margin-bottom:10px;padding:2px;background:#777;color:#ddd;}
ol.commentlist li div.reply{position:absolute;right:0;top:8px;}
ol.commentlist li div.reply a{display:block;width:30px;text-align:center;color:#aaa;padding:0 5px;background:#fafafa;border:1px solid #dfdfdf;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;}
ol.commentlist li div.reply a:hover{background:#f2f2f2;}
ol.commentlist li ul.children li{margin:0 0 0 30px;padding-bottom:0;border-bottom:none;}
ol.commentlist li ul.children li.depth-2{margin:0 0 0 55px;}
ol.commentlist li ul.children li div{border-top:1px solid #dfdfdf;}
ol.commentlist li ul.children li div div{border-top:none;}
ol.commentlist li ul.children li div.comment-author{border-top:1px solid #fff;border-bottom:none;}
ol.commentlist li ul.children li div.vcard img.avatar{top:-8px;width:24px;height:24px;}
ol.commentlist li ul.children li div.vcard cite.fn{margin-left:40px;}
/* ol.commentlist li ul.children li span.comment-meta{} */
ol.commentlist li ul.children li p,ol.commentlist li ul.children li blockquote{margin:0 0 0 40px;}
ol.commentlist li ul.children li blockquote p{margin-left:0;}
ol.commentlist li ul.children li div.reply{top:-8px;}
ol.commentlist li ul.children li div.reply a{background:#f2f2f2;}
ol.commentlist li ul.children li div.reply a:hover{background:#fafafa;}

/* navigation */
#pagination,#nav-below{display:block;width:690px;line-height:18px;margin:0;padding:2px 10px;border-top:1px solid #ddd;}
.navigation{border-bottom:1px solid #fff;text-align:right;line-height:24px;margin:0;padding:2px 10px; background:#FDFDFD;}
#nav-below{display:inline-block;padding:10px 10px;border-top:1px solid #ddd;border-bottom: 1px solid #FFF;}
.nav-previous{float:left;width:50%;}
.nav-next{float:right;width:50%;text-align:right;}

/* respond */
#respond{margin:0 0 20px 0;padding:20px 0 0 55px;border-top:1px solid #ddd;}
#respond h2{text-shadow:1px 1px 1px #CCC;font-family:Georgia,"Times New Roman",Times,serif;margin-bottom:10px; color:#777; font-weight: normal; font-style:italic;}
#respond .cancel-comment-reply a{color:#920017;}
#respond .cancel-comment-reply a:hover{color:#FF4E00;}
#commentform{margin:0 55px 0 0;padding:0;}
#commentform p{margin:0 0 10px;padding:0;}
#commentform a{}
#commentform textarea{padding:3px;background:#fff;border:1px solid #ddd;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-top-right-radius: 0px;
-webkit-top-left-radius: 0px;
-khtml-border-bottom-right-radius: 6px;
-khtml-border-bottom-left-radius: 6px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
/* #commentform input{} */
#author,#email,#url{height:12px;padding:3px;border:1px solid #ddd;background:#fff;}
#comment{width:80%;height:125px;}


/* trackbacks-pingbacks */
.trackbacks-pingbacks h3{font-weight:normal;margin-bottom:10px;border-bottom:1px solid #ddd;color:#555;padding: 3px 4px;}
.trackbacks-pingbacks ul{margin:5px 20px 15px;list-style-type:circle; font-size: 0.9em;}
.trackbacks-pingbacks ul li{margin-bottom:4px;}

/* Footer */
#footer{margin:40px auto 0;height:200px; color:#40876B;
background: -moz-linear-gradient(top, rgba(120,150,120,1) 0%, rgba(159,199,159,0.97) 3%, rgba(219,230,225,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,150,120,1)), color-stop(3%,rgba(159,199,159,0.97)), color-stop(100%,rgba(219,230,225,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(120,150,120,1) 0%,rgba(159,199,159,0.97) 3%,rgba(219,230,225,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(120,150,120,1) 0%,rgba(159,199,159,0.97) 3%,rgba(219,230,225,0) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(120,150,120,1) 0%,rgba(159,199,159,0.97) 3%,rgba(219,230,225,0) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#789678', endColorstr='#00dbe6e1',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(120,150,120,1) 0%,rgba(159,199,159,0.97) 3%,rgba(219,230,225,0) 100%); /* W3C */}
#footer a{color:#40876b;}
#footer a:hover{color: #EFF7F4;}

#footer-inside{position:relative;width:955px;margin:0 auto;padding:5px; line-height: 25px; text-align:center;
border-bottom: 1px solid #8BC18B;}
/* Other */
.aligncenter,div.aligncenter{display:block;margin:auto;}
.alignleft{float:left;}
.alignright{float:right;}
.wp-caption{text-align:center;padding-top:4px;margin:10px;border-radius:3px;}
.wp-caption img{margin:0;padding:0;border:0 none;}
.wp-caption p.wp-caption-text{font-size:12px;line-height:17px;padding:0 4px 5px;margin:0;}
.marginright{margin-right: 10px;}

/*Additional Styles*/
input[type="submit"], button {
margin: 5px 0;
padding: 0 14px;
background: #84B886;
font-weight: 600;
color: white;
height: 30px;
border: 0;
cursor: pointer;
font-size: 14px;
box-shadow: 0 2px 2px 0 #666;
text-shadow: 0 1px 0 #777;
border-radius: 15px;
}
input[type="submit"]:active, button:active {box-shadow: inset 0 1px 5px 0 #666; text-shadow: 0 -1px 0 #777;}
#panel .content input.bt_login, #panel .content input.bt_register{
margin:5px 0;padding:0 14px;background-color:#84b886;font-weight:normal;color:#cfffd1;height:30px;border:0; border-bottom:3px solid #3baa72; cursor:pointer; font-size: 12px;
}

input[type="submit"]:hover, button:hover{color:#FFF; background-color:#9bcb9d;}
input, textarea, select {border: solid 1px #ddd; font-size:14px; min-height: 18px; padding: 3px;}
#sidebar th{ border-bottom: 1px solid #9bcb9d;}
#CreditNote{ display:block; margin-top: -15px; border-bottom: 1px dotted #AAA;}
.wpsc_checkout_table{ width: 100%;}
.paypal-donations input{border: none;}
.tableTitle{color:#111;}
.borderBottom{border-bottom:#DDD solid 1px;}
#ArchiveTitle{ margin-bottom: 10px;}
.adItem{padding: 3px 0;}
.noImage{ width: 315px; height:170px; display:block;}
.widget_paypal_donations p { float: right; line-height: 11px; text-align: justify; width: 40px; font-size: 0.8em; padding: 5px; }
.widget_paypal_donations form { background: #FFF;}
#Why3DSInfo{ display: block;}
.blogExcerpt{ height: 150px; padding: 15px;}
.blogEntry { border-radius: 4px; padding: 8px !important;} 
.blogEntry:hover { background: #FFF;}
.blogEntry img{ border-radius: 4px;}
/*DownloadButton*/
.post .entry img.downloadBtn{background:url(images/buttons.gif) 0px -86px;width: 186px;height: 45px; padding:0; border:0; box-shadow:none; border-radius:0px;}
.post .entry img.downloadBtn:hover{background:url(images/buttons.gif) 0px -131px;}
.post .entry img.downloadBtn:active{background:url(images/buttons.gif) 0px -176px;}
object{margin: 5px 0;}
/*SmoothSlider*/
.archiveBox{display:block; float:left; width: 319px;}
/*InfoBox*/
div#InfoBox{overflow:hidden;float:left; font-size: 0.8em; color: #316852; margin: 25px 0px -35px; width:100%; font-family: 'Droid Sans', sans-serif}
#IBTop{text-align:center; padding: 2px 0; cursor:default; border-bottom: 2px solid #D2E0D3;
background: #95b797; /* Old browsers */
background: -moz-linear-gradient(top, #95b797 0%, #7eb581 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95b797), color-stop(100%,#7eb581)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #95b797 0%,#7eb581 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #95b797 0%,#7eb581 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #95b797 0%,#7eb581 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95b797', endColorstr='#7eb581',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #95b797 0%,#7eb581 100%); /* W3C */
}
#IBTop:hover{
background: #8bb58d; /* Old browsers */
background: -moz-linear-gradient(top, #8bb58d 0%, #72b275 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bb58d), color-stop(100%,#72b275)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8bb58d 0%,#72b275 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8bb58d 0%,#72b275 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #8bb58d 0%,#72b275 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bb58d', endColorstr='#72b275',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #8bb58d 0%,#72b275 100%); /* W3C */
}
#InfoBox ul{background: #C2D7C2; list-style:none; padding: 0 10px 5px; height: 220px; border-bottom: 1px solid #87C58C; margin: 0 0 40px; box-shadow: 0 1px 5px 0 #AAA;}
#InfoBox ul li {border-bottom: 1px solid #95B797; width:293px; height: 100px; display:block; float: left; margin: 10px 0 0;
padding: 0px 10px 10px;}
#InfoBox ul .sli{height: 80px; border: none;}
#InfoBox ul li img{margin-right: 10px; width: 48px; height: 48px;}
#InfoBox h3 {
color: #537955;
font-size: 15px;
}
#InfoBox p{text-indent:10px; text-align:justify; font-size:12px;}
#InfoBox #endNote p{text-indent: 20px; text-shadow: none; font-size: 15px;}
/*ItemsGallery*/
div.productItem {height: 175px;width: 315px;float: left;margin: 2px 2px 29px 3px;}
ul.ItemMetaData{display: block;margin: 0;padding: 0px 5px;background-color: #ebebeb;clear:both;list-style:none;height: 24px;
-moz-border-radius-bottomleft: 6px;-webkit-border-bottom-left-radius: 6px;border-bottom-left-radius:6px;
-moz-border-radius-bottomright: 6px;-webkit-border-bottom-right-radius: 6px;border-bottom-right-radius:6px;
border: 1px solid #E0E0E0;font-family: 'Droid Sans', sans-serif;font-size: 11px;color: #193258;}
.ItemMetaData li{ list-style:none; padding: 0 4px; margin:4px 0; float:left; height:16px; line-height: 16px;}
.galleryItem{width: 100%;height: 170px;border: none; display:block;}
.bord-right{ border-right: 1px solid #b4b4b4;}
.bord-left{ border-right: 1px solid #b4b4b4;}
.productItem span{color:#000; font-weight:bold;}
.productItem a{ display: block; width: 100%; height: 171px;}
span.comments{ background: url(images/icons.gif) -62px -300px; padding-left: 16px; font-weight:normal;}
/*FooterContent*/
#footerContent{position:relative;width:960px;margin:0 auto;padding:10px;line-height: 16px;}
#footerContent ul{width: 309px;border-left: solid 1px #8BC18B;margin:0;padding: 0 5px 10px;list-style: none;float:left;}
#fTags a {
float: left;
padding: 0 5px;
margin: 2px;
line-height: 18px;
background: white;
border: 1px solid white;
border-radius: 2px;
box-shadow: 0px 1px 1px 0 #BBB;
border-image: initial;
}
#fTags a:hover{background-color: #FFF; color:#333;}
#footerContent h2{font-size:16px; color: #16694D; font-family: 'Antic', sans-serif; font-weight: normal;}
#footerContent h2 a{color: #16694D;}
/*PAGE HEADING LOGO*/
#HeaderHWrapper{ width:960px;margin: 0px auto 10px; height: 44px;}
#logo{ border: none;width: 176px; display:block; border-right: solid 1px #98c5a4;}
#pageSubTitle{font-size: 12px; color: #68a380; font-weight: normal;margin: -36px 0px 0px 183px;}
/*MainPage*/
.contentPanel{margin: 2px 0 10px; clear:both;}
.contentPanel h2, #hBlog {color:#3a6958; font-size:18px; font-weight: normal; padding-left:30px; line-height: 30px; height: 30px;
background: url(images/buttons.gif) left 0  no-repeat; font-family: 'Antic', sans-serif;
}
#hBlog{color:#686868;background: url(images/buttons.gif) 0 -26px no-repeat; border-bottom: solid 1px #cacaca;}
#entryList{height:265px; list-style: none; padding: 10px 15px;}
#entryList li { width: 120px; height:120px; float:left; margin: 1px 1px; position:relative; border: 1px solid white; margin: 4px; border-radius: 2px;}
#entryList li img {
	border-radius: 2px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;

}
#entryList li .elCaption {color: #444; font-size: 10px; padding: 10px; position: absolute; text-align: center; bottom: 0px; display: none; width: 100px;
background-color: rgba(255, 255, 255, 0.7);   border-top: 1px solid #FFFFFF;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); 
}
#entryList li .hover {display: block;}
#adsBox{ background: #FFF; margin: 0px 0px 10px; padding: 10px; border-bottom: solid 1px #DDD; text-align:center;}
#blogList{ background: #e7f0ec; border: solid 1px #FFF; height:180px; list-style: none; padding: 10px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E7F0EC), to(#D1D9D5));
background: -moz-linear-gradient(0% 100% 90deg,#D1D9D5, #E7F0EC);
}
#blogList li {height:70px;overflow:hidden;float:left;margin: 0 1px; padding: 4px;
				font-family: 'Droid Sans', sans-serif;width: 300px;
				text-align: justify;}
#blogList li a{display: block; color:#555; border-bottom: 1px solid #DDD; margin: 2px 0; padding: 2px;}
#blogList li strong {
color: #3F5A55;
font-size: 11px;
font-weight: 900;
}
#blogList li small{font-size: 12px;}
/*TutsMeta*/
.tut_meta{
background: #EEE; /* Old browsers */
background: -moz-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7f7f7 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7f7f7 0%,#eeeeee 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f7f7f7 0%,#eeeeee 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f7f7f7 0%,#eeeeee 100%); /* W3C */	
width: 100%; height: 18px; clear: both; border-bottom: solid 1px #ddd; padding: 4px 0; margin: -20px 0px 10px; line-height: 18px; }
.tut_meta li {list-style: none; float:left; padding: 0 5px;}
.t_val{color: #418e68;}
/*STYLING CLASSES*/
.RoundTop{
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.RoundBottom{
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.RoundRight{
border-top-left-radius: 0px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 0px;
}
.RoundLeft{
border-top-left-radius: 6px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 6px;
}
.fullpage{ width: 950px;}
.center_align { text-align: center;}
/* #text-2 widget */
#text-2 div{background:#FFF;}
