/*
Theme Name: Cinco Lagos Blue
Theme URI: http://www.cincolagos.com/
Description: Bright Ovals for Cinco Lagos
Version: 1.0
Author: Ben Levy
Author URI: http://neb.net/
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
body {
	padding: 0px;
	margin: 0px;
	background-color: black; /* #2151a8; */
}

a, a:visited {
	font-weight: bold;
	color: #26286b;
}

a:active {
	color: #abdc57;
}

div.box {
	padding: 21px;
	width: 612px;
	background-image: url(images/paperlight.jpg);
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
}

div.boxoutside {
	margin-top: 20px;
	background-image: url(images/bgovals.png);
	padding-right: 47px;
	padding-left: 47px;
	padding-bottom: 24px;
	padding-top: 23px;
	background-color: #abdc51;
	width: 654px;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
}

div.heading {
	margin-left: 50px;
	margin-top: 25px;
}

div.content {
	width: 696px;
	background-color: #26286b;
	margin-left: 230px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-align: justify;
}

div.content div.box {
	height: 307px;
	width: 378px;
	overflow: hidden;
	margin-left: 276px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

div.nopicture div.box {
	margin-left: 0;
	width: 654px;
	-moz-border-radius-topleft: 0.8em;
	-moz-border-radius-bottomleft: 0.8em;
	-webkit-border-top-left-radius: 0.8em;
	-webkit-border-bottom-left-radius: 0.8em;
	border-top-left-radius: 0.8em;
	border-bottom-left-radius: 0.8em;
}

div.scroll {
	padding: 0px;
	margin: 0px;
	height: 300px;
	width: 368px;
	padding-right: 10px;
	overflow-y: auto;
}

div.scroll p {
	margin-top: 0;
}

div.nopicture div.scroll {
	width: 644px;
}

div.content div.picture {
	height: 349px;
	width: 250px;
	float: left;
	overflow: hidden;
	background-color: white;
	-moz-border-radius-topleft: 0.8em;
	-moz-border-radius-bottomleft: 0.8em;
	-webkit-border-top-left-radius: 0.8em;
	-webkit-border-bottom-left-radius: 0.8em;
	border-top-left-radius: 0.8em;
	border-bottom-left-radius: 0.8em;
}

div.heading div.box {
	padding-top: 34px;
	padding-bottom: 26px;
}

div.picture img {
	padding: 0px;
	margin: 0px;
}

div.menu {
	margin-left: 10px;
	margin-top: 15px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #abdc51;
	float: left;
}

div.menu a, div.menu a:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #abdc51;
}

div.menu img {
	border-width: 0px;
	height: 25px;
	width: 25px;
	padding-bottom: 3px;
	padding-top: 4px;
	margin: 0px;
	padding-right: 4px;
	padding-left: 3px;
}

div.menu-active img {
	padding: 0px;
	margin: 0px;
	height: 32px;
	width: 32px;
}

div.menu-hover a span, div.menu-hover a:visited span {
	font-size: 20px;
}

div.menu-hover img {
	padding: 0px;
	margin: 0px;
	height: 32px;
	width: 32px;
}

div.menu span {
	top: -7px;
	position: relative;
	font-size: 18px;
}

div.menu-active span {
	font-size: 25px;
}

div.menu div {
	margin-top: 5px;
}

div.menu div.menu-subsection {
	margin-top: 0px;
}

div.menu-subsection ul {
	list-style-type: none;
	margin: 0px;
}

div.menu-subsection ul li.menu-active {
	list-style-type: square;
}

div.menu-subsection ul li.menu-hover {
	list-style-type: square;
}

#page-footer {
	font-size: 0.8em;
	text-align: right;
	margin-left: 230px;
	width: 785px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #abdc51;
}

div.food-section {
	text-decoration: underline;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
}

div.food-item {
	text-align: left;
	margin-top: 1em;
}

div.food-detail {
	text-align: left;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 1em;
}