/*
	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	:  cweinard     
	Author Site	:  mailto:cweinard@gmail.com
	Style Name	:  contemp
	Style URI	:  
	Version		:  .9
	Comments	:  Custom theme
*/

body {
	background: #333;
}

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

a {
color: #e65D27;
}


#page {
	padding: 0 0 10px;
	border: 1px solid #000;
background-image: url(bg1.jpg);
background-repeat: repeat-y;
background-position: -275px; }

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

h1 { /* H1 is the title in the header */
display: none;
	}

#header .description { /* Description in header */
display: none;
	}

ul.menu {
font-weight: bold; }
	
.primary {
	/* Contains the main column */
	}

#primary {
width: 460px;
padding: 10px 50px 10px 10px;
}

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

h2 {
text-align: left;
letter-spacing: normal;}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

div.entry-meta {
display: none;
}

.entry-content {
	/* The meat and potatoes of every entry */
	}


.entry-content p {
margin: 5px 0 13px 0;
line-height: 1.5em;
}

.secondary {
	/* Contains the sidebar */
	}

#footer p {
display: inline;
padding: 0 3px;
}

#footer a {
border-bottom: none;
}

#footer {
padding: 5px 0;
}

