body {
	color: #999;
	font-family: trebuchet ms, arial, verdana, deja vu;
	font-size: 10pt;
	background-color: #fff;
	width: 800px;
	margin: 2em auto;
	padding: 0;
}

li {
	list-style-type: none;
	display: inline;
	float:left;
}

div#title {
	background-color: transparent;
	margin: 0 10px 0 10px;
	position: relative;
	height: 90px;
}
div#title em {
	position: absolute;
	right: 1em;
	bottom: 0.5em;
	font-style: normal;
	font-size: 1.2em;
}

img#logo {
	position: absolute;
	bottom: 0;
	left: 0;
}

div#navi {
	position: absolute;
	right: 0;
	top: 0;
}
div#navi_footer {
	float: right;
}

span.roundedbox{
	background:url(rbox_right.png) right top no-repeat;
	font-family: Arial, verdana;
	font-size: 1.5em;
	color: #eee;

	margin:0;
	height:44px;
	line-height:44px;
	float:left;
	display:block;
	padding-right:20px;
}
span.roundedbox_left{
	background:url(rbox_left.png) left top no-repeat;
	height:44px;
	display:block;
	white-space: nowrap;
	padding-left:20px;
}
span.roundedbox a {
	color: white;
	border-bottom: 2px dotted white;
}

h1 {
	margin: 0;
	padding: 0.2em 1em;
	font-size: 140%;
	font-weight: normal;
}

img {
		border: 0;
}

a {
	color: #00adef;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	color: #aaa;
}

br.clear {
	clear: both;
}

p {
	font-size: 1.5em;
	margin: 1em 10px;
	padding: 0 1em;
}

form {
	border: 1px solid #BBB;
	padding:  1em;
	background-color: #EEE;
	margin: 1em 5em 0 5em;
	color: #555;
}

div#intro {
	text-align: left;
	padding-left: 3em;
	margin-bottom: 1em;
}

div#intro h1 {
	font-size: 1.5em;
}
div#intro p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	padding-left: 3em;
}

div.singlepost {
	text-align: center;
}
div.singlepost p {
	font-size: 3em;
}
div.singlepost img {
	padding: 5px;
	border: 1px solid #999;
}

div.post {
	float: left;
	width: 256px;
	height: 215px;
	overflow: hidden;
	margin: 8px 5px;
	margin-left: 5px; 
	position: relative;
	display: inline; /* JESUS FUCKING IE */

/*	-webkit-box-shadow: 4px 3px 8px #AAA;	*/
/*	-moz-box-shadow: #AAA 4px 3px 8px;		*/
}
div.post img {
	border: 0;
}

img.postcorner {
	position: absolute;
}

div.post p {
	position: absolute;
	bottom: 35px;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #999;
}
	
div.postInfo {
	padding: 0.2em;
	padding-left: 1em;
	font-size: 0.9em;
	font-style: italic;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 18px;
	white-space: nowrap;
}