/* Buoy Alarm Blog CSS */

/* Posts */

.post, #disqus_thread {
	background:#19272B;
	padding: 20px;
	margin: 0 0 20px 0;
	overflow:hidden;
	_height:1%;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.post a, #disqus_thread a {
	color: #A5BD39;
	text-decoration:none;
}
.post-content {
	overflow: hidden;
}
.postmeta {
	font-size: 11px;
	border-bottom:1px solid #666;
	padding-bottom: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	_height:1%;
}
.postmeta a {
	text-decoration:none;
	color: #999 !important;
}
.postmeta .info {
	float: left;
	width:300px;
}
.postmeta {
	color: #666;
}
.postmeta .date a {
	color: #ccc;
}
.postmeta .date a:hover,
.postmeta .date a:hover span,
.postmeta .tags li a:hover,
.post a:hover {
	color: #ff3333 !important;
	text-decoration: none !important;
}
.postmeta .note-count {
	font-weight:bold;
}
.postmeta .tags {
	float: right;
	width:300px;
	overflow: hidden;
	margin-bottom: 10px;
}
.postmeta .tags li {
	display:inline;
	float: right;
	text-align:right;
	padding-left: 6px;
}
.reblog-meta {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}
.reblog-meta li {
	padding: 2px 0 2px 0;
}
.reblog-meta a, .postmeta .note-count a {
	color:#999;
}
.postbody {
	float:left;
	display: inline;
	line-height:150%;
}
.caption, .source, .description {
	margin-top: 15px;
	font-size: 13px;
	line-height: 140%;
}
.answer_form_container {
	margin-top: 15px;
}

/* Comments via Disqus */
.dsq-authenticated-pic {
	margin-right:5px;
}

/* Reblog */

.reblog-info {
	font-size: 12px;
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	background: #000;
	color: #fff;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
}
.reblog-info img, .reblog-meta img {
	vertical-align: -5px;
	margin: 0 5px 0 5px;
	border: 2px solid #fff;
}

/* Notes */

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: normal;
}
ol.notes li.note .answer_content {
    font-weight: normal;
}
ol.notes li.note blockquote {
	font-size: 16px;
    padding: 4px 10px;
    margin: 10px 0px 0px 25px;
}
ol.notes li.note blockquote a {
    text-decoration: none;
    color: #333;
}

/* Link */
.link-url {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:130%;
}
.link .description {
	margin-top:15px;
}

/* Quote */
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:120%;
	font-style:italic;
}

/* Chat */
ul.chat {
	color: #000;
	font-family:monospace;
}
ul.chat li {
	padding: 2px 5px 2px 5px;
	font-style:italic;
}
ul.chat li .label {
	font-weight:bold;
	font-style:normal;
}
.chat .odd {
	background: #b8e1f5;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
}
.chat .even {
	color:#666;
}

/* Photo */
.photo-img {
	width: 635px;
	overflow: hidden;
}

/* Audio */
.audio_player {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	text-align:right;
	display:block;
	width:245px;
	height:27px;
	padding:5px;
	background:#000 url('http://tumblr.radnotsad.com/images/speaker.png') no-repeat scroll 8px 6px;
}
.from_phone .audio_player {
	background:#000 url('http://tumblr.radnotsad.com/images/phone-black.png') no-repeat scroll 8px 6px;
}
/* Navigation */

#content-navigation {
	text-align:center;
	font-size: 16px;
	overflow:hidden;
	font-weight: bold;
	margin-bottom: 20px;
}
#content-navigation a {
	display: block;
	padding: 5px 10px 5px 10px;
	background: #A5BD39;
	color: #000;
	text-decoration: none;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
}
#content-navigation a:hover {
	text-decoration: none !important;
	background: #ff3333;
}
.next-page {
	float: right;
	display: inline;
	text-align:right;
}
.previous-page {
	float:left;
	display: inline;
	text-align:left;
}

/* Screen Overrides */
#footer {
	margin-top: 0 !important;
}
#secondary {
	background:none !important;
}
#tumblr #sidebar .secondary-data {
	background-image: none !important;
}
