@import url("reset-fonts-grids.css");

html {
	font-size: 62.5%;
	background: #dbd4cd url('../img/body-brown.gif') repeat-x top left;
}

body {
	font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino',  serif;
	color: #29180b;
	margin-bottom: 2em;
}

h1 {
	font-family: 'Georgia', serif;
	font-size: 2.2em;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	color: #fff;
}

h2 {
	font-family: 'MS Serif', 'New York', serif;
	font-size: 1.15em;
	letter-spacing: 0.25em;
	color: #fff;
}

h3 {
	font-family: 'Times New Roman', 'Times', serif;
	font-size: 1.4em;
	letter-spacing: 0.2em;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 1.2em;
	padding-bottom: .2em;
	color: #42280e;
	border-bottom: 2px solid #7e9230;
}

h4 {
	font-family: 'Times New Roman', 'Times', serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: .9em;
	color: #29180b;
}

h5 {
	font-family: 'Verdana', 'Geneva', sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.06em;
	font-weight: bold;
	margin: .8em 0 .5em 0;
	color: #42280e;
}

.bottomtext {
  font-family: 'Georgia', serif;
  font-size: 1.1em;
  letter-spacing: 0.1em;  
  font-variant: small-caps;
  margin-bottom: .9em;
  color:  #29180b;
  border-top: 2px solid #7e9230;
  border-top-width: 2px;
  border-top-style: solid;
  margin-top: 1em;
  padding-top: 0.4em;
  text-align: center;
}  

.bottomtext2 {
  font-family: 'Georgia', serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;  
  font-variant: small-caps;
  margin-bottom: .2em;
  color:  #ecd3ba;
  border-top: 2px solid #7e9230;
  border-top-width: 2px;
  border-top-style: solid;
  margin-top: 1em;
  padding-top: 0.4em;
  text-align: center;
}  

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin: 1em 0;
}

dl {
	margin: .8em 0;
}

dt {
	margin-top: .3em;
}

dd {
	margin-left: 2.5em;
}

ul > li {
	list-style-image: url('../img/list-bullet.gif'); *
	list-style-image: url('../img/list-bullet-ie.gif');
	margin: .5em 0 .5em 2em;
}

a, a:visited {
	text-decoration: underline;
	color: #663511;
}

a:hover, a:active {
	text-decoration: none;
	color: #535f23;
}

#container {
	margin: 1.5em auto; /* align for good browsers */
	width: 800px;
	border: 1px #a6693b solid;
	padding: 6px 7px;
	background-color: #FFF;
}

#leader {
	text-align: left;
	margin-bottom: 2px;
	background: #f6bd7f url('../img/leader-brown.gif') repeat-x bottom;
	padding: 1em;
}

#leader a {
	color: #fff;
	text-decoration: none;
}

#header {
	height: 148px;
	padding: 10px;
	background: #fff url('../img/eyemod1.jpg') no-repeat top left;
}

#header.theauthor {
	background: #fff url('../img/eyemod1.jpg') no-repeat top left;
}

#header.media {
	background: #fff url('../img/eyemod1.jpg') no-repeat top left;
}

#header.retailers {
	background: #fff url('../img/eyemod1.jpg') no-repeat top left;
}

#header.contact {
	background: #fff url('../img/eyemod1.jpg') no-repeat top left;
}

#header.index{
	background: #fff url('../img/eyemod1.jpg') no-repeat top left;
}

#navlist {
	font-family: 'Georgia', serif;
	text-align: left;
	font-variant: small-caps;
	padding: 1.2em 1.2em;
	border-top: none;
	background: #9a5d23 url('../img/navlist-brown.gif') top left scroll repeat-x;
	margin-top: 2px;
	font-size: 1.2em;
}

#navlist > ul > li {
	display: inline;
	margin: 0;
}

#navlist > ul > li > a {
	padding: 0.6em 1.5em 1.2em 1.5em;
	color: #fff;
	text-decoration: none;
}

#navlist > ul > li > a:hover {
	text-decoration: underline;
}

#navlist > ul > li > a.active {
	background: url('../img/navlist-active-green.gif') top left scroll repeat-x;
	font-weight:normal;
}

#crumb {
	font-size: 0.9em;
	float: right;
	margin: .3em .2em 0 0;
}

#content {
	line-height: 180%;
	text-align: left;
	clear: both;
	padding: 1.6em 2em;
	font-size: 1.2em;
}

#callout {
	margin: 1em 1em 0 0;
	text-align: center;
	color: #fff;
	float:right;
}

#callout > div {
	width: 16em;
	height: 15.2em;
	padding: 1.2em;
	background: #313232;
	opacity: .80;
	filter:alpha(opacity=80);
	position: relative;
	padding-top: 5em;
	border: 1px solid #000;
	font-size: .7em;
}

#callout > div >  blockquote {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 1em;
}

.media-item > .date {
	margin-top: -1.1em;
	margin-bottom: .2em;
	font-size: .75em;
	color: #b47632;
}

.media-item > .more {
	padding-left: 1.5em;
	background: url('../img/icon-more.gif') no-repeat left;	
	clear: both;
}

.media-item > h5 > a {
	text-decoration: none;
	color: #29180b;
}

.media-item + .media-item {
	border-top: 2px solid #7e9230;
	margin-top: 1em;
	padding-top: .4em;
}

.body-img {
	margin: 12px 1.2em .8em 6px;
}

.img-shadow {
	float: left;
	background: #fafafa url(../img/shadowAlpha.png) no-repeat bottom right !important;
	background: #fafafa url(../img/shadow.gif) no-repeat bottom right;
}

.img-shadow > img {
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	padding: 2px;
	border: 1px solid #9a989f;
	background-color: #fafafa;
}

#sidebox {
	float: right;
	width: 16em;
	margin-left: 1.7em;
	padding: 0 0 1em 2.5em;
}

#sidebox2 {
  float: right;
  width: 20em;
  margin-left: 1.7em;
  padding: 1em 0 1em 2.5em;
}
#sidebox3{
	float: left;
	width 16em;
	margin-left: 1.7em;
	padding 0 0 1em 2.5em
}

#floatbox {
	float: right;
	width: 16em;
	margin: 0 0 2em 2em;
	padding: .9em;
	border: 1px solid #7e9230;
	background: url('../img/floatbox-bg.gif') repeat-x top left;
}

#floatbox > .info > h4 {
	text-align: center;	
}

#floatbox > .boxfooter {
	text-align: center;
	border-top: 2px solid #7e9230;
	padding-top: .25em;
	margin-top: .8em;
}

.info > ul > li {
	margin-left: 1.2em;	
}

.info + .info {
	border-top: 2px solid #7e9230;
	margin-top: 1em;
	padding-top: 1em;
}

#footer {
	text-align: center;
	padding: 7px 0;
	clear: both;
	font-size: 0.8em;
	margin-top: 2em;
	background: #fff url('../img/footer-bg.gif') repeat-x top left;
}

.title {
	font-style: italic;
}

div.mapinfo {
	margin-top: 3em;
	margin-left: .8em;
	text-align: right;
	float: left;
}

#content > ul > li {
	line-height: 1.5em;
}

ul.tablinks {
	margin: -1.4em 0 2em 0;
}

ul.tablinks > li {
	display: inline;
	margin: 0 1.5em 0 0;
}

ul.imagerow {
  margin: 2em auto;
  text-align: center;
}

ul.imagerow > li {
  display: inline;
  list-style-type:none;
  list-style-image:none;
  margin:0;
  position: relative;
}