/*
	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
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Jamie Phelps
	Author Site	: http://www.epiphanymedia.net
	Style Name	: Kory S. Cummings, O.D.
	Style URI	: 
	Version		: 1.0
	Comments	: Custom K2 style for Kory S. Cummings
	
	Layout Widths: 780, 800, 1200
*/

/* Typography */

body {
    font-family: Didot, Georgia, Times, "Times New Roman", serif;
	}

strong, em, b, i {
   font-family: "Helvetica", "Verdana", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}

h1, .blog-title, h2, h3 {
   font-family: "Helvetica", "Verdana", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}

h4, h5, h6 {
   font-family: "Helvetica", "Verdana", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}

.content a {
	color: #40A000;
	text-decoration: none;
	}
.content a:visited {
	color: #309000;
	text-decoration: none;
	}
.content a:hover {
	text-decoration: underline;
	}
.content a:visited:hover {
	text-decoration:none;
	}
.content a:active {
	color: #50B000;
	text-decoration: none;
	border-bottom:dotted 1px;
	}
.content a.post-edit-link, ul.menu li.admintab a{
	background:#eee;
	color:#333;
	border:solid 1px #999;
	text-decoration:none;
}
.content a.post-edit-link:hover, ul.menu li.admintab a:hover {
	background:#333;
	color:#EEE;
	border:none;
	text-decoration:none;
}
/* Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
	background: #eee;
	text-align: center;
	}

#page {
	/* The entire design is contained within the 'page' id */
	font-size:1.5em;
	}
	
#header {
	background-color:white;
	}
ul.menu li {
	margin-right:10px;	
	}
ul.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 1.1em;
	background:#E0E0E0 -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#FFF));
	text-shadow: -1px 0 #CCC, 0 1px #CCC, 1px 0 #CCC, 0 -1px #CCC;
	background-color:#FFF;
	color: #333;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-top-color:white;
	border-right-color:white;
	border-left-color:white;
	}
ul.menu li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#690), to(#360));
	background-color:#690;
	text-shadow:3px 3px 3px #000;
	color: #eee;
	text-decoration: none;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-top-color:#360;
	border-right-color:#360;
	border-left-color:#360;	
	}
ul.menu li a.admintab {
	border:none;
	background:#cfcfcf !important;
	}

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,
body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover {
	color: #333;
	background: white -webkit-gradient(linear, left top, left bottom, from(#60c000), to(#FFF));
	text-decoration: none;
	text-shadow:none;
	}
	
#primary {
	/* Contains the main column */
	}
#primary #services {
	float:right;
	width:250px;
	margin:0 1em 1em .5em;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
.entry-title, .entry-title a {
	margin-left:0 !important;
	text-align:left;
}
.entry-content {
	/* The meat and potatoes of every entry */
	}
.entry-content h2 {
		text-align:left;
		font-size:2em;
		margin-bottom:.5em;
	}
h3#low-vision-title {
	margin-top:0;
}
#sidebar-1 {
	/* The first sidebar */
	}
#sidebar-1 #text-3 h4 {
	font-size:2em;
}
#sidebar-1 ul li {
	list-style:disc;
	margin-left:1em;
}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
.mapp-overlay-div {
	position:relative;
	top:-2.5em;
	z-index:0;
	}
.mapp-poweredby {
	display:none;
	}
#hmtctl {
	display:none;
	}
#post-27 small {
	display:none;
	}
img.bio {
	float:left;
	width:100px;
	margin: 0 1em 1em 0;
	padding:1px 2px 2px 1px;
	border-top:solid 1px #666;
	border-right:solid 3px #666;
	border-bottom:solid 3px #666;
	border-left:solid 1px #666;
	}

/* @group FAQ */
.pageid-8 dl dt {
	font-weight:bold;
	font-size:1.25em;
	margin-top:1.25em;
	}
.pageid-8 dl dd {
	padding-bottom:1.25em;
	padding-left:1em;
	width:90%;
	}

/* @group Services Widget */
#text-4 {
	display:none;
	}
.pageid-4 #text-4 {
	display:block;
	}

/* @group Contact Form */
form#si_contact_form div{
	margin:0;
	padding-top:5px !important;
	}

body.blog #recent-posts-3 {
	display:none;
	}