/*------------------------------------------
	Reset (from the Yahoo UI Library)
------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

a{outline: none;}

/*------------------------------------------
    	Reusable Classes
------------------------------------------*/

.hide{display: none !important;}

/*------------------------------------------
	Interface
------------------------------------------*/

html{
    background: #7f878f url(../img/bg_texture.png);
    height: 100%;
    font-size: 13px;
    min-width: 960px;
}
body{
    height: 100%;
    font-family: helvetica, arial, sans-serif;
    min-width: 960px;
}
#container{
    width: 960px;
    min-width: 960px;
    height: 100%;
}
#sidebar{
    float: left;
    width: 354px;
    height: 100%;
    position: fixed;
    background: url(../img/bg_sidebar.png) repeat-y;
}
#sidebar h1{
    display: block;
    width: 353px;
    height: 303px;
    background: url(../img/bg_sidebar_header.png) no-repeat;
}
#sidebar h1 a{
    display: block;
    height: 186px;
    width: 280px;
    text-decoration: none;
    text-indent: -5000px;
}
#sidebar p.info{
    margin-top: -105px;
    font-size: 12px;
    line-height: 1.6em;
    width: 220px;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 1.8em;
    color: #a9c3e4;
    text-shadow: #112a49 0 -1px 0;
    -webkit-text-stroke: .5px transparent;
}
#sidebar #mylinks{
    width: 227px;
    margin: 0 25px;
    margin-bottom: 1.7em;
}
#sidebar #mylinks ul{
    background: #111e2c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#sidebar #mylinks ul li{
    display: block;
    background: url(../img/icon_twitter.png) no-repeat 12px 50%;
    
}
#sidebar #mylinks ul li.facebook{background-image: url(../img/icon_facebook.png);}
#sidebar #mylinks ul li.flickr{background-image: url(../img/icon_flickr.png);}
#sidebar #mylinks ul li.email{background-image: url(../img/icon_email.png);}
#sidebar #mylinks ul li:hover{
    background-color: #0b1621;
}
#sidebar #mylinks ul li a{
    border-left: 3px solid #445f82;
    border-right: 3px solid #445f82;
    display: block;
    padding: 10px 10px 10px 50px;
    background: url(../img/links_divider.png) repeat-x 0 bottom;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.2em;
    color: #7697c1;
    font-style: italic;
    -webkit-text-stroke: 0.5px transparent;
}
#sidebar #mylinks ul li a strong{
    font-size: 13px;
    color: #fff;
    text-shadow: #000 0 -1px 0;
    font-weight: bold;
}
#sidebar #mylinks ul li:first-child a{
    border-top: 3px solid #445f82;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}
#sidebar #mylinks ul li:first-child{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}
#sidebar #mylinks ul li:last-child a{
    border-bottom: 3px solid #445f82;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    background: none;
}
#sidebar #mylinks ul li:last-child{
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}
#sidebar .promo{
    margin: 0 0 1.7em 25px;
}
#sidebar .promo a{
    text-decoration: none;
    display: block;
    width: 228px;
    height: 104px;
    text-indent: -5000px;
    background: url(../img/button_tapbots.png) no-repeat 0 0;
}

#content{
    margin-left: 354px;
    padding: 45px 0 50px 0;
    float: left;
}

/* Search and RSS */

#helper{
    margin: 0 0 15px 25px;
    float: left;
    width: 585px;
    padding-bottom: 25px;
    background: url(../img/divider.png) repeat-x 0 bottom;
}
#helper form{
    float: left;
    border: 0;
    width: 284px;
    height: 33px;
    display: block;
    font-weight: bold;
    background: url(../img/bg_search_focus.png) no-repeat 0 0;
}
#helper form input{
    background: url(../img/bg_search.png) no-repeat 0 0;
    border: 0;
    margin: 0;
    padding: 11px 10px 0 30px;
    line-height: 2em;
    width: 244px;
    height: 23px;
    display: block;
    font-weight: bold;
    color: #aaa;
    font-size: 13px;
    font-family: helvetica, arial, sans-serif;
}
#helper form input:focus{
    outline: 0;
    color: #555;
    background: none;
}
#helper span.rss{
    margin-top: 5px;
    float: right;
    display: block;
    width: 150px;
    text-align: left;
}
#helper span.rss a{
    background: url(../img/icon_rss.png) no-repeat 3px 50%;
    display: block;
    padding: 4px 0 4px 35px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #2b3034;
    white-space: nowrap;
    text-shadow: #939aa2 0 1px 0;
}
#helper span.rss a:hover{
    color: #fff;
    text-shadow: #616973 0 1px 0;
}

/* Tag Page */

#tag_header{
    margin-left: 25px;
}
#tag_header h2{
    font-size: 15px;
    color: #434a50;
    text-shadow: #9aa2ab 0 1px 0;
    background: url(../img/divider.png) repeat-x 0 bottom;
    padding-bottom: 18px;
}
#tag_header h2 strong{
    font-weight: bold;
    color: #32383e;
}

/* Sections */

