/* CSS Document */

body {
	background: #ccc url(../images/bg.png) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #333;
	margin: 0;
	padding-bottom: 50px;
}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}
#header {
}
.sidebar {
}
.pagination {
	padding-top: 10px;
	clear: both;
	text-align: center;
	border-bottom: 1px dotted #c30;
}
.sidebar img {
	float: right;
}
#posts {
	width: 500px;
	margin-left: 0px;
	padding-left: 0px;
}
#pagenav {
	float: right;
	padding: 0 10px 15px 15px;
}
#pagenav li {
	display: inline-block;
	list-style-type: none;
}
#twitter_div ul {
	display: inline-block !important;
	list-style-type: none !important;
	font-size: 0.7em;
}
#twitter_update_list {
	margin: -12px 0 0 0;
}
.post {
	padding-top: 24px;
}
div.postunit:hover div.editbox {
	visibility: visible;
}
div.postunit {
	clear: both;
}
div.editbox {
	height: 10px;
}
#content, #postercontent {
	margin: 0 0 0 30px;
}
#postercontent h3 {
	font-size: 1.5em;
}
#three {
	margin: 0 0 50px 20px;
	height: auto;
	clear: both;
}
#content img {
	border: 10px #333 solid;
	float: right;
	margin-left: 10px;
}
#contentleft {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	width: 475px;
	border-right: 1px dotted #c30;
}
#contentmid {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	width: 220px;
	border-right: 1px dotted #c30;
}
#contentright {
	float: right;
	margin-left: 10px;
	width: 190px;
}
#contentright img, #contentmid img {
	float: left;
	padding-right: 5px;
	vertical-align: middle;
	border: 0;
}
h1 {
	font-family: 'Lobster', arial, serif;
	color: #C30;
	font-size: 5em;
	margin: 0;
	background: url(../images/h1bg.png) no-repeat bottom;
}
h2 {
	font-family: 'Arial Rounded MT Bold', arial, serif;
	color: #999;
	margin: 0;
	font-size: 3em;
}
h3 {
	margin: 0;
}
#pagenav h3 {
	color: #ccc;
}
h1, h2, h3, .emboss {
	text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
}
a:link, a:visited {
	color: #c30;
	text-decoration: none;
}
blockquote {
	padding-left: 60px !important;
	background: url(http://laorna.com/images/bq.png) no-repeat top left;
	width:750px !important;
	border: none !important;
	min-height: 60px;
}

