/*
Theme Name: Whimsical Tray
Theme URI: http://whimsical.nu/
Description: Layout with major categories to the side, site navigation in a slide-out tray.
Version: 1.0
Author: Angela Sabas
Author URI: http://whimsical.nu/
Tags: gray, minimalist, tray, yui, slide, content

Yay!

*/

* {
    padding: 0;
    margin: 0;
    outline: 0;
}
html {
    background: url(img/bg_body.png);
    font-family: "Noto Serif", Georgia, serif;
    font-size: 90%;
    line-height: 100%;
    color: #555;
}
body {
    background: url(img/bg_fullside.png) repeat-y 0 30px;    
}
a,
a:visited {
    color: #3996cc;
    text-decoration: none;
}
a:hover,
a:active {
    color: #d13b3f;
}
a img {
    border: 0;
}
.clear:after {
    content:".";clear:both;display:block;font-size:0;height:0;line-height:0;visibility:hidden;
}
.ico {
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    vertical-align: middle;
}

/******************************** HEADER ************************************/
#hd {
    float: left;
    width: 150px;
}
#hd nav h1 {
    display: none;
}
#hd h1 {
    font-size: 75%;
    padding: 10px;
    line-height: 50%;
    font-weight: normal;
}
#hd h1 span {
    display: block;
    text-transform: lowercase;
    padding-left: 3px;
    color: #959595;
}
#nav-categories {
    width: 105px;
    position: relative;
    z-index: 9;
}
#nav-categories a {
    color: #fff;
    text-transform: uppercase;
    font-size: 60%;
    display: block;
    width: 100px;
    height: 70px;
    padding: 5px 0;
}
#nav-categories a:hover {
    background: url(img/bg_catnav_hover.png);
}
#nav-categories li {
    text-align: center;
    list-style-type: none;
}
#nav-categories .nav-btn {
    background: url(img/bg_catnav_buttons.png) no-repeat 0 0;
    margin: auto;
    width: 58px;
    height: 59px;
}
#nav-categories .geek .nav-btn {
    background-position: 0 -85px;
}
#nav-categories .reader .nav-btn {
    background-position: 0 -170px;
}
#nav-categories .writer .nav-btn {
    background-position: 0 -257px;
}
#nav-categories .gamer .nav-btn {
    background-position: 0 -344px;
}
#nav-site {
    background: url(img/bg_tray.png);
    position: absolute;
    top: 0;
    left: 120px;
    width: 150px;
}
#nav-site .container {
    background: url(img/bg_tray_end.png) repeat-y 100% 0;
    position: relative;
    padding: 10px 27px 0 0;
    width: 153px;
}
#nav-site-tab {
    background: url(img/bg_tray_tab.png) no-repeat 0 0;
    padding: 18px 14px;
    width: 10px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    right: 0;
    cursor: pointer;

    font-size: 180%;
    color: #fff;
    font-weight: bold;
}
#nav-site .content {
    overflow: hidden;
}
#nav-site ul {
    list-style-type: none;
}
#nav-site .tray-bottom {
    background: url(img/bg_tray_bottom.png) no-repeat 0 0;
    position: relative;
    top: 30px;
    height: 30px;
    width: 155px;
}
#hd .collapsed,
#hd .collapsed .container,
#hd .collapsed #nav-site-content,
#hd .collapsed .tray-bottom {
    width: 0;
}

#nav-site li {
    margin-bottom: 5px;
    width: 130px;
}
#nav-site a {
    display: block;
    background: url(img/bg_tray_item.png) repeat-x 0 10px;
    color: #959595;
    text-transform: uppercase;
    font-size: 190%;
    line-height: 100%;
    letter-spacing: -2px;
}
#nav-site a:hover {
    color: #ffafaf;
}
#nav-site li .sub {
    background: url(img/bg_tray_item.png);
    margin-top: 2px;
    color: #e0e0e0;
    font-size: 80%;
    padding: 10px;
    width: 110px;
}
#nav-site li .sub-collapsed {
    height: 0;
    overflow: hidden;
    padding: 0;
}
#nav-site li .sub a,
#nav-site aside a {
    background: none;
    font-size: 100%;
    color: #e0e0e0;
    letter-spacing: 0;
    display: inline;
}
#nav-site li .sub a:hover {
    color: #ffafaf;
}
#nav-site li .sub li {
    text-transform: uppercase;
}

