/* css for Utah Black Hat Society */
@import url(reset.css);
a {
  cursor: pointer; cursor: hand;  
}

body {
 background: #ffffff url('i/bg_tile.png') repeat 0 0;
 color: #000;
 font: 62.5%/1.5em "Trebuchet MS", Verdana,  Arial, "Lucida Grande", LucidaGrande,  sans-serif; 
 width: 99.9%;
}
img { border: none; }

a {
 color: #800000;
 text-decoration: none; 
}
a:hover {
 color: #333;
 text-decoration: underline; 
}

h2, h3, h4, h5, p {
 margin: 0.1em 3%0.75em;
 font-weight: normal; 
 line-height: 1.4em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.4em;
}
p {
  font-size: 1.3em;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 980px;
}
* html #wrapper {
 background: #fff; 
}
.nocss {
  display:none; 
}
#header {
  border: 1px solid #efefef;
	background: #ffffff;
}
#header h1 {
  position: relative;
  height: 205px;
  width: 536px;
  left: 10px;
}
#header h1 span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('i/bhs_logo.png') no-repeat 0 0;
}

#header h2 {
  float: right;
  margin: 25px 15px 15px 0;
  height: 160px;
  width: 240px;
  padding: 5px;
  background: #efefef;
  border: 3px double #dedede; 
}
#navbar {
  clear: both;
  height: 31px;
  width: 666px;
  margin: 5px 0 10px 60px;
  background: url('i/bg_navbar.png') no-repeat 0 0; 
}
#navbar ul {
 height: 100%;
 padding-left: 25px; 
}
#navbar li {
 float: left;
 line-height: 2.0em;
 font-size: 16px;
 font-weight: bold;
 font-family: "Trebuchet MS", Arial, Verdana,  sans-serif;
 color: #eee; 
 text-transform: uppercase;	
}
#navbar li a {
  color: #fff;
	margin: 0 1.0em; /* 0.65em; */
	white-space: nowrap;
}
#navbar li a:hover {
 color: #000;
 text-decoration: none;
}
#navbar li.current a {
 color: #800000;
 text-decoration: none;
}
#navbar li.current a:hover {
 color: #800000;
 text-decoration: none;
}
#navbar li.adjli {
  padding-top: 4px;
}
#navbar a.adjImg {
	margin: 5px 0.65em 0; 
}
.somespace {
 margin: 20px 0; 
}

#main { /* large left column */
	float: left;
	width: 788px;
}
#box {
 padding-bottom: 16px;
 background:   url('i/bg_main-foot.png') no-repeat 0 100%; 
}
#box-in {
 padding-top: 16px;
 background:   url('i/bg_main-top.png') no-repeat 0 0; 
}
#box-heart {
 background:   url('i/bg_main-tile.png') repeat-y 0 0; 
}
#main-in {
  width: 760px;
  margin: 0 auto;  
  padding: 1em 0;
}


#side-bar {
	float: right;
	width: 180px;
}
#side-bar ul {
  text-align: right;
  padding-right: 15px;
  margin: 0.1em 2%;
}
#side-bar li {
  font-size: 1.3em;
  line-height: 1.4em;
}

.side-box {
  width: 180px;
  margin-bottom: 15px;
}

.side-top {
  height: 16px;
  width: 180px;
  background: url('i/bg_side-top.png') no-repeat 0 0;; 
}
.side-main {
  width: 160px;
  background: url('i/bg_side-tile.png') repeat-y 0 0; 
  padding: 1em 10px;
}
.side-foot {
  height: 16px;
  width: 180px;
  background: url('i/bg_side-foot.png') no-repeat 0 100%;; 
}

#footer {
	clear: both;
  width: 980px;
  height: 50px;
  margin: 10px auto ;
  border: 1px solid #efefef;
	background: #ffffff;
}

#footer-in {
	float:left;
  height: 31px;
  width: 666px;
  margin: 5px 0 10px 60px;
background: url('i/bg_navbar.png') no-repeat 0 0
}
#footer-in p {
  text-align: center;
  font-size: 10px;
  line-height: 31px;
  color: #666; 
  margin: 0;
}
#footer-in a {
  color: #666;
  text-decoration: none; 
}
#footer-in a:hover {
  color: #666;
  text-decoration: underline; 
}
#footer-green {
 float:right;
 width: 100px;
 height: 32px;
 margin: 5px 40px 10px 0;
 background: url('i/green1.gif') no-repeat 0 0; 
}