/*
Theme Name: Simple K2 Child Theme Example
Theme URI: http://getk2.com/
Description: A very simple example of how to do a child theme for K2.
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Template: k2
*/

body {
	background: #FFFFFF;
	font-family: Verdana, sans-serif;
}

a {
	color:#f93;
	text-decoration:none;
}

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

.entry-title {
	font-weight:bold;
}

#page {
	/* The entire design is contained within the 'page' id */
	border:none;
	}
	
#header {
	/* Contains the H1 and menu */
	height:130px;
	}
.headermenu {
	margin:0 10px;
}
	
.primary {
	/* Contains the main column */
	width:600px;
	padding:1px 0;
	}

.wrapper {
	padding:0;
}

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

.entry-content {
	/* The meat and potatoes of every entry */
	padding:0;
	}

#widgets-sidebar-1 {
	width: 300px;
}

#sidebar-1 {
	/* The first sidebar */
	width:165px;
	}

#sidebar-2 {
	/* The second sidebar */
	width:300px;
	}

.secondary {
	/* Contains both sidebars */
	padding:0 2px 2px;
	}

.entry-foot {
	border-bottom: solid 1px;
	background-color: #F5F5F5;
}

#topad {
	/*margin-top:23px;*/
	/*margin-bottom:23px;*/
	float:right;
	margin:12px 6px 8px 1px;
	position:relative;
	}

#widgets-top {
	margin-left:auto;
	margin-right:auto;
}

#rollpages {
	font-size:2em;
	left:76px;
}

#rollnext, #rollprevious, .navigation a {
	font-size:2em;
	font-weight:bold;
}