@charset "utf-8";
/* CSS Document */
/*
Theme Name: schrock
Theme URI: schrock.org
Description: schrock website theme
Version: 0.1
Author: Gary
*/

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 0.8em arial;
	text-align: center;
	color: #A1988B;
	background-color: #FFF;
}
h1 {
	margin: 1em 0 0 0;
	padding-bottom: 0;
	font: small-caps 1.9em arial;
	letter-spacing: -0.02em;
	text-decoration: none;
	color: #E0CC97;
	border-bottom: 1px solid #E7DDCF;
}
#content {
	position: relative;
	float: left;
	width: 100%;
	min-height: 100%;
}
.width {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 960px;
	padding: 0 10px;
	text-align: left;
}

#topbar, #logobar, #loginbar, #footer {
  min-width: 980px;
}

#topbar {
  position: relative;
  z-index: 2;
  min-height: 2em;
  font-size: 0.9em;
  color: #4D8963;
  background: #755323 url(topBar.gif) repeat-x top left;
}

#topbar p {
  position: absolute;
  top: 0.1em;
  right: 19px;
  margin: 0;
  padding: 0;
}

#logobar {
	position: relative;
	z-index: 2;
	min-height: 3em;
	background-color: #4D8963 /* url(titlebar.gif) repeat-x top left*/;
}

#logobar h1 {
  position: relative;
  margin: 0;
  padding: 0 10px 0 0;
  text-align: right;
/*  top: -15px;*/
  font-size: 3.5em;
}

#searchform {
  width: 21.7em;
  background: #755323 url(searchForm.gif) repeat-x bottom left;
}

#searchform div {
  height: 32px;
  background: url(searchForm_corner.gif) no-repeat bottom;
}

#loginbar {
	position: relative;
	z-index: 2;
	min-height: 2em;
	color: #FFF;
	background: #9EC91C url(loginBar.gif) repeat-x bottom left;
}
/*#loginbar*/ #menutop {
	position: absolute;
	z-index: 3;
	top: -38px;
	left: 15px;
	height: 6em;
	width: 267px;
	background: url(menu_top2.gif) no-repeat top left;
}
#page {
	position: relative;
	z-index: 2;
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 10em;
	background: url(menuBar.gif) repeat-y 13px 0px;
}
#menubarbg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#menubarbg span {
	display: block;
	position: relative;
	z-index: 1;
	height: 100%;
	width: 980px;
	margin: 0 auto;
	background: url(menuBar.gif) repeat-y 23px 0px;
}
#menubar {
	position: relative;
	z-index: 2;
	top: -40px;
	float: left;
	width: 290px;
}
#menubar #menucorners {
	position: absolute;
	z-index: 4;
	top: -9px;
	left: 17px;
	height: 9px;
	width: 266px;
/*	background: url(menu_corners.gif) no-repeat top left;*/
}
#menubar div/*comment hack*/#menucorners {
	top: 31px;
	left: 7px;
}
#menubar ul#menu {
	position: relative;
	z-index: 4;
	margin: 1em 52px 0 40px;
	padding: 0;
	list-style: none;
}
#menubar ul#menu li {
	margin: 0;
	padding: 0;
	display: inline;
}
#menubar ul#menu li a {
	display: block;
	padding: 5px 0;
	font: small-caps 1.9em georgia, serif;
	letter-spacing: -0.02em;
	text-decoration: none;
	color: #7F7C5D;
        border-bottom: 1px solid #7F7C5D;
}
#menubar ul#menu li a:hover,  #menubar ul#menu li.here a {
        color: #E0CC97;
        border-bottom: 1px solid #E0CC97;
}

#menubar ul#menu li a:hover {
  color: #7F7C5D;
  background-color: #D6D5C0;
}

#news {
  position: relative;
  z-index: 2;
  margin: 2.5em 41px 2.5em 32px;
  background: #E0CC97 url(rounded_news_top.gif) no-repeat top left;
  padding-top: 5px;
}

#news img {
  border: 0px;
}

#news .bottom {
  display: block;
  height: 10px;
  width: 217px;
  background: url(rounded_news_bottom.gif) no-repeat bottom left;
}

#news h1 {
  margin: 0;
  padding: 10px 10px 0 10px;
  border: 0;
}
/*
#news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#news ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#news ul li a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  color: #A1988B;
}
*/
#center33 {
  margin-top: .5em;
  float: left;
  width: 424px;
}

#center33 img {
  border: 0px;
}

#footer {
  position: relative;
  z-index: 3;
  float: left;
  clear: both;
  height: 2em;
  margin: -2em 0 0;
/*  margin-top: -2em;*/
  width: 100%;
  background-color: #69A583 /*url(footer.gif) repeat-x top left*/;
  background-position: left top;
}

#footercorners {
  position: absolute;
  top: -20px;
  left: 13px;
  z-index: 2;
  height: 20px;
  width: 272px;
  background: url(bottom_corners.gif) no-repeat top left;
}

#footermenu {
  position: absolute;
  top: 0;
  right: 0;
  background: url(footer_menu.gif) no-repeat top left;
}

#footermenu ul {
  margin: 0;
  padding: 15px 20px;
  list-style: none;
  background: url(footer_menu_corner.gif) no-repeat top right;
}

#footermenu ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

#fotermenu ul li a {
  padding: 0 8px;
  text-decoration: none;
  color: #AB9A81;
  border-right: 1px solid #E1DDD6;
}

#footermenu ul li a:hover {
  color: #6D5F4A;
}

#footermenu ul li.last a {
  border: 0;
}

#footer #copyright {
  position: absolute;
  top: .25em;
  right: 24px;
  font-size: 0.8em;
  color: #E0CC97;
}

#footer #copyright a {
  color: #86765E;
  text-decoration: none;
}

#footer #copyright a:hover {
  color: #4E402A;
}

.flright {
  float: right;
}

.flleft {
  float: left;
}