#nav-site aside {
    color: #aaa;
    font-size: 75%;
    display: block;
    margin: 20px 0 0 0;
    width: 130px;
    overflow: hidden;
}
#nav-site aside h6 {
    border-bottom: 1px solid #888;
    margin-bottom: 10px;
}
#nav-site aside h6 span {
    display: none;
}
#nav-site aside li {
    margin-bottom: 10px;
}
#nav-site aside .ico {
    margin: 0;
    float: left;
}
#nav-site aside.feeds .ico {
    margin-top: -3px;
}
#nav-site aside .content {
    margin-left: 20px;
    display: block;
}
#nav-site aside a {
    text-transform: none;
    font-weight: normal;
    display: inline;
}
#nav-site aside .rss .ico {
    background-image: url(img/ico/feed.png);
}
#nav-site aside .lj .ico,
#nav-site .links .lj .ico {
    background-image: url(img/ico/userinfo.gif);
}
#nav-site aside .twitter .ico,
#nav-site .lifestream-feed-twitter {
    background-image: url(img/ico/balloon-twitter.png);
    background-repeat: no-repeat;
}
#nav-site aside .reading .ico {
    background-image: url(img/ico/book-small-brown.png);
    background-repeat: no-repeat;
}
#nav-site aside .flickr .ico,
#nav-site .lifestream-feed-flickr {
    background-image: url(img/ico/camera-small.png);
    background-repeat: no-repeat;
}
#nav-site aside .lastfm .ico,
#nav-site .lifestream-feed-lastfm {
    background-image: url(img/ico/music-small.png);
    background-repeat: no-repeat;
}
#nav-site aside .lifestream-feed-wowarmory {
    background-image: url(http://whimsical.nu/wp-content/plugins/lifestream/extensions/wowarmory/icon.png);
    background-repeat: no-repeat;
}

#nav-site .badges li {
    text-align: center;
}

#nav-site #lifestream p,
#lifestream .lifestream-feed-lastfm ul.lifestream_events li,
#lifestream .lifestream-feed-flickr ul.lifestream_events li,
#nav-site #lifestream .lifestream_events {
    margin-left: 20px;
}
#nav-site .lifestream-meta,
#nav-site #lifestream h2,
.lifestream_credits,
.lifestream-paging {
    display: none;
}

#nav-site .submenu {
    margin-top: 20px;
}
#nav-site .submenu a {
    font-size: 80%;
    letter-spacing: 0;
}
#nav-site .submenu .sub {
    background: none;
}
#nav-site .submenu .sub a {
    text-transform: none;
    font-weight: normal;
}

#nav-site .links .twitter {
    background-image: url(img/ico/logo_twitter.png);
}
#nav-site .links .yahoo {
    background-image: url(img/ico/logo_yahoo.png);
}
#nav-site .links .lastfm {
    background-image: url(img/ico/logo_lastfm.png);
}
#nav-site .links .linkedin {
    background-image: url(img/ico/logo_linkedin.png);
}
#nav-site .links .paypal {
    background-image: url(img/ico/logo_paypal.png);
}
#nav-site .links .flickr {
    background-image: url(img/ico/logo_flickr.png);
}

/******************************** BODY ************************************/
#bd {
    margin: 0;
    /* background: url(img/bg_swish_blank.png) no-repeat right top; */
    margin: 0;
    padding: 0px 30px 0 170px;
    overflow: hidden;
}
#search-form {
    font-size: 80%;
    text-align: right;
    margin: 0 0 20px auto;
    padding-left: 18px;
    opacity: 0.7;
    background: url(img/ico/magnifier.png) no-repeat 0 2px;
    width: 250px;
}
#search-form .screen-reader-text {
    display: none;
}
#search-form input {
    border: 1px solid #cecece;
    background: url(img/bg_tray_item.png);
    color: #fff;
    padding: 5px;
    font-size: 120%;
    line-height: 133%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