.section{
    width: 585px;
    margin-left: 25px;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: url(../img/divider.png) repeat-x 0 bottom;
}
.section .meta{
    width: 150px;
    float: right;
    color: #2b3034;
    padding-top: 20px;
}
.section .meta a{
    text-decoration: none;
    color: #2b3034;
    white-space: nowrap;
}
.section .meta a:hover{
    color: #fff;
    text-shadow: #616973 0 1px 0;
}
.section .meta li{
    font-size: 10px;
    margin-bottom: .7em;
    line-height: 1.5em;
    background: url(../img/icon_link.png) no-repeat 0 0;
    padding-left: 35px;
    text-shadow: #939aa2 0 1px 0;
}
.section .meta .date{
    font-weight: bold;
}
.section .meta li.fav{background-image: url(../img/icon_fav.png);}
.section .meta li.tags{background-image: url(../img/icon_tag.png);}
.section .post{
    float: left;
    padding-top: 20px;
    width: 410px;
    min-height: 50px;
    position: relative;
    margin-left: -89px;
    padding-left: 89px;
}
.section .post .post_type{
    position: absolute;
    top: 0;
    left: 0;
}
.section .post .post_type a{
    text-indent: -5000px;
    margin-top: 10px;
    width: 63px;
    height: 50px;
    display: block;
    background: url(../img/postmarker.png) no-repeat 0 0;
}
.section .post.audio .post_type a{background-image: url(../img/postmarker_audio.png);}
.section .post.video .post_type a{background-image: url(../img/postmarker_video.png);}
.section .post.link .post_type a{background-image: url(../img/postmarker_url.png);}
.section .post.quote .post_type a{background-image: url(../img/postmarker_quote.png);}
.section .post.text .post_type a{background-image: url(../img/postmarker_text.png);}
.section .post.image .post_type a{background-image: url(../img/postmarker_img.png);}
.section .post.chat .post_type a{background-image: url(../img/postmarker_chat.png);}
.section .post .caption{
    background: url(../img/bg_caption.png);
    border: 1px solid #676f78;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #202327;
    padding: 7px 10px;
    float: left;
    min-width: 35px;
    font-size: 11px;
    text-shadow: #888e96 0 1px 0;
    position: relative;
    margin-bottom: 20px;
    clear: both;
    display: block;
}
.section .post .caption:before{
    content: url(../img/caption_top.png);
    position: absolute;
    top: -13px;
    left: 15px;
}
.section .post .caption p{
    margin-bottom: .7em;
}
.section .post a{
    color: #ddd;
    text-shadow: #5b656e 0 -1px 0;
    text-decoration: none;
}
.section .post a:hover{
    color: #fff;
    text-shadow: #616973 0 1px 0;
}
.section .post .repost{
    font-size: 12px;
    text-align: right;
    font-style: italic;
    color: #121415;
    clear: both;
    text-shadow: #a6adb4 0 1px 0;
}

/* Text */

