/*-----------------------------------------------------------------------------
[Eye Care] Screen Stylesheet

version:   1.0
date:      04 August 2007
author:    Thorworx
email:     webmaster@thorworx.com
website:   http://www.thorworx.com
version history: [http://www.eyecarevt.com/_css/master.css]
-----------------------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
	font:76% verdana, sans-serif;
	background:#FFFFFF;
	color:#333;
	text-align:center;
}

a{
	text-decoration:none;
	color:#009966;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

p{
	margin:0 0 15px 0;
	line-height:1.5em;
}

h1,h2,h3,h4{
	margin:0;
	padding:0;
	font-weight:normal;
}

h1{
	font-size:3.2em;
	letter-spacing:-3px;
	color:#567;
	margin:12px 0 5px 20px;
}

h1 a:hover{
	text-decoration:none;
}

h2{
	font-size:1.8em;
	letter-spacing:-1px;
	margin:-10px 0 0 50px;
	color:#888;
}

h3{
	color: #555;
	font-size:1.4em;
	margin:1em 0 0.5em 0.5em;
	font-weight: bold;
}

h4{
	font-size:1.2em;
	font-weight:bold;
}

.right{	text-align:right; }
.center{ text-align:center; }
.clear{ clear:both; }
.hide{ display:none; }

#container{
	width:750px;
	padding:0 20px;
	margin:0 auto;
	background:#FFFFFF url(../images/contbg.gif) no-repeat left top;
	color:#333;
	text-align:left;
}

#sitetitle{
	float:left;
	height:175px;
}

/* Navigation styles */
#navcontainer {
	padding: 50px 0px 0px;
	text-align: right;
	float:right;
	margin-top: 20px;
	margin-right: 20px;
}
#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align:center;
}
#navcontainer ul li {
	float:left;
}
#navcontainer ul li a {
	text-decoration: none;	
	background: url(../images/nav_00.gif) no-repeat center top;
	font-size: 0.9em;
	color:#888;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	width: 70px;
	padding-top: 45px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#navcontainer li a:hover {
	background: url(../images/nav_01.gif) no-repeat center top;
	color: #000000;
}

#navcontainer #current {
	color:#000000;
	text-decoration:none;
	background:  url(../images/nav_01.gif) no-repeat center top;
}
/* *** */

#content{
	margin-top:30px;
	width:746px;
	clear:both;
}

#content h2{
	margin:0 0 10px 0;
	color:#555;
	border-bottom:2px solid #abb;
}

#content h2 a{
	color:#555;
	font-weight:normal;
}

#content h2 a:hover{
	color:#009966;
	text-decoration:none;
	background:none;
}

#content p{
	margin:0 0.5em 1.2em 0.5em;
}

.entry{
	margin:0 auto 20px;
	background:#FFFFFF;
	color:#333;
	padding:10px 10px 0;
	border-top: none;
	border-right: 2px solid #7FCCB6;
	border-bottom: 2px solid #7FCCB6;
	border-left: 2px solid #7FCCB6;
	width: 656px;
}

.entry a:hover, .intro a:hover{
	text-decoration:none;
	padding-bottom:2px;
	background: url(../images/flash2.gif) bottom left repeat-x; /* Delete this line to remove the flashing underline for regular links */
}

.entryphoto{
	margin:5px 10px 10px 0;
	float:left;
	padding:3px;
	border:1px solid #fff;
	background-color:#ddd;
	color:#333;
}
.entry li {
	list-style-position: inside;
}
.entry img{
	position:relative;
}

.meta{
	clear:both;
	border-top: 2px solid #ccc;
	padding: 5px 1px 0 0;
	margin:10px 0 0 0;
	text-align:right;
	font-size:0.9em;
	color: #567;
}

.date{
	display:block;
	float:left;
	font-weight:bold;
}

#footer{
	clear:both;
	padding:10px 0 12px 24px;
	text-align:center;
	color:#888;
}

#footer a{
	color:#888;
	font-weight:normal;
}

#footer span{
	color:#333333;
	font-size:2em;
}
