/*
	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
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Maarten
	Author Site	: mr10.nl
	Style Name	: AVC
	Style URI	: 
	Version		: 1.0
	Comments	: Site for the Dutch Amsterdam Vespa Club

	Header Text Color: #000000
	Header Width: 808
	Header Height: 188
*/

body {
	color: #222;
	width: 808px;	
	background: #ff9900;
	margin: 0 auto;
}

#page {
	width: 808px;
	margin: 0;
	padding-top: 0px;
	border: none;
	}
	
#header {
	margin: 0;
	width: 808px;
	height: 226px;
	background: #fff;
	}

/* Main Menu in Header */

.admintab a {
	position: fixed;
	top: 5px;
	right: 5px;
	color: #333 !important;
	background: #cfcfcf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.admintab a:hover {
	background: #333 !important;
	color: white !important;
}

ul.menu {
	background: #ff9900;
	width: 784px;
	height: 30px;
	left: 4px;
	padding: 8px 8px 0 8px;
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	margin: 0;
	}

ul.menu,
ul.menu li {
	float: left;
	list-style: none;
	}

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

ul.menu li a {
	display: block;
	padding: 7px 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	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;
	}

ul.menu li a:hover {
	background: #eee;
	color: #333;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover,
body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover {
	color: #333;
	background: white;
	text-decoration: none;
	}

#flash-banner {

	}
	
#primary {
	/* Contains the main column */
	}

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

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

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

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

.secondary {
	/* Contains both sidebars */
	}

.columns-two #page {
	width: 808px;
	}

.page-head {
	margin: 10px 0 20px;
	text-align: left;
	}

.four04 .entry-title,
body.page #current-content .entry-title {
	margin-left: 0px;
	text-align: left;
	}

/*
hr {
	display:inline;
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}
*/

hr {
	display: none;
	}

/* Links */

a:hover, a:visited:hover {
	color: #22425b;
	text-decoration: underline;
	}

h2, h2 span {
	color: #22425b !important;
	}

h2 a:hover, h2 span a:hover {
	color: #1f557f !important;
	text-decoration: none;
	}

a {
	color: #1f557f;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #22425b;
	}

#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #666;
	font-weight: normal;
	}

#footer a {
	color: #efefef;
	font-weight: bold;
	}

.books-bg {
	border: none;
	padding: 5px;
	height: 75px;
	line-height: 16px;
	color: #333;
	background: #f0f0f0;
	border-radius: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
}

