/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
	Header Width: 1000
	Header Height: 150
*/



/*- Typography */

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: Verdana, Helvetica, Arial, sans-serif;
	}

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

.comments input[type=text], .comments textarea, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	}




body {
	background: #cc9;
	text-align: left;
	}
	

#page {
	/* The entire design is contained within the 'page' id */
	background: #cc9 url('http://newsite.vineyardgainesville.org/wp-content/themes/k2/styles/vog/bg.jpg') repeat-y;
	text-align: left;
	margin: 50px auto;
	width: 1000px;
	padding: 30px 25px;
	position: relative;
	border: 0px solid #ddd;
	border-top: none;
	clear: both;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}
	
	
		
	
.columns-one #page {
	width: 800px;
	}

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

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



	
#header {
	/* Contains the H1 and menu */
	position: relative;
	height: 150px;
	margin-top: -65px;
	background: #fff;
	background-position: top right;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	}
	
div#logo {
	clear: left;
	float: left;
	height: 200px;
	left: auto;
	margin: 0 0 0 -35px;
	position: absolute;
	top: -55px;
	z-index: 100;
	}
	
#primary {
	/* Contains the main column */
	width: 700px;
	}

.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 */
	}


/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 150px;
	width: 90%;
	text-transform: lowercase;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	color: #300;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee;
	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 {
	color: #333;
	background: white;
	text-decoration: none;
	}
	
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #300;
	}