#intro {
    display: block;
    
    background: url(img/bg_swish_blank.png) no-repeat scroll right top transparent;
    padding: 30px 30px 0 0;
    height: 120px;
    width: 600px;
    z-index: 99;
    margin: 0 0 20px auto;

    color: #444;
    text-align: right;
    line-height: 133%;
    font-size: 120%;
    text-shadow: #777 1px 1px 2px;    
}
#intro h2 {
    font-weight: normal;
    font-size: 200%;
    text-transform: lowercase;
    letter-spacing: -1px;
    margin-bottom: 5px;
}
#intro h2 a {
    color: #444;
}
#intro a {
    color: #21497a;
}
#intro a.girl {
    color: #ae2a75;
}
#intro a.geek {
    color: #555;
}
#intro a.reader {
    color: #2a55ae;
}
#intro a.writer {
    color: #0a9617;
}
#intro a.gamer {
    color: #812aae;
}

#intro .girl .ico {
    background-image: url(img/ico/girl_girl.png);
}
#intro .geek .ico {
    background-image: url(img/ico/girl_geek.png);
}
#intro .reader .ico {
    background-image: url(img/ico/girl_reader.png);
}
#intro .writer .ico {
    background-image: url(img/ico/girl_writer.png);
}
#intro .gamer .ico {
    background-image: url(img/ico/girl_gamer.png);
}
#intro .feed .ico {
    background-image: url(img/ico/feed.png);
}
#intro .link .ico {
    background-image: url(img/ico/chain.png);
}
#intro .back .ico {
    background-image: url(img/ico/arrow-return-180.png);
}
#intro small {
    font-size: 10px;
    line-height: 100%;
    color: #888;
    text-transform: lowercase;
}
.category-girl #intro {
    text-shadow: #cb6aaa 1px 1px 2px;
}
/* geek is default */
.category-reader #intro {
    text-shadow: #4d9eba 1px 1px 2px;
}
.category-writer #intro {
    text-shadow: #3fba47 1px 1px 2px;
}
.category-gamer #intro {
    text-shadow: #7247b2 1px 1px 2px;
}

article {
    display: block;
    margin: 0 0 40px 0;
}
article header {
    display: block;
    margin-bottom: 10px;
}
article h1 {
    line-height: 120%;
    font-size: 250%;
}
article h2 {
    font-size: 83%;
    line-height: 133%;
}

article .edit {
    background-image: url(img/ico/document--pencil.png);
}

