html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
    color: #402E1E;
	background: #FCE0E6 url(http://www.tylerneu.com/tumblr/cherry_blossom_600.png) no-repeat fixed top left;
}

div#header {
/*	border: 1px solid red;*/
	text-align: center;
}

#content {
    width: 550px;
    margin: 0 auto 20px auto;

    font: normal 14px/1.5em Helvetica, Arial, sans-serif;
    position: relative;
}
          
div.post_wrapper {
	background-color: #FFFFF0;
	padding: 10px;
	margin-bottom: 25px;
	opacity: .90;
	filter: alpha(opacity=90);
}
                        
div.post {
	position: relative;
/*	margin-bottom: 35px;*/
/*	border: 1px solid red;*/
	margin: 0 5px;
	
}

div.regular {
/*	padding: 0px 20px 0 20px;	*/
	padding: 20px 0 0 0;
}

div.photo, div.quote, div.chat, div.audio, div.video {
	padding: 20px 0 0 0;
}

div.post_info {
/*	margin: 0 10px 10px 10px;*/
	padding: 5px 5px 0 5px;
/*	background-color: #F7DAE2;*/
}

div.date {
	border-bottom: 1px solid #402E1E;
	font-size: 18px;
}

a.comment_link {
	font-size: 10px;
	float: right;
}

span.reblogged {
	font-size: 10px;
	float: right;
	margin-right: 10px;
}

div.date a {
	text-decoration: none;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

div.post blockquote {
    margin: 0 0 0 25px;
}

div.post div.body_text p {
    margin: 0 0 1.5em 0;
}

h3 {
    font-size: 18px;
}

a {
    color: #402E1E;
}

/*********************************/
/* ------------ Link ----------- */
/*********************************/

a.link {
	font-size: 20px;
	font-weight: bold;
}

/*********************************/
/* ------------ Quote ---------- */
/*********************************/

.quote big {
    font: bold 4em/0 Georgia, serif;
    padding: 0 .1em;
    vertical-align: -.45em;
}

.quote .words {
  font: bold 1.1em Georgia, serif;
  line-height: 1.5;
}

.quote .source {
  display: block;
  margin-top: .5em;
  padding: 0;
}

/*********************************/
/* ----------- Chat ------------ */
/*********************************/

div.chat table {
    width: 100%;
}

div.chat table td {
    padding: 0 5px 0 5px;
}

div.chat table tr.user_1 {
    background-color: #F0F0F0;
}

div.chat table tr.user_2 {
    background-color: #909090;
}

div.chat table tr.user_3 {
    background-color: #000000;
    color: #FFFFFF;
}

/*********************************/
/* --------- Comments ---------- */
/*********************************/

.comments {
    display: none;
	margin: 10px 0 10px 0;
/*	border-top: 5px solid #F7DAE2;*/
}

.comment_header {
	border-bottom: 1px solid #402E1E;
	font-size: 16px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;	
	margin-bottom: 10px;
}

.comment_name {
	width: 125px;
	float: left;
	text-align: right;
}

.comment_text {
	width: 375px;
	float: right;
}

input.name {
	width: 100px;
}

input.text {
	width: 260px;
	margin: 0 10px 0 0;
}

div.clear {
	clear: both;
	height: 0px;
}
