/*
Theme Name: Carrothead
Theme URI: http://carrothead.eu/
Description: Carrothead theme
Version: 1.0
Author: Julian Adenauer
Tags: 
  
*/

html {
	height:101%
}

img{
	border: 0px;
}


/*******************
 * PAGE LAYOUT	   *
 *******************/
#header{
	float: left;
	width: 242px;
	margin: 10px;
}

#page{
	width: 960px;
	background: #fff; 
	margin: 0px auto;
	font-family: Arial, sans-serif;
	padding: 5px 0px 0px 10px;
	color: rgb(96,96,96);
}

#section {
	color: #111;
	padding: 2px;
	width: 100%;
	margin-bottom: 1em;
	text-align: left;
	clear: both;
}
#content{         
	width: 620px;
	float: right;
	text-align: left;
}

#footer{
	clear: both;
	float: left;
	border-top: #ccc solid 1px;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px; 
	color: #ccc;
	width: 900px;
	margin-top: 10px;
}

/*********************
 * TYPOGRAPHY		 *
 *********************/
a{
	text-decoration: none;
	color: #777;
}
#section h2{
  color: #777;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  margin-left: 145px;
  text-align: left; 
  font-weight: bold;
  float: left;
}

#content h3{
  clear: both;
  padding: 1px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-top: 5px solid white;
  color: #777;
  font-size: 1em;
}
.postOverview h2{
	font-size: 12px;
	font-weight: bold;
	color: rgb(96,96,96);
}

div.clear{
	clear: both;
}

.alignleft{
	float: left; 
}
.clear{
	clear: both;
}


/********************
 * HEADER           *
 ********************/
#header h1 a{
	width: 200px;
	height: 100px;
}

/*******************
 * CONTENT	       *
 *******************/
#content strong{
	font-weight: bold;
}
#content em{
	font-style: italic;
}

/*******************
 * ENTRY		   *
 *******************/
.entry img{
	margin: 0 5px 5px 0;
}
.entry p{
	clear: both;
	margin-bottom: 5px;
}

/*******************
 * POST OVERVIEW   *
 *******************/
.postOverview{
	float: left;
	width: 300px;
	margin: 0 0px 20px 0;
	padding: 4px 4px 0 4px;
	text-transform: uppercase;
	font-size: 11px;
	height: 200px;
	border-right: 1px solid #ccc;
}
.postOverview:hover{
	background-color: rgb(241,241,241);
}
.postOverview strong{
	float: right;
	font-style: italic;
}
.postOverview img{
	width: 300px;
	height: 180px;
}

.postOverview .entry a{
	text-transform: none;
	color: rgb(96,96,96);
}

/**********************
 * NAVIGATION         *
 **********************/
#navigation{
	float: left;
	width: 260px;
	clear: both;
	margin-top: 16px;
}
ul.pictureList{
	margin: 0px 0px 0px 0px;
	clear: both;
}
ul.pictureList li{
	float: left;
	width: 50px;
	height: 50px;
	margin: 3px;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
ul.pictureList li:hover{
	border: #ccc solid;
	border-width: 1px 0 0 1px;
}

/************************
 * SECTION				*
 ************************/
#section ul#navMain {
	margin:0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 20px;
}
#section ul#navMain li { 
	height: 20px; 
	background-color: #fff;
	font-size: 11px;
	line-height: 20px; 
	color: rgb(255,153,0);
	text-indent: 0px; 
	float: left;
	font-weight: bold;
	margin-left: 2px;
}
#section ul#navMain li a:link, li a:active, li a:visited  {
	display: block;
	color: rgb(96,96,96);
	text-decoration: none; 
}
#section ul#navMain li a {
	padding: 0px 3px;
}
#section ul#navMain li a:hover  {
	display: block;
	background-color: rgb(255,153,0);
	color: #000; 
	text-decoration: none; 
}
#section ul#navMain li.current-cat a:hover,
#section ul#navMain li.current_page_item a:hover{
	background-color: white;
}
#section ul#navMain li.current-cat a,
#section ul#navMain li.current_page_item a{
	color: rgb(255,153,0);
}

/**************************
 * FRONTPAGE			  *
 **************************/
#content.frontpage{
	clear: both;
	float: left;
	margin-top: 30px;
	width: 900px;
}
#categories_frontpage{
	width: 540px;
	float: left;
	margin-right: 30px;   
}
#news_frontpage{
	float: left;
	width: 290px;       
}
div.newsText{
	margin: 5px 0 2px 0;
}
#content ul#newslist{
}
li.newsItem{
	clear: both;
	padding-left: 5px;
	border-left: 6px solid #FFF;
}
li.newsItem:hover{
	border-left: 6px solid #CCC;
}
h4.newsTitle {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	margin-top: 1em;
}
h4.newsTitle:hover{
	color: #fff;
	background-color: #ccc;
}
em.newsDate{
	text-align: left;
	color: #aaa;
	margin-bottom: 5px;
	font-size: 90%;
	display: block;
}
p.distance{
	margin-top: 5px;
}

/**************************
 * FOOTER				  *
 **************************/
#footer a{
	color: #888;
}
#footer a:hover{
	text-decoration: underline;
}


