/* BEGIN STRUCTURE
----------------------------------------------------------- */
* 			{margin: 0; padding: 0;}
#wrapper 	{background: url("images/header-bg.png") repeat-x 0 -60px; height: 164px;}
#subwrapper {margin: 0 auto; width: 770px;}
#header 	{padding: 15px 0 0 15px; height: 43px;}
#content 	{float: left; margin: 30px 0; width: 540px;}

/* END STRUCTURE
----------------------------------------------------------- */


/* BEGIN NAVIGATION
----------------------------------------------------------- */
#navigation 		{height: 46px;}
#navigation ul 		{list-style: none;}
#navigation ul li 	{float: right; height: 36px;	margin-right: 1px; padding-left: 16px; margin-top: 10px;}
#navigation a 		{color: #fff; display: block; float: left; font-size: 1em;	height: 40px; padding-right: 16px; padding-top: 6px; font-weight: bold;}

#navigation ul li.current_page_item 	{background: url("images/tabLeft.gif") no-repeat;}
#navigation ul li.current_page_item a 	{color: #959595; background: url("images/tabRight.gif") no-repeat 100% 0;}
/* END NAVIGATION
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
a 			{color: #757575; outline-style: none;}
a:link 		{text-decoration: none;}
a:visited 	{text-decoration: none;}
a:hover 	{text-decoration: underline;}
a:active 	{text-decoration: underline;}
/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY & COLORS
----------------------------------------------------------- */
* 			{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.5;}

h1, h1 a	{font-size: 22px;}
h2  	{font-size: 14px; color: #7d2c25; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic;}
h2 a		{font-size: 20px; color: #7d2c25; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic;}
h3, h3 a 	{font-size: 18px;}
h4, h4 a 	{font-size: 16px;}


#logo		{position: absolute; top: 5px; margin-left: -20px; height: 70px;background: url("images/logo_na.gif") no-repeat top left;padding: 0px 0 0 80px; _padding: 10px 0 0 80px; z-index: 1}
#logo a 	{ color: #fff;	font-size: 14px; font-weight: bold; text-decoration: none}


#content h2.pagetitle 	{color: #757575; text-align: center;}


h3#comments,
h3#respond 				{font-size: .9em; font-weight: normal;}

h3.enjoy				{border-top: solid 1px; color: #757575;}
h3.enjoy, 
h3.enjoy em, 
h3.enjoy a 				{font-weight: normal; font-size: .9em}
h3.enjoy em 			{color: #67b7fc;}
#content .post p 		{margin: 10px 0;}




/* END TYPHOGRAPHY & COLORS
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */
#sidebar ul li,
#footer ul li 	{list-style: none;}
#content ol li 	{margin-left: 35px;}
#content ul li 	{list-style: disc; margin-left: 30px; position: relative;}

/* END LISTS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
#content img {
	border: none;
	margin: 5px;
}

#content img.left {
	display: inline;
	float: left;
	margin: 5px 5px 5px 0;
}
#content img.right {
	display: inline;
	float: right;
	margin: 5px 0 5px 5px;
}
#content img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END IMAGES
----------------------------------------------------------- */


/* BEGIN FORMS
----------------------------------------------------------- */
input.s {
	color: #000;
	width: 167px;
	background:  #fff url("images/icons/magnifier.gif") no-repeat 100% 5px;
	border: dotted 1px #757575;
	padding: 5px 20px 5px 5px;
}




#sidebar input#s {
	background: transparent url("images/search-input-bg.png") repeat-x;
	border: 1px solid #dcdcdc;
	color: #000;
	display: block;
	height: 14px;
	padding: 8px 10px;
	width: 150px;
}

#content form#commentform input {
	background: transparent url("images/form-input-bg.png") repeat-x right 50%;
	border: 1px solid #dcdcdc;
	color: #000;
	float: left;
	height: 15px;
	padding: 8px 10px;
	width: 235px;
}

#content form#commentform textarea {
	background: transparent url("images/form-textarea-bg.png") repeat-x;
	border: 1px solid #dcdcdc;
	color: #000;
	float: left;
	height: 185px;
	padding: 8px 10px;
	width: 420px;
	overflow: hidden;
}

#content form#commentform input#submit {
	background: transparent url("images/form-submit-bg.png") no-repeat;
	border: none;
	color: #fff;
	float: left;
	height: 35px;
	padding: 8px 10px;
	width: 78px;
}

* html #header input.s,
* html #content form#commentform input,
* html #content form#commentform textarea,
* html input#submit,
* html #sidebar input#s {
	background-attachment: fixed;
}

#commentform input,
#commentform textarea {
	margin: 5px 0;
}

* html #commentform input,
* html #commentform textarea {
	margin: 10px 0;
}


#commentform label {
	float: left;
	margin: 10px 0 0 10px;
}

#commentform p {
	clear: both;
	height: 1%;
}

#content form div.search input {
	background: transparent url("images/form-input-bg.png") repeat-x right 50%;
	border: 1px solid #dcdcdc;
	color: #000;
	height: 16px;
	padding: 8px 10px;
	width: 231px;
	margin: 0 auto;
}

#content form div.search {
	text-align: center;
}
/* END FORMS
----------------------------------------------------------- */


/* BEGIN DATE BLOCK
----------------------------------------------------------- */
#content .post .date {
	background: url("images/date-bg.png") no-repeat;
	float: left;
	height: 65px;
	margin-right: 10px;
	text-align: center;
	width: 52px;
}

#content .post .date .month {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
}

#content .post .date .day {
	color: #a2b47d;
	font-size: 25px;
	padding-top: 2px;
}

