/*
	Theme Name: Weekly
	Theme URI: http://theme-junkie.com/
	Description: A magazine theme designed by <a href="http://www.theme-junkie.com">Theme Junkie</a>
	Author: Theme Junkie
	Version: 1.0.3
	Tags: advertise-ready, widget-ready, advanced-theme-options
	
		Copyright: (c) 2010 Theme Junkie.
		License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
*/

/*---------------------------------------------------------------------------------*/
/* RESET */
/*---------------------------------------------------------------------------------*/
html { color:#333; }
body
{ margin-top:15px; margin-bottom:25px; 
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0 ; padding:0; }
ul,ol { list-style:none; }
fieldset,img,abbr,acronym { border:0 }
q:before,q:after { content:'' }
table { border-collapse:collapse; border-spacing:0 }
hr { display:none; }
.clear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clear { display:inline-block; }
* html .clear { height:1%; }
.clear { display:block; }
.left { float:left; }
.right { float:right; }

/*---------------------------------------------------------------------------------*/
/* GENERAL */
/*---------------------------------------------------------------------------------*/
a { text-decoration:none; color:#0473b2; }
a:hover { color:#B8240D; text-decoration:none; }
:focus { outline:0; }
h1 { font-size:25px; }
h2 { font-size:18px; }
h3 { font-size:25px; }
h4 { font-size:13px; }
h5,h6 { font-size:12px; }
h1,h2,h3,h4,h5,h6 { font-family:tahoma, Arial,Helvetica,Sans-serif; font-weight:bold; }
pre,code,kbd,samp,tt { font:13px/1.385 "Courier New",Monospace,serif; }
body,input,button,select,textarea,option { font:13px Tahoma, Arial,serif; }
body { line-height:1.63; background:#EBECE7; }
.cat-feedlink a,
.pc-feedlink a { float:right; width:12px; height:12px; display:inline-block; background:#FAFAFA url(images/rss.png) no-repeat 0 0; margin:14px 15px 0 0; text-indent:-5555em; overflow:hidden; }
.pc-feedlink a { margin:20px 15px 0 0; }

/*---------------------------------------------------------------------------------*/
/* LAYOUT */
/*---------------------------------------------------------------------------------*/
#adtop{
width:961px; margin:3px auto 10px auto;
text-align:center;
}
#wrapper {  width:961px; margin:5px auto 0px auto; background:#FFFFFF; -moz-box-shadow: 0px 0px 10px #333; /* FF3.5  */
     -webkit-box-shadow: 0px 0px 10px #333; /* Saf3.0 , Chrome */
     box-shadow: 0px 0px 10px #333; /* Opera 10.5, IE 9.0 */}
#header { background:#FFF url(http://www.freewaresquad.com/wp-content/uploads/2010/09/header.png) no-repeat; height:85px; text-align:left; padding-top:15px; border-top:1px #ffcb2b;}
#main { background:#FFF; repeat-y 625px 0; border-bottom:1px solid #E2E1CD;  }
#container { float:left; margin:0 -331px 0 0; width:100%; }
#content { margin:0 345px 0 0; overflow:hidden;  }
#sidebar { float:right; overflow:hidden; width:330px; clear:right; padding-left:1px; margin-bottom:-1px; margin-top:15px;}

/*---------------------------------------------------------------------------------*/
/* HEADER */
/*---------------------------------------------------------------------------------*/
.logo { float:left; }
.logo { margin:20px 0px 0px 0px; font-family:Georgia,serif; font-size:36px; font-weight:bold; line-height:30px; text-transform:uppercase; letter-spacing:0px; }
.logo a { color:#333; display:block; }
.logo a:hover { color:#333; }
.logo .desc { display:block; font-family:Arial,serif; font-size:11px; font-weight:normal; color:#aaa; letter-spacing:0px; text-transform:none; }
.logo a:hover .desc { color:#aaa; }
#text-logo a { padding:0 15px; }
#image-logo { margin:10px 0px 0px 15px; }
#image-logo a { background:url(images/logo.png) no-repeat left -5px; width:400px; height:70px; text-indent:-5555em; overflow:hidden; }

/*---------------------------------------------------------------------------------*/
/* TOP */
/*---------------------------------------------------------------------------------*/
#top { background:#f9f9f9; height:28px; color:#666; font-size:11px; line-height:30px; border-bottom:1px solid #d7d7d7; }

/* top navigation */
.topnav { z-index:99; margin:0px; padding:0px; list-style:none; line-height:1; }
.topnav a { position:relative; color:#666; display:block; z-index:100; text-decoration:none; }
.topnav li { float:left; width:auto; }
.topnav li a { padding:6px 11px; font-size:11px; line-height:16px; border-right:1px solid #d7d7d7; text-decoration:none; }
.topnav li a:hover, .topnav li a:active { background-color:#fdfdfd; color:#004276; text-decoration:underline; }
.topnav li a:visited {  }
.topnav li.first a { background:none; }
.topnav li.last a { padding-right:0px !important; }
.topnav li a.sf-with-ul {  }
.topnav li ul { background:#fff; position:absolute; left:-999em; width:158px; margin:0px 0px 0px -1px; border:1px solid #d7d7d7; border-width:1px 1px 0px; z-index:999; }
.topnav li ul li { border-bottom:1px solid #d7d7d7; }
.topnav li ul li a, .topnav li ul li a:visited { background:#fff; width:136px; padding:6px 11px; color:#555; font-size:11px; font-weight:normal; }
.topnav li ul li a.sf-with-ul { padding:6px 11px; }
.topnav li ul li a:hover { background:#fdfdfd; color:#004276; }
.topnav li ul ul { margin:-29px 0px 0px 158px; }
.topnav li ul ul li a {  }
.topnav li ul li ul li a {  }
.topnav li:hover, .topnav li.hover { position:static; }
.topnav li:hover ul ul, .topnav li.sfhover ul ul,
.topnav li:hover ul ul ul, .topnav li.sfhover ul ul ul,
.topnav li:hover ul ul ul ul, .topnav li.sfhover ul ul ul ul { left:-999em; }
.topnav li:hover ul, .topnav li.sfhover ul,
.topnav li li:hover ul, .topnav li li.sfhover ul,
.topnav li li li:hover ul, .topnav li li li.sfhover ul,
.topnav li li li li:hover ul, .topnav li li li li.sfhover ul { left:auto; }

/* topnav indicator */
.topnav .sf-sub-indicator { display:none; }
.topnav li ul .sf-sub-indicator { background:url(images/icon-arrow-right.png) no-repeat; position:absolute; display:block; right:0.4em; top:0.9em; width:10px; height:10px; text-indent:-999em; overflow:hidden; }

/* topnav social icons */
.top-social li a { padding-left:26px; }
.top-rss { background:url(images/small-rss.png) no-repeat 9px 8px; }
.top-email { background:url(images/small-email.png) no-repeat 9px 8px; }
.top-twitter { background:url(images/small-twitter.gif) no-repeat 9px 8px; }
.top-facebook { background:url(images/small-facebook.png) no-repeat 9px 8px; }

/* search form */
#search { display:inline; float:right; height:14px; margin:3px 15px 0px 0px; }
#search input { float:left; background:#fff; width:160px; padding:2px 5px 3px 5px; font-family:Georgia,serif; font-size:12px; font-style:italic; color:#999; line-height:12px; border:1px solid #d7d7d7; }
#search input:focus { background:#fffff0; border:1px solid #ddd; }
#search input.btn { background:none; border:none; margin:4px 0px 0px -23px; padding:0px; width:auto; }

/*---------------------------------------------------------------------------------*/
/* CATEGORY MENU */
/*---------------------------------------------------------------------------------*/
#cat-menu { background:#fbfbfb url(http://www.freewaresquad.com/wp-content/uploads/2010/09/nav_bg.png) repeat-x top center; height:30px; border-top:0px solid #dfdfdf; border:0px solid #dfdfdf; margin:0 0px 0 0px;}

/* category navigation */
.nav { z-index:99; float:left; margin:0px; padding:0px; list-style:none; line-height:1; height:30px;  }
.nav a { position:relative; color:#ffffff; display:block; z-index:100; text-decoration:none; }
.nav li { float:left; width:auto;  border-right:1px solid #dfdfdf; }
.nav li a { font:bold 11px/15px Tahoma,Arial,serif; padding:7px 12px; text-decoration:none; text-shadow:1px 1px #000; }
.nav li a:hover, .nav li a:active, .nav li.current-cat, .nav li.current-cat-parent { color:#17b2e2; }
.nav li a.sf-with-ul {  }
.nav li ul { background:#fff; position:absolute; left:-999em; width:172px; margin:0px 0px 0px -2px; border:1px solid #dfdfdf; border-width:1px 1px 0px; z-index:999; }
.nav li ul li { border-top:1px solid #fff; border-bottom:1px solid #dfdfdf; border-right:none; }
.nav li ul li a { background:#fbfbfb; width:147px; padding:7px 12px; color:#333; font-size:11px; font-weight:normal; }
.nav li ul li a.sf-with-ul { padding:7px 12px; }
.nav li ul li a:hover { background:#f9f9f9; color:#004276; text-decoration:underline; }
.nav li ul ul { margin:-31px 0px 0px 171px; }
.nav li ul ul li a {  }
.nav li ul li ul li a {  }
.nav li:hover,.nav li.hover { position:static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul { left:auto; }

/* category navigation indicator */
.nav .sf-sub-indicator { display:none; }
.nav li ul .sf-sub-indicator { background:url(images/icon-arrow-right.png) no-repeat; position:absolute; display:block; right:0.4em; top:0.9em; width:10px; height:10px; text-indent:-999em; overflow:hidden; }

/*---------------------------------------------------------------------------------*/
/* BREADCRUMB */
/*---------------------------------------------------------------------------------*/
#breadcrumb {background:url(http://www.freewaresquad.com/wp-content/uploads/2010/09/breadcrumb.png) repeat-x top center; margin:0 0px 0 0px; padding:0 0 0 15px; height:30px; line-height:30px; border-bottom:1px solid #d7d7d7;  color:#888; text-transform:uppercase; font-size:11px; }
#breadcrumb a,#breadcrumb span { padding:0 3px 0 10px; background:url(images/icon-arrow-right.png) no-repeat 0 3px; }
#breadcrumb .tip { font-weight:bold; background:none; padding:0; }
#breadcrumb .home { background:none; }
#breadcrumb .current-time { float:right; height:30px; line-height:30px; display:block; padding:0 15px; color:#888; background:none; }

/*---------------------------------------------------------------------------------*/
/* FEATURED CONTENT SLIDER */
/*---------------------------------------------------------------------------------*/
#loopedSlider { float:left; background:#fff; margin:15px; padding:10px 10px 15px 10px; width:380px; position:relative; clear:both; border:1px solid #d7d7d7; }
#loopedSlider .featured-thumb { margin:0 0 10px 0; }
#loopedSlider .featured{ margin:0 0 10px 0; border-bottom: 1px dotted #2e8e9e; padding:5px 0 5px 0;}
#loopedSlider .slide h3 { background:url(images/hr-Large.gif) repeat-x left bottom; padding-bottom:8px; text-transform:uppercase; color:#333; font-family:"Droid Sans",Arial,serif; font-size:14px; margin-bottom:5px; text-shadow:1px 1px #fff;}
#loopedSlider .container { width:380px;  overflow:hidden; position:relative; }
#loopedSlider .slides { position:absolute; top:0; left:0; }
#loopedSlider .slides div { position:absolute; top:0; width:280px; display:none; }
ul.pagination { list-style-type:none; margin:10px auto 0px auto; padding:0; }
ul.pagination li { float:left; margin:0 7px; display:inline; }
ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(images/slidernav.png); background-position:0 0; background-repeat:no-repeat; }
ul.pagination a:hover { background-position:0 -12px; }
ul.pagination li.active a { background-position:0 -23px }

/*---------------------------------------------------------------------------------*/
/* LATEST NEWS */
/*---------------------------------------------------------------------------------*/
#latest { width:180px; float:left; margin:15px 0 10px; border-right:1px solid #d7d7d7; }
#latest h3 { background:url(images/hr-Large.gif) repeat-x left bottom; padding-bottom:8px; color:#333; font-family:"Droid Sans",Arial,serif; font-size:14px; margin-bottom:5px; text-shadow:1px 1px #fff; text-transform:uppercase;}
#latest ul li { border-bottom:1px solid #d7d7d7; padding:6px 0 6px 5px; }
#latest .postdate { font-family:Arial,serif; font-size:11px; float:left; clear:left; line-height:100%; color:#666; margin-left:-34px; padding-top:.4em; }
.more { font-size:11px; text-align:right; margin:6px; text-transform:uppercase; }
.more a { color:#666; }
.more a:hover { color:#666; border-bottom:1px dotted #666; }

/*---------------------------------------------------------------------------------*/
/* CAROUSEL POSTS */
/*---------------------------------------------------------------------------------*/
#carousel { background:#FAFAFA; padding:8px 7px 15px 7px; border-bottom:1px solid #FFF; }
.carousel-posts { z-index:3 !important; }
#carousel h3 { margin:0 8px 10px 8px; border-bottom:1px solid #FFF; text-transform:uppercase; font-size:14px; font-family:"Droid Sans"; color:#208acb; text-shadow:1px 1px #fff;}
#carousel h3 span { display:block; padding:0px 0px 4px 0px; border-bottom:1px solid #DDD; }
#carousel .item { width:136px; background:#FFF; overflow:hidden; float:left; margin:0 8px; border:1px solid #d7d7d7; display:inline; }
#carousel .item img { padding:4px; border-bottom:1px solid #DDD; display:block; }
#carousel .item .title { padding:5px 8px 8px 8px; height:40px; display:block; }
#carousel .item .title span { height:60px; display:block; font-family:"Droid Sans","Segoe UI", Georgia,serif; font-size:12px; font-weight:bold; line-height:1.3; overflow:hidden; }
#carousel .item .title:hover { text-decoration:none; }
.pc-next,.pc-prev,.pc-next:hover,.pc-prev:hover { float:right; cursor:pointer; background:url(images/arrow_carousel.png) no-repeat left top; width:16px; height:14px; display:inline-block; text-indent:-5555em; border:0 !important; margin:4px 4px 0; overflow:hidden; }
.pc-next { background-position:right 0; }
.pc-prev { background-position:0 0; }
.pc-next:hover { background-position:right -19px; }
.pc-prev:hover { background-position:0 -19px; }
.catbox-title { border-top:1px solid #d7d7d7; 
background:#FAFAFA url(images/bg-title.jpg) repeat-x left center; 
border-bottom:1px solid #d7d7d7; padding:8px 15px 7px 15px; text-transform:uppercase; line-height:1.25; font-family:"Droid Sans"; font-size:14px;  color:#208acb; text-shadow:1px 1px #fff;}
.catbox-title a { color:#3b6cd3; font-weight:bold; }
.catbox-title a:hover { color:#333; text-decoration:none; }
.cat-feedlink a { margin-top:10px; }



/*---------------------------------------------------------------------------------*/
/* ONE COLUMN BOXES */
/*---------------------------------------------------------------------------------*/
.onecol{margin:0 0px 0 15px; width:600px;}
.onecol .catbox .entry-thumb { margin-right:10px; }
.onecol .catbox .entry-title { font-size:14px;margin-right:10px; }
.onecol .catbox .entry-excerpt { display:block; width: 480px; padding: 2px 10px 2px 100px}


/*---------------------------------------------------------------------------------*/
/* TWO COLUMN BOXES */
/*---------------------------------------------------------------------------------*/
.twocol {margin:0 0px 0 15px;}
.twocol .catbox-row { background:url(images/dot.gif) repeat-y 299px 0; }
.twocol .catbox { width:300px; float:left; padding:0 0 10px 0px; }
.twocol .catbox-even .catbox-title { border-right:1px solid #d7d7d7; }
.twocol .catbox li { border-top:1px solid #d7d7d7; padding:5px 0 5px 11px; margin:0 15px; font-size:12px; background:url(images/icon-bullet.gif) no-repeat 0 12px; }
.twocol .catbox li.first { display:block; padding:15px 0 10px 0; font-family:Arial,serif; font-size:12px; border-top:0; background:none; }
.twocol .catbox .entry-thumb { margin-right:10px; }
.twocol .catbox .entry-title { font-size:14px; }
.twocol .catbox .entry-excerpt { display:block; }

/*---------------------------------------------------------------------------------*/
/* CONTENT */
/*---------------------------------------------------------------------------------*/
.headline { padding:20px 15px; color:#999; margin:0 0 15px 0; font-size:22px; height:32px; border-bottom:1px solid #d7d7d7; }
* html .home .headline { padding:18px 15px; }
.headline h1 { height:32px; line-height:32px; font-size:18px; overflow:hidden; text-transform:uppercase; color:#333; }
.headline span { color:#999; }
.single-cat-feedlink a { display:inline-block; float:none; margin:0 5px; line-height:12px; }
.display { float:right; width:49px; height:20px; background:url(images/display.gif) no-repeat 0 -20px; text-indent:-5555em; overflow:hidden; margin:10px 5px 0 0; cursor:pointer; }
.display-grid { background:url(images/display.gif) no-repeat 0 0; }
.hentry { margin:15px; display:inline-block; width:600px; }
.entry-thumb { float:left; display:block; position:relative; margin:0 15px 10px 0; }
.entry-thumb a { padding:4px; display:block; border:1px solid #d7d7d7; }
.entry-thumb a img { display:block; }
.entry-title { margin:0 0 3px 0; line-height:1.25; font-family:"Droid Sans", "Segoe UI", Georgia,serif; font-size:14px; font-weight:bold; }
.entry-title a:hover { color:#B8240D; }
h1.entry-title { font-size:25px; }
.entry-excerpt { display:table;}
.entry-meta { color:#666; margin:3px 0 4px 0; font-size:11px; }
.entry-meta a { color:#666; }
.entry-meta a:hover { color:#666; border-bottom:1px dotted #666; }
.meta-sep { color:#999; margin:0 3px; }
.meta-more { font-family:Tahoma,Georgia,serif; font-size:11px; font-weight:bold; color:#666; }
.meta-more:hover { color:#666; border-bottom:1px dotted #666; }
.grid-post { width:280px; float:left; display:inline; }
.grid-post .entry-thumb { margin-right:10px; }
.grid-post .entry-excerpt { display:block; }
.grid-post .entry-meta { display:none; }
.not-found { width:600px; }
.single .hentry,
.page .hentry { margin:15px 15px; }

 .ad_Left, .ad_Right {display:block; float:left; height:100%; margin-bottom:15px;}
.ad_Left {width:350px;}
.ad_Right {width:235px; height: 295px; padding: 15px 0 0 10px;}
#entry-tags { margin:15px 0; }
#entry-tags span { font-weight:bold; }
#entry-author { background:#ededed; border:1px solid #d7d7d7; padding:10px; margin:15px 0 0 0; border-radius:3px;
 	-moz-border-radius: 3px;
        -webkit-border-radius: 3px; }
#author-avatar { float:left; margin:0 10px 10px 0; border:1px solid #d7d7d7; }
#author-avatar img { display:block; padding:4px; background:#FFF; }

div.SocialBookmark {background-color:#F5F5F5; height:140px; border-bottom:1px solid #EEEEEE; border-top:1px solid #EEEEEE;}
div.SB_Left, div.SB_Right {display:block; float:left; height:100%}
div.SB_Left {width:280px;}
div.SB_Right {width:250px;}
div.SocialBookmark h4 {margin:15px 0 0 20px;font-family:"Droid Sans"; font-size:16px; padding:0; color:#208acb; text-shadow:1px 1px #fff}
div.SocialBookmark p {margin:0 0 0 20px; padding:0 20px 0 0; text-shadow:1px 1px #fff; font-family:Arial;}
div.SocialBookmark ul {margin:0 0 0 15px; padding:0}
div.SocialBookmark li {list-style:none; display:inline; margin:0 2px; padding:0}
#RelOuter { background:#ededed; border:1px solid #d7d7d7; padding:10px; margin:15px 0 0 0; border-radius:3px;
 	-moz-border-radius: 3px;
        -webkit-border-radius: 3px; height: 165px;}
#Related {background-color:#F5F5F5;  height:135px; border-bottom:1px solid #EEEEEE; border-top:1px solid #EEEEEE;}



#Related  h4 {margin:5px 0 0 20px;font-family:"Droid Sans"; font-size:16px; padding:0; color:#208acb; text-shadow:1px 1px #fff}

#Related  .relpost {  height:100%; background-color:#F5F5F5; width:100%;}

#Related  .relpost .yarpp-post {
   float: left;
   text-align: center;
   width: 168px;
   height: 110px;
   padding: 5px 5px 5px 5px;
   margin:5px 5px 5px 7px;
   position: relative;
   border:1px solid #d7d7d7;
   border-radius:3px;
 	-moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}

#Related  .relpost .yarpp-title {
   position: absolute;
   padding: 2px 5px;
   top: 59px;
   overflow: hidden;
   height: 40px;
   background: #000;
   opacity: 0.6;
   filter:alpha(opacity=60);
   width: 140px;
   margin-left: 9px;
}
#Related  .relpost .yarpp-link-container {
   position: absolute;
   padding: 2px 5px;
   top: 59px;
   overflow: hidden;
   height: 40px;
   width: 140px;
   margin-left: 9px;
   z-index: 1000;
   color:#fffff;
}
#Related  .relpost .yarpp-link-container .yarpp-link{
  color:#ffffff;
}
/*---------------------------------------------------------------------------------*/
/* entry */
/*---------------------------------------------------------------------------------*/
.entry p,.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry ul, .entry ol { margin:10px 0 20px 0; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { color:#0A0A0A; }
.entry ul,.entry ol { margin:20px 0 20px 30px; }
.entry ol { list-style-type:decimal; }
.entry ul { list-style-type:square; }
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul { margin:0 0 0 20px; }
.entry hr { border-top:1px solid #FFF; border-top:1px solid #C7D7DB; background:none; height:0; margin:0 0 20px 0; padding:0; clear:both; }
.entry hr.none { border:0 none; height:0; background:none; margin:0; padding:0; clear:both; }
.entry a:hover { text-decoration:underline; }
.entry blockquote { margin:20px 20px; padding:0 30px 0 20px; overflow:hidden; border-left:10px solid #F7F7F7; }

/* full width */
.onecolumn { margin:0 0 0 15px;  background:#FFF; }
.onecolumn #content { margin:0  }

/* post images */
img.centered { display:block; margin-left:auto; margin-right:auto; margin-bottom:10px; padding:0px; }
img.alignnone { padding:0px; margin:0px 0px 10px 0px; display:inline; }
img.alignright { padding:0px; margin:0px 0px 10px 10px; display:inline; }
img.alignleft { padding:0px; margin:0px 10px 10px 0px; display:inline; }
.aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:10px; }
.alignright { float:right; margin:0px 0px 10px 10px; }
.alignleft { float:left; margin:0px 10px 10px 0px; }
.wp-caption { background:#F7F7F7; text-align:center; padding:4px 0px 5px 0px; border:1px solid #e6e6e6; }
.wp-caption img { margin:0px 0px 5px 0px; padding:0px; border:0px; }
.wp-caption p.wp-caption-text { margin:0px; padding:0px; font-size:11px; font-weight:normal; line-height:12px; }

/* pagenavi */
.pagenavi { border-top:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; height:30px; background:#F7F7F7; color:#777; margin:0px 0px 15px 15px; width:100%; }
.pagenavi a,.pagenavi span { border-right:1px solid #d7d7d7; padding:0 10px; height:30px; line-height:30px; display:block; float:left; }
.pagenavi a.current { background:#fff; color:#b8240d; font-weight:bold; margin:0px 0 0 0; padding-bottom:0px; }

/*---------------------------------------------------------------------------------*/
/* SIDEBAR */
/*---------------------------------------------------------------------------------*/

/* general widgets*/

.widget-area {margin:15px 14px 0 0px;  }
.widget {  padding:0 0 0px 0px;  }
.widget-title {  padding:5px 15px 4px 15px; color:#333; font-family:Arial,serif; font-size:13px; }
.widget ul li {  padding:5px 15px; }
.widget ul li:hover { background:#fafafa; }
.widget > div { padding:10px 15px;  }
.widget_tag_cloud div,
.textwidget { margin:0 5px 0 0px; padding:10px 5px 0 0;  text-align:center; }
.textwidget img { padding: 0 10px 0 0;}
#middle-sidebar {  }
#middle-left { width:175px; float:left; padding-bottom:20px; }
#middle-right { width:139px; float:right;  margin-top:30px; background:#ededed; border:1px solid #d7d7d7;  border-radius:3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#middle-right .content {background-color:#F5F5F5; margin:8px;}
#middle-right h3 {font-family:"Droid Sans"; font-size:16px; color:#208acb; text-shadow:1px 1px #fff; text-decoration:underline;}
#top-sidebar {margin:0 14px 15px 0px; border-right:1px solid #d7d7d7; border-left:1px solid #d7d7d7;}


#subscribe {
background:url(images/bg-title.jpg) repeat-x;
border:1px solid #d7d7d7;
margin-bottom:15px;
width:314px;
}
#subscribe p {
	padding: 0 20px;
        
}

#subscribe p.subscribe {
	padding: 0;
	overflow: hidden;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

#subscribe p.subscribe a.button {
	display: block;
	float: left;
	width: 150px;
	line-height: 48px;
	text-align: center;
	position: relative;
        font-family:"Droid Sans"; font-size:14px; padding:0; color:#208acb; text-shadow:1px 1px #fff;
}

#subscribe p.subscribe a.button img {
	position: relative;
	top: 3px; left: -5px;
}

#subscribe p.subscribe a.rss {
	border-right: 1px solid #ececec;
}

#subscribe p.subscribe a.rss:hover {
	background: url(images/bg-subscribe.png) no-repeat;
}

#subscribe p.subscribe a.email:hover {
	background: url(images/bg-subscribe.png) 100% 100% no-repeat;
}

#subscribe a.twitter {
	display: block;
	line-height: 48px;
	
	text-align: center;
	position: relative;
	border-top: 1px solid #ececec;
font-family:"Droid Sans"; font-size:14px; color:#208acb; text-shadow:1px 1px #fff;
}

#subscribe a.twitter:hover {
	background: url(images/bg-twitbutton.png) no-repeat;
}

#subscribe a.twitter img {
	position: relative;
	top: 3px; left: -5px;
}

#subscribe  h3 {
       font-family:"Droid Sans"; font-size:16px; padding:0; color:#208acb; text-shadow:1px 1px #fff;
	height:32px;
	padding:8px 15px 4px 15px; 
	margin: 0 0 5px 0;
	background: url(images/bg-sideh3.png) 100% 100% no-repeat;
       
	
}
#subscribe  ul{
padding:2px 15px 4px 15px; 
}
#fb
{
margin:10px 5px 5px 10px;
}

/* sidebar tabber */
.tab-widget-menu { background:#FAFAFA url(images/bg-title.jpg) repeat-x left center; border-bottom:1px solid #d7d7d7; font-size:11px; font-weight:bold; }
.tab-widget-menu li { float:left; display:block; padding:0 12px; border-right:1px solid #d7d7d7; height:30px; line-height:30px; cursor:pointer; text-transform:uppercase; color:#555; text-align:center; }
.tab-widget-menu li.selected { background:#FFF; position:relative; line-height:29px; bottom:-1px }
#tab-sidebar .widget { padding:0px 0px 0px; background:#FFF; }
#tab-sidebar .widget > div { border-top:0; }
#tab-sidebar .widget_tag_cloud div,
#tab-sidebar .textwidget { border-top:0; }
#tab-sidebar .widget ul li { padding:10px 10px 5px; }
#tab-sidebar .widget ul li img { padding:4px; border:1px solid #d7d7d7; float:left; margin:0 10px 5px 0; }
#tab-sidebar .info { display:table; }
#tab-sidebar a.comments-link,#tab-sidebar .meta { display:block; font-family:Arial,serif; font-size:11px; color:#999; text-transform:uppercase; }
#tab-sidebar #recent-comments a { color:#999; }
#tab-sidebar #recent-comments a span.comment-author { color:#004276; }
#tab-sidebar #recent-comments a:hover span.comment-author { color:#B8240D; }
.widget_tag_cloud a { padding:0 3px; white-space:nowrap; }

/* calendar */
#wp-calendar { width:100%; }
#wp-calendar, #wp-calendar th, #wp-calendar caption { text-align:center; }
#wp-calendar th { background:#f5f5f5; padding:3px; border:1px solid #f0f0f0; }
#wp-calendar td { padding:5px 2px; border:1px solid #f0f0f0; }
#wp-calendar caption { background:transparent; font-weight:bold; padding:3px 0px 7px 0px; color:#333; }
#wp-calendar #today { background:#f5f5f5; font-weight:bold; }

/* flickr widget */
.widget h3 span { color:#0061D8; }
.widget h3 span span { color:#FF1183; }
.widget .flickr_badge_image { float:left; margin:0px; }
.widget .flickr_badge_image .wrap { position:relative; margin-bottom:20px; padding:0; }
.widget .flickr_badge_image a img { display:inline; float:left; background:#fff; margin:0px 8px 8px 0px; border:#e9e9e9 1px solid; padding:4px; }
.widget .flickr_badge_image a:hover img { background:#f0f0f0; }

/*---------------------------------------------------------------------------------*/
/* FOOTER */
/*---------------------------------------------------------------------------------*/
#footer {  background:#ededed ;}
#footer .footer-other { background:#ededed url(images/footer-bg.jpg) repeat-x; padding:0px 5px; border-bottom:1px solid #ddd; height:250px; }

#footer .footer-other .col_1, .col_2, .col_3, .col_4, .col_6, .col_2_3, .col_3_4, #fullwidth {
    margin: 16px 10px 15px 5px;
    padding: 0;
    float: left;
    position: relative;
    display: inline;
    overflow: hidden;
}
#footer .footer-other p {
padding:3px 10px 0 2px; font-size:12px; font-family: Arial; color:#bec0c3;  text-shadow:1px 1px #000000;}


#footer .footer-other .fottitle {

font-family: "Droid Sans" ,"Segoe UI", Georgia,serif; font-size:16px;    font-weight:bold;
color:#208acb; text-shadow:1px 1px #000;
}



#footer .footer-other .col_3 {
    width: 320px;
    height:210px;
}
#footer .footer-other .col_4 {
    width: 280px;
    background: url(images/seperator.png) no-repeat scroll right;
    height:210px;
}
#footer .footer-other .col_6 {
    width: 300px;
    background: url(images/seperator.png) no-repeat scroll right;
    height:210px;
}

#footer .footer-cat { background:#ededed ; padding:0px 5px; border-bottom:1px solid #ddd; }
#footer .footer-cat ul { padding:0px 0px; }
#footer .footer-cat ul li { float:left; padding:5px 0px 4px 0px; font-size:10px; text-transform:uppercase; }
#footer .footer-cat li ul { display:none; }
#footer .footer-cat a { color:#555; padding:0px 10px; border-right:1px solid #ddd; }
#footer .footer-cat a:hover { color:#333; }
#footer .bottom { background:#ededed url(images/bg_footer.png) repeat-x; text-align:center; padding:10px; font-size:11px; color:#555; height:20px;}
.backtotop { background:url(images/go-up.png) no-repeat; width:48px; height:48px; }
 #footer .top-social li a { padding-left:26px; }
#footer .top-rss { background:url(images/small-rss.png) no-repeat 9px 4px; }
 #footer  .top-email { background:url(images/small-email.png) no-repeat 9px 4px; }
#footer  .top-twitter { background:url(images/small-twitter.gif) no-repeat 9px 4px; }
#footer .top-facebook { background:url(images/small-facebook.png) no-repeat 9px 4px; }





/*---------------------------------------------------------------------------------*/
/* COMMENTS */
/*---------------------------------------------------------------------------------*/
#comments {margin-left:18px; border: 1px solid #d7d7d7; margin-bottom:20px;}
#comments-title,#reply-title { font-weight:bold; padding:12px 15px; font-family:"Droid Sans"; font-size:16px;  color:#208acb; text-shadow:1px 1px #fff;}
#comments-title { }
#reply-title { background:url(images/hr-Large.gif) repeat-x left bottom; padding:12px 0; margin:0 15px; }
.commentlist { border-bottom:1px solid #d7d7d7; }
.comment { padding:15px 0 0 75px; border-top:1px solid #d7d7d7; min-height:60px; height:auto !important; height:60px; display:block; }
.commentlist li.even { background:#FAFAFA; }
.commentlist li.odd { background:#FFF; }
.comment-avatar { float:left; margin:0 0 0 -60px; }
* html .comment-avatar { margin:0 0 0 -32px; }
.comment-avatar img { border:1px solid #f0f0f0; padding:4px; background:#fff; }
.comment-meta { margin:0 15px 10px 0; font-size:11px; }
.comment-meta a { color:#666; }
.comment-meta a:hover { border-bottom:1px dotted #666; }
.comment-meta .fn { font-size:12px; font-style:normal; font-weight:bold; }
.comment-meta .fn a { color:#004276; }
.comment-meta .fn a:hover { color:#B8240D; border-bottom:none; }
.comment-body { margin:10px 20px 10px 0; }
.reply { margin:10px 20px 0 0; text-align:right; text-transform:uppercase; font-size:10px; position:relative; height:25px; overflow:hidden; position:relative; right:-20px; }
.comment-reply-link { height:24px; line-height:24px; display:inline-block; width:50px; text-align:center; border-top:1px solid #d7d7d7; border-left:1px solid #d7d7d7; overflow:hidden; }
#cancel-comment-reply-link { font-size:11px; color:#B8240D; margin:0 0 0 20px; }
#cancel-comment-reply-link:hover { text-decoration:underline; }
.comment #respond { border-top:1px solid #d7d7d7; }
#commentform { padding:0 15px 30px; }
#commentform p { margin:10px 0; }
#commentform label { float:left; width:100px; font-weight:bold;  font-family:"Droid Sans"; font-size:13px;  color:#208acb; text-shadow:1px 1px #fff; }
#commentform .required { color:#B8240D; font-weight:bold; margin:0 0 0 10px; }
#commentform input,#commentform textarea { width:60%; margin:0 0 10px 0; border:1px solid #dfdfdf; padding:5px; }
#commentform input:hover,#commentform textarea:hover { border:1px solid #D2D1CD; }
#commentform textarea { overflow:auto; }
#commentform input#submit { display:block; width:150px; margin:0px 0px 0px 100px; padding:5px; background:url(images/bg-title.jpg) repeat-x; color:#333; border:1px solid #d7d7d7; font:bold 1.2em "Droid Sans", Arial,serif; cursor:pointer; }

/*---------------------------------------------------------------------------------*/
/* ADVERTISEMENT */
/*---------------------------------------------------------------------------------*/
.header-ad { float:right; display:inline; margin:15px 15px 0px 0px; }
.home-ad-area {margin:0 0 0 15px; padding:15px;  text-align:center; }
#sidebar-ad1 { margin:10px 5px 5px 10px;  }
#sidebar-ad3{  padding:0 70px 15px 90px;  }
.adtips { margin:0 0 6px 0; display:block; color:#CCC; text-transform:uppercase; text-align:center; font-size:10px; }
.adtips1 { margin:0 0 6px 0; display:block; color:#CCC; text-transform:uppercase; text-align:left; font-size:10px; }
.ad120x600 { padding:10px 5px 10px 5px; }

