body {
	font: 12px/16px Helvetica, sans-serif;
	margin: 0 0 20px;
	background: #4977b6 url(../images/rays.png) no-repeat 0 0;
	text-align: justify;
}

img{border:none;}

#main
{
    display: block;
    width: 760px;
    height: auto;
    margin: auto auto;
}

#header
{
	
	position: relative;
	height: 153px;
	background: url(../images/logo.png) repeat-x;
	top: 45px;
}

#content
{
	background: white;
	margin: auto auto;
	border: 1px solid #c9c9c9;
    min-height: 1300px;
}

#content-partial
{
	padding: 30px;
	width: 450px;
}

/* @group Sidebar */

img#peter {
	float: right;
	margin-bottom: 15px;
}

img#jeff {
	float: left;
	margin-bottom: 15px;
}

h3.side {
	margin-bottom: 0px;
	text-align: right;
	color: grey;
}

#content-sidebar dt {
	float: left;
	clear: left;
	text-align: right;
	color: grey;
}

#content-sidebar ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:hover {
	color: blue;
}

.contact {
	min-height: 5em;
}


#content-sidebar
{
	float: right;
	width: 200px;
	padding-top: 30px;
	padding-right: 30px;
	text-align: right;
}

#badge img{
    position: relative;
    left: 60px;
    overflow: visible;
    z-index: 100;
}

div#info {
	top: -80px;
	position: relative;
}


/* @end */


#offline{
	text-align: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 75px;
}

/* @group Post */

.post
{
	text-align: justify;
	margin-bottom: 30px;
}
.post h2
{
	font-size: x-large;
}
.post h2 a.title
{
	text-decoration: none;
	color: #000;
}

.post ul
{line-height:normal;}

#content-partial div.post h2 {
	margin: 0;
        margin-bottom: 5px;
}

.post h2 a.title:hover
{
	color: #1874CD;
}
.post span.runner
{
	font-size: small;
	color: grey;

}
/* @end */

#colophon
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10px;
	color: white;
}

/* @group Comments */

#comment_form input.box
{
	width: 60%;
	float: left;
}

#comment_form label {
   margin-left: 5px;
}

#comment_form p textarea {
	margin-top: 15px;
	width: 440px;
	height: 150px;
}

#comment_form p.entry
{
	margin: 5px;
	color: gray;
	text-align: right;
}

#comment_form p
{
	min-height: 1.5em;
	margin: 5px;
	color: gray;
}

/* @end */


/* @group Comments */
.comment-box-alt h3
{
	border: 0;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.comment-box .runner
{
	font-size: 9px;
	line-height: normal;
	padding-right: 10px;
	padding-left: 10px;
}

.comment-box h3
{
	border: 0;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.comment-box-alt .runner
{
	font-size: 9px;
	line-height: normal;
	padding-right: 10px;
	padding-left: 10px;
}

.comment-box-alt p
{
	line-height: normal;
	padding-right: 10px;
	padding-left: 10px;
}

.comment-box p
{
	line-height: normal;
	padding-right: 10px;
	padding-left: 10px;
}
.comment-box-alt
{
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	background-color: #f5f5f5;
}
/* @end */