/*  
Theme Name:Feedoo lite
Theme URI: http://www.worldpress.it/
Description:Feedoo Blogger's best freind
Version:1.0 
Author: Graziano Muscas aka Gracio
Adaption for webraumfahrer: Agent
Author URI: http://www.worldpress.it/
*/


/*** boxes ---------------------------------------------------------***/
body {
	font-size: 75%!important; 
	font-size: 0.9em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#02537e;
	padding:0;
	margin:0;
	background:white url(../images/bg_wraper.jpg) repeat-y center;
}

#box {
	width:772px;
	background:white;
	margin:0 auto;
  overflow:hidden;
  border-left: 1px solid #3a8be4;
  border-right: 1px solid #3a8be4;
  padding:0;
  background:url(../images/contentbg.gif) no-repeat bottom left;
}	

#header {
 	background:white url(../images/header.jpg) no-repeat center;	
	margin:0;
	height:400px;
}	

#sidebar {
	float:left;
	margin:0;
	padding:0;
	width:29%;
	padding-top:15px;
	}
	
* html #sidebar {
	float:left;
	margin:0;
	padding:0;
	width:30%;
	padding-top:15px;
	}
	
#content {
	float:right;
	width:68%;
	border: 1px solid #3a8be4;
	margin-top:16px;
	margin-bottom:10px;
	margin-right:5px;
	margin-right:10px !important;
  padding:0px;
  padding-top:29px;
  line-height:18px;
  min-height:600px;
}
	
	#title {
    width:100%;
  }
	
	#innercontent {
    padding-left:15px;
    padding-right:15px;
  }

	
#logo img {
  margin:185px 0 0 30px;
  border:none;
  width:200px;
  height:205px;
  float:left;
}	

#claim {
  position:absolut;
  padding-top:333px;
  padding-right:10px;
  float:right;
}

html #claim h1 {
  margin:0;
  padding:0;
  font-family:times new roman, georgia, serif;
  font-size:1.4em;
  font-weight:normal;
  letter-spacing:0.01em;  
}

*html #claim h1 {
  letter-spacing:-0.04em;  
}


#didyouknow {
  float:left;
	width:94%;
  background-color:#e1f3fb;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:10px !important;
	margin-left:15px;
  padding:0;
  padding-bottom:10px;
}

* html #didyouknow {
  width:92%; 
  margin-right:5px;
  margin-left:7px;
  margin-bottom:10px;
}

#footer {
  clear:both;
  padding:0;
  text-align:center;
  height:59px;
  background:url(../images/footerbg.jpg) no-repeat;
}	

hr {
	display:none;
}


/*** text ---------------------------------------------------------***/
	.boxpost
	{
	padding:10px 0;
	margin-bottom:20px;
	border-bottom:1px dashed #709cd3;
	}	
	.post h2, h2 a, h2 a:hover
	{
	text-decoration:none;
	color:navy;
	font-size:1.3em;
	}	
	.post
	{
	 padding-left:50px;
	 
	}	
		
	.postmetadata
	{
	padding:5px 10px;
	text-align:right;
	}	

    .post li	{
	list-style-image: url(../images/list.jpg);
	}		

	
/*** searchform ---------------------------------------------------------***/
#search 
{
	float:right;
	padding-top:10px;
}


#search form input#s, form input#s2
{
	
	border:3px solid #709cd3;
	height:10px;
	font-size:80%;
	padding-left:5px;
}

form#searchform2
{
	overflow:hidden;
}

#search form input#searchsubmit, form input#searchsubmit2
{
	padding:0;
	background:white;
	cursor: pointer; 
    cursor: hand; 
	border:none;	
	position:relative;
    color:#709cd3;
}


/*** styles ---------------------------------------------------------***/	
img.button {
  border:none;
  margin-left:20px;
}

#content img{
  margin-right:10px;
  border:1px solid #ccc;
}

#didyouknow p {
  padding:0;
  margin-left:10px;
  margin-top:2px;
  margin-bottom:2px;
  font-size:0.9em;
  line-height:16px;
}

a {   
	color:#709cd3;
	text-decoration:none;
}

a:hover {   
	color:#709cd3;
	text-decoration:underline;
}

h1 a, h1 a:hover {
	color:navy;
	text-decoration:none;
}	

h2.didyouknow {
  font-size:1.4em;
  font-family: times new roman, georgia, serif;
  background:url(../images/didyouknowh_bg.gif) repeat-x;
	color:#02537e;
	text-decoration:none;
	margin:0;
	padding:2px 10px 3px 10px;
	font-weight:normal; 
}
	
h3 {
	font-family: times new roman, georgia, serif;
  font-size:1.4em;
	background-color:#acdbf5;
	color:#02537e;
	text-decoration:none;
	margin:0;
	padding:7px 10px 3px 15px;
	font-weight:normal;
}

* html h3 {
  padding:5px 10px 0px 15px;
  height:25px;
}

blockquote {
	color:navy;
	padding-left:15px;
	border-left:5px solid #709cd3;
	}		
	

/*** sidebar menue points ------------------------------------------------***/	
#sidebar ul { 
  width:100%;  
  padding:0;
  margin:0;
  list-style:none;
  text-align:right;
  line-height:30px;
  display:block;
}


#sidebar li {   
  font-family:times new roman, georgia, serif;
  list-style:none;
  margin:0;
  background-color:#fff;
  padding:0 10px;
  font-size:1.4em;
  height:31px;
}

#sidebar li.current {   
  background-color:#acdbf5;
}

#sidebar a {   
  padding-right:5px;
  width:25%;
  color:#02537e;

}

/*** footer formats ------------------------------------------------***/
#footer li {
  list-style-image: url(../images/list.jpg);
}



