/* @override http://tangentialism.com/css/dothatthing.css */

h1 {
	width: 800px;
	margin: auto;
}

h2 {
	font-size: 18px;
	margin-bottom: 1em;
}

a {
	text-decoration: none;
}

body > h1 {
	font: 36px "Lucida Grande", Lucida, Verdana, sans-serif;
}

body > h1 > a:link {
	text-decoration: none;
	color: #a32934;	
}

body {
	margin:20px 40px;
	background-color:#fff;
	color:#000;
	font: 100%/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#content {
	width: 800px;
	margin: auto;
}

div.date {
	color: #494949;
	text-transform:uppercase;
	font-family: Inconsolata,Monaco,Courier,monospace;
	font-size: 140%;
	margin:1em 0em 1.2em -30px;
	background-color: #d2d2d2;
	padding:5px 10px;
}

div.post {
	margin:2em 30px 2em 30px;
	font-size: 90%;
	line-height: 1.6em;
	
	
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

ul {
	list-style-type: square;
	list-style-position: inside;
}

div.conversation ul {
	line-height: 1.8em;
}

a:link {
        color: #00b5b3;
}
a:visited {
        color:#CC3E59;
}
a:hover, a:active {
        color: #91cc9d;
}

div.conversation ul {
	list-style-type: none;
	background-color: #efefef;
	padding: 10px;
}

div.conversation span.label.user_2, div.conversation span.label.user_1 {
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

div.conversation span.label.user_1 {
	color: #1800f7;
}

div.conversation span.label.user_2 {
	color: #ff2929;
}

div.caption {
	font-size: small;
	margin-top: 1.6em;
}

.description {
    font-size: small;
}

div.link a.link {
	font-style: italic;
	font-size: 18px;
	display: block;
	margin-bottom: 1em;
}

div.source {
	font-variant: normal;
	font-weight: bold;
	font-size: small;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 4em;
	border-left: 1px dotted #999;
	background-color: #edf7f5;
	margin: 10px 0px;
}

.permalink {
	font-size: xx-small;
	margin: 1em 0px;
	border-bottom: 1px solid #dddddd;
	text-align: right;
}

.permalink a {
	background-color: #dddddd;
	display: inline-block;
	width: 30px;
	text-align: center;
	padding: 1px 5px;
}

#footer {
	font-size: small;
}

div.quote, div.regular, div.photo, div.link, div.conversation, div.video {
	padding:0px 120px 0px 0px;
}

p {
	margin-bottom: 1em;
}

div#description {
	margin-right:30px;
	font-size: small;
}

p#more_about_me {
    border: 1px dotted #aaa;
    border-top: none;
    padding: 10px 15px !important;
    color: #666;
    font-size: small;
}

div#description p {
	padding: 0px 10px;
}

ul.getaround {
	list-style-type: none;
	/*background-color: #e0fffc;*/
	border-bottom: 1px dotted #aaa;
}

ul.getaround li {
	display: inline-block;
	text-align: center;
	font-size: small;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px;
	/*border-right: 1px solid #ccc;*/
}

ul.getaround li:first-child {
	/*border-left: 1px solid #ccc;*/
}

