/*  
Theme Name: thiara.de
Theme URI: http://www.thiara.de
Description: thia's own template
Version: 1.0
Author: thiara
Author URI: http://www.thiara.de

*/


body {
	margin:0px;
	font-size: 0.9em;
	color: #4A4A49;
}

div, p, form, span{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #4A4A49;
}

td {
	font-size: 8pt;
}

/* Grundgerüst */

#wrap {
	width: 800px;
	margin: 0pt auto;
	padding: 0;
	background: url(gfx/zweig.png) no-repeat right top;
	min-height: 350px;
}

/* für den IE */
* html #wrap {
	width: 800px;
	margin: 0pt auto;
	padding: 0;
	background: url(gfx/zweig.png) no-repeat right top;
	min-height: 350px;
}

#header {
	margin: 0px auto;
	padding: 150px 330px 10px 30px;
	height: 40px;
	text-align: center;
	font-size: 9pt;
}

/* für den IE */
* html #header {
	height: 200px;
	padding: 150px 330px 10px 30px;
}

#sidebar {
	width: 150px;
	float: right;
	padding: 80px 30px 10px 10px;
	font-size: 9pt;
}

#sidebar .recentPosts {
	width:120px;
}

/* für den IE */
* html #sidebar {
	width: 210px;
	padding: 100px 30px 10px 10px;
}

#footer {
	margin: 10px;
	width: 600px;
	font-size: 8pt;
	text-align: center;
	clear: both;
}

#content {
	width: 500px;
	padding-bottom: 0px;
	min-height: 350px;
	float: right;
	overflow:hidden;
}

.post, .post_1 {
	padding: 10px;
	background-color: #fce9f1;
	border: dashed #4A4A49 1px;
	margin-bottom: 10px;
	font-size: 8pt;
}

.post_1, #post_1 {
	min-height: 320px
}


/* Anchor */

a {
	text-decoration: underline;
	color: #4A4A49;
}

a:hover, a.header:hover, div#sidebar a:hover  {
	text-decoration: underline;
}

a.noline, a.noline:hover , div#sidebar a {
	text-decoration: none;
}

a.header {
	text-decoration: none;
	color: #4A4A49;
}

a.selected {
	font-weight:bold;
	text-decoration: none;
}


/* Bilder */

img {
	border: 0px;
}

img.foto {
	border: solid black 1px;
	margin: 2 px;
}

.box {
	padding: 2px;
	border: solid #4A4A49 1px;
	background-color: #FFFFFF;
}

#freunde {
	float:right;
	margin-bottom: 10px;
}





/* Texte */

h2 {
	background: transparent url(gfx/heading-bg.gif) repeat-x scroll center bottom;
	font-size: 20px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 10px;
}

h3 {
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

blockquote {
	background:transparent url(gfx/blockquote.gif) no-repeat scroll left top;
	color:#540E64;
	margin:1em;
	padding:0 0 10px 50px;
}


/* Elemente */

#clear {
	clear: both;
}

#farbkasten {
	width:80px;
	height:20px;
	float:left;
}

hr {
	border: none 0;
	border-top: 1px dashed #4A4A49;
	width: 80%;
	height: 1px;
	margin: 15px auto;
}


/* Gästebuch */
div.gbinput{
	margin:10px;
}

input.gbinput {
	width: 200px;
}

input.gbinput_captcha {
	width: 117px;
}

textarea.gbinput{
	width: 400px;
}


/* Blog */
.postfeedback {
	clear:both;
	text-align:right;
}

div#sidebar ul, div#sidebar li {
	list-style-type:none;
	margin:0px;
	letter-spacing:0pt;
	padding:0px 0px 0px 0px;
}

* html div#sidebar ul.cat {
	margin-top:15px;
}

div#sidebar li {
	padding-left: 10px;
}

div#sidebar h3 {
	margin-bottom: 2px;
}

div#sidebar li.pagenav, div#sidebar li.categories {
	padding-left: 0px;
}

div#sidebar li.shortLink {
	width: 110px;
}

.previousPosts {
	float:left;
}

.nextPosts {
	float:right;
}

.entry {
	clear:both;
}



/* Reisetagebuch */

#reise_fotos {
	padding: 5px;
	border: solid #4A4A49 1px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
}

.reise_tag_selected {
	text-decoration: none;
	font-weight: bold;
}


/* Blogroll */

#blogroll h2 {
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin:10px 0 5px;
	padding:0;
}


/* Kalender */

#wp-calendar {
	margin: auto;
	font-size: 1em;
}
#wp-calendar caption {
	font-size: 1.1em;
	text-align:left;
}

#wp-calendar th {
	font-size: 0.9em;
	font-weight:normal;
}

#wp-calendar #today {
	border: 1px solid #cccccc;
}

#wp-calendar td {
	color: #cccccc;
}

#wp-calendar #next a, #wp-calendar #next  {
	padding-right: 5px;
	text-align: right;
}

#wp-calendar #prev a, #wp-calendar #prev {
	padding-left: 5px;
	text-align: left;
}
