/*
	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: 	Jeremy Hermanns
	Author Site	: 	http://jeremyhermanns.org
	Style Name	: 	Molino
	Style URI	:	http://molinostreetlofts.org
	Version		: 	102
	Comments	: 	Custom K2 skin for the Molino Street Lofts HOA in L.A.
					License: http://creativecommons.org/licenses/by-nc-sa/2.5/
*/

/* HTML Element style */
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #2e7b9f !important;
}
a, a:visited, .sidebar a:visited {
	color: #4CA4B8;
}

/* Layout */
body {
	margin: 0;
	padding: 0 0 30px;
}
#page {
	padding: 0;
	width: 796px;
	border: none;
}
#header {
	height: 184px;
}

/* header style */
h1 {
    display: none;
}

/* Menu style */
ul.menu {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 90%;
}
ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
}
ul.menu li a {
    color: #444444;
	font-size: 1em;
    font-weight: bold;
	margin: 0;
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	text-decoration: none;
}
