/*  
Theme Name: BlogStone
Author URI: http://www.pixline.at
*/
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF url(images/main-bg.gif);
	margin: 0px;
	padding: 0px 0px 40px;
}
th {
	margin: 15px 0 0;
}
a {
	color: #2e5bb6;
	text-decoration: none;
}
a:visited {
	color: #2e5bb6;
	text-decoration: none;
}
a:hover {
	color: #fdbf02;
	text-decoration: underline;
}
img {
	
}
p {
	padding: 0px 0px 15px;
	margin: 0;
}
h1 {
	margin-top: -19px;
	padding-left: 49px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #ffbb3e;
}
h1 a, h1 a:visited{
	color: #ffbb3e;
	text-decoration: none;
}
h1 a:hover{
	
}
h2 {
	color: #94bb02;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #94bb02;
	text-decoration: none;
}
h2 a:hover {
	color: #fbc521;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 20px auto;
	width: 990px;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
}
#header {
	background: #2652b9 url(images/header-bg.jpg) no-repeat;
	height: 173px;
	border-bottom: 0px solid #59780a;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 196px;
	bottom: -22px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}
#nav {
	list-style: none;
	margin-top: 36px;
	position: absolute;
	left: -30px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #FFF;
	text-decoration: none;
	padding: 10px 15px 27px 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 16px;
	font: bold 13px/100% Trebuchet Ms, Tahoma, Arial, sans-serif;
	background: url(images/nav-button-bg.gif) repeat-x top;
	display: block;
}
#nav .page_item a{
	color: #FFF;
	text-decoration: none;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 16px;
	font: bold 13px/100% Trebuchet Ms, Tahoma, Arial, sans-serif;
	display: block;
}
#nav .page_item a:hover {
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px 27px 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 16px;
	font: bold 13px/100% Trebuchet Ms, Tahoma, Arial, sans-serif;
	background: url(images/nav-button2-bg.gif) repeat-x top;
	display: block;
}
#content {
	padding: 10px 0px 30px 27px;
	background: #FFFFFF
	float: left;
	width: 692px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 77px;
	height: 99px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-year {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 11px;
	margin-left: -20px;
}
.post-month {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #575757;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 14px;
	margin-left: -3px;
}
.post-day {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #B1E100;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:left;
	width: 522px;
	margin-left: 25px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	height: 20px;
	float: left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
	padding-bottom:10px;
}
.post-content li {
	list-style: none;
	background: url(images/mini-list.gif) no-repeat left center;
	padding-top: 0px;
	padding-bottom:0px;	
	padding-left: 25px;
	height:22px;
	text-align:left;
	font-size: 95%;
	color: #000000;
	clear: both;
	margin-left:-40px;
}
.post-content img, .mygallerypreviewpics a img {
	margin:2px 6px 2px 0px;
	padding: 2px;
	border: 1px solid #e8e8e8;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #84ba01;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	color: #84ba01;
}
.commentlist {
	margin: 0px 0px;
	padding-left: 30px;
	line-height: 130%;
	background: #F8F8F8;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #F8FFE1;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #2e5bb6;
}
.commentlist cite a:hover {
	color: #fdbf02;	
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Trebuchet Ms, Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#F4FFD2;
	border: 1px solid #E4E4E4;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background:#F4FFD2;
	border: 1px solid #E4E4E4;
	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;
	font: bold 12px Trebuchet Ms, Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	margin-right: 200px;
	padding: 0px;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
#sidebar {
	float: right;
	width: 220px;
	color: #FFFFFF;
	overflow: hidden;
}
#sidebar h2, #sidebar .sidebartitle {
	font: normal 130%/120% Trebuchet MS, Tahoma, Arial;
	color: #fdbf02;
	margin: 20px 0px 2px 0px;
	border-bottom: 1px solid #607CBC;
}
#sidebar a, #sidebar a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FBB002;
	text-decoration: none;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0px 2px 0px;
	margin-bottom: 3px;
	margin-top: 5px;
	border-bottom: 1px solid #607CBC;
}
#sidebar ul.wp-calendar li{
	border-bottom: 0px solid #607CBC;
}
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
#sidebar ul.feed li {
	text-align: right;
	border-bottom: 0px solid #607CBC;
}
#sidebar ul.feed li a:hover {
	color: #B1E100;
}

