/*
 * Author: brent lintner
 * 
 * Globals
 */

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: georgia, sans-serif;
    overflow-x: hidden;
}
body{
  font-size: 0.75 em;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
  outline: none;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

img{
  border: 0;
  margin: 0;
  padding: 0;
}

table, tr,td{
  border: 0;
  margin: 0;
  padding: 0;
}


input[type$="submit"]:hover,input[type$="button"]:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
}

input[type$="text"]:hover,textarea:hover,input[type$="password"]:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

input:focus, textarea:focus,input[type$="text"]:focus,input[type$="password"]:focus{
	color: #333333;
	opacity: 1.0;
	filter: alpha(opacity=100);
}


textarea, input, select{
  border: 0;
  padding: 1px;
  margin: 1px;
	background-color: #7D5E27;
	color: #EEEEEE;
}


textarea:focus, input:focus {
  border: none;
  color: #5f3a05;
  background: transparent;
}

label{
  color: #5f3a05;
  padding-right: 10px;
  float: left;
  clear: right;
  width: 110px;

}


p,ul,td,th,a,label{
  line-height: 16px;
  color: #5f3a05;
}

p,td,th,ul,label{
  font-size: 0.91em;
}

p:first-letter, label{
  text-transform: capitalize;
}

h1,h2{
  text-transform: capitalize;
}

h1{
  font-size: 1.17em;
  color: #660000;
}

h2{
  font-size: 1.08em;
  color: #330000;
}

#global{
  width: 923px;
  margin: 0 auto;
  color: #222222;
}

.irrelevant{
  display: none;
  visibility: hidden;
}

.error{
  color: red;
  background: #DDDDDD;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: 2px solid red;
  padding: 5px 20px;
  width: 300px;
}

.horizontal-border{
  width: 633px;
  border-top: 1px dotted #5f3a05;
  margin: 0 0 0 5px;
  position: relative;
  bottom: 10px;
}

.horizontal-border1{
  width: 633px;
  border-top: 1px dotted #5f3a05;
  margin: 0 0 0 5px;
  position: relative;
  top: 10px;
}