article .content {
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
article .content p,
article .content blockquote {
    margin-bottom: 10px;
    line-height: 150%;
}
article .content blockquote {
    margin: 20px 60px;
    padding: 20px 0 10px 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
article .content blockquote cite {
    display: block;
    font-style: normal;
    font-size: 80%;
    text-align: right;
}
article .content table {
	width: 85%;
	margin: auto;
	margin-bottom: 10px;
}
article .content table td {
	background: #333;
	padding: 10px;
	color: #eee;
}
article .content strong,
article .content b {
    color: #905353;
    font-weight: bold;
}
article .content em,
article .content i {
    color: #853a3a;
}
article .content img {
    max-width: 600px;
    border: 1px solid #cecece;
    padding: 3px;
    background: #e0e0e0;
    margin: 2px;
}
article .content pre {
    margin: 20px 60px;
    background: #333;
    padding: 10px;
    overflow-x: auto;
    
    font-family: 'Andale Mono', Courier, monospace;
    font-size: 80%;
    color: #e0e0e0;
    line-height: 133%;
}
article .content code {
    font-family: 'Andale Mono', Courier, monospace;
    font-size: 90%;    
}
article .content aside {
    display: block;
    width: 120px;
    float: right;
    margin: 0 0 10px 20px;
    padding: 20px 0;
    
    text-align: center;
    font-size: 80%;
    opacity: 0.75;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
}
article .content small {
    font-size: 80%;
    opacity: 0.75;    
}
article .content ul,
article .content ol {
    margin: 0 10px 10px 30px;
}
article li {
    margin-bottom: 10px;
    line-height: 133%;
}
article .content h2 {
    font-size: 160%;
}
article .content h3 {
    font-size: 140%;
}
article .content h4 {
    font-size: 120%;
}
article .content h5,
article .content h6 {
    font-size: 100%;
}
article .content h2,
article .content h3,
article .content h4,
article .content h5,
article .content h6 {
    line-height: 133%;
    margin: 30px 0 10px 0;
}
article .content .alignright {
    float: right;
    margin-left: 10px;
}
article .content .alignleft {
    float: left;
    margin-right: 10px;
    clear: left;
}
/*article .content .alignnone,*/
article .content .aligncenter {
    margin: auto;
    display: block;
}
article .content .wp-caption {
    margin-bottom: 10px;
    overflow: hidden;
}
article .content .wp-caption-text {
    margin: 0;
    font-size: 73%;
    text-align: center;
}

article footer {
    display: block;
    width: 180px;
    float: left;
    margin-right: 10px;
}
article footer .meta {
    margin: 5px 15px 15px 0;
    font-size: 80%;
    text-align: right;
}
article footer .meta dt {
    float: right;
}
article footer .meta dt span {
    display: none;
}
article footer .meta dd {
    display: block;
    margin: 0 15px 2px 5px;
}
article footer .meta .ico {
    margin: 1px 0 0 3px;
    background-position: -3px -3px;
    width: 10px;
    height: 10px;
}
article footer .meta .date {
    background-image: url(img/ico/calendar-small.png);
}
article footer .meta .edit {
    background-image: url(img/ico/pencil-small.png);
}
article footer .meta .category {
    background-image: url(img/ico/folder-small-horizontal.png);
}
article footer .meta .tags {
    background-image: url(img/ico/tag-small.png);
}
article footer .meta .commenters {
    background-image: url(img/ico/balloon-small.png);
}
article footer p {
    float: right;
}

.related-posts {
    font-size: 80%;
    padding-bottom: 10px;
}
.related-posts h3 {
    float: left;
}
.related-posts h3 .ico {
    background-image: url(img/ico/blogs-stack.png);
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}
.related-posts ul {
    margin-left: 140px;
}
.related-posts ul li {
    margin: 0 0 3px 20px;
    list-style-type: circle;
}

.share-post {
    font-size: 80%;
    padding-bottom: 10px;
}
.share-post h3 {
    float: left;
}
.share-post .ico {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}
.share-post h3 .ico {
    background-image: url(img/ico/share.png);
}
.share-post .digg .ico {
    background-image: url(img/ico/digg_16.png);
}
.share-post .stumbleupon .ico {
    background-image: url(img/ico/stumbleupon_16.png);
}
.share-post .delicious .ico {
    background-image: url(img/ico/delicious_16.png);
}
.share-post .facebook .ico {
    background-image: url(img/ico/facebook_16.png);
}
.share-post .twitter .ico {
    background-image: url(img/ico/twitter_16.png);
}
.share-post .text {
    display: none;
}
.share-post ul {
    margin-left: 140px;
}
.share-post ul li {
    display: inline;
    list-style-type: none;
}

article section.comments {
    font-size: 80%;
    display: block;
}
article section.comments nav {
    float: right;
    text-align: right;
    text-transform: uppercase;
    display: block;
    padding-top: 5px;
}
article section.comments nav ul {
    display: inline;
    margin-left: 10px;
}
article section.comments nav li {
    list-style-type: none;
    display: inline;
}
article section.comments nav .rss .ico {
    background-image: url(img/ico/feed.png);
}
article section.comments nav .respond-form .ico {
    background-image: url(img/ico/balloon-16.png);
}
article section.comments ul.page-numbers .ico {
    vertical-align: text-bottom;
    margin: 0;
}
article section.comments nav .prev .ico {
    background-image: url(img/ico/arrow-left-small.png);    
}
article section.comments nav .next .ico {
    background-image: url(img/ico/arrow-right-small.png);    
}

body.single article section.comments h3 {
    float: left;
    margin-bottom: 10px;
}
article section.comments h3 a,
article section.comments h3 span.text {
    text-transform: lowercase;
}
article section.comments h3 em {
    font-size: 180%;
}
article section.comments h3 .ico {
    background-image: url(img/ico/balloon-med.png);
    height: 24px;
    width: 24px;
    vertical-align: text-bottom;
}

article section.comments ul.commentlist {
    clear: both;
}
article section.comments ul.commentlist .comment-item {
    position: relative;
    min-height: 50px;
    margin-bottom: 40px;
}
article section.comments ul.commentlist .comment-item .meta {
    position: absolute;
    bottom: -30px;
    left: 30px;
}
article section.comments ul.commentlist .comment-item .meta div {
    display: inline;
}
article section.comments .comment-item .meta img {
    border-bottom: 3px solid #333;
}
article section.comments ul.commentlist li.bypostauthor .meta img {
    border: 0;
}
article section.comments .comment-item .meta .says {
    display: none;
}
article section.comments .comment-item .meta .comment-author cite {
    font-size: 200%;
    font-style: normal;
    font-weight: bold;
    padding: 5px;
}
article section.comments .comment-item .comment-meta .ico {
    background-image: url(img/ico/calendar-small.png);
    height: 10px;
    width: 10px;
    background-position: -3px -3px;
    vertical-align: baseline;
}

article section.comments ul.commentlist .comment-item .content {
    padding: 15px;
    background: #c5c5c5;
    border: 1px solid #e1e1e1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    font-size: 120%;
    line-height: 133%;
}
article section.comments ul.commentlist li {
    list-style-type: none;
}
article section.comments ul.commentlist li.bypostauthor .comment-item .content {
    background: #a5a5a5;
}
article section.comments ul.commentlist .content a {
    color: #fff;
}
article section.comments ul.commentlist .content b,
article section.comments ul.commentlist .content strong,
article section.comments ul.commentlist .content em,
article section.comments ul.commentlist .content i {
    color: #333;
}
article section.comments .comment-item .reply {
    text-align: right;
    margin-top: -10px; /* cancel out margin of last paragraph */
}
article section.comments .comment-item .reply a {
    margin-right: 10px;
}
article section.comments .comment-item .reply span.text {
    font-size: 75%;
}
article section.comments .comment-item .reply .ico {
    margin-right: 0;
}
article section.comments .comment-item .reply .comment-reply {
    background-image: url(img/ico/balloon--plus.png);
}
article section.comments ul.children,
article section.comments li.comment #respond {
    margin-left: 30px;
}

#respond {
    clear: both;
    text-align: left;
    font-size: 100%;
    margin-top: 20px;
    padding: 10px 0;
}
#respond h3 {
    float: none;
}
#respond.no-comments {
    border: 0;
}
#respond textarea,
#respond input {
    border: 1px solid #cecece;
    background: url(img/bg_tray_item.png);
    color: #fff;
    padding: 10px;
    font-size: 120%;
    line-height: 133%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}
