/*  
Theme Name:XaraNet
Theme URI:
Here you are able to do as you likes.
Have fun, and don't be afraid to contact me if you have questions.
texto aka Monika  from http://www.texto.de
*/
/*-smilies without a border-*/
body img {
	border:none;
}
html {
	margin: 0 auto;
}

body {
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #454545;
	font-family: Tahoma, sans-serif;
	height: 100%;
}

#box {
	width: 788px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background: url(images/bgshadow.png) center repeat-y;
}

#logo {
	width: 780px;
	height: 81px;
	margin-left: 4px;
	background: url(images/header_logo.gif) no-repeat;
}

#topnavi {
	height: 35px;
	width: 780px;
	background: url(images/navigation_bg.gif) no-repeat;
	margin-left: 4px;
}

#topnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 35px;
	overflow: hidden;
	text-align: left;
}
#topnavi li {
	float: left;
}

#adminblogt {
	padding-bottom: 10px;
	color: #454545;
	margin-top: 15px;
	line-height: 1em;
	font-size: 1.1em;
        font-weight: bold;
}
.cleardiv {
	clear: left;
}

#middle {
	width: 780px;
	height: 122px;
	margin-left: 4px;
	text-align: left;
	background: url(images/header_blog.jpg) bottom no-repeat;
}


p {
	margin: 0 0 10px 0;
}

#wrapper {
	width: 780px;
	background: #f5f5f5;
}

#content {
	width: 600px;
	float: left;
	text-align: left;
}

#content h2 {
	padding-bottom: 10px;
	border-bottom: 2px solid #C80B1E;
	color: #C80B1E;
	margin-top: 20px;
	line-height: 1em;
	font-size: 1.3em;
}

#content h2 a {
	text-decoration: none;
	color: #C80B1E;
}

#content a {
	color: #454545;
}

#content a:hover {
	color: #C80B1E;
}

.leftmargin {
	margin-left: 20px;
}

.post {
	padding-left: 20px;
}

.postmetadata {
	width: 100%;
	margin-bottom: 40px;
	border-top: 1px solid #dfdfdf;
	padding-top: 5px;
	margin-top: 20px;
}

#navigation {
	float: left;
	width: 160px;
	text-align: left;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 0.9em;
}

#navigation h2 {
	font-size: 1em;
	text-align: right;
	margin-top: 27px;
	border-bottom: 1px solid #888;
	color: #888;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	text-align: left;
}

#navigation a {
	color: #888;
	text-decoration: none;
}

#navigation a:hover {
	color: #C80B1E;
}

#navigation input {
	border: 1px solid #afafaf;
	margin-top: 10px;
}

#footer {
	background: url(images/bgtest.png) center repeat-y;
	margin-top: 20px;
}

#wrapper img {					/*A nice hover efect when your post-images are linking somewhere*/
	border: 2px solid #FFFFFF;
	padding: 0px;
	max-width: 98%;
	border: none;
}

#wrapper a img {	
	border: 1px solid #FFFFFF;
	padding: 6px;
}

#wrapper a img:hover {	
	border: 1px solid #525D5A;
	background-color: #dfdfdf;
}	

blockquote {
	border-left: 4px solid #dfdfdf;
	padding: 10px 20px;
	background-color: #ebf0f4;
}

#line {
	width: 100%;
	height: 9px;
	overflow: hidden;
	background: url(images/header_space_line.gif) no-repeat;
	margin-left: 4px;
}

#footer {
	width: 100%;
	height: 18px;
	background: url(images/footer_bg.gif) center no-repeat;
	color: #fff;
	font-size: 80%;
}

#footer a {
	color: #fff;
}

.commentlist {
	list-style-type: upper-roman;
}

.commentlist li {
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
	padding: 8px;
	font-size: 0.8em;
}

.comauth {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.comauth a {
	text-decoration: none;
}

.comtxt {
	margin-top: 10px;
}

#commentform {
	margin: 15px 0px 30px 0px;
	}
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #D6D3CE;
	border-right: 3px solid #D6D3CE;
}
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 594px;
	padding: 2px;
	border: 1px solid #D6D3CE;
	border-right: 3px solid #D6D3CE;
}
#commentform #submit {
	width: 600px;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #D6D3CE;
	border-right: 3px solid #D6D3CE;
	font-weight: bold;
}
#commentform #submit:hover {
	background-color: #dfdfdf;
	cursor: pointer;
}

.navigation {
	margin: 20px 10px 60px 10px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	}

.ncol .navigation {
	margin: 15px 0px;
	font-size: 11px;
	}	
.ar {						/*This way you can use a simple class="ar"/"al"/"ac" to get an objet floated or centered.*/
	float: right;
	}
.al {
	float: left
	}
.ac {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.navigation a {
	color: #888;
	text-decoration: none;
}

.navigation a:hover {
	color: #C80B1E;
}

#mitte100 {
	text-align: center;
	width: 100%;
}
#mitte80 {
	text-align: left;
	width: 80%;
	margin: auto;
}

#content ul {
	list-style-image: url(gfx/bullet_normal.gif); 
}

#tbs {
	border: 1px solid #888;
	padding: 10px;
	font-size: 0.9em;
}

#tbs .comtxt {
	font-size: 0.8em;
	margin-bottom: 15px;
}
#tbs .cmeta {
	font-size: 0.9em;
	margin-bottom: 5px;
}
