/*
Theme Name: J-Love
Theme URI: http://josefrenner.ch/
Description: a minimalistic theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Josef Renner
Author URI: http://josefrenner.ch/
Tags: minimal, flexible width, two columns, widgets

	J-Love v1.0
	 http://josefrenner.ch/

	This theme was designed and built by Josef Renner,
	whose blog you will find at http://josefrenner.ch/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*
{
  padding: 0;
  margin: 0;
}

body
{
  font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
  font-size: 76%; color: #333;
  text-transform: lowercase;
  letter-spacing: 0.08em;
 }

a
{
  text-decoration: none;
  color: #54629C;
}
 
a:hover
{
  text-decoration: underline;
}

/*headings*/
 
h1
{
  font-family: helvetica, arial, sans-serif;
  font-size: 4em;
  font-weight: 100;
  letter-spacing: 0.15em;
}

h2
{
  font-family: helvetica, arial, sans-serif;
  font-size: 1.2em; color: #29304C;
  font-weight: bold;
  letter-spacing: 0.15em;
}

/*end headings*/

#header
{
 margin: 50px 0 50px 0;
}
 
#header a
{
  text-decoration: none;
  color: #29304C;
}

#wrapper
{
  margin: 0 auto;
  width: 700px;
}
 
div>#wrapper
{
  border: none;
  margin: 0 10% 0 25%;
  width: 85%;
}

#content
{ border: none;
  width: 70%;
  float: left;
  padding: 0 0 0 0;
}

#content p
{
margin: 1em 0 1.5em 0;
padding: 0 0;
width: 455px;
text-align: normal;
line-height: 1.3em;
letter-spacing: 0.08em;
}

#content strong
{
font-family: helvetica, arial, sans-serif;
font-size: 1em;
font-weight: bold;
}


#content img
{
border: 1px solid #E8E8E8;
margin: 0 0.2em 0.4em 0; padding: 4px;
}

#content form img {border: none;} /* wege paypal button */

#content ul
{
	list-style: none;
	margin: 0 0 1.5em 0;
}

div.post
{
	margin: 0 0 3em 0;
}

#sidebar
{
  border: none;
  width: 23%;
  margin-left: 75%;
}

#sidebar ul
{
  list-style: none;

}

#sidebar ul h2
{
  font-size: 1.2em; font-weight: bold;
  margin: 0 0 1em 0;
}

#sidebar ul ul
{/*the containers containing the sidebar lists like pagenav and meta*/
  margin: 0 0 2em 0;
  line-height: 1.4em;
  padding: 0;
}


#searchform
{
	text-align: left; 
	font-size:0.9em; 
}

#searchform input
{
  border: 1px solid #4A2C00;
  margin-top: 0.5em; line-height: 1.1em;
}

#searchform #s
{
  width: 50%;
  background-color: white;
}

#searchsubmit
{
	background-color: #fff;
	text-transform: lowercase;
}


/* move footer under sidebar
#footer
{
	clear:both;
	font-size:0.8em;
	margin: 0 0 0 75%; /*margin and padding still messy
	padding: 0 0 0 0;
}
*/

#footer
{
  font-size: 0.8em;
  clear: both;
  padding: 5em 0 0 0;
}

/*start link template design*/

li.linkcat
{/*the li-containers containing headings and linklist*/
float:left; margin: 0 2em 0 0; padding 0; list-style: none;
}

li.linkcat h2
{/*the list headings*/
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	font-size: 1.2em; font-weight: bold;
}

li.linkcat ul
{/*the linklists wihtout the heading*/
	list-style: none;
	font-size: 1em;
	line-height: 1.4em;
	border:none;
}

li.linkcat li
{/*every single list item*/

}

/*end link template design*/


/*cors o,xxx iii marzo*/
