/*
Theme Name: Projekt Misside Guinea
Theme URI: http://www.projekt-misside-guinea.de
Description:
Version: 1.0
Author: KOMSA
Author URI: http://www.projekt-misside-guinea.de
*/

/* main */

body {
	background: url(img/background.gif) #F2E9CF repeat-x;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
}

#container {
	position: relative;
	width: 620px;
	margin: 0 auto;
}

#box {
	float: left;
	width: 595px;
	margin: 0 auto;
}

#header {
	background: transparent url(img/header.gif) no-repeat center;
	height: 131px;
	width: 570px;
	margin: 0 auto;
}

#title	{
	background: url(img/title.gif);
	height: 71px;
	width: 570px;
	margin: 0 auto;
}

#navigation {
	background: url(img/navigation.gif) no-repeat;
	height: 27px;
	width: 570px;
	margin: 0 auto;
	text-align:center;
}

#content{
	position: relative;
	float: right;
	width: 570px;
	background: url(img/content.gif) repeat-y;
	margin: 0 auto;
}

#footer{
  background: transparent url(img/footer.gif) no-repeat center;
	height: 30px;
	width: 570px;
	clear: both;
	margin: 0 auto;
}

* {
	margin: 0;
	padding: 0;
}

/* text-style */

h1 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #673434;
	padding: 5px 0;
}

h2 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #673434;
	padding: 10px 0;
}

h3 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	padding: 10px 0;
}


.zitat {
  padding:0 25px;
}

blockquote {
  background: url(img/quote.gif) 10px 0.75em no-repeat;
  padding-left:35px;
  margin: 0.25em 0;
}

.zitat_be {
  font-size: 35px;
	color: #673434;
  padding-right:5px;
  padding-bottom:5px;
}

cite {
 font-size: 13px;
}

p {
	text-align: justify;
	line-height: 1.5em;
  margin-top:5px;
  margin-bottom:5px;
}

/* links */

a {
	text-decoration: none;
	color: #673434;
}

a:hover {
	text-decoration: none;
	color: #9B0000;
}

#pagenav li a {
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	padding: 6px 4px 5px 4px;

}

#pagenav li a:hover {
	display: inline;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: underline;
	color: #FFFFFF;
	padding: 6px 4px 5px 4px;
}


hr {
	display: none;
}

/* images */

img {
	border: none;
}

.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/}
.wrap1 {
	float:left;
	background:url(img/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(img/corner_bl.gif) left bottom no-repeat;}
.wrap3 {
	padding:0 8px 8px 0;
	background:url(img/corner_tr.gif) right top no-repeat;}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}

#picture .wrap1 {background:url(img/shadow.gif) right bottom no-repeat;}
#picture .wrap2 {background:url(img/corner_bl.gif) -1px 100% no-repeat;}
#picture .wrap3 {
	padding:0 6px 6px 0;
	background:url(img/corner_tr.gif) 100% -1px no-repeat;}

/* listen */

ul {
	list-style-type: none;	
}

#pagenav li {
	display: inline;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	padding: 6px 8px 3px 6px;
}

/* navigation */

#pagenav {
	display: inline;
	float: left;
	font-size: 10px;
	text-align: center;
	list-style: none;
	margin: 0;
	padding-top:5px;
	padding-left: 10px;
}

/* content */

.post {
  padding: 10px 0px 0px 0px;
  width: 530px;
  margin: 0px auto;
}

/* comments */

.commentmetadata {
  background-color:#FFFFF2;
}

.commentlist {
  list-style-type:decimal;
  padding:0 15px 15px 20px;
}

.commentlist li {
  margin:15px;
}

em {
  color:red;
}

/* email */

.contactform {width: 84%; position: relative; margin:4px auto 4px 20px;font-size:0.9em; }

.contactleft {width: 25%; text-align: right; clear: both; float: left; display: inline;
	padding: 4px; margin: 4px 0;}

.contactright {	width: 70%; float: right; display: inline; 	padding: 4px; margin: 4px 0;}

.contacterror {border: 1px solid #ff0000;}
