/*
Theme Name: Robert Hellmann
*/
body {
	position: relative;
}
.post {
	float: left;
	padding: 0 20px;
	width: 520px;
	height: auto;
}
.comments {
	float: left;
	padding: 0 20px;
	width: 520px;
}
.sidebar_top {
	border-left: 1px #CCC solid;
	margin-top:20px;
	padding: 0 0 0 10px;
	position:absolute;
}

.sidebar_top ul {
	padding:0px;
}
.sidebar_top li {
	list-style-type: none;
	margin:0px;
}

/*
Standard Stylin
*/
a:link,
a:visited {
	color: #013d5d;
	text-decoration: none;
}
a:hover {
	background: #013d5d;
	color: #fff;
}
.nav:hover {
     text-decoration: none;
     background: none;
     color: none;
}
.post img {
	border: 1px #ccc solid ;
	margin: 5px;
	padding: 5px;
}
img a {
	background: none;
	color: none;
}
label {
	margin: 0 0 0 10px;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.1em;
	color: #013d5d;
}
h1 a {
	color: #013d5d;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.1em;
	color: #013d5d;
}
h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	color: #013d5d;
        margin-left:10px;
}
p {
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 10px;
}
/*p a {
	color: #013d5d;
}
p a:hover {
	background: #013d5d;
	color: #000;
	padding: 1px 0;
}*/
ul {
	padding: 5px 10px 5px 20px;
}
li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: bullet;
	margin-left:20px;
}
blockquote {
	background: #666;
	border: 1px solid #333;
	font-weight: italic;
	margin: 0 5px 10px 5px;
	padding: 10px 10px 1px 10px;
}
hr {
	color: #CCC;
	margin: 0 0 50px 0;
	width: 940px;
}
hr a {
	background: none;
}
.post-date{
	float: left;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 8px 0px 0px 0px;
	text-align: center;
	display: inline;
	margin: 2px 10px 0px 0px;
	background: url(images/date_button_template.gif) no-repeat;
	height: 68px;
	width: 60px;
	line-height: 1.4em;
}


/*Comment Template*/
/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px;
	clear: both;
	width:500px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
	width: 500px;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #dde8ff;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #003366;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#eef8fe;
	border: 1px solid #79b2d3;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#eef8fe;
	border: 1px solid #79b2d3;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	/* background: url(images/btn-bg.gif) no-repeat; */
        background-color:#015e8f;
	font: bold 12px Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	border: none;
	width: 144px;
	height: 28px;
	cursor: pointer;
	float:left; 
	margin-left:0px;
	margin-bottom:30px;
}

/* special class used to force floating columns to set to correct height */
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
 }

