/*  
Theme Name: coralian
Theme URI: http://www.medamind.de
Description: this is a special theme made for coralian

Copyright: 2009
Version: 1.0
Author : <a href="http://www.medanova.de">Anne-Kathrin Merz</a> 
*/

body{
	background: #FAF7EC;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 101%;
        font-family: Georgia, "Times New Roman", Times, serif;
}

html>body{
	font-size: 100%;
}

wrapper {
	width: 100%;
}

/****************************
General Content Styles
****************************/

h1{
	color: #923408;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
}

h2{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
}

h3{
	color: #923408;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
}

a:link, a:visited{
	color: #666666;
	border-bottom: 1px dotted #666666;
	text-decoration:none;
}

 a:hover, a:active{
	color: #DF8153;
	border-bottom: 1px dotted #923408;
}



code{
	border-bottom: 1px dotted  #666;
	border-top: 1px dotted  #666;
	padding: 8px;
	color: #333;
	font-style:normal;
	font-size: 0.9em;
	font-family: Courier, "Times New Roman", Times, serif;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 40px;
	margin-right: 40px;
	display: block;

}

.post-entry img.align-right {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 0 10px 10px;
}
.post-entry img.align-left {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}
.post-entry img.align-center {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}


.alignleft {
   float: left;
   margin: 0px 10px 10px 0;
}
.alignright {
   float: right;
   margin: 0px  0px 10px 10px;
}

img.alignleft {
   float: left;
   margin: 0px 10px 10px 0;
   padding: 3px;
}

a:link img.alignleft {
   float: left;
   margin: 0px 10px 10px 0;
   padding: 0;
}

img.alignright {
   float: right;
    margin: 0px  0px 10px 10px;
   padding: 0;
   padding: 3px;
}

img.alignnone { 
   padding: 0;
}


a:link img{
    border: none;
}

a:link img.alignright, a:link img.alignnone{
   float: right;
    margin: 0px  0px 10px 10px;
   padding: 0;

}

a:link img.border{
    border: 2px solid #923408;
}


/****************************
Wordpress Header
****************************/

#header{
	height: 160px;
	margin-top: 0px;
	background-color: #923408;
	width: 100%;
}

#header #site-meta{
       margin-left: 210px;
       height: 150px;
       padding-top: 20px;
margin-bottom: 30px;
      
}

#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	margin-bottom: 8px;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 0;
	font-weight: normal;
	letter-spacing: 2px;
        color:#FAF7EC;
}

#header h1 a:link, #header h1 a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	border-bottom: 0px;
	color: #FAF7EC;
}

#header h1 a:hover, #header h1 a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	color: #DF8153;
	border-bottom: 0;
}

#header .description{
	color: #DF8153;
	font-size: 1.4em;
}

/****************************
Wordpress Main
****************************/

#main_wrapper{
	height: 740px;
	width: 980px;
	margin-bottom: 30px;
        margin-top: 50px;
}

#main_wrapper[id]{
	height: auto;
	min-height: 740px;
	width: 980px;
}


#main{
	width: 710px;
	float: left;
	padding-right: 20px;
	border-right: 1px dotted #999;
	padding-bottom: 30px;
	margin-bottom: 20px;
	height: 820px;
}

#main[id]{
	height: auto;
	min-height: 820px;
}

#sidebar{
	float: right;
	width: 230px;
	padding-left: 6px;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 160%;
	letter-spacing: 1px;
	color: #666;
        padding-bottom: 40px;
	
}

.post{
	width: 100%;
	display: block;
	height: 200px;
	padding-bottom: 70px;
}

html>body .post{
	height: auto;
	min-height: 200px;
}


.post_meta{
	width: 170px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 10px;
	margin-top: 27px;
	float: left;

	border-top: 1px dotted  #333;
border-bottom: 1px dotted  #333;

	height: 120px;
}

html>body .post_meta{
	height: auto;
	min-height: 120px;
	margin-right: 30px;
	margin-top: 29px;

}

html>/**/body .post_meta{
	margin-top: 49px;
}

.post_meta .date, .post_meta .titel{
	color: #333;
	font-size: 1.2em;
	text-align: right;
}





