@charset "UTF-8";
/* CSS Document */


html {
    height: 100%;
}


.tumblr_posts{
	width:467px;
	padding: 0px;
	margin:0;
}

.tumblr_posts ol {
	font-family: 'Cabin Condensed', sans-serif;
	font-size:20px;
	line-height:24px;
	colour:#0C0;
}

.tumblr_photo_post {
	background-color:#f2f3f3;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:15px;
	padding: 10px;
}

.tumblr_photo {
	background-color:#f2f3f3;
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
}

.tumblr_caption {
	margin-top:10px;
	padding: 10px 15px 10px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #cecece;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color:#fff;
}

.tumblr_caption p {
	font-family: 'Source Sans Pro',sans-serif;
	font-weight:400;
	color:#576161;
	font-size:16px;
	line-height:24px;
}

.tumblr_caption a {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: 'Cabin Condensed', sans-serif;
	font-size:16px;
	line-height:24px;
	color:#95b287;
	text-decoration:none;
}

#photoset_row {
	width:446px !important;
}


.tumblr_link_post {
	background-color:#f2f3f3;
	background-repeat: no-repeat;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:15px;
	margin-top:0px;
	padding: 20px 10px 15px 10px;
}	

.tumblr_link_post a {
	font-family: 'Cabin Condensed', sans-serif;
	font-size:24px;
	line-height:24px;
	color:#000;
	margin-top:20px;
	padding: 10px;
}

.tumblr_description {
	padding: 10px 15px 10px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #cecece;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color:#fff;
	margin-top: 10px;
	font-family: 'Source Sans Pro',sans-serif;
	font-weight:400;
	color:#576161;
	font-size:16px;
	line-height:24px;
}



.tumblr_quote_post {
	background-color:#fff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-color:#F2F3F3;
	border-style:solid;
	border-width:thick;
	margin-bottom:15px;
	padding: 15px 20px 8px 10px;
	background-image:url(images/open_quote.png);
	background-repeat:no-repeat;
	position:20px 30px;
}

.tumblr_quote {
	padding: 10px 15px 0 48px;
	font-family: 'Cabin Condensed', sans-serif;
	font-size:22px;
	line-height:26px;
	color:#000;
}


.tumblr_source {
	padding: 0px 0 15px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#000;


}


.tumblr_open_quote {
	font-family: 'Cabin Condensed', sans-serif;
	font-size:1px;
	float:left;
	color:#95B287;
	margin-right:0px;
	margin-top:25px;
}

.tumblr_close_quote {
	font-family: 'Cabin Condensed', sans-serif;
	font-size:1px;
	color:#fff;
}

.tumblr_text_post {
	background-color:#fff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-color:#F2F3F3;
	border-style:solid;
	border-width:thick;
	margin-bottom:10px;
	padding: 10px ;
}

.tumblr_title{
	font-family: 'Cabin Condensed', sans-serif;
	font-size:30px;
	line-height:32px;
	color:#000;
}

.tumblr_body{
	
	padding: 10px 15px 10px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #cecece;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color:#fff;
	margin-top: 10px;
	font-family: 'Source Sans Pro',sans-serif;
	font-weight:400;
	color:#576161;
	font-size:16px;
	line-height:24px;
	
}

li p {
    margin: 0;
    padding: 0;
}

.post_footer_links {
    font: 11px/13px 'Lucida Grande',Verdana,sans-serif;
    margin: 10px 0 -2px;
    overflow: hidden;
    white-space: nowrap;
}

body {
  
}
:active, *:focus {
    outline-width: 0;
}

