/* @override http://stephansimonis.com/tumblr/bright/v1.css */

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin-top: 40px;
	background-color: #fff;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
	margin-bottom: 5px;
}

/*li.section-title {
	color: #cfcfcf;
}*/

clear {
	clear: both;
}

/*p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}*/

/* `Layout
----------------------------------------------------------------------------------------------------*/

#heart {
	width: 30px;
	height: 32px;
	background: url(images/heart.png);
}

#menu a,
#nav a {
	text-decoration: none;
	color: #1a1e23;
}

#menu a:hover,
#nav a:hover {
	text-decoration: none;
	color: #34aead;
}

#menu {
	font: bold 1.6em/1.3em "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #1a1e23;
}

#nav ul li.active {
	color: #34aead;
}

#nav {
	font-size: 0.6em;
	line-height: 1.3em;
}

#post_nav p {
	font-size: 0.6em;
	line-height: 1.3em;
}



#content {
	min-height: 200px;
	margin-top: 36px;
}

#text-container p {
	font: bold 1em/1em "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #1a1e23;
	margin-bottom: 50px;
}


#content img,
#content object,
object   {
	width: 100%;
}



#searchbox {
	background-color: #f0f0f0;
	border: 3px solid #f0f0f0;
}



#posts div.photo div.newdate,
#posts div.photo div.samedate {
	float: right;
	position: relative;
}





#posts div.photo,
#posts div.regular,
#posts div.quote,
#posts div.conversation,
#posts div.link,
#posts div.video
 {
	margin-bottom: 40px;
}

#content a {
	color: #34aead;
	text-decoration: none;
	border-bottom: 1px dotted #34aead;
}


#content a:hover {
	background-color: #34aead;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #34aead;
}


#prevnext a.prev,
#prevnext a.next {
	text-decoration: none;
	color: #1a1e23;
	font-weight: bold;
}

#prevnext a.prev:hover,
#prevnext a.next:hover {
	text-decoration: none;
	color: #34aead;
}
#prevnext {
	text-align: center;
}


#prevnext a.prev {
	float: left;
}


#prevnext a.next {
	float: right;
}


#footer {
	background-color: #1a1e23;
	margin-top: 30px;
	color: #fff;
	height: 50px;
}


#footer a {
	color: #fff;
	text-decoration: none;
}

#rss {
	float: left;
}

#backtotop {
	float: right;
}

#copyright {
	text-align: center;
}

#search form button {
	margin: 	0;
	padding: 0;
	background-position: 0;
}




