a img, img a {border:none;}

* {padding:0;margin:0;}

.clear {clear:both;}

iframe {top:7px !important;}

#wrapper {
	width:600px;
	margin:0 auto;
}

body {
	background: #262626;
	border-top:6px solid #3CAACC;
}

#top {
	margin:45px 0 70px 0;
}

#header {
	float:left;
}

#header h1 a, #header h1 a:hover {
	display:block;
	text-decoration:none;
	font-family:Georgia;
	font-size:60px;
	color:#fff;
	font-weight:normal;
}

#header h1 {	
	margin:6px 0 -17px 0;
}

#header herr {
	display:block;
	text-decoration:none;
	font-family:Georgia;
	font-size:60px;	
	color:#FF6144;
	font-weight:normal;
	margin:6px 0 -17px 0;
}


#header div {
	color:#3CAACC;
	font-size:14px;
	font-family: "Georgia";
	text-transform:lowercase;
	font-style:italic;
	float:left;
	margin-top:8px;
}

#header div a {
	color:#3CAACC;
	font-size:14px;
	font-family: "Georgia";
	text-transform:lowercase;
	font-style:italic;
	text-decoration:none;
}

#header div a:hover {
	text-decoration:underline;
}

#nav {
	float:right;
	margin-top:32px;
	margin-left: -32px;
	text-align:left;
}

#nav li {
    line-height: 40px;
	display:inline-block;
	list-style:none;
	margin-left:22px;
}


#nav li a {
	color:#3CAACC;
	font-family:"Lucida Grande", "Lucida Sans Unicode";
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:10px 10px 10px 10px;
}

#nav li a:hover {
	color:#262626;
	background:#3CAACC;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* CONTENT */

#main {
	width:600px;
	margin:0 auto;
}

span.icon a, .iconp {
	position:absolute;
	float:left;
	margin:0 0 0 0;
	top:-3px;
	left:-37px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url('http://static.tumblr.com/0prbykj/DzhjQBxSQ/icon.png') no-repeat;
	height:27px;
	width:27px;
}

span.meta a {
	position:absolute;
	margin:0 0 0 0;
	font-family:Helvetica, Arial;
	font-size:9px;
	color:#adadad;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	text-decoration:none;
	text-align:right;
}

    span.meta a.timestamp {
        width: 40px;
        top: 30px;
        left: -54px;
    }
    
    span.meta .count {
        width: 85px;
        top: 42px !important;
        left: -100px;
    }
    
    

span.meta a b {
	color:#fff;
}

/* GENERAL POSTS */

.post {
	margin:0 0 80px 0;
	position:relative;
}

.post .ttl a, .ttlp {
	font-family:Georgia;
	font-weight:normal;
	color:#262626;
	font-size:21px;
	padding:7px;
	background:#3CAACC;
	text-decoration:none;
	text-transform:lowercase;
}

.ttl a:hover {
	background:#ffc523;
}

.ttl a span {
	padding:7px 0px 7px 4px;
}

.post .body {
	margin:20px 0 0 0;
	font-family:"Lucida Grande", "Lucida Sans Unicode";
	font-size:11px;
	color:#fff;
	line-height:17px;
}
	
.post .body a, .item .text a, .chat ul li a, .quote .source a {
	color:#3CAACC;
	text-decoration:none;
	font-variant:small-caps;
	font-family:Georgia;
	font-size:11px;
}

.post .body a:hover, .item .text a:hover, .chat ul li a:hover, .quote .source a:hover {
	text-decoration:underline;
}


.post p {
	margin:12px 0 12px 0;
}

.post pre {
	margin:12px 0 12px 15px;
	font-size:10px;
}

.post ul, .post ol {
	margin:12px 0 12px 40px;
}

.post ul li {
	list-style:circle;
	margin-bottom:3px;
}

.post ol li {
	margin-bottom:3px;
}

.post blockquote {
	margin-left:20px;
	border-left:1px solid #ccc;
	padding-left:10px;
	color:#ccc;
}

.source {
	font-family:Georgia;
	font-size:12px;
	font-variant:small-caps;
	text-transform:none;
	color:#3CAACC;
	margin:11px 0px 0 0;
	
}

.source a {
	color:#3CAACC;
	text-decoration:none;
}

.source a:hover {
	text-decoration:underline;
}

#daybox {
	margin-bottom:45px;
}