.section .post.text{
    color: #121415;
    text-shadow: #a6adb4 0 1px 0;
    font-size: 14px;
    line-height: 1.5em;
}
.section .post.text h1{
    color: #000;
    font-weight: bold;
    font-size: 21px;
    line-height: 1em;
    margin-bottom: 1em;
}
.section .meta.text{
    margin-top: 45px;
}
.section .post.text h1 a{
    color: #ddd;
    text-shadow: #5b656e 0 -1px 0;
    text-decoration: none;
}
.section .post.text h1 a:hover{
    color: #fff;
    text-shadow: #616973 0 1px 0;
}
.section .post.text p{
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
.section .post.text h2{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
.section .post.text strong{
    font-weight: bold;
}
.section .post.text em{
    font-style: italic;
}
.section .post.text hr{
    border: none;
    background: none;
    height: 2px;
    background: url(../img/divider.png);
    line-height: .1em;
    margin: 0 0 1.5em 0;
    padding: 0;
}
.section .post.text ul, ol{
    margin: 0 0 1.5em 1.5em;
}
.section .post.text li{
    list-style-position: inside;
    font-size: 13px;
    line-height: 1.5em;
}
.section .post.text ul li{
    list-style-type: disc;
}
.section .post.text ol li{
    list-style-type: decimal;
}
.section .post.text blockquote{
    border-left: 2px solid #121415;
    padding: 0 0 0 1em;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.section .post.text blockquote p{
    font-size: 13px;
    line-height: 1.5em;
    color: #222;
    font-style: italic;
}

/* Quote */

.section .post.quote blockquote{
    font-size: 18px;
    line-height: 1.3em;
    background: url(../img/bg_caption.png);
    border: 1px solid #676f78;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #202327;
    padding: 10px;
    float: left;
    text-shadow: #888e96 0 1px 0;
    position: relative;
    margin-bottom: 20px;
}
.section .post.quote blockquote:after{
    content: url(../img/caption_bot.png);
    position: absolute;
    bottom: -13px;
    left: 15px;
    line-height: 0em;
}
.section .post.quote blockquote p{
    margin-bottom: 1em;
}
.section .post.quote em.source{
    font-size: 12px;
    font-weight: bold;
    clear: both;
    color: #2b3034;
    text-shadow: #888e96 0 1px 0;
    display: block;
    margin-bottom: 1.5em;
}

/* Image */

.section .post.image .photo{
    display: block;
    border-bottom: 1px solid #5a5f65;
    margin-bottom: 1.5em;
    padding: 5px;
    background: #fff;
    position: relative;
}
.section .post.image .photo a{
    display: block;
    text-decoration: none;
}
.section .post.image .photo a:hover{border: none;}
.section .post.image .photo img{
    display: block;
    background: #000;
}
.section .post.image .photo:after{
    content: url(../img/photo_corner.png);
    position: absolute;
    display: block;
    z-index: 1;
    top: -5px;
    right: -5px;
}

/* Video */

.section .post.video .clip{
    display: block;
    padding: 4px;
    background: #000;
    border: 1px solid #979ea5;
    margin-bottom: 1.5em;
}
.section .post.video .clip object,
.section .post.video .clip embed{
    display: block;
}

/* Audio */

.section .post.audio .clip{
    padding: 5px;
    background: #000;
    margin-bottom: 1.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: block;
    float: left;
}
.section .post.audio .clip embed,
.section .post.audio .clip object{display: block;}

/* Chat */

.section .post.chat h1{
    font-size: 18px;
    margin-bottom: 1.5em;
    line-height: 1.5em;
}
.section .post.chat ul{
    
}
.section .post.chat ul li{
    color: #121415;
    text-shadow: #a6adb4 0 1px 0;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: .5em;
    padding: 4px 10px;
}
.section .post.chat ul li.odd{
    background: url(../img/bg_caption.png);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #222527;
    text-shadow: #939ba4 0 1px 0;
}
.section .post.chat ul li span.label{
    font-weight: bold;
    color: #000;
}


/* Link */

.section .post.link .source{
    margin-bottom: 1.5em;
    display: block;
    font-size: 15px;
    float: left;
    width: 390px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 6px 10px;
    background: #374049;
}
.section .post.link .source a{
    color: #ddd;
    text-shadow: #29323a 0 -1px 0;
    text-decoration: none;
    border-bottom: 1px solid #525c66;
    display: block;
    float: left;
    
}
.section .post.link .source a:hover{
    color: #fff;
    text-shadow: #29323a 0 1px 0;
    border-bottom-color: #69737c;
}

/* Pagination */

#pagination{
    clear: both;
    text-align: center;
    margin-left: 25px;
    color: #363d44;
    float: left;
    width: 585px;
    text-shadow: #a6adb4 0 1px 0;
    margin-bottom: 25px;
}
#pagination.top{
    background: url(../img/divider.png) repeat-x 0 bottom;
    padding-bottom: 20px;
}
#pagination .new{
    float: left;
}
#pagination .old{
    float: right;
}
#pagination .current{
    padding-top: 10px;
    margin: 0 150px;
}
#pagination li a{
    text-decoration: none;
    color: #ddd;
    font-weight: bold;
    text-shadow: #333 0 -1px 0;
    height: 26px;
    width: 85px;
    padding: 10px 8px 0 0;
    display: block;
    background: url(../img/button_nav_right.png) no-repeat 0 0;
}
#pagination li.new a{
    background-image: url(../img/button_nav_left.png);
    padding: 10px 0 0 8px;
}
#pagination li a:hover{color: #fff;}
#pagination li a:active{background-position: 0 -36px;}

/* Notes */

#notes{
    clear: both;
    margin-left: 25px;
    padding: 20px 25px 10px 25px;
    background: #8f979f;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-top: -40px;
    position: relative;
}
#notes h4{
    font-size: 13px;
    font-weight: bold;
    color: #2c3336;
    text-shadow: #a6adb4 0 1px 0;
    margin-bottom: 15px;
}
ol.notes li{
    padding: 9px 0;
    clear: both;
    border-top: 1px solid #808992;
}
ol.notes li blockquote{
    font-size: 10px;
    margin-left: 40px;
    border-left: 2px solid #b0b6bc;
    padding-left: 5px;
    margin-top: 5px;
}
ol.notes li blockquote a{
    text-shadow: none;
    color: #5c646c;
    font-weight: normal;
}
ol.notes li blockquote a:hover{color: #fff;}
ol.notes li a{
    color: #222;
    text-decoration: none;
    text-shadow: none;
    font-weight: bold;
    text-shadow: #a6adb4 0 1px 0;
}
ol.notes li a:hover{
    color: #fff;
    text-shadow: #707a83 0 1px 0;
}
ol.notes li a img{
    display: block;
    float: left;
    padding: 1px;
    margin-top: -4px;
    background: #000;
    border: 1px solid #aaa;
}
ol.notes li span.action{
    margin-left: 30px;
    display: block;
    font-size: 12px;
    color: #3c4448;
    text-shadow: #a6adb4 0 1px 0;
}

#footer{
    clear: both;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 280px;
    text-align: center;
}
#footer p{
    font-size: 11px;
    color: #08192b;
    text-shadow: #2e5a8a 0 1px 0;
}
