/*
Theme Name: Eye Optics Theme
Theme URI: http://eyeopticsaventura.com/
Description: A customized WordPress theme for Eye Optics by <a href="http://plhb.com/">PLHB.com</a>.
Version: 1.0
Author: PLHB.com (Adam Sas)
Author URI: http://plhb.com/
Tags: perfect balance
*/

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 62.5%;
	background: #bbb;
}

form {
	margin: 0;
}

img {
	border: 0;
}

#main {
	width: 100%;
	background: #f0f0f0 url('images/bg.png') top center repeat-x;
}

.center {
	margin: 0 auto;
	width: 890px;
}

.clear {
	clear: both;
}

#header {
	overflow: hidden;
}

#logo {
	display: inline;
	float: left;
	width: 178px;
	height: 102px;
	overflow: hidden;
}

#logo h1 {
	display: block;
	width: 178px;
	height: 102px;
	position: relative;
	margin: 0;
	padding: 0;
}

#logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 178px;
	height: 102px;
}

#navigation {
	display: inline;
	float: right;
	width: 650px;
	padding: 42px 20px 10px;
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#menu li a {
	display: block;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	border-bottom: 2px solid #f0f0f0;
}

#menu li a:hover {
	color: #fc4203;
	border-bottom: 2px solid #fc4203;
}

#slideshow {
	margin: 4px auto 0 !important;
}

#content {
	background: #fff url('images/sidebar.png') top left repeat-y;
	overflow: hidden;
}

#page {
	float: right;
	width: 712px;
	min-height: 460px;
	overflow: hidden;
	background: #fff;
}

.pagetitle {
	padding: 14px 14px 0;
}

.pagetitle h1 {
	margin: 0;
	padding: 0;
	font-size: 2.0em;
	font-weight: normal;
	color: #5b778b;
}

.pagecontent {
	padding: 0 14px;
	color: #333;
	font-size: 1.2em;
	line-height: 1.6em;
}

.pagecontent p {
	margin: 10px 0 16px;
	padding: 0;
}

#sidebar {
	float: left;
	width: 178px;
	background: #fafafa;
}

.widget {
	padding: 16px 10px;
}

.widget h4 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #fc4203;
}

.widget ul {
	margin: 0;
	padding: 10px 8px;
	list-style: none;
}

.widget li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

.widget ul li ul {
	margin: auto;
	padding: auto;
}

.widget ul li ul {
	margin: auto;
	padding: auto;
	font-size: 1.0em;
}

#footer {
	min-height: 120px;
	background: #1d1e20;
}

#footer p {
	display: block;
	margin: 0 auto;
	padding: 10px 10px;
	font-size: 1.0em;
	color: #eee;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #fc4203;
}

#footer .left {
	float: left;
	width: 300px;
	text-align: left;
}

#footer .right {
	float: right;
	width: 300px;
	text-align: right;
}