#day {
	font-family:Georgia;
	font-variant:small-caps;
	font-size:18px;
	color:#fff;
}

/* PHOTOS, VIDEOS, AUDIO */

.photo .body, .video .body, .audio.body {
	margin-top:10px;
}

/* QUOTES */
.quote {
	margin-top:-15px;
}

.quote .body {
	font-family:Georgia;
	font-size:18px;
	line-height:25px;
}

.quote span.icon a {
	top:0px;
}

.quote .byline {
	float:right;
}

.quote .source {
	font-family:"Lucida Grande", "Lucida Sans Unicode";
	font-size:11px;
	color:#fff;
	line-height:17px;
	font-variant:normal !important;	
}

/* CHATS */

.chat ul {
	margin:20px 0 0 0;
}

.chat ul li {
	list-style:none;
	font-family:"Lucida Grande", "Lucida Sans Unicode";
	font-size:11px;
	color:#fff;
	padding:8px;
}

.label {
	font-weight:bold;
}

li.odd {
	background:#1f1f1f;
}

li.even {
	background:#292929;
}

/* PAGENAV */
#pagenav {
	margin:60px 0 0 0;
}

#pagenav .inner {
	text-align:center;
	position:relative;
}

#older, #newer {
	color:#262626;
	font-family:"Georgia";
	font-size:11px;
	text-transform:uppercase;
	padding:7px;
	background:#3CAACC;
	text-decoration:none;
	display:block;
	position:absolute;
	top:-2px;
}

#older:hover, #newer:hover {
	background:#ffc523;
}

#older {
	float:left;
	text-align:left;
	left:0px;
}

#newer {
	float:right;
	text-align:right;
	right:10px;
}

#pages {
	color:#888;
	font-family:"Georgia";
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
}

/* FOOTER */

#bottom {
	border-top:2px solid #3CAACC;
	border-bottom:2px solid #3CAACC;
	margin:80px 0 40px 0;
	font-family:"Lucida Grande";
	font-size:10px;
	color:#ccc;
	text-align:center;
	padding:13px 0 13px 0;
}

#bottomp {
	border-top:2px solid #3CAACC;
	border-bottom:2px solid #3CAACC;
	margin:0px 0 40px 0;
	font-family:"Lucida Grande";
	font-size:10px;
	color:#ccc;
	text-align:center;
	padding:13px 0 13px 0;
}

#bottom a, #bottom a:hover, #bottom b {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}

.text img {
	max-width: 100%;
}

#disqus_thread {
    font-family:"Lucida Grande", "Lucida Sans Unicode";
	font-size:11px;
	color:#fff;
	line-height:17px;
}

    #disqus_thread a {
        color:#3CAACC;
    	text-decoration:none;
    	font-variant:small-caps;
    	font-family:Georgia;
    	font-size:11px;
    }
    
ol.notes {
    font-family:"Lucida Grande", "Lucida Sans Unicode";
	font-size:11px;
	color:#fff;
	line-height:17px;
	font-variant:normal !important;
	padding: 0px;
	margin: 50px 0 60px 0;
	list-style-type: none;
	clear: both
}

ol.notes a {
    color: #3CAACC;
    text-decoration: none;
}

ol.notes img.avatar {
    max-width: 16px;
	margin: 2px 8px 0 0;
	float: left;
}

ol.notes span.action {
	float: left;
	padding-top: 1px;
	line-height: 18px;
}

ol.notes .clear {
	clear: both;
	height: 1px;
}

ol.notes blockquote {
	padding: 4px 10px;
	margin: 7px 0px 0px 25px;
	font-weight: normal;
}

ol.notes blockquote a {
	text-decoration: none;
}

ol.notes .answer_content {
	font-weight: normal;
}



</style>



<!--[if IE]>
<style type="text/css">
#bottom {
	margin:100px 0 40px 0;
}

#top {
	margin:45px 0 70px 0;
}

.ttl a span {
	padding:0px 0px 0px 4px;
}

span.icon a, .iconp {
	top:5px;
	left:-37px;
}

span.meta a {
	top:38px;
	left:-54px;
}

#nav li a {
	color:#3CAACC;
	font-family:"Lucida Grande", "Lucida Sans Unicode";
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:10px 10px 10px 10px;
}

#nav li a:hover, #nav li a.on {
    color:#262626;
	background:#3CAACC;
	
}

</style>
<![endif]-->