#respond textarea {
    padding: 10px;
    width: 460px;
}
#respond .note {
    font-size: 80%;
    color: #999;
}
#respond .comment-textarea {
    float: left;
}
#respond .comment-textarea label {
    display: none;
}
#respond .comment-details {
    margin-left: 500px;
}
#respond .comment-details dd {
    margin-bottom: 10px;
    border: 1px solid #cecece;
    background: url(img/bg_tray_item.png);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}
#respond .comment-details dt.submit {
    display: none;
}
#respond .comment-details input {
    border: 0;
    padding-left: 25px;
    width: 100%;
}
#respond .comment-details input.input-submit {
    padding-left: 10px;
}
#respond .comment-details input.input-author {
    background: url(img/ico/user-female.png) no-repeat 5px 10px;
}
#respond .comment-details input.input-email {
    background: url(img/ico/mail.png) no-repeat 5px 10px;
}
#respond .comment-details input.input-url {
    background: url(img/ico/chain.png) no-repeat 5px 10px;
}
#respond .logged-in {
    line-height: 133%;
    padding: 20px 0;
    font-size: 120%;
    text-align: center;
}
#respond .logged-in a.user {
    font-size: 180%;
}

article.category-girl h1 a,
article.category-girl h2,
article.category-girl h3,
article.category-girl h4,
article.category-girl h5,
article.category-girl h6 {
    color: #ae2a75;
}
article.category-geek h1 a,
article.category-geek h2,
article.category-geek h3,
article.category-geek h4,
article.category-geek h5,
article.category-geek h6 {
    color: #555;
}
article.category-reader h1 a,
article.category-reader h2,
article.category-reader h3,
article.category-reader h4,
article.category-reader h5,
article.category-reader h6 {
    color: #2a55ae;
}
article.category-writer h1 a,
article.category-writer h2,
article.category-writer h3,
article.category-writer h4,
article.category-writer h5,
article.category-writer h6 {
    color: #0a9617;
}
article.category-gamer h1 a,
article.category-gamer h2,
article.category-gamer h3,
article.category-gamer h4,
article.category-gamer h5,
article.category-gamer h6 {
    color: #812aae;
}