/* END DATE BLOCK
----------------------------------------------------------- */


/* BEGIN POST
----------------------------------------------------------- */

#content .post .title {
	float: left;
	width: 460px;
}

#content .post {
	clear: both;
	height: 1%;
	position: relative;
}

#content .entry {
	clear: both;
	height: 1%;
	margin-bottom: 40px;
	padding-top: 5px;
}

.editlink a {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	padding-left: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

#content .post small.author {
	background: url("images/icons/user.gif") no-repeat;
	color: #b0d265;
	font-weight: bold;
	padding-left: 20px;
}
#content .post small.authorname {
 	color: #757575;;
	font-weight: normal;
}
#content .post small.categories {
	background: url("images/icons/tag_blue.gif") no-repeat;
	color: #68d0f0;
	padding-left: 20px;
}
#content .post small.categories a {
	color: #757575;
}

#content .post .comments {

	font-weight: bold;
}
#content .post a.commentslink {
	background: url("images/icons/comments.gif") no-repeat;
	padding-left: 20px;
}

#content a.rssfeed-small 	{background: url("images/icons/rss-icon-post.gif") no-repeat; padding: 2px 0 2px 20px;}
#content a.wpprintlink		{background: url("images/print.gif") no-repeat; padding: 2px 0 2px 20px;}
#content a.wpmaillink		{background: url("images/email.gif") no-repeat; padding: 2px 0 2px 20px;}

/* END POST
----------------------------------------------------------- */


/* BEGIN COMMENTS
----------------------------------------------------------- */
ol.commentlist {
  list-style: none;
}

#content ol.commentlist li.comm {
  margin-left: 0;
}

#content ol.commentlist li.comm {
	color: #000;
	position: relative;
	width: 541px;
}

.comment {
	padding: 15px;
}

cite.comment-author,
small.comment-metadata  {
	display: block;
}

cite.comment-author,
cite.comment-author a {
	color: #67b7fc;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
}

cite.comment-author {
	color: #b0d265;
	background: url("images/dots.png") repeat-x 0 100%;
}

small.comment-metadata,
small.comment-metadata a {
	text-align: right;
}

small.comment-metadata a {
	font-weight: bold;
}

#respond {
	background: url("images/icons/user_comment.gif") no-repeat 0 50%;
	padding-left: 20px;
}
/* END COMMENTS
----------------------------------------------------------- */


/* BEGIN OTHER
----------------------------------------------------------- */
.navigation 	{display: block; padding-bottom: 30px; text-align: center; position: relative; z-index: 99}
.left 			{float: left;}
.right 			{float: right;}
.center 		{text-align: center;}

blockquote {
	background: url("images/quotes.gif") no-repeat;
	font-style: italic;
	min-width: 41px;
	/* IE6 min-height hack: */
	min-height: 27px;
	height: auto !important;
	height: 27px;
	/**/
	margin:	15px 0;
	padding-left: 56px;
}

#content .post .wp-smiley {
	border: none;
	vertical-align: middle;
}

.highlight 	{color: #67b7fc; font-size: 16px;}
/* END OTHER
----------------------------------------------------------- */



#main_start {position: absolute;left: -10000px;}



/* BEGINN SIDEBAR */
#sidebar 				{float: right; margin: 30px 0; width: 226px;}
#sidebar ul li h2		{font-size: 1em; text-align: left; color: #b0d265; border-bottom: dotted 1px; width: 192px; margin-top: 20px;}
#sidebar ul li a 		{color: #757575;}

#sidebar .top			{background:  url(images/sidebar_top.gif) top left no-repeat; height: 10px; font-size: 0.001em }
#sidebar .bottom		{background:  url(images/sidebar_bottom.gif) bottom left no-repeat; height: 12px; font-size: 0.001em}
#sidebar .sidecontent	{background:  url(images/sidebar.gif) top left repeat-y; padding-left: 20px;}

/*Beginn Footer */
#footer 				{background: #c4d9db url("images/footer-bg.png") repeat-x; clear: both;	height: auto; padding-top: 15px;font-size: .7em}

#footer h2 				{color: #757575; font-size: 1em; padding-left: 15px;}
#footer ul li 			{background: url("images/dots.png") repeat-x 0 0;}
#footer ul li a 		{display: block; height: 1%;  padding: 3px 0; padding-left: 15px; height: auto; font-size: .9em;}
* html #footer ul li a 	{height: 1%;}
#footer ul li a:hover 	{background: #fbfbfb url("images/dots.png") repeat-x 0 0; color: #67b7fc;}


#footer #footerwrapper 	{margin: 0 auto; width: 770px;}
#footer #latestposts,
#footer #blogroll,
#footer #meta 			{float: left; width: 28%; margin: 0 15px;}

#footer div#credits 	{clear: both; display: block; padding: 10px 0; text-align:center; font-size: 1.2em; color: #fff}
#footer div#credits a	{font-size: 1.1em; color: #fff; font-weight: bold}

/* BEGINN SUBSCRIBE */
#subscribe 				{background: url("images/rss.jpg") no-repeat; padding: 3px 0 0 65px; height: 60px; }
#sidebar .sidecontent #subscribe a 			{border-bottom: dotted 1px; display: block; font-size: .9em;  margin: 0; padding: 2px 0 4px 0; width: 90%}

/* NEUES */
#sidebar #neues h2		{color: #b0d265; border-bottom: dotted 1px; width: 192px; margin: 20px 0 10px 0;}
#sidebar #neues a.pdf	{background: url(images/pdf.gif) no-repeat; padding:  5px 0 3px 25px;}
