/*
This style is inspired by Design made in Germany: www.designmadeingermany.de
converted to a bBlog skin with permission from Martin Rack: www.martinrack.de
Made for bBlog by Dominic Frohlof: www.pixelpope.com
Version: 0.1 beta / 2005/05/21
*/

/* reset everything to zero for full control*/
body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, table, block, div, blockquote{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/* ----------------------------------------- */

body {
   font: normal 10px/1.5em verdana, arial, helvetica, sans-serif;
	color: #333;
	margin: 0px;
}

#mainarea {
}

.blog {
	width: 484px;
	position: relative;
	left: 2px;
	top: 0px;
	padding-top:70px;
}

em { 
	padding-left: 15px; 
	padding-right: 15px; 
}

h1,h2,h3,h4,h5 { margin: 0px; padding: 0px; font-family: verdana, arial, verdana, sans-serif; }

p { margin-bottom: 10px; padding: 0px; font-family: verdana, arial, verdana, sans-serif; }

h1,h2 {font-size: 11px; height: 15px;}
h3,h4	{font-size: 11px; }
h5,h6 {font-size: 10px;}


a {
	text-decoration: none;
	padding: 1px 0;
}

a:link		{color: #242424;}
a:visited	{color: #242424;}
a:active	{color: #242424;}
a:hover	{color: #ba1c11;}

/* the nice border style */

.box {
	border-top-color:   #ADADAD;
	border-left-color:  #ADADAD;
	border-right-color: #FFFFFF;
	border-bottom-color:#FFFFFF;
	margin: 0px;
}

.box1, {
	/*width: 486px;*/
	/*	border-top: 1px solid #FFFFFF;*/
	/*border-left-color:  #FFFFFF;
	border-right-color: #ADADAD;*/
	/*	border-bottom: 1px solid #ADADAD;*/
	/*padding: 15px;*/
	margin: 0px;
}

.box2, textarea {
	/*width: 486px;*/
	background-color: #e9e9e9;
	/*border-top:  2px solid #D4D4D4;
	border-left: 2px solid #D4D4D4;
	border-bottom: 1px solid #ADADAD;
	border-right:  1px solid #ADADAD;*/
	padding: 15px;
	margin: 0px;
}

.input {
	background-color: white;
}

#links .box2 {
	padding: 1px;
	background-color: white;
}

/* border styles */

code {
	display: block;
	margin-bottom: 10px;
}

blockquote, code {
	padding: 5px;
	background-color: #e9e9e9;
	color: #000;
	margin: 0px 0px 10px 0px; 
}

/* form stuff ---------------------------------------*/

textarea, input {
	padding: 1px;
}

.formfieldcontainer.input { 
	padding: 1px;
}

textarea {
	width: 90%;
	margin: 0px;
	outline: none;
	display: block;
}

.form {
	width: 454px;
	padding: 15px;
	background-color: #e6e6e6;
	border: 1px solid #949292;
}

.formfieldcontainer {
}

.formfield {
}

.formleft {
padding: 0;
margin:0;
}

.commentsfield {
background-color: white;
width: 100%;
}

.formbutton {
}

.checkbox {
	border: 0px;
}

.clear {
/*height: 4px;*/
}

#submit{
	background-color: #494949;
	width: 100%;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-align: center;
	position: relative;
	bottom: 0px;
}

/* header stuff ----------------------------- */

#banner {
	display: block;
	font-weight: bold;
	/* width:529px; */
	margin-bottom: 20px;
	font-size: 12px;
}

#banner-commentspop {
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
}

#banner h1 {
	display: inline;
	font-weight: bold;
}

 .description {
	font-size: 11px;
}	

/* main content stuff --------------------------- */

#content, .content{
	float: left;
	width:486px; 
}

#content ul, #content ol{
	margin-bottom: 10px;
	margin-left: 15px;
}

#content ol {
	margin-left: 25px;
	list-style-type: decimal;
}

#container {
}

#content .blog, #container .blog {
}

#content .blog {
}

.blogbody {

}

.blog .blogbody .box1 .title	{ 
	font-size: 18px;
 	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 6px;
}			

.box1 .title	{ 
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}	

#menu {

}		

.date	{ 
	margin: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}			

.posted	{ 
	background-color: #c6c6c6;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.Trackback { 
	color: #666666;
}

/* archive stuff -------------------- */

#archive a {	
	display: block;
	left: 0;
	height: 20px; /* just had to do this for IE*/
}

#archive ul, ol{
	list-style-type: none;
}
#archive .box2 .month .title {
	font-weight: bold;
	font-size: 11px;
	margin-top: 15px;
	margin:0;
	padding-bottom:8px;
	color: #ba1c11;
	float: left;
	width:486px;
}

#archive .day{
	margin-left: 15px;
	float: left;
	width:486px;
}

#archive .box2 {
	padding: 0;
	margin: 0;
}

/* side stuff -------------------------- */

#links {
	text-align: left;
	width: 208px;
	position: absolute;
	margin: auto;
	right: 2px;
	top: 227px;
	/*	float: right;*/
}

#links a {
	 display: block;
	 width: 188px;
	 position: relative;
	 left: 0;
}

#links ol, #links ul {
	list-style-type: none;
}

.sidegroup {

}

.side {
	right: 0;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

.side a:link, .side a:visited {
	color: #01438d;
}

.side a:hover {
	
}

.sidetitle {
	background-color: #494949;
	color: white;
	font-weight: bold;
	width: 100%;
	/*padding-top: 1px;;*/
	margin-top: 2px;
	padding-bottom: 1px;
	text-indent: 6px;
	float: right;
}

.syndicate {
}	

.powered {
}

/* comments ----------------------- */

.comments-body {
	color: black;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}		

.comments-post {
	color: #646464;
	font-size: 10px;
	border-bottom: 1px dashed #5d5d5d;
}	

.trackback-url {
}

.trackback-body {
}		

.trackback-post {
}

.comments-head	{
	font-size: 11px;
	color: #646464;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-top: 6px;
}		

#author, #email, #url, #text, #title {
}


/* calendar css */
.calendarHeader a {display: inline; }
.calendarToday {font-weight: bold; color:#333;  background-color:#eee ;}
.calDayLink { }
.calendar {  }
.calendartab { color: #888;}
#Cal { margin-bottom: 0px;}


div#rightarea {display: none;}