.post_meta .rss_comment{
	color: #999;
	font-size: 0.7em;
	text-align: right;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	background-image: url(images/copy.gif);
	background-repeat: no-repeat;
	background-position:  right 3px;
	padding-right: 18px;
}



.post_meta .talk{
	color: #999;
	font-size: 0.7em;
	text-align: right;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	background-image: url(images/comment_left.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 18px;
}
* html .post_meta .rss_comment{
	font-size: 0.6em;
}

.post_meta .time{
	color: #999;
	font-size: 1.2em;
	text-align: right;
	margin-bottom: 14px;
}

.post_meta .labels{
	color: #923408;
	font-size: 0.7em;
	text-align: right;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	background-image: url(images/tag.gif);
	background-repeat: no-repeat;
	background-position:  right 3px;
	padding-right: 18px;
}
.post_meta .track{
	color: #923408;
	font-size: 0.7em;
	text-align: right;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	background-image: url(images/drop_box.gif);
	background-repeat: no-repeat;
	background-position:  right 3px;
	padding-right: 18px;
}

.post_meta .cats{
	color: #923408;
	font-size: 0.7em;
	text-align: right;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 9px;
	background-image: url(images/folder.gif);
	background-repeat: no-repeat;
	background-position:  right 3px;
	padding-right: 18px;
}
.post_meta .dsc{
	color: #999;
	font-size: 0.7em;
	text-align: right;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 12px;
	background-image: url(images/comment_left.gif);
	background-repeat: no-repeat;
	background-position:  right 3px;
	padding-right: 18px;
}



.post_entry{
	float: right;
	width: 498px;
	height: 200px;
	margin-bottom: 20px;
}



html>body .post_entry{
	height: auto;
	min-height: 200px;
	
}

.archiv_info{
	float: left;
	width: 400px;
	margin-left: 105px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 160%;
	display: block;
	color:  #923408;
	margin-bottom: 20px;
	
}

*:first-child+html .archiv_info{
	margin-left: 210px;
	width: 400px;
}

html>/**/body .archiv_info{
	float: left;
	width: 100%;
	padding-left: 210px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 160%;
	display: block;
	color:  #923408;
	
}

.post_entry {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	line-height: 180%;
	color: #666;
}

* html .post_entry {
	font-size: 0.85em;
}

/*
.post_entry, .post_entry p, .post-entry div, .post-entry td, .post_entry li {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.79em;
	line-height: 180%;
	color: #666;
}
*/





.post_entry h1.title{
	margin-top: 0;
	padding-top: 0;
}

.post-entry .extern, .extern{
	background-image: url(images/extern.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 18px;
	margin-right: 2px;
	white-space: nowrap;
	display:inline-block;
}

.more-link{
	display: block;
	margin: 18px 0px 3px 0px;
}

.more-link a:link,.more-link a:visited{
	color: #923408;
	border-bottom: 1px dotted #666666;
	text-decoration:none;
	font-size: 1.0em;
	font-weight: bold;
}

 .more-link a:hover,.more-link a:active{
	color: #923408;
	border-bottom: 1px dotted #FF6600;
	font-size: 1.qem;
}


/********************************
Kommentare und so
*********************************/

.avatar{
      display: block;
float: none;
}
div#comments{
	margin-top: 40px;
	margin-bottom: 40px;
	color: #999;
	float: right;
	width: 498px;
}

div#comments h2{
	color:  #923408;
	font-size: 1.1em;
}

div#comments h3{
	color:  #333333;
	font-size: 0.95em;
	font-weight: bold;
	margin:3px 0px 12px 0px;
}

div#comments small{
	color:  #666;
	font-size: 0.68em;
	margin:3px 0px 6px 0px;
}

div#comments ol{
	
	list-style-type: none;
	margin: 10px 0 10px 0;
	
}

div#comments ol li{
	
	padding: 6px;
	border: 1px dotted #666;
        margin-bottom: 20px;
}

.commentlist p {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 160%;
	color: #333;
}

div#respond{
	float: right;
	width: 498px;
}



div#respond h2{
	color:  #923408;
	font-size: 1.5em;
}

