@charset "utf-8";

/*  
Theme Name: Baymeadows Vision Center
Theme URI: http://www.elykinnovation.com
Description: Theme for Baymeadows Vision Center, Jacksonville, Florida.
Version: 1.0
Author: eLYK Innovation
Author URI: http://www.elykinnovation.com/
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	GLOBAL
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	background: url(/wp-content/themes/BVC/images/bg.jpg) repeat-x;
	margin: 0;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
}

a {
	color: #990;
	font-weight: bold;
}

a:hover {
	color: #990;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #333;
	font-size: 20px;
}

h2 {
	color: #3A71AE;
	font-size: 18px;
}

h3 {
	color: #7E7E34;
	font-size: 16px;
}

.alignright {
	float: right;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 10px 0 10px 10px;
}

.alignleft {
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 0;
}

hr {
	clear: both; 
	border: none 0;
	border-top: 2px dashed #ccc;
	height: 1px;
	margin: 20px auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	GENERAL STRUCTURE
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

.header img {
	float: left;
}

.container {}

.body {
	width: 560px;
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 0 20px;
}

.entry {
}

.post {
	
}

.postmetadata {

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	SIDEBAR
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.sidebar {
	width: 300px;
	float: left;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	MAIN NAV - SIDEBAR (PAGES)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.widget_pages h2 {
	display: none;
}

/*.page_item li {
	margin: 0;
	padding: 0;
}

.page_item ul {
	display: none;
}

.page_item a {
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	height: 25px;
	padding: 5px 0 0 30px;
	display: block;
	background: url(images/bg_nav.jpg) bottom no-repeat;
	text-decoration: none;
	margin: 0;
	text-transform: uppercase;
}

.page_item a:hover {
	color: #0A51A1;
	background: url(images/bg_nav_hover.jpg) bottom no-repeat;
}
*/
.menu {
	float: left;
	width: 300px;
}

.menu li {
	margin: 0;
	padding: 0;
}

.menu a {
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	height: 25px;
	padding: 5px 0 0 30px;
	display: block;
	background: url(images/bg_nav.jpg) bottom no-repeat;
	text-decoration: none;
	margin: 0;
	text-transform: uppercase;
}

.menu a:hover {
	color: #0A51A1;
	background: url(images/bg_nav_hover.jpg) bottom no-repeat;
}

.menu li.fly {
	background: url(images/bg_nav_flyout.jpg) bottom no-repeat;
}
.menu li.fly a:hover {background: url(images/bg_nav_flyout_hover.jpg) bottom no-repeat; color:#0A51A1;} 
.menu li.fly a:hover > a {background: url(images/bg_nav_flyout_hover.jpg) bottom no-repeat; color:#0A51A1;}


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background-color: #1055A3;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below 
background-color: #1055A3;*/
background-image: url(images/flyout_bg.png);
width: 250px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #fff;
}

.anylinkcss a:hover{ /*hover background color*/
/*background-color: #7CAAC5;*/
background-image: url(images/flyout_bg.png);
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Tahoma;
z-index: 100; /*zIndex should be greater than that of shadow's below
background-color: #1055A3;*/
background-image: url(images/flyout_bg.png);
}

.anylinkcsscols .column{
width: 220px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background-color: #666;
visibility: hidden;
}





/*#menu {width:300px; height:340px; position:relative;}

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px; background:#fff;}

#menu li {margin:0; padding:0; list-style:none; }
#menu li {display:inline;}
#menu ul ul {position:absolute; left:-9999px;}
#menu ul#toplevel {position:absolute; left:0; top:0;}


#menu a {
	width: 300px;
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	height: 25px;
	padding: 5px 0 0 30px;
	display: block;
	background: url(images/bg_nav.jpg) bottom no-repeat;
	text-decoration: none;
	margin: 0;
	text-transform: uppercase;
}


#menu li a.fly {
	background: url(images/bg_nav_flyout.jpg) bottom no-repeat;
}

#menu li a:hover {background: url(images/bg_nav_hover.jpg) bottom no-repeat; color: #0A51A1;} 
#menu li:hover > a {background: url(images/bg_nav_hover.jpg) bottom no-repeat; color: #0A51A1;}

#menu li a:hover.fly {background: url(images/bg_nav_flyout_hover.jpg) bottom no-repeat; color:#0A51A1;} 
#menu li:hover.fly > a {background: url(images/bg_nav_flyout_hover.jpg) bottom no-repeat; color:#0A51A1;}

#menu ul li:hover > ul {left:100%; margin-top:-30px; margin-left:-20px; width: 240px; background-color: #1055A3;}
#menu ul li:hover > ul a {color: #fff; font-size: 12px; font-weight: bold; padding: 5px 0 0 15px;}


#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
*/



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	RECENT BLOG POSTS - SIDEBAR
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#recent-posts-3 {
	margin: 0 0 0 20px;
	color: #999;
}

#recent-posts-3 h2 {
	color: #767627;
}

#recent-posts-3 ul {
	margin: 0 0 20px 30px;
}

#recent-posts-3 a {
	font-size: 14px;
	color: #3A71AE;
}

#recent-posts-3 a:hover {
	text-decoration: none;
}

.widget_recent_entries li {
	list-style: square;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	WIDGETS - MISC
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.search {}

.calendar {}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	COMMENTS
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

.navigation {
	margin: 0 0 20px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	FOOTER
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer {
	clear: both;
	background: #87A7CB;
	color: #fff;
	padding: 10px;
	font-size: 12px;
}

.footer p {
	margin: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	SCROLLER
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#pscroller1{
	width: 200px;
	height: 100px;
	border: 1px solid black;
	padding: 5px;
	background-color: lightyellow;
}

#pscroller2{
	width: 540px;
	height: 110px;
	border: 1px dashed #333;
	padding: 10px;
	background: #5B88B9;
	color: #fff;
	font-style: italic;
	font-weight: bold;
}

#pscroller2 a{
	text-decoration: underline;
	color: #000033;
	font-size: 16px;
	float: right;
}

#pscroller2 h3 {
	font-size:18px;
	color: #fff;
	margin: 0;
}

.someclass{ //class to apply to your scroller(s) if desired
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	CONTACT US PAGE
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
.hours .hours_title {
	font-size: 14px;
	color: #767627;
	font-weight: bold;
}

.hours .day {
	font-weight: bold;
	width: 150px;
	float: left;
	clear: left;
}

.hours .time {
	float: left;
	clear: right;
}

.map {
	margin: 20px 0;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	ABOUT THE EYE
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	
.about-eye {
	margin: 10px 0;
	width: 540px;
	border: 1px dashed #333;
	padding: 10px;
	background: #87A7CB;
	color: #fff;
	font-weight: bold;
}

.elyk_logo {
	width: 900px;
	float: left;
	margin: 10px 0;
}

.elyk {
	width: 150px;
	float: right;
}

.mobile-ready {
	float: left;
	width: 300px;
}