/*  
Theme Name: United Creatures
Theme URI: 
Description: Die Umsetzung der statischen Seite von United Creatures in ein Wordpress Theme.
Version: 1.0
Author: Robert Kresse von http://ethicmedia.org
Author URI: http://ethicmedia.org/kontakt/

	
 */

html{
     }

body
{
	font-family : Arial, Helvetica;
	font-size : 8pt;
	color : #0C3007;
}

/*--------------------textgestaltung--------------------*/
p{
	font-family : Arial, Helvetica;
	font-size : 9pt;
	color : #0C3007;
}

h1
{
	font-family : Arial, Helvetica;
	font-size : 10pt;
	color : #0C3007;
	height: 20px;
	padding-top: 10px
}

h2
{
	font-family : Arial, Helvetica;
	font-size : 9pt;
	color : #0C3007;
	font-weight: bold;
}


acronym, abbr, span.caps {
	cursor: help;
	}
	
li
{
	font-family : Arial, Helvetica;
	font-size : 9pt;
	color : #0C3007;
}


/*--------------------linkgestaltung--------------------*/


a 
{
font-family: Arial, Helvetica;
font-size: 9pt;
color: #FFFFFF;
text-decoration: none;
}
a:hover
{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: underline;
}


/*--------------------bilder als links--------------------*/
a img
{
	border: none;
}
	 
a:link img 
{
	border: none;
}
a:visited img 
{ 
	border: none;
}
a:link:active img, 
a:visited:active img {
		border: none;
}

/*--------------------smilies im text--------------------*/


/*--------------------der weiterlesen link--------------------*/

.more-link{
     }

/*--------------------die seiten wenn es mehrere gibt--------------------*/

/*--------------------suche--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------Kommentare--------------------*/
.alt {
	 
	}

.commentlist {
	 
	}


.nocomments {
	 
	}
 
.commentlist li {
	 
	}

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform p {
	 
	}

.commentmetadata {
	 
	}

#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	 
	}

/*--------------------fuer den wp kalender--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id haengt von der nummer des text widgets ab*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------kategorien--------------------*/

li#categories{
     }

.widget_categories{
     }
	 
	 
/*-------------------Eigene Definitionen-------------------*/

#sharing
{
	background-color:#B0BF8E;
	text-align:left;
	vertical-align:top;
}

#sharingtw, #sharingfb
{
	background-color:#B0BF8E;
	float: none;
	vertical-align:top;
}

#nav_nextpost
{
	width:auto;
	margin-left: 280px;
	margin-bottom: 10px;
	text-align: left;
}

#nav_nextpost a 
{
font-family: Arial, Helvetica;
font-size: 9pt;
color: #0C3007;
text-decoration: none;
}
#nav_nextpost a:hover
{
	text-decoration: underline;
}

.tdright
{
	margin-right:5px;
}

.headlinebox

{

	font-family : Arial, Helvetica;
	font-size : 11pt;
	color : #0C3007;
	font-weight: bold;
	

}
.subheadlinebox
{ 
	font-family : Arial, Helvetica; 
	font-size : 9pt; 
	color : #0C3007; 
	font-weight: bold;
}

.disclaimer
{
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	color: #0C3007;
}

.formular
{
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	background-color: #FFFFFF; 
	color: #0C3007; 
	font-weight: bold; 
	border: none;
	padding-top: 2px; 
	padding-right: 5px; 
	padding-bottom: 2px; 
	padding-left: 5px;}

.formularfehler
{
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	color: #0C3007; 
	font-weight: bold; 
	border: thin dotted #FF0000;
	padding-top: 2px; 
	padding-right: 5px; 
	padding-bottom: 2px; 
	padding-left: 5px;
}

.fehler 
{
	color: #FF0000;
}