/*
	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	: 
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/


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

body.columns-three #primary {
	margin-left: 195px;
	min-height: 2000px
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

	
body {	font: 62.5% Verdana, Tahoma, Arial, Helvetica, sans-serif; /* Resets 1em to 10px */
	color: #444;
	background: #b7d4c9;
	text-align: center;
	}
	
#page { background: #D4E6BE;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 0px;
	position: relative;
	border: 1px solid #487748;
	clear: both;
	
	}	
	
	
.secondary {
	float: left;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	background: #D4E6BE;
	
		}
		
		

	

	
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #b7d4c9;
	border-bottom: 1px solid #487748;
	}	
	
	
	
	
ul.menu li a {
	font-size: 1.1em;
	color: #487748;
	margin: 0;
	background: #e8e8ce;
	}


ul.menu li {
	margin-right: 3px;
	}

ul.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 1em;
	color: #009900;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}









	
.primary {
	/* Contains the main column */
	}
#primary {
	position: relative;
	float: left;
	width: 498px;
	padding: 10px;
	background: #F4F9E5;
	border: 1px solid #487748;
	border-top: none;
	border-bottom: none;
		}

#primary-fullpage {
	position: relative;
	float: none;
	width: 948px;
	padding: 0px;
	}
	
body.columns-two #primary-fullpage {
		margin-right: 0px;
	}
	
body.columns-two #primary-wrapper-fullpage {
	loat: none;
	margin-right: 0px;
	width: 100%;
	}

body.sidebars-none #primary-wrapper-fullpage {
	margin: 0px;
	float: none;
	}

body.sidebars-none #primary-fullpage {
	float: none;
	width: auto !important;
	margin:
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
	h3.entry-title {
		font-size: 250%;
		margin-top: 25px;
		font-weight: bold;
		text-transform: uppercase;
		}

.entry-meta {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #bbb;
	}





.secondary {
	/* Contains the sidebar */
	}
	.secondary ul li {
		list-style-type: none;
		list-style-image: none;
		background: #e8e8ce;
		padding: 2px;
	}

#category_cloud {
margin-left:0px;
margin-right:5px;
padding: 0px;
text-align: justify;
line-height: auto;
}

a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background-color: #e8e8ce;
	border: 1px solid #ddd;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

div.widget.widget_recent_entries ul li {
margin-bottom: 1px;
}


div.widget.widget_recent_comments ul li {
margin-bottom: 1px;
}

div.widget.widget_links  ul li {
margin-bottom: 1px;
}

div.widget.widget_rss ul li {
margin-bottom: 1px;
}

div.widget.widget_random_from_cat ul li {
margin-bottom: 1px;
}

.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
    font-size: 2.4em;
    font-weight: normal;
    line-height: 1em;
    }

.widget-container {
	text-align: center;
	}