ol li img {
	width:446px;
	border: none;
	padding: 0px;
	margin: 0px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

ol li p img {
	width:416px;
	height:auto;
	border: none;
	padding: 0px;
	margin: 0px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}



.post .top.media img {
    width: 100%;
}

/*

a {
	color:#95B287;
    text-decoration: none;
}

*/

a img {
    border-width: 0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.group:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .group {
}
:first-child + html .group {
}
iframe#tumblr_controls {
    top: 12px !important;
}
#color_bar {
    background: none repeat scroll 0 0 #4EA3D0;
    height: 12px;
}
#container {
    margin: 0 auto;
    padding: 60px 20px;
    width: 950px;
}
#header {
    height: 48px;
    margin: 0 0 60px;
}
#blog_info {
    float: left;
    margin: 0 60px 0 0;
    width: 700px;
}
#blog_info h1 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 36px;
    margin: 8px 0 0;
}
#blog_info h1 a {
    color: #333333;
}
#blog_info h1 a:hover {
    color: #000000;
}
#blog_info h1 a:active {
    position: relative;
    top: 1px;
}
#blog_info p, #blog_info .cont {
    color: #646464;
    margin-top: 7px;
}
.cont {
    margin-bottom: 7px;
}
#blog_avatar {
    float: right;
    position: relative;
    width: 188px;
}
#blog_avatar a {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.21);
    display: block;
    height: 48px;
    left: 0;
    position: absolute;
    top: 0;
    width: 48px;
}
#blog_avatar img {
    border-radius: 2px 2px 2px 2px;
    width: 48px;
}
#blog_avatar a:before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    content: " ";
    display: block;
    height: 46px;
    left: 0;
    position: absolute;
    top: 0;
    width: 46px;
    z-index: 999;
}
#blog_avatar:hover a {
    height: 64px;
    left: -8px;
    top: -8px;
    width: 64px;
}
#blog_avatar:hover a img {
    width: 64px;
}
#blog_avatar:hover a:before {
    height: 62px;
    width: 62px;
}
#blog_avatar:active a {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.21);
    top: -7px;
}
#posts {
    color: #4C4C4C;
    float: left;
    margin: 0 60px 0 0;
    width: 700px;
}
#posts .post {
    border-bottom: 1px solid #E6E6E6;
    list-style-type: none;
    margin: 0 0 45px;
    padding: 0 0 45px;
}
.top.audio * {
    height: 91px;
    width: 700px;
}
.top.media {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.27);
    display: inline-block;
    line-height: 0;
    position: relative;
}
.top.media.photoset {
    box-shadow: none;
    display: inline-block;
    line-height: 0;
    position: relative;
}
.media img {
    border-radius: 2px 2px 2px 2px;
}
.link_post .link {
    background: none repeat scroll 0 0 rgba(78, 163, 208, 0.13);
    border: 1px solid rgba(78, 163, 208, 0.13);
    border-radius: 2px 2px 2px 2px;
    color: #4EA3D0;
    display: block;
    font-size: 21px;
    font-weight: bold;
    padding: 15px 53px 15px 20px;
    position: relative;
}
.link .arrow {
    border-bottom: 8px solid transparent;
    border-left: 12px solid #4EA3D0;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    margin-top: -8px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
}
.link_post .link:hover {
    background: none repeat scroll 0 0 rgba(78, 163, 208, 0.2);
    border: 1px solid rgba(78, 163, 208, 0.2);
}
.link_post .link:active {
    position: relative;
    top: 1px;
}
#posts .post .caption_and_post_info.after_top_part {
    border-top: 0 none;
    margin: 30px auto auto;
    padding-top: 0;
}
.post .caption {
    float: none;
    width: auto;
}
.post .caption {
    float: right;
    width: 513px;
}
.content_source {
    margin-bottom: 20px;
}
.content_source img {
    margin: 0 0 0 4px !important;
    opacity: 0.7;
    vertical-align: middle;
}
.caption a, .description a {
    color: #4EA3D0;
    padding: 0 1px;
}
.caption a:hover, .description a:hover {
    background: none repeat scroll 0 0 rgba(78, 163, 208, 0.13);
}
.caption a:active, .description a:active {
    background: none repeat scroll 0 0 rgba(78, 163, 208, 0.2);
}
.caption h2 {
    font-size: 32px;
    line-height: 33px;
    margin: 0 0 18px;
}
.caption h2 a {
    color: #333333;
    font-weight: bold;
    letter-spacing: -1px;
}
.caption h2 a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #4EA3D0;
}
.caption blockquote {
    border-left: 2px solid #E6E6E6;
    padding: 1px 0 1px 20px;
}
.caption pre {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    font-family: Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Anonymous Pro","Courier New",monospace,serif;
    font-size: 13px;
    line-height: 19px;
    overflow: scroll;
    padding: 10px;
}
.caption p, .caption ol, .caption ul, .caption pre, .caption h1, .caption h2, .post h3, .caption h4, .caption h5, .caption blockquote, .caption img, .caption embed, .caption object {
    margin: 0 0 20px;
}
.caption p:empty {
    display: none;
}
.caption iframe {
    display: block !important;
}
.post .caption ul, .post .caption ol {
    margin-left: 18px;
}
.caption .question {
    display: block;
    font-size: 15px;
    padding: 15px;
}
.caption .answer {
    margin-top: 20px;
}
.caption .asker {
    line-height: 24px;
    margin: 25px 20px 0 23px;
}
.caption .asker img {
    float: left;
    margin: 0 7px 0 0;
}
.caption .asker a {
    margin-left: 0;
}
.caption .quote {
    color: #333333;
    font-weight: bold;
}
.quote span {
    display: inline-block;
}
.quote.short_text {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 48px;
    margin: 0 0 18px;
}
.quote.short_text span {
    margin: 0 0 0 -22px;
}
.quote.medium_text {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 36px;
    margin: 0 0 20px;
}
.quote.medium_text span {
    margin: 0 0 0 -13px;
}
.quote.long_text, .quote.text {
    font-size: 24px;
    line-height: 27px;
    margin: 0 0 20px;
}
.quote.long_text span {
    margin: 0 0 0 -9px;
}
.quote.larger_text {
    font-size: 50px !important;
    letter-spacing: -2px !important;
    line-height: 48px !important;
    margin: 0 0 18px !important;
}
.quote.larger_text span {
    margin: 0 0 0 -22px !important;
}
.quote_source {
    margin: 0 0 20px !important;
}
.caption .conversation {
    list-style-type: none;
    margin-bottom: 30px;
    margin-left: 0 !important;
}
.conversation .chat_line {
    padding: 10px 16px;
}
.conversation .chat_line.user1 {
    background: none repeat scroll 0 0 #F5F5F5;
}
.conversation .chat_line.user2 {
    background: none repeat scroll 0 0 #FFFFFF;
}
.conversation .chat_line.user3 {
    background: none repeat scroll 0 0 #DDDDDD;
}
.conversation .chat_line.user4 {
    background: none repeat scroll 0 0 #CCCCCC;
}
.post .post_info {
    font-family: 'Times New Roman',Times,serif;
    font-size: 12px;
    letter-spacing: 2px;
    list-style-type: none;
    margin: 1px 0 0 -3px;
    overflow: hidden;
    text-transform: uppercase;
    width: auto;
}
.post_info li {
    float: left;
    line-height: 14px;
    margin-bottom: 10px;
}
.post_info li a {
    margin: 0 10px 0 0;
    padding: 0 2px 0 5px;
}
.post_info .timestamp {
    color: #4C4C4C;
    display: inline-block;
    padding: 0 2px 0 5px;
}
.post_info .timestamp:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
}
.post_info .timestamp:active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
.post_info .notecount {
    color: #4C4C4C;
    display: inline-block;
    padding: 0 2px 0 5px;
}
.post_info .notecount:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
}
.post_info .notecount:active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
.timestamp.has_caption {
    margin-top: 6px;
}
.timestamp.has_caption.with_title {
    margin-top: 18px;
}
.tag {
    color: #4EA3D0;
    display: table;
}
.tag span {
    color: #4C4C4C;
    display: table-cell;
}
.tag:hover {
    background: none repeat scroll 0 0 rgba(78, 163, 208, 0.13);
}
.tag:hover span {
    color: #4EA3D0;
}
.tag:active {
    background: none repeat scroll 0 0 rgba(78, 163, 208, 0.2);
}
.post .post_info.floating {
    float: left;
    width: 157px;
}
.post .post_info.floating li {
    float: none;
}
.post_notes {
    clear: both;
}
ol.notes {
    border-top: 1px solid #E6E6E6;
    color: #4C4C4C;
    font-size: 13px;
    list-style-type: none;
    margin: 40px auto auto;
    text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
ol.notes li.note {
    border-bottom: 1px solid #E6E6E6;
    padding: 9px 0 10px;
}
ol.notes li.note img.avatar {
    border-radius: 3px 3px 3px 3px;
    height: 16px;
    margin-right: 6px;
    vertical-align: -4px;
    width: 16px;
}
ol.notes a {
    color: #4C4C4C;
    text-decoration: underline;
}
ol.notes a:hover {
    color: #4C4C4C;
}
ol.notes li.note blockquote {
    border-color: #EEEEEE;
    margin: 10px 0 0 25px;
    padding: 4px 10px;
}
ol.notes li.note blockquote a {
    text-decoration: none;
}
ol.notes li.note:last-child {
    border-width: 0;
}
#sidebar {
    color: #4C4C4C;
    float: right;
    font-size: 14px;
    margin: -8px 0 0;
    width: 188px;
}
#sidebar .description {
    border-bottom: 1px solid #E6E6E6;
    line-height: 21px;
    margin: 3px 0 20px;
    padding: 0 0 20px;
}
#sidebar .links {
    font-family: 'Times New Roman',Times,serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 20px;
    list-style-type: none;
    margin: 0 0 20px;
    text-transform: uppercase;
}
#sidebar .links a {
    color: #4C4C4C;
}
#sidebar .links a:hover {
    color: #4EA3D0;
}
.links .icon {
    background: url("http://static.tumblr.com/thpaaos/1xRm66voi/icons_sprite.png") repeat scroll 0 0 #383838;
    display: inline-block;
    height: 12px;
    margin: 0 8px 0 0;
    width: 12px;
}
.links a:hover .icon {
    background-color: #4EA3D0;
}
.ask .icon {
    background-position: 0 0;
    margin-bottom: -2px;
}
.submit .icon {
    background-position: 0 -12px;
    margin-bottom: -1px;
}
.rss .icon {
    background-position: 0 -24px;
}
.archive .icon {
    background-position: 0 -36px;
}
.bubble {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #D5D5D5;
    border-radius: 4px 4px 4px 4px;
    color: #6F6F6F;
    display: none;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 12px;
    position: relative;
}
#twitter_container .bubble:first-child {
    display: block;
}
.bubble .arrow {
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.bubble .arrow.fill {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #F5F5F5;
    bottom: -8px;
    left: 25px;
}
.bubble .arrow.border {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #D5D5D5;
    bottom: -10px;
    left: 23px;
}
.bubble:hover {
    background: none repeat scroll 0 0 #F2F2F2;
    border-color: #CFCFCF;
}
.bubble:hover .arrow.fill {
    border-top-color: #F1F1F1;
}
.bubble:hover .arrow.border {
    border-top-color: #D5D5D5;
}
.twitter_username {
    color: #4C4C4C;
    display: inline-block;
    font-family: 'Times New Roman',Times,serif;
    font-size: 12px;
    letter-spacing: 0.4em;
    margin: 11px 0 0 22px;
    max-width: 166px;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.twitter_username:hover {
    color: #4EA3D0;
}
#footer {
    color: #4C4C4C;
    font-family: 'Times New Roman',Times,serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 700px;
}
#footer .copyright {
    float: left;
    width: 50%;
}
#footer .pagination {
    float: right;
    position: relative;
    text-align: right;
    width: 230px;
}
.pagination .count {
    float: left;
}
.pagination .buttons {
    float: right;
    height: 30px;
    margin: -2px 0 0 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 113px;
    z-index: 10;
}
.pagination .buttons.disabled {
    z-index: 9;
}
.buttons a, .buttons li {
    background: -moz-linear-gradient(center top , #F1F1F1 0%, #E8E8E8 100%) repeat scroll 0 0 transparent;
    border: 1px solid #C8C8C8;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    display: block;
    height: 28px;
    line-height: 999px;
    list-style-type: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 56px;
}
.buttons.disabled li {
    background: none repeat scroll 0 0 #F5F5F5;
}
.buttons a:active {
    background: none repeat scroll 0 0 #E6E6E6;
    box-shadow: none;
}
.buttons .arrow {
    background-image: url("http://static.tumblr.com/ogedyaw/xu1m8jxnf/arrow_sprite.png");
    display: block;
    height: 14px;
    position: absolute;
    top: 50%;
    width: 10px;
}
.buttons .left {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    left: 0;
    position: absolute;
}
.left .arrow {
    background-position: 0 15px;
    margin: -7px auto auto 20px;
}
.disabled .left .arrow {
    background-position: 0 0;
}
.buttons .right {
    border-bottom-right-radius: 2px;
    border-left-width: 1px;
    border-top-right-radius: 2px;
    position: absolute;
    right: 0;
}
.right .arrow {
    background-position: 10px -71px;
    margin: -7px auto auto 24px;
}
.disabled .right .arrow {
    background-position: 10px -56px;
}
