/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}

a:hover {
	color: #06C;
	}
a img {
	border: 0 none;
	}

body {
	background: #ffffff url('img/top_stripes.png')repeat-x scroll 0 0;
	padding-top: 50px;
	color:#333333;
	font-family:"Arial","Helvetica",sans-serif;
	font-size:85%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
}

p,code,ul {
	padding-bottom: 1.2em;
	font-size:12px;
	}

li {list-style: none;}

h1 {
	font-size: 15px;
	font-family: Tahoma,sans-serif;
	font-style: normal;
	}
h2 {
	-x-system-font:none;
	font-family:sans-serif;
	font-size:15px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	}
h3 {font: bold 1em Tahoma,sans-serif;}

h1,h2,h3 {
	padding-top: 6px;
	color: #5B6582;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
	}
.left {
	float: left;
	padding-left:10px;
	padding-top:18px;
	}
.right {
	float: right;
	}

/* structure */
.inner-container {
/*	border: 2px solid #D7D7D2;*/
	background: #FFF;
/*	font-size: 1.2em;*/
	margin: 0 auto;
/*	padding: 10px;*/
	width: 950px;
}

.outer-container {
	background-color: #ffffff;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	height: 75px;
/*	margin-top:5px;*/
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:950px;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

.logo{
	height:58px;
	margin-left:10px;
	width:321px;
}



.twitt{
	height:40px;
	margin-left:825px;
	margin-top:-64px;
	}

/* path */

.path{
float:right;
font-size:1em;
margin-left:235px;
margin-right:-15px;
margin-top:-37px;
overflow:hidden;
position:relative;
}
/*
div.path a {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	font-family:"Lucida Grande","Arial","Helvetica";
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	font-size:95%;
}
*/
div.path a {
/*	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	font-family:"Lucida Grande","Arial","Helvetica";
	font-size:1em;*/
	font-weight:bold;
	font-size:80%;
/*	text-align:center;
	text-decoration:underline;*/
}

/*
.path{
	color:#000000;
	font-size:85%;
	color:#333333;
	float:right;
	font-family:Tahoma,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.5;
	margin-left:235px;
	margin-top:-30px;
	overflow:hidden;
	position:relative;
}

*/
/*.path {
	font: 13px Verdana,sans-serif;
	padding:0 12px 8px 280px;
	font-weight: bold;
	margin-top:-15px;
}*/
.path li,.path ul {
	display: inline;
	}

.path a {
	color: #000000;
	text-decoration: none;
	margin-right: 16px;
	text-decoration: underline;

}
.path a:hover {
	color: #72B319;
	text-decoration: none;
}

/* main */
.main {
	background: url('img/main.gif') repeat-y;
	border-top: 4px solid #FFF;
	padding: 0 12px 0 0;
	margin-top:-10px;
}

/* content */
.content {
	float: right;
	width: 710px;
}
.content .descr {
	color: #5B6582;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	list-style-type:square;
	margin-left: 18px;
}
.content p {
	font-family: "Arial",sans-serif;

	}

/* navigation */
.navigation {
	float: left;
	width: 210px;
	margin-top:10px;
	background-color:#E4F1F5;
}
.navigation h2 {
	color: #5B6582;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size:10px;
	color: #000000;
	display: block;
	padding: 6px 0 6px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #000000;
}

/* footer */
.footer {
	background-color:#E4F1F5;
	background-image:url('img/footer_spritz1.png');
	background-repeat:no-repeat;
/*	border-top:1px solid #CCCCCC;*/
	height:50px;
	margin-top:10px;
	overflow:hidden;
	padding:0;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {
	color: #FFC;
	}

.footer_twitter {
	height:50px;
	margin-left:210px;
	margin-top:-1px;
	width:110px;
}

/* posts */
.post h1 a {
	color: #0D83DD;
	text-decoration: none;
}
.post h1 a:hover {
	border-color: #F60;
	color: #5B6582;
}

.post {
/*	margin: 6px 0 2px;*/
	}
.post .info{
	background:#E4F1F5 none repeat scroll 0 0;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
.post img {
	border: 4px solid #DDD;
	margin: 4px 0;
}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #7BB54A;
	text-decoration: none;
}


ol.commentlist strong {
/*	color: #7BB54A;*/
}

.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {
	padding: 10px;
}

div#footer_concept {
	background-image:url(img/footer-concept.gif);
	bottom:0;
	height:289px;
	margin-bottom:0;
	margin-left:570px;
	margin-top:60px;
	overflow:hidden;
	position:relative;
	top:auto;
	width:457px;
	z-index:115;
}
