 /* STYLES */
        
        p {
            font-family:sans-serif;
            font-size:14px;
        }
        
        
        h1 {
            display:inline-block;
            font-size:5em;
            text-align:left;
            text-transform:uppercase;
            font-family:Ostrich-black, open sans, sans-serif;
            color:#75c7c4;
        }
        
        h2 {
            padding-left:20px;
            color:{color:Link};
            font-size:10px;
            font-family:open sans;
            text-transform:uppercase;
            font-weight:bold;
            display:inline-block;
        }
        
        h3 {
            font-size:15px;
            line-height:140%;
            font-family:nexa_sbi, open sans, sans-serif;
            font-weight:normal;
            padding-left:20px;
            padding-top:0px;
        }
        
        h4 {
            font-family:open sans, sans-serif;
            font-weight:bold;
            line-height:1px;
        }    
             
        span {
            font-family:arial;
            font-weight:700;
            text-transform:none;
            font-size:1.5em;
            color:#8a8a8a;          
        }
        
        .description {
            font-family:open sans, arial;
            font-weight:700;
            font-size:.8em;
            color:#8a8a8a;
        }
            
                ol.notes {
            padding: 0px;
            margin: 25px 0px;
            list-style-type: none;
            border-bottom: solid 1px #ccc;
        }

        ol.notes li.note {
            border-top: solid 1px #ccc;
            padding: 10px;
        }

        ol.notes li.note img.avatar {
            vertical-align: -4px;
            margin-right: 10px;
            width: 16px;
            height: 16px;
        }

        ol.notes li.note span.action {
            font-weight: bold;
        }

        ol.notes li.note .answer_content {
            font-weight: normal;
        }

        ol.notes li.note blockquote {
            border-color: #eee;
            padding: 4px 10px;
            margin: 10px 0px 0px 25px;
        }

        ol.notes li.note blockquote a {
            text-decoration: none;
        }

        .orange {
            font-size:1em;
            text-transform:lowercase;
            font-family:nexa_sbi, open sans;
            color:#eca891;
        }

        .quotes, .texts, .links, .chats {
            padding:20px;
        }
        
        .button-wrapper {
            z-index:2;
            display:block;
            position:absolute;
            bottom:0px;
            padding-top:1px;
            width:50px;
            left:10px;
        }
        
        .like-button {
            display:inline-block;
        }
        
        .reblog-button {
            display:inline-block;
            position:absolute;
            margin-left:25px;
            margin-top:-20px;
        }
        
        .info {
            display:block;
            position:absolute;
            padding-top:1px;
            text-align:right;
            right:10px;
            width:250px;
            bottom:4px;
        }
        
        .date {
            font-family:arial;
            font-weight:500;
            font-size:1.2em;
            color:#c1c1c1;
        }
        
        .date a {
            color:#c1c1c1;
        }
        
        .date a:hover {
            color:#b1b1b1;
        }
        
        .question {
            display:block;
            position:relative;
            top:0px;
            left:0px;
            text-align:center;
            background:#75c7c4;
            font-family:nexa_sbi, open sans;
            width:240px;
            padding:10px 5px 10px 5px;
            color:#fff;
            height:65px;
            z-index:999;
        }
        
        .answer {
            position:relative;
            padding:0px;
            text-align:center;
            left:0px;
            top:10px;
        }
        
        #inter {
            position:absolute;
            top:72px;
            left:113px;
            z-index:99999;
            height:18px;
            width:19px;
            background:#75c7c4;
            border-radius:100%;
            border:2px solid #f9f9f9;
            font-family:open sans;
            font-weight:700;
            color:#fff;
            padding-left:4px;
            padding-top:4px;
            font-size:15px;            
        }
        
        #postnots {
            {block:indexpage}
                display:none;
            {/block:indexpage}
            
            {block:permalinkpage}
                position:absolute;
                left:570px;
                top:-10px;
                padding:5px;
                background:#f9f9f9;
                width:390px;
                margin:auto;
                margin-top:10px;
                font-size:10px;
                font-family:open sans;
                font-weight:bold;
                text-transform:none;
            {/block:permalinkpage}
        }
        
        #postnots:hover {
            box-shadow:1px 4px 16px #cacaca;
        }

	#left {
            margin:25px;
            float:left;
            width:250px;
            padding:0 20px 0px 20px;
            height:auto;
        }

        #intro {
            background:#f9f9f9;
            height:auto;
            width:249px;
            padding:10px 0px 0px 0px;
        }
        
        #intro img {
            border-radius:100%;
        }
        
        #intro:hover {
            box-shadow:1px 4px 16px #cacaca;
        }
        
        .icons-wrapper {
            background:#75c7c4;
        }
        
        .icons {
            display:inline-block;
            margin-left:0px;
            margin-right:0px;
            width:60px;
            height:60px;
            text-align:center;
            background:#75c7c4;
        }
        
        .icons img {
            padding-top:2px;
            width:35px;
            height:35px;
        }
        
        .icons a {
            color:#fff;
        }
        
        .names {
            font-family:open sans;
            text-transform:uppercase;
            font-weight:700;
            font-size:.9em;
            color:#fff;
        }
        
        #about-wrapper {
            height:auto;
            background:#f9f9f9;
            margin-top:-20px;
        }
        
        #about-wrapper:hover {
            box-shadow:1px 4px 16px #cacaca;
        }
        
        #about-left {
            position:absolute;
            height:75px;
            width:250px;
            background:#75c7c4;
        }
        
        #about-left img {
            width:30px;
            padding-top:15px;
            padding-left:20px;
        }
        
        .about-name {
            font-family:open sans;
            text-transform:uppercase;
            font-weight:700;
            position:Absolute;
            margin-top:30px;
            margin-left:10px;
            font-size:1.5em;
            color:#fff;
        }
        
        .about-description {
            position:relative;
            margin-top:80px;
            padding:85px 10px 10px 10px;
            width:230px;
        }

	#to-top {
            z-index:9;
            position:fixed;
            bottom:5px;
            right:5px;
            background:white;
            color:#75c7c4;
            height:23px;
            width:30px;
            text-align:center;
            font-size:20px;
            padding-top:7px;
            font-weight:bold;
            font-family:ostrich-black;
        }
        
        #to-top:hover {
            color:white;
            background:#75c7c4;
        }

	c { 
	    position:fixed; 
            font-size:0px; 
            margin-top:-5000000000000000000px;
            color:transparent; 
        }