article.category-girl h2 .ico {
    background-image: url(img/ico/user-female.png);
}
article.category-geek h2 .ico {
    background-image: url(img/ico/computer.png);
}
article.category-reader h2 .ico {
    background-image: url(img/ico/book-open.png);
}
article.category-writer h2 .ico {
    background-image: url(img/ico/pencil.png);
}
article.category-gamer h2 .ico {
    background-image: url(img/ico/joystick.png);
}

article.category-girl .content {
    background-image: url(img/bg_post_girl.png);
}
article.category-geek .content {
    background-image: url(img/bg_post_geek.png);
}
article.category-reader .content {
    background-image: url(img/bg_post_reader.png);
}
article.category-writer .content {
    background-image: url(img/bg_post_writer.png);
}
article.category-gamer .content {
    background-image: url(img/bg_post_gamer.png);
}

article .spoiler-toggle {
    font-style: italic;
}
article .spoiler-toggle span {
    color: #3996cc;
    cursor: pointer;
}

.archives h1 {
    margin-bottom: 10px;
    line-height: 100%;
}
.archives .monthly,
.archives .alpha {
    list-style-type: none;
    margin-bottom: 30px;
}
.archives nav {
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 380px;
    line-height: 133%;
    font-weight: bold;
    font-size: 120%;
}
.archives nav li {
    list-style-type: none;
    display: inline;
    padding-right: 10px;
    text-transform: uppercase;
}
.archives .monthly-archives {
    float: right;
    margin-right: 20px;
    width: 150px;
}
.archives .monthly-archives h1 {
    font-size: 120%;
    border-bottom: 1px solid #cecece;
    text-align: center;
}
.archives .monthly .archive-year {
    width: 130px;
    padding: 15px 10px;
    margin: 10px 0;
    background: url(img/bg_tray.png);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
}
.archives .monthly .archive-year h4 {
    margin-bottom: 10px;
}
.archives .monthly .archive-year ul {
    font-size: 80%;
    margin-left: 20px;
}
.archives .monthly .archive-year a {
    color: #ddd;
}
.archives .monthly .archive-year a:hover {
    color: #ffafaf;
}

.archives .full-archives {
    float: left;
    width: 73%;
}
.archives .alpha .archive-alpha ul {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
    list-style-type: none;
}
.archives .alpha .archive-alpha ul:after {
    content:".";clear:left;display:block;font-size:0;height:0;line-height:0;visibility:hidden;
}
.archives .alpha .archive-alpha h4 {
    text-transform: uppercase;
    font-size: 160%;
    line-height: 133%;
}
.archives .alpha .archive-alpha li {
    float: left;
    width: 45%;
    font-size: 85%;
    line-height: 153%;
}
.archives .alpha .archive-alpha .ico {
    background-image: url(img/ico/chain-small.png);
    background-position: -3px -3px;
    height: 10px;
    width: 10px;
    vertical-align: text-top;
}

.pagination {
    text-align: center;
    font-size: 70%;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin: 20px auto;
}
.pagination .type {
    display: none;
}
.pagination .active {
    display: block;
}
.pagination .ico {
    vertical-align: text-bottom;
    margin: 0;
}
.pagination .prev .ico {
    background-image: url(img/ico/arrow-left-small.png);
}
.pagination .next .ico {
    background-image: url(img/ico/arrow-right-small.png);
}
.pagination .curr .ico {
    display: none;
    background-image: url(img/ico/arrow-down-small.png);
}
.pagination .curr {
    margin: 0 10px;
}

