/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Bernd Geisler
	Author Site	: 
	Style Name	: Paralipomena
	Style URI	: 
	Version	: 0.0 (08.09.2007)
	Comments	: My first css - so don't be too critical
*/

#page {
	/* The entire design is contained within the 'page' id */
	}

body {
	font: 68.5% 'Helvetica', Verdana, Arial, Arial; /* Resets 1em to 10px */
	color: #444;
	background: #EDEDED;
	text-align: center;
	margin: 0 0 30px;
	}


.sidebar-single #page {
	width: 950px; 
	}

	
#header {
	/* Contains the H1 and menu */
	}

h1, h2, h3, h4 {
	font-family: 'Helvetica', Verdana, Arial;
	}


h1 {
/* ---	display: none; --- */
	font-family: Georgia,"Times New Roman",Times,serif;
     	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: 0;
	}

h2 {
  	display: none;
   }

#primary {
	/* Contains the main column */
	width: 480px;
	_width: 480px; /* IE Hack */
	float: left;
	padding: 20px 0 10px;
     	display: inline;
	}

#primary h3 {
      	font-size: 2.0em;
	      font-weight: normal;
            }

#primary h4 {
      	font-size: 1.8em;
	      font-weight: normal;
            }


#sidebar-main {
	float: right;
	}


.hentry {
	/* Each entry is contained within the 'hentry' class */
	font-family: 'Helvetica', Verdana, Arial, Arial;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	font-weight: normal;
	font-size: 1.10em;
	line-height: 1.5em;
	display: inline;
	margin-top: 25px;
	}

.secondary {
	/* Contains the sidebar */
	font: 1em/1.5em 'Helvetica', Verdana, Arial, Arial;
	padding: 10px 0;
	width: 26%;
	color: #666;
	position: relative;
	/* The following are IE Fixes */
	_padding: 30px 0 10px;
	_margin-left: 0%;
	_margin-right: -4%;
	_width: 26.5%;
	}


