* {margin:0; padding:0}

html, body {height:100%; width:100%}

body {
	background-color:#f3f3f3;
	color:#333;
	font:11pt Arial
}

a {
	color: #0e6ab4;
	text-decoration: none
}

a:hover {
	text-decoration:underline
}

a img {
	border:0
}

#body {
	margin:0 auto;
	width:800px
}

#header {
	margin-bottom:20px;
	padding:20px 0 25px;
	position:relative;
}

#retweet {
	position:absolute;
	top:40px;
	right:0
}

#header h1 {
	font:36pt "Myriad Pro";
	font-weight:600;
	margin-bottom:5px;
	color:#333;
	text-align:center
}

#header h1 a {
	color:#333;
	text-decoration:none
}

#header h1 span {
	color:#3791d3
}
#header p {
	color:#666;
	text-align:center
}

a.pretty-button {
	background:url(images/btn.gif) no-repeat left top;
	display:inline-block;
	height:44px;
}

a.pretty-button:hover {
	text-decoration:none;
}

a.pretty-button span {
	background: url(images/btn.gif) no-repeat right bottom;
	color:#666;
	display:block;
	font-size:11pt;
	line-height:44px;
	padding:0 16px;
	text-shadow:1px 1px 1px #fff
}

a.pretty-button-disabled span {
	color:#ccc
}

a.pretty-button img {
	margin-top: -2px;
	vertical-align: middle;
}

#footer {
	background:url(images/footer-shadow.gif) no-repeat center top;
	margin-top:40px;
	padding:15px 0 40px;
	text-align:center
}



#page-main {
	background-image:url(images/bg-boxes.jpg);
	background-position:center top;
	background-repeat:no-repeat
}

#page-main #content {
	padding-top:395px;
	text-align: center;
}


#page-inner #header {
	background: url(images/header-shadow.gif) no-repeat center bottom
}

#posts-per-page {
	text-align:center;
	margin-bottom:25px
}

#page-inner div.post {
	padding:0 50px
}


#page-inner post-message {
	color:#333;
	font-size:11pt;
	font-weight:400
}

span.post-details {
	color:#666;
	font-size:8pt;
	line-height:24px;
}

hr.post-separator {
	border:0;
	border-bottom:1px solid #e4e4e4;
	height:0;
	margin:4px 0
}

form {
display: inline;
}

#ad {
 
}

#post-controls {
	margin-top:35px;
	text-align:center;
}

#post-controls p {
	margin-top:20px
}