/*
* Sensé theme from Artlea
* Designed by Alok Mohapatra
*/
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
}
a img, img { border: solid 0px #000000; }
#space {
    width:100%;
    min-width: 910px;
    padding: 0;
    margin: auto;
    display: block;
    overflow: hidden;
}
#content {
    width: 900px;
    padding: 0 5px;
    margin: auto;
    display: block;
    position: relative;
}
#header{
    width: 100%;
    overflow: hidden;
}
#header_container{
    width: 900px;
    padding: 0 5px;
    margin: auto;
    height: 75px;
}
.logo{
    max-width: 700px;
    height: 75px;
    float: left;
    margin: 0;
    padding: 0;
}
h2 {
    line-height: 75px;
    margin: 0;
    padding: 0;
    font-size: 32px;
    float: left;
}
#top_nav{
    height: 75px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
}
#top_nav li{
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 26px 0 25px 15px;
    float: left;
    background-repeat: no-repeat;
    position: relative;
}
#top_nav li:hover{ opacity: 0.8; filter:alpha(opacity=80); }
#top_nav li:first-child{ margin: 25px 0 25px 0; }
#about { background-position: -130px 0; cursor: pointer; }
.random { background-position: -154px 0; overflow: hidden; }
.archive { background-position: -178px 0; overflow: hidden; }
.feed { background-position: -202px 0; overflow: hidden; }
#search { background-position: -226px 0; z-index: 5; }
.in { display: block; width: 24px; height: 24px; }
#top_nav li, #ext_links li, .type, .album_art {
    background-image: url('http://static.tumblr.com/ipmhq28/QDcmjulyk/sense.png');
}
#menu{
    width: 900px;
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    overflow: hidden;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
#menu li{
    width: auto;
    height: 20px;
    padding: 0 10px;
    margin: 7px 0;
    border-left: 1px solid #cccccc;
    float: left;
    font-weight: bold;
}
#menu li:first-child{ border-left: 0px solid #c3c3c3; }
form#query { float: right; display: none; }
form#query input.button { display: none; }
form#query input.text {
    width: 155px; height: 23px;
    position: absolute; left: -165px; top: 0;
    border: 1px solid #ccc;
    margin: 0; padding: 0 0 0 5px;  background: #fff;
}
#search_button{ float: right; width: 25px; height: 25px; cursor: pointer; }
#search:hover {
    opacity: 1 !important;
    filter:alpha(opacity=100) !important;
}
#profile{
    width: 900px;
    padding: 25px 0;
    margin: 0;
    border-bottom: 1px solid #cccccc;
    position: relative;
    float: left;
    display: none;
}
#profile p{ margin: 10px 0; }
p#credit{
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
    border-top: 1px dotted #cccccc;
    color: #999999;
    text-align: right;
    font-size: 12px;
}
#credit a{ color: #999999; }
#social, .timestamp{
    width: 149px;
    padding: 0;
    margin: 0 25px 0 0;
    float: left;
}
.potrait{
    width: 149px;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 #d3d3d3;
}
#ext_links{    
    width: 149px;
    border-top: 1px solid #cccccc;
    padding: 25px 0 0 0;
    margin: 25px 0 0 0;
    list-style-type: none;
    overflow: hidden;
}
#ext_links li{
    width: 22px;
    height: 22px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0;
    margin: 0 0 0 7px;
    float: left;
    background-color: #aaaaaa;
    background-repeat: no-repeat;
    overflow: hidden;
}
#ext_links li:first-child{ margin: 0 0 0 1px}
.facebook { background-position: -25px -1px; }
.twitter { background-position: -1px -1px; }
.youtube { background-position: -73px -1px; }
.flickr { background-position: -49px -1px; }
.github { background-position: -97px -1px; }
#description{
    width: 700px;
    margin: 0;
    padding: 0 0 0 25px;
    min-height: 230px;
    float: left;
    text-align: left;    
    border-left: 1px solid #cccccc;
}
#description ul{ list-style-type: disc; }
.des_title{
    font-weight: bold;
    width: 700px;
    padding: 0;
    margin: 0;
}
#posts{
    width: 900px;
    padding: 0;
    margin: 0;
    float: left;
    list-style-type: none;
}
.post{
    float: left;
    padding: 25px 0;
    margin: 0;
    width: 900px;
    position: relative;
    border-top: 1px solid #cccccc;
}
.post_content{
    width: 900px;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.post:first-child { border-top: 0px solid #ccc; }
.post:last-of-type { border-bottom: 1px solid #ccc; }
.media { width: 700px; border-radius: 3px; overflow: hidden; }
.media iframe, .media img { width: 700px; border-radius: 0 0 3px 3px; }
.post_title, h4 { font-size: 15px; font-weight: bold; }
.type {
    text-transform: capitalize;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
    width: 670px;
    padding: 0 0 0 30px;
    line-height: 25px;
    font-size: 15px;
    background-repeat: no-repeat;    
    border-bottom: 1px solid #cccccc;
}
.text, .audio, .question {
    width: 100%; padding: 0;
    margin: 0; overflow: hidden;
}
.text img{
    max-width: 700px;
    border-radius: 3px;
    margin: 15px 15px 15px 0;
    float: left;
}
.quote { font-size: 18px; line-height: 26px; }
.text ul { list-style-type: disc; }
.text p, .quote p, .question p{ margin: 10px 0; }
p.q {
    overflow: hidden;
    background: #f5f5f5;
    width: 690px;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 3px;
    position: relative;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
p.q:first-letter{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    z-index: 2;
}
.asker_portrait {
    height: 40px; width: 40px;
    position: absolute;
    top: 5px; left: 5px;
    border-radius: 3px;
    z-index: 3;
    background: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
}
p.q:hover .asker_portrait { opacity: 1; filter: alpha(opacity=100); }
table.chat {
    width: 700px;
    font-size: 15px;
    margin: 0;
    border-collapse: collapse;
}
table.chat tr td {padding: 5px;}
table.chat tr td.name { font-weight: bold; text-align: right; color: #01bfb8; }
.audio { margin-bottom: 15px; }
.album_art {
    margin: 0;
    height: 250px;
    width: 250px;
    background-repeat: no-repeat;
    background-position: 0 -35px;
    float: left;
    border-radius: 0 0 0 3px;
    border-width: 0px;
}
.audio_menu {
    float: left;
    width: 430px; height: 250px;
    border-radius: 0 0 3px 0;
    margin: 0; padding: 0 10px;
    list-style-type: none;
    background: #f5f5f5;
}
.audio_menu li{ float: left; position: relative;}
li.player {
    width: 100%;
    height: 27px;
    line-height: 27px;
    padding: 28px 0;
    margin: 0;
    border-top: 1px solid #cccccc;
}
li.player:first-child { height: 26px; border-top: 0px solid #cccccc; }
.timestamp{
    width: 147px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    line-height: 25px;
    height: 25px;
    text-align: center;
}
.feedback{
    width: 700px;
    float: left;
    padding: 0;
    margin: 25px 0 0 0;
    font-size: 13px;
    line-height: 25px;
    border-top: 1px dotted #cccccc;
}
.tags{
    max-width: 500px;
    overflow: hidden;
    float: left;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ffffff;
    color: #999999;
}
.tags a{ color: #999999; }
span.bold, .ask, .lebel { font-weight: bold; }
span.tag { margin: 0 0 0 7px; }
span.tag:first-child { margin: 0; }
span.tag:before { content: '#'; }
.lebel {
    position: absolute;
    right: 10px;
    top: 27px;
    line-height: 27px;
    max-width: 150px;
    text-transform: capitalize;
}
h4 { font-size: 18px; color: #333333; margin: 0 0 20px 0}
.note_count{
    float: right;
    overflow: hidden;
    text-transform: capitalize;
    margin: 0;
    font-weight: bold;
}
#nlist, #comments {
    width: 445px; font-size: 13px;
    position: relative; margin: 0;
    border-radius: 3px; overflow: hidden;
}
#nlist { width: 440px; float: left; padding: 5px 0; }
#comments { float: right; padding: 5px 0 5px 5px; }
ol.notes {
    list-style-type: none; line-height: 19px;
    margin: 0; padding: 0;
    position: relative; float: left;
}
ol.notes li.note{
    width: 430px; height: 36px;
    padding: 5px; margin: 0 0 5px 0; overflow: hidden;
    background-color: #f5f5f5; border-radius: 3px;
}
ol.notes img.avatar {
    width: 36px; height: 36px; border-radius: 3px;
    float: left; margin: 0 10px 0 0; background: #ffffff;
}
ol.notes blockquote { margin: 0; }
ol.notes blockquote a { text-decoration: none; }    
#spacer{
    width: 900px;
    height: 5px;
    float: left;
    margin: 0;
    padding: 25px 0 0 0;
}
#infscr-loading {
    width: 900px;
    position: relative;
    float: left;
    margin: 25px 0 0 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #999999;
    text-shadow: 0 1px 0 #fff;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 24px;
}