.pagination-active .curr .group {
    border-bottom: 1px solid #cecece;
    cursor: pointer;
}
.pagination-active .curr .ico {
    display: inline-block;
}

.pagination .available {
    position: absolute;
    text-align: left;
    width: 150px;
    text-transform: none;
    background: #cecece;
    padding: 5px 0;
    display: none;
    
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    *filter: alpha(opacity=0);
}
.pagination .available ul {
    list-style-type: none;
}
.pagination .available ul li {
    padding: 3px;
    cursor: pointer;
    margin: 0;
}
.pagination .available ul li.hover {
    background: #aaa;
}
.pagination .available .ico {
    margin-right: 5px;
}
.pagination .available .cancel .ico {
    background-image: url(img/ico/cross.png);
}
.pagination .available .category .ico {
    background-image: url(img/ico/category.png);
}
.pagination .available .chrono .ico {
    background-image: url(img/ico/clock.png);
}

/******************************** FOOTER ************************************/
#ft {
    background: transparent url(img/bg_bottom.png) repeat-x 0 -50px;
    display: block;
    width: 100%;

    font-size: 75%;
    color: #e0e0e0;
}
#ft a {
    color: #94ecff;
}
#ft .curvy-stuff {
    background: url(img/bg_bottom_corner.png) no-repeat 0 -50px;
    width: 200px;
    height: 19px;
    display: block;
    float: left;
}
#ft .container {
    background: url(img/bg_ft.png);
    position: relative;
    height: 100px;
    clear: both;
    padding: 30px 0;
}
#ft .elsewhere {
    float: right;
    width: 209px;
    margin: -60px 30px 0 10px;
    color: #333;
}
#ft .elsewhere a {
    color: #333;
    font-weight: bold;
}
#ft .elsewhere .hd {
    height: 17px;
    width: 209px;
    background: url(img/bg_ft_bubble_hd.png) no-repeat 0 0;
}
#ft .elsewhere .bd {
    width: 179px;
    background: url(img/bg_ft_bubble_bd.png) repeat-y 0 0;
    padding: 0 15px;
}
#ft .elsewhere .ft {
    width: 209px;
    height: 67px;
    background: url(img/bg_ft_bubble_ft.png) no-repeat 0 0;
}
#ft .elsewhere ul {
    list-style-type: none;
    padding-bottom: 5px;
}
#ft .elsewhere ul li {
    margin-bottom: 2px;
}
#ft .elsewhere .ico span {
    display: none;
}
#ft .elsewhere ul li .twitter {
    background-image: url(img/ico/logo_twitter.png);
}
#ft .elsewhere ul li .yahoo {
    background-image: url(img/ico/logo_yahoo.png);
}
#ft .elsewhere ul li .lastfm {
    background-image: url(img/ico/logo_lastfm.png);
}
#ft .elsewhere ul li .linkedin {
    background-image: url(img/ico/logo_linkedin.png);
}
#ft .elsewhere ul li .paypal {
    background-image: url(img/ico/logo_paypal.png);
}
#ft .elsewhere ul li .flickr {
    background-image: url(img/ico/logo_flickr.png);
}

#ft .credits {
    text-align: right;
}
#ft .credits ul li {
    list-style-type: none;
    display: inline;
}


#nav-categories .selected .text,
#nav-categories .selected .nav-btn {
    display: none;
}
#nav-categories .selected a {
    background: url(img/bg_catnav_selected.png) no-repeat 0 0;
    width: 139px;
    height: 85px;
    padding: 0;
}
#nav-categories .geek-selected a {
    background-position: 0 -85px;
}
#nav-categories .reader-selected a {
    background-position: 0 -170px;
}
#nav-categories .writer-selected a {
    background-position: 0 -255px;
}
#nav-categories .gamer-selected a {
    background-position: 0 -340px;
}

.error-404 {
    display: block;
    background: url(img/bg_404.png) no-repeat 0 0;
    height: 459px;
    width: 781px;
    margin-top: -30px;
}
#wpstats {
    display: none;
}