div#respond p{
	font-size: 0.9em;
	letter-spacing: 0px;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
}



#respond .commentinput, #respond .commenttext{
	display: block;
	margin-bottom: 2px;
}

#respond .commentinput label {
	color: #666666;
	font-weight: bold;
	font-size: 1.1em;
	width: 220px;
	float: left;
}

html>body #respond .commentinput label {
	font-size: 0.93em;
}

#respond .commenttext label {
	color: #666;
	font-weight: bold;
	font-size: 1.1em;
	width: 220px;
	display: block;
}

html>body #respond .commenttext label {
	font-size: 0.93em;
}

#respond .commentinput input {
	color: #666;
	font-size: 0.9em;
	width: 240px;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

html>body #respond .commentinput input {
	font-size: 0.78em;
}

#respond .commenttext textarea{
	color: #666;
	width: 460px;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.96em;
}

#respond button{
	background: #333;
	border: #333;
	color: #FFF;
	cursor: pointer;
	border: 0;
}



.clearit{
	width: 100%;
	height: 1px;
	clear: both;
}

.navigation{
	float: right;
	width: 498px;
}

/********************************
Sidebar und so
*********************************/

#sidebar ul{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#sidebar ul li.widget{
	margin-top: 20px;
	padding-left: 0;
}

#sidebar ul li.widget h2{
	color:  #923408;
	font-size: 0.95em;
	font-weight: bold;
}

#sidebar ul li.widget ul li {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 160%;
	color: #666;
}

#sidebar p{
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 0.95em;
	color: #333;
}

/********************************
Footer
*********************************/


#footer{
	width: 100%;
	background-color: #923408;
	height: 120px;
	padding-top: 20px;
        background-image:url(images/bottom.gif);

}

#footer_inner{
	margin-left: 220px;
	/*background-image:url(footer_schriftzug.jpg);
	background-position: 0px 86px;
	background-repeat: no-repeat;*/
	height: 120px;
	color: #333;
	overflow: hidden;
	
}

.wp-pagenavi{
 float: right; 
text-align: right;
font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}

span.pages{
 margin-right: 15px;
}

#bloginfo a:link,#bloginfo a:visited{
	color: #FAF7EC;
	border-bottom: 1px dotted #333;
	text-decoration:none;
}

#bloginfo a:hover,#bloginfo a:active{
	color: #333;
	border-bottom: 1px dotted #FFF;
}

#bloginfo{
	padding-bottom: 10px;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}



a#rss-entries {
	background: url(images/coralian_inactive.gif) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width:100px;
	cursor: pointer;
}
a#rss-entries:hover {
	background: url(images/coralian_active.gif) no-repeat 0 0;
}
a#rss-comments {
	background: url(images/comments_inactive.gif) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 100px;
}
a#rss-comments:hover {
	background: url(images/comments_active.gif) no-repeat 0 0;
}


	
	#footer_inner .slogan{
	color: #333;

	margin-top: 50px;
	font-size: 4.6em;
	display: block;
	letter-spacing: 2px;
	overflow: hidden;
	text-align: left;
	float: none;

}

/***********************************

Suche
************************************/

#searchform button{
	background: #333;
	border: #333;
	color: #FAF7EC;
	cursor: pointer;
	font-size: 0.9em;
	margin-left: 4px;
 border: 0;
	font-weight: bold;
}

html>/**/body #searchform button{
	padding: 3px;
	height: auto;
	border: 0;
}

#searchform input {
	color: #666;
	font-size: 0.78em;
	width: 160px;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

/********************************
WP Styles
*********************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 10px 10px 0;
}
.alignright {
   float: right;
   margin: 0px  0px 10px 10px;
}

img.alignleft {
   float: left;
   margin: 0px 10px 10px 0;
   padding: 0;
}

img.alignright {
   float: right;
    margin: 0px  0px 10px 10px;
   padding: 0;
}



.wp-caption {
   text-align: center;
   background-color: #666;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

blockquote{
	border-bottom: 1px dotted  #923408;
	border-top: 1px dotted  #923408;
	padding: 8px;
	color: #333;
	font-style:italic;
	font-size: 1.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 18px;
	margin-bottom: 18px;

}