#sidebar .sidebartitle2 {
	text-align: right;
	font: normal 130%/120% "Trebuchet MS", Tahoma, Arial;
	color: #B1E100;
	margin: 20px 0px 2px 0px;
	border-bottom: 0px solid #607CBC;
}

.list-blogroll a{
	padding-left: 10px;
}
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat;
	padding-left: 16px !important;
	height: 22px;
}
.category tag {
	margin:5px;
	padding: 5px;
}
.list-cat a {
	padding-left: 5px;
}
ul.list-cat li, li.widget_categories li{
	background: url(images/list-category.gif) no-repeat;
	padding-left: 20px !important;
	height: 22px;
}
.list-archives a {
	padding-left: 5px;
}
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat left top;
	padding-left: 20px !important;
	height: 22px;
}
.list-page a {
	padding-left: 5px;
}
ul.list-page li, li.widget_pages li, li.widget_recent_entries li {
	background: url(images/mini-page.gif) no-repeat;
	padding-left: 20px !important;


}
ul.list-page li ul li, li.widget_pages li ul li{
padding-bottom:10px;
}
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat;
	padding-left: 20px !important;
}
.textwidget {
	padding-top: 5px;
}
#searchform {
	height: 28px;
	margin: 15px 0 0;
	height: 28px;
}
/*ul.search_bg{
background-color: #b1e100;
}*/
#searchform br {
	display: none;
}
#searchform #s {
	width: 130px;
	height: 24px;
	padding: 3px 10px 0px 0px;
	border: 0px solid #FFF;
	background: #FFF;
	margin: 0 5px 0 0;
	color: #333;
	font-family: Trebuchet Ms, Tahoma, Arial, sans serif;
	font-size: 1.0em;
	font-weight: normal;
}
#searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat left center;
	border: none;
	width: 70px;
	height: 28px;
	line-height:28px;
	font: bold 12px Trebuchet Ms, Tahoma, Arial, sans-serif;
	color: #FFFFFF;
		vertical-align: top;
}
#searchform input[type="submit"] {
	border: none;
	width: 70px;
	height: 28px;
	line-height:28px;
	font: bold 12px Trebuchet Ms, Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	vertical-align: top;
}
#credits {
	margin: -15px auto;
	width: 990px;
	color: #FFF;
	font-size: 85%;
	line-height: 140%;
}
#credits a, #credit a:visited{
	color: #FBB002;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 0px;
	margin-left: 15px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 20px;
	color: #FFF;
}
.center {
	text-align: center;
}
img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #E4E4E4;
	padding: 3px;
	background: #FFF;
}
a:hover img.center {
	border-color: #CCC;
	background: #CCC;
}
.alignleft {
	float: left;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFF;
}
a:hover img.alignleft{
	border-color: #FF6600;
	background: #FF6600;
}
.alignright {
	float: right;
}
img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFF;
}
a:hover img.alignright{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto -10px;
	width: 220px;
}
#wp-calendar #today a{
	empty-cells: show;
	color: #B1E100;
	border: 1px dotted #ccc;
}
#wp-calendar #today a:hover{
	empty-cells: show;
	color: #FFF;
	border: 1px solid #FFF;
}
#wp-calendar #next a {
	border: 0px solid #FFF;
	border: 1px solid #3469CB;
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #next a:hover {
	color: #FFF;
	background-color: #FFBB3E;
	border: 1px solid #FFF;
}
#wp-calendar #prev a {
	font-size: 9pt;
	border: 1px solid #3469CB;
	padding-left: 10px;
	text-align: left;
}
#wp-calendar #prev a:hover {
	color: #FFF;
	background-color: #FFBB3E;
	border: 1px solid #FFF;
}
#wp-calendar th {
	width: 25px;
	height: 20px;
	background-color: #B1E100;
	border: 1px solid #FFF;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar a {
	border: 1px solid #3469CB;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #fdbf02;
}
#wp-calendar a:hover {
	background-color: #B1E100;
	border: 1px solid #FFF;
	color: #FFF;
}
#wp-calendar caption {
	font: bold 1.3em Trebuchet Ms, Verdana, Arial, sans-serif;
	margin-top:10px;
	text-align: center;
	width: 100%;
}
.flash {
z-index: 0;
}