/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Sven Wappler
	Author Site	: 
	Style Name	: zven
	Style URI	:
	Version		:
	Comments	:
*/

body { background: #DFDFDF; }

#page {
	border: 1px solid #ccc;
}
	
#header {
	background: #333333;
	height: 133px;
}
	
#primary {
	width: 560px;
	padding: 20px;
}

.content {
	background: #fff url(sidesep.gif) repeat-y top right;
	padding: 0 0px 10px;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	overflow: hidden;
	}

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

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	padding:30px 10px 0;
}

.columns-three .secondary {
	width:178px;
}

.columns-three #page {
	width:1000px;
}

#page .admintab, #page #gsHeader { display: none; }

#page #gallery { margin-top: 20px; font-size: 100%; }

#searchform input { float: left; }
#searchform { overflow: hidden;  }
#s { width:70%; margin-right: 4px; }

.blog-title {
	padding:31px 40px 0;
}

.secondary h4 {
	color:#666666;
	display:block;
	font-size:15px;
	font-weight:bold;
}

#sidebar-1 .widget {
	background:transparent url(divider-ornament.gif) no-repeat scroll center bottom;
}

#sidebar-2 .widget {
	background:transparent url(divider-ornament-2.gif) no-repeat scroll center bottom;
}

.secondary .widget {
	padding-bottom: 24px;
	margin:7px 0 0;
}

.entry-meta {
	margin-bottom: 1em;
}

.entry-content h2 { text-align: left; }

// ------------------------

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	text-align:center;
}

.wp-caption p {
	margin: 0px 5px;
}

.wp-caption:hover {
	border:1px solid #2277DD;
	padding: 4px 3px 3px 3px;
}

.entry-categories a { margin-right: 4px; }

.wp-caption.aligncenter { margin: 0px auto; }


.g2_column {
	width: 975px;
	margin: 0px 1px 0px 12px;
}