/*
Style Name: Light
Color: #ccc
Description: Default ATOM style
Author: digitalnature
Version: 1.0

*/


body{
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  color:#333;
  background-color:#fff;
}

/*** GENERAL ELEMENTS ***/

/* links */
a{
  color:#356AA0;
  text-decoration:none;
}

a:hover{
  color:#ed1e24;
  text-decoration:underline;
}


h1{
  font-size:250%;
  letter-spacing:-.04em;
}

h2{
  font-size:200%;
  letter-spacing:-0.03em;
}

h3{
  font-size:160%;
  letter-spacing:-0.02em;
}

h4{
  font-size:140%;
  font-weight:bold;
  letter-spacing:-0.02em;
}

h5{
  font-size:130%;
  font-weight:bold;
  letter-spacing:-0.02em;
}

h6{
  font-size:120%;
  text-transform:uppercase;
}


/* tables */
td, th{border:2px solid #fff;}
td{background:#efefef;}
th{background:#ddd;}


/* forms */
input, select, textarea{
  font:normal normal 1em "Lucida Grande","Lucida Sans Unicode",verdana,arial,Tahoma,Verdana,sans-serif;
}

optgroup{color: #ddd;}
option{color: #333;}

fieldset{
  padding:10px;
  border:1px solid #ddd;
  background:#fff;
}

legend{
  border:1px solid #ddd;
  padding:5px 10px;
  font-size:115%;
  font-style:italic;
}

hr{
  color:#b4aca1;
  background-color:#b4aca1;
  border-bottom:1px solid #f6f4eb;
}

pre{
  background:#fff;
  padding:10px;
  border:1px solid #ddd;
}

code{
  background: #ddd;
  text-shadow: #fff 0px 1px 1px;
  padding: 0 4px;
}


blockquote {
  background:#f9f9f9;
  border-left:10px solid #ccc;
  padding:.5em 10px;
  quotes:"\201C""\201D""\2018""\2019";
}

blockquote:before {color:#ccc;}



/*** MAIN LAYOUT ***/

#main{padding:10px 0;}

/* sidebar 1 background */
body.col-2-left #mask-1,
body.col-2-right #mask-1,
body.col-3 #mask-1,
body.col-3-left #mask-1,
body.col-3-right #mask-1{border-right: 1px dotted #999;}

/* sidebar 2 background */
body.col-3 #mask-2,
body.col-3-left #mask-2,
body.col-3-right #mask-2{border-left: 1px dotted #999;}

#primary-content .blocks{padding:0 10px;}


/*** HEADER ***/
#header{background: #eee;}


/*** LOGO & HEADLINE ***/

#logo{
  font:normal bold 375% "Arial Black", "Helvetica Black", Gadget, sans-serif;
  text-transform: lowercase;
  letter-spacing:-3px;
}

#logo a{
  color:#333;
  text-decoration:none;
  text-shadow:#fff 0px 1px 1px;
}

#logo a:hover{color:#666;}

#logo span.alt{
  font-style: normal;
  margin:0 -12px;
}

#logo a:hover span.alt{color:#f2b428;}


/* NAVIGATION:common */

.nav ul ul{
  -moz-box-shadow:0px 8px 15px rgba(0,0,0,0.25);
  -webkit-box-shadow:0px 8px 15px rgba(0,0,0,0.25);
  box-shadow:0px 8px 15px rgba(0,0,0,0.25);
}

/** NAVIGATION:top ***/

.nav-top{
  background:#000 url(../i/o1.png) repeat-x center top;
  z-index: 25;
  border-bottom: 1px solid #fff;
}

.nav-top li{margin-right: 10px;}
.nav-top li li{
  margin:0;
  padding: 0px 10px;
}

.nav-top a{
  color:#666;
  font-size: 115%;
  padding: 10px 15px;
}

.nav-top .current-menu-item > a,
.nav-top .current-menu-ancestor > a,
.nav-top li.hover > a,
.nav-top li:hover > a{
  color:#fff;
  background:#333 url(../i/o1b.png) repeat-x center top;
}

/* submenus */
.nav-top ul ul{
  background:#333;
  padding: 10px 0;
  top: 35px;
}
.nav-top li li a{
  font-size: 100%;
  padding: 5px;
  color: #999;
  border-top: 1px solid #454545;
}

.nav-top li:first-child a{border: 0 !important;}

.nav-top li .current-menu-item > a,
.nav-top li .current-menu-ancestor > a,
.nav-top li li.hover > a,
.nav-top li li:hover > a{
  background:#555;
  color:#fff;
}


/*** NAVIGATION - MAIN (below header) ***/
.nav-main{padding: 0 5px;}
.nav-main li{margin-right: 4px;}

.nav-main a{
  background:#ccc url(../i/o1.png) repeat-x center top;
  color:#666;
  font-size: 115%;
  padding:10px 15px;
  text-decoration: none;
  text-shadow: #fff 0px 1px 1px;
}

.nav-main .current-menu-item > a,
.nav-main .current-menu-ancestor > a,
.nav-main li.hover > a,  /* javascript triggered class (maintain the hover style during menu hide delay) */
.nav-main li:hover > a{
  color:#999;
  background-color: #fff;
  text-shadow: none;
}

/* submenus */
.nav-main ul ul{
  top:37px;
  background-color:#fff;
  padding: 10px 0;
}


/* level 3+ */
.nav-main ul ul ul{top:10px;}

.nav-main li li{
  border:0;
  margin: 0;
  padding: 0px 10px;
}

.nav-main li li a{
  padding:5px;
  line-height:125%;
  font-size: 100%;
  background: none;
  border-top: 1px dotted #666;
  font-weight:normal;
  text-shadow:none;
}

.nav-main li li:first-child a, .nav-main li li.first a{border:0;}

.nav-main li li.hover > a,
.nav-main li li:hover > a{
  background:#504e53;
  color:#fff;
}

.nav-main li .current-menu-item > a,
.nav-main li .current-menu-ancestor > a{
  background: #eee;
  color: #356AA0;
  font-weight: bold;
}

.nav-main .arrow{display:none;}

.nav-main li li .arrow{
  display:block;
  top:8px;
}


/** NAV:footer ***/

.nav-bottom{
  background:#444 url(../i/o1.png) repeat-x center top;
  z-index: 25;
  border-bottom: 1px solid #555;
}

.nav-bottom li{margin-right: 10px;}
.nav-bottom li li{
  margin:0;
  padding: 0px 10px;
}

.nav-bottom a{
  color:#999;
  font-size: 115%;
  padding: 10px 15px;
}

.nav-bottom .current-menu-item > a,
.nav-bottom .current-menu-ancestor > a,
.nav-bottom li.hover > a,
.nav-bottom li:hover > a{
  color:#fff;
  background:#333 url(../i/o1b.png) repeat-x center top;
}

/* submenus */
.nav-bottom ul ul{
  background:#000;
  padding: 10px 0;
  bottom:36px;
  top:auto;
}

/* level 3+ */
.nav-bottom ul ul ul{
  bottom:10px;
  top:auto;
  left:280px;
}

.nav-bottom li li a{
  font-size: 100%;
  padding: 5px;
  color: #666;
  border-top: 1px solid #333;
}

.nav-bottom li:first-child a{border: 0 !important;}

.nav-bottom li .current-menu-item > a,
.nav-bottom li .current-menu-ancestor > a,
.nav-bottom li li.hover > a,
.nav-bottom li li:hover > a{
  background:#222;
  color:#ccc;
}

.nav-bottom .arrow{background-position: -8px 0;}

.nav-bottom .current-menu-item > a .arrow,
.nav-bottom .current-menu-ancestor > a .arrow,
.nav-bottom li.hover > a .arrow,
.nav-bottom li:hover > a .arrow{background-position:-8px -8px;}

.nav-bottom li li .arrow{background-position:-16px 0;}

.nav-bottom li .current-menu-item > a .arrow,
.nav-bottom li .current-menu-ancestor > a .arrow,
.nav-bottom li li.hover > a .arrow,
.nav-bottom li li:hover > a .arrow{background-position:-16px -8px;}



/*** BLOCKS (widgets) ***/

#sidebar .block, #sidebar2 .block{
  padding:0 10px 0 10px;
}

.block h3.title{
  font:normal normal 150% Calibri, "Myriad Pro", Myriad, "Trebuchet MS", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color:#333;
  padding:5px 10px 2px 0;
  margin:0 0 4px 0;
  border-bottom:1px solid #999;
}

.block h3.title a:hover{text-decoration: none;}



/* common menu style used by many widgets */
.block ul.menu li, .block ul.box .entry{border-top:1px dotted #aaa;}
#footer .block ul.menu li, #footer .block ul.box .entry{border-color: #555;}

.block ul.menu li{
  position: relative;
  z-index: 5;
}

.block ul.menu li li{
  font-size: 85%;
  font-weight: bold;
  border: 0;
}

.block ul.menu li li li{
  font-size: 100%;
}

/* no border on 1st list item */
.block ul.menu li.first, .block ul.menu li:first-child, .block ul.box .entry.first, .block ul.box .entry:first-child{border:0;}

.block ul.menu a, .block ul.box .entry{text-decoration:none;}

/* mouse over link */
body.no-js .block ul.menu a:hover,
.block ul.menu .fadeThis .hover{background:#eee url(../i/lm.png) no-repeat center center;}

/* 2nd level+ */
body.no-js .block ul.menu li li a:hover,
.block ul.menu li li a:hover,
.block ul.menu li li .fadeThis .hover{
  background:none;
  text-decoration: underline;
}

/* mouse over link / dark footer */
#footer body.no-js .block ul.menu a:hover,
#footer .block ul.menu .fadeThis .hover{background:#333;}

.block ul.menu .current-menu-item > a,
.block ul.menu .current-menu-ancestor > a{
  font-weight: bold;
  color: #ed1e24;
}

.block ul.menu a:hover .tt{text-decoration:underline;}

/* content - primary */
.block ul.menu .c1{
  color:#333;
  text-decoration:none;
}

/* mouse over link for dark footer */
#footer .block ul.menu .c1{color:#555;}

/* content - secondary */
.block ul.menu .c2{
  color:#999;
  font-size:90%;
  text-transform:uppercase;
}

/* country flag */
.block ul.menu .flag{margin-top:4px;}

/* thumbnail mode */
/* extra margin - useful if you want the avatars alinged perfectly. for eg. 72px avatars on the default fixed layout (2 cols) */
.block ul.menu.images{margin-right:-4px;}

/* used for link ratings */
.block ul.menu .rating{background-color:#ccc;}
.block ul.menu .rating .bar{background-color:#33CC33;}


/* more link */
.block a.more{
  width:100%;
  background-color:#ccc;
  padding:4px 0;
  margin-top:4px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:0.25em;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

body.no-js .block a.more:hover, .block a.more .hover{
  background-color:#e88d33;
  color:#fff;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

#footer .block a.more{background-color:#393939;}
body.no-js #footer .block a.more:hover, #footer .block a.more .hover{background-color:#666;}

.block a.more.loading{
  background:transparent url(../i/lh16w.gif) no-repeat center center;
  text-indent:-9999px;
}

#footer .block a.more.loading{background-image:url(../i/lh16b.gif);}



/*** POST ***/

.hentry{
  border-bottom:1px dotted #e8e8e8;
  padding-bottom:20px;
  position: relative;
}

.hentry.asides{
  background:#efefef;
  padding:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

/* thumbnail-only based post previews (looks pretty cool) */
.hentry.thumb-only{
  border:0;
  padding:0;
}

.hentry.sticky{
  padding:10px;
  border: 0;
  background:#f4f4f4;
}

.hentry h2.title{
  font:normal normal 200% times, Times New Roman, times-roman, georgia, serif;
  letter-spacing: -0.02em;
  line-height: normal;
  margin:0;
}

.hentry.asides h2.title{
  font-size:130%;
  font-weight: bold;
  padding:0;
}

.hentry h2.title a{color:#4e4e4e;}

.hentry h2.title a:hover{
  color:#ed1e24;
  text-decoration:none;
}


/* large title on sticky posts */
.hentry.sticky h2.title{font:normal normal 350% times, Times New Roman, times-roman, georgia, serif;}

.hentry.thumb-left .post-details{border-left: 1px solid #ddd;}
.hentry.thumb-right .post-details{border-right: 1px solid #ddd;}

.hentry .post-info{
  background:#ededed;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  display: inline-block;
  border-left: 1px solid #fff;
  margin-bottom: 5px;
}

.hentry .post-info span{
  padding:4px 10px;
  display:table-cell;
  vertical-align:middle;
  text-shadow:#fff 1px 0px 0px;
  color:#aaa;
  border-right: 1px solid #fff;
}

.hentry .post-info span a{color:#4e4e4e;}
.hentry .post-info span a:hover{color:#ed1e24;}

.hentry .post-extra{
  font-size:85%;
  padding-top:5px;
}

.hentry .post-tags a{
  color:#aaa;
  border:1px solid #eee;
  padding:1px 5px 2px 5px;
  margin-bottom:2px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

.hentry .post-tags a:hover{
  background-color:#666;
  border-color:#666;
  text-decoration:none;
  color:#fff;
}

.hentry .comments{
  background:transparent url(../i/icons.png) no-repeat 0px -40px;
  padding-left:22px;
  text-transform:uppercase;
}

.post-controls a{
  padding: 2px 5px;
  margin-left: 4px;
  font-size: 120%;
  background: #fff;
  color: #999;
  border: 1px solid #ccc;
  text-decoration: none;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.post-controls a:hover{
  background: #ed1e24;
  border-color: #ed1e24;
  color: #fff;
}


/*** COMMENTS/PINGS ***/
.comment .avatar{
  background:#fff;
  border-bottom:1px solid #ccc;
}

.comment .avatar img{padding:5px;}

.comment .comment-head{
  padding:5px 10px;
  background:#efefef url(../i/o1.png) repeat-x center -2px;
  color:#777;
  text-shadow: #fff 0px 1px 1px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.comment.new .comment-head{background-color:#f6f2e5 !important;}
.comment.role-administrator .comment-head{background-color:#d0d3d8;}
.comment.bypostauthor .comment-head{background-color: #E7FFCE;}
.comment.awaiting-moderation{background-color: #FFFFCC;}

.comment .comment-content{padding:10px;}

.comment .controls a{
  padding:3px 10px;
  background-color:#eee;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  color:#aaa;
  text-shadow: #fff 0px 1px 1px;
  font-size:85%;
}

.comment .controls a:hover{
  background-color:#565459;
  color:#fff;
  text-decoration:none;
  text-shadow: none;
}

.comment.new .button{
  font-size:100%;
  padding:5px 10px;
}


.comment .karma{font-weight:bold;}

.comment .karma.negative{color: #eb4337;}
.comment .karma.positive{color: #a0c207;}

.comment .vote.up{background: #a0c207;}
.comment .vote.down{background: #eb4337;}

.comment .vote.up:hover{background: #d0e10b;}
.comment .vote.down:hover{background: #f56553;}

.comment .vote{
  padding: 0 4px;
  background: #ddd;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}





/*** SINGLE PAGES ***/
h1.title{
  font:normal normal 350% times, Times New Roman, times-roman, georgia, serif;
  text-shadow:#fff 1px 1px 1px;
  line-height: 100%;
  letter-spacing: -1px;
}

h5.title{
  font:italic normal 200% times, Times New Roman, times-roman, georgia, serif;
  padding: 0;
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #ccc;
}


/* next/previous post links */
.post-links div{color:#ccc;}

.post-links a{
  font-size:85%;
  border:0;
  background-color:transparent;
  padding:2px 4px;
  color:#ccc;
  text-shadow:#fff 1px 1px 1px;
  text-decoration:none;
}

.post-links a:hover{color:#ed1e24;}



/* post meta */

.post-meta{
  border-top:1px solid #ddd;
  background-color:#f6f6f6;
  color:#999;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding: 10px 10px 10px 0;
}

.post-meta .details{font-size:85%;}
.post-meta .details p{padding: 0 0 0 10px;}

ul.share-this{padding-left: 10px;}

ul.share-this li{
  border: 2px solid #fff;
  margin-right: 2px;
}

ul.share-this li.last a{margin-right: 0;}

ul.share-this li, ul.share-this li a{
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

ul.share-this a{
  background: transparent url(../i/socialize.jpg) no-repeat left top;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}

ul.share-this a.twitter{background-position:0px -32px;}
ul.share-this a.digg{background-position:-32px -32px;}
ul.share-this a.facebook{background-position:-64px -32px;}
ul.share-this a.delicious{background-position:-96px -32px;}
ul.share-this a.stumbleupon{background-position:-128px -32px;}
ul.share-this a.google-bookmarks{background-position:-160px -32px;}
ul.share-this a.linkedin{background-position:-192px -32px;}
ul.share-this a.yahoo-bookmarks{background-position:-224px -32px;}
ul.share-this a.technorati{background-position:-256px -32px;}

ul.share-this a.twitter:hover{background-position:0 0px;}
ul.share-this a.digg:hover{background-position:-32px 0px;}
ul.share-this a.facebook:hover{background-position:-64px 0px;}
ul.share-this a.delicious:hover{background-position:-96px 0px;}
ul.share-this a.stumbleupon:hover{background-position:-128px 0px;}
ul.share-this a.google-bookmarks:hover{background-position:-160px 0px;}
ul.share-this a.linkedin:hover{background-position:-192px 0px;}
ul.share-this a.yahoo-bookmarks:hover{background-position:-224px 0px;}
ul.share-this a.technorati:hover{background-position:-256px 0px;}



/* PAGE/COMMENT NAVIGATION */

.page-navi{
  padding:5px 0px;
  color:#333;
  font-size:115%;
  font-weight:bold;
}

.page-navi a, .page-navi .current, .page-navi .dots, .page-navi .pages{
  padding:5px 10px;
  margin:2px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.page-navi a, .page-navi .pages{
  text-decoration:none;
  border:1px solid #ddd;
  background-color:#fff;
  font-weight:normal;
  color: #999;
}

.page-navi a:hover{
  border:1px solid #ed1e24;
  color:#fff;
  background-color:#ed1e24;
}

.page-navi .pages{color:#999;}

.page-navi .current{
  border:1px solid #999;
  color:#fff;
  background:#999 url(../i/o1.png) repeat-x center -3px;
}

.page-navi .loading{
  width: 16px;
  height: 16px;
  background:transparent url(../i/lc16w.gif) no-repeat center center;
}



/*** FEATURED BLOCK ***/

.featured .prev, .featured .next{
  font-size:40px;
  padding:5px;
  line-height:30px;
  height:40px;
  text-shadow:#fff 1px 1px 1px;
}

.featured .prev:hover, .featured .next:hover{
  text-decoration:none;
  background-color:rgba(0,0,0, 0.05);
}

.featured-posts li.item{margin-right:10px;}
.featured-posts li.item.last{margin-right: 0;}

.hentry.featured{
  border:0;
  padding:10px 0;
}

.featured .post-thumb{
  text-decoration: none;
  padding: 10px;
  background: #eee;
}

.featured .post-thumb:hover{background:#ddd;}

.featured .caption{
  font-size: 85%;
  text-align:center;
  color:#fff;
  background:#ccc;
  background:rgba(0,0,0,0.5);
}

.featured .caption p{
  margin: 0;
  line-height: 150%;
  padding: 10px;
}


/*** RELATED POSTS ***/

#related-posts .hentry{
  border:0;
  margin: 1em 0;
  border-bottom: 1px dotted #ddd;
}

#related-posts .hentry .post-thumb{background:#efefef;}

#related-posts .hentry h2.title{
  font-size:150%;
  font-weight: normal;
  margin:0;
  text-shadow:#fff 0px 1px 1px;
}



/*** SOCIAL MEDIA LINKS ***/

.social-media{
  position: fixed;
  top:120px;
  right:10px;
  z-index:25;
  width: 48px;
}

.social-media li{margin: 5px 0;}

.social-media a, .social-media a.fadeThis .hover{
  background: #db6539 url(../i/media.png) no-repeat left top;
  color: #fff;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  border-radius:7px;
}

.social-media a{
  font-family:"Arial Black", "Helvetica Black", Gadget, sans-serif;
  font-size: 32px;
  display:block;
  width: 36px;
  height: 48px;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 12px;
  line-height: 46px;
  letter-spacing: 9999px;
  text-shadow: #000 0px -1px 0px;
}

.social-media .twitter a{background-color:#1da5a9;}
.social-media .facebook a{background-color:#3b5998;}
.social-media .flickr a{background-color:#bf4c92;}

.social-media .myspace a{
  background-color:#313246;
  padding-left: 9px;
  width: 39px;
}

.social-media .rss .fadeThis .hover{
  background-color:#fc9345;

}
.social-media .twitter .fadeThis .hover{
  background-color:#35c9d1;
}

.social-media .facebook .fadeThis .hover{
  background-color:#2e71fc;
}

.social-media .flickr .fadeThis .hover{
  background-color:#fe0093;
}

.social-media .myspace .fadeThis .hover{
  background-color:#2358b8;
}




/*** TABS ***/

.tabs{border-bottom:1px solid #ccc;}

.tabs li{
  margin-right:5px;
  margin-bottom: -1px;
}

.tabs a{
  padding:5px 10px;
  border:1px solid #ccc;
  background:#ccc url(../i/o1.png) repeat-x center top;
  color:#666;
  text-shadow: #fff 0px 1px 1px;
  text-decoration:none;
  font-weight: bold;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}


.tabs .active a,
.tabs .active a:hover{
  background:#fff !important;
  color: #999;
  border-color: #ccc;
  border-bottom-color: #fff;
}

.tabs a:hover{
  background-color:#333;
  border-color: #333;
  color:#fff;
  text-shadow: none;
}

/* dark footer styles */
#footer .tabs{border-color: #343434;}

#footer .tabs a{
  background-color: #222;
  background-image: url(../i/o1b.png);
  border-color: #343434;
  text-shadow: none;
}

#footer .tabs .active a,
#footer .tabs .active a:hover{
  background:#111 !important;
  color: #666;
  border-color: #343434;
  border-bottom-color: #111;
}

#footer-1 .tabs .active a,
#footer-1 .tabs .active a:hover{
  background: #222 !important;
  border-bottom-color: #222;
}


/*** FOOTER ***/

#footer{
  color:#555;
  background: #111;
}

#footer a{color:#777;}
#footer a:hover{color:#fff;}

#footer-1{background: #222;}
#footer-2{}

#footer .block-content{padding:10px;}

#footer .block h4.title{
  font-weight:normal;
  text-transform:uppercase;
  border-bottom:1px solid #444;
  font-size:120%;
  padding:5px 0 2px 0;
  color:#666;
}

/* copyright & other info */
#footer #copyright{text-align:center;}

#footer a.rss{
  background:transparent url(../i/icons.png) no-repeat 6px -3px;
  padding-left:30px;
}




/*** 404 PAGE ***/

.error404{background: #333;}
.error404 #logo a{color: #dedede;}

.error404 h1.title{
  font-family:"Arial Black", Arial, serif;
  color:#fff;
  text-shadow:#000 0p 1px 1px;
}


/*** MISC ***/

/* thumbnail placeholder (x) */
.no-img{background-color:#ccc;}
#footer .no-img{background-color:#555;}

/* rss */
a.rss-block{
  background:transparent url(../i/icons.png) no-repeat 6px 4px;
  font-size:115%;
  color:#aaa;
  border:1px solid #eee;
  padding:5px 10px 5px 30px;
  margin:7px 0 0 0;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

a.rss-block:hover{
  color:#fff;
  text-decoration:none;
  border-color:#565459;
  background-color:#565459;
}

/* clearField on forms */
.clearField{
  color:#aaa;
  border:1px solid #ccc;
  background:#f8f8f8;
  font-weight:normal;
}

.clearFieldBlurred{font-style:italic;}

.clearFieldActive{
  color:#333;
  background:#eee;
  border-color:#aaa;
}

.error{color:#ed1e24;}
.success{color:#a0c207;}

.error.box{
  border:1px solid #c00;
  background:#ffebe8;
  padding:5px 10px;
  font-size:115%;
  margin:0 auto;
  color:#c00;
  text-align:center;
  text-shadow:#fff 0px 1px 1px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}


/* tooltips */
.tip{
  border:1px solid #fff;
  background:#e8e8e8 url(../i/tp-sc.png) no-repeat left top;
  padding:1em 2em;
  color:#333;
  -moz-box-shadow:0 0 14px rgba(0,0,0,0.3);
  -webkit-box-shadow:0 0 14px rgba(0,0,0,0.3);
  box-shadow:0px 0 14px rgba(0,0,0,0.3);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.divider{
  padding:4px 0 0;
  margin:5px 0 15px;
  display:block;
  border-bottom:1px dotted #ccc;
  height:1px;
  min-height:1px;
}

span.alt{
  color:#e88d33;
  font-style:italic;
}

.highlight{background-color:#FFE4B5;}

/* pr */
.pagerank-frame{background-color:#434343;}
.pagerank-bar{background-color:#009933;}



/*** SUPPORT FOR OTHER NON-GENERIC WIDGETS ***/

.calendar-block .top{background: #eee;}
#footer .calendar-block .top{background: #202020;}

.calendar-block h4{
  font-size: 110%;
  font-weight: normal;
}

.calendar-block .control{
  font-size: 110%;
  border-right: 2px solid #fff;
}

#footer .calendar-block .control{
  border-color: #121212;
}

.calendar-block .control.next{
  border-left: 2px solid #fff;
  border-right: 0;
}

.calendar-block .control:hover{
  background: #333;
  color: #fff;
  text-decoration: none;
}

table.calendar th, table.calendar td{
  border: 0;
  padding: 1px;
}

table.calendar th{
  font-weight:bold;
  font-size: 80%;
  background: none;
}

table.calendar td{background: none;}
table.calendar td span{background: #eee;}

#footer table.calendar td span{background: #202020;}

table.calendar a{
  background: #ccc;
  color: #333;
}

#footer table.calendar a{background:#444;}

table.calendar a:hover,
#footer table.calendar a:hover{
  background: #ed1e24;
  color: #fff;
  text-decoration: none;
}

table.calendar td.today a, table.calendar td.today span,
#footer table.calendar td.today a, #footer table.calendar td.today span{
  background: #a0c207;
  color: #fff;
}



/* tag cloud */
.tag-cloud a{color:#666;} /* options override this */

.tag-cloud a:hover{
  background-color:#ccc;
  color:#000 !important; /* to override the inline color styles */
  text-decoration: none;
}


/* latest tweets */
.latest-tweets .loading{
  background:transparent url(../i/lc64w.gif) no-repeat center center;
  height: 72px;
  margin: 10px 0;
  text-indent: -9999px;
}

#footer .latest-tweets .loading{background-image:url(../i/lc64b.gif);}

.latest-tweets .avatar{border:6px solid #e8e8e8}
.latest-tweets .avatar img{border:1px solid #fff;}
#footer .latest-tweets .avatar{border-color:#494949;}
#footer .latest-tweets .avatar img{border-color:#999;}

.latest-tweets .info{border-bottom: 1px dotted #ddd;}
#footer .latest-tweets .info{border-bottom: 1px dotted #555;}

.latest-tweets .details a{
  font-size:115%;
  font-weight:bold;
  display:block;
}

.latest-tweets .details span{font-style:italic;}

.latest-tweets .date{
  font-size:85%;
  color:#aaa;
  text-transform:uppercase;
}

.latest-tweets .date:hover{
  color:#ed1e24;
  text-decoration:underline;
}


/* login */
.login-block .status{
  background:#ccc url(../i/tp-s.png) repeat-x left center;
  border-bottom:1px solid #fff;
  padding:5px 10px;
}

.login-block .status.loading{
  background-color:#0094da;
  color:#fff;
}

.login-block .status.error{
  background-color:#e92606;
  color:#fff;
}

.login-block .status.error a{
  color:#fff;
  text-decoration:underline;
}

.login-block .status.success{
  background-color:#73cf07;
  color:#fff;
}

.login-block a.forgot_pass, .login-block a.register{
  border-top:1px dotted #e8e8e8;
  padding:2px 0;
  text-align:right;
}

.login-block .avatar{
  background:#ddd;
  padding:6px;
}

.login-block .avatar img{border:1px solid #fff;}


/* search */
.search-form fieldset{background:transparent;}

.search-form input.text{
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius:25px;
  margin: 0;
  width: 100%;
  padding:5px 0;
  text-indent:10px;
  outline:none;
}

.search-form input.text, .search-form a.submit{
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius:25px;
  font-size:120%;
}

.search-form a.submit{
  background:#333 url(../i/icons.png) no-repeat 10px -102px;
  text-indent:-9999px;
  width:20px;
  margin-left:10px;
  line-height: 22px;
  padding:5px 10px;
}

.search-form a.submit:hover{
  background-color:#ed1e24;
}

.wp-caption, .gallery-caption{
  border:1px solid #ddd;
  text-align:center;
  background-color:#f3f3f3;
  padding-top:4px;
  margin-top:10px;
  margin-bottom:10px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.wp-caption-dd{
  font-size:11px;
  line-height:17px;
  padding:0 4px 5px;
  margin:0;
}

.wp-caption-text{
  font-size:xx-small;
  color:#999;
  vertical-align:top;
}

a.go-top{
  padding: 5px 10px;
  background: #eee;
  text-decoration: none;
}

a.go-top:hover{
  background: #333;
  color: #fff;
}
