@charset "UTF-8";
/* CSS Document */

/* The purpose of this document is to set the style of the FORMAT of the page and to define any site-wide classes. All MODULES are defined on alternate style sheets */

/****************************************/
/*** Cross-Browser Compatibility Reset ***/
/*****************************************/

* {
   margin:0;
   padding:0;
   }

h1,h2,h3,h4,h5,h6,p,pre,blockquote,form,label,ul,ol,dl,fieldset,address {
   margin:0.5em 0;
   }

li,dd {
   margin-left:1em;
}

fieldset {
   padding:.5em;
}

body {
   font-size:76%;
   font-family: "Helvetica", Arial, sans-serif;
   line-height:1.3;
   margin: 0px;
   text-align: left;
   background-image: url('http://www.joshsneed.com/templates/josh_sneed/images/back.gif');
   }

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

/******************************************/
/*** Core HTML Elements ******************/
/*****************************************/

html {
   height: 100%;
   margin-bottom: 1px;
   }

a:link, a:visited {
   color: #663333;
   margin: 0px;
   font-weight: bolder;
   }

a:hover {
   color: #996666;
   }

input.button { cursor: pointer; }

p { 
   color: #330000;
   font-family: 'Arial', sans serif;
   font-size: 10pt;
   text-align: left;
   margin: 0px 0px 20px 0px;
   padding: 0px;
   }

div {
   color: #330000;
   }

ul {
   text-align: left;
   list-style: none;
   }

li {
   margin-left: 15px;
   text-decoration: none;
   }

th {
   padding: 5px;
   font-weight: bold;
   text-align: left;
   }

fieldset {
   border: none;
   padding: 10px 5px;
   }

fieldset a {
   font-weight: bold;
   }

hr {
   border-top: 1px solid #fff;
   border-right: 0;
   border-left: 0;
   border-bottom: 0;
   height: 1px;
   }

/******************************************/
/*** Headings *****************************/
/*****************************************/

h1, h1 a {
   color: #660000;
   font-family: "Impact", "Arial Black", Arial, sans serif;
   font-size: 28pt;
   margin: 0px 0px 0px 0px;
   text-align: left;
   font-weight: lighter;
   }

h2, h2 a {
   color: #660000;
   font-family: 'Impact', 'Arial', sans serif;
   font-size: 20pt;
   font-weight: 100;
   margin: 0px 0px 0px 0px;
   text-align: left;
   text-decoration: none;
   }

h3, h3 a {
   color: #660000;
   font-family: 'Impact','Arial', sans serif;
   font-size: 20pt;
   font-weight: 100;
   margin: 0px 0px 0px 0px;
   text-align: left;
   text-decoration: none;
   }

h4, h4 a {
  font-family: "Arial", sans serif;
  text-align: left;
  font-size: 12pt;
  color: #660000;
  margin: 5px 0px;
  }

h5, h5 a {
  font-family: "Arial", sans serif;
  text-align: left;
  text-decoration: none;
  font-size: 16pt;
  color: #660000;
  margin: -1px 0px -1px 0px;
  }

h6, h6 a {
  font-family: "Arial", sans serif;
  text-align: left;
  font-size: 10pt;
  color: #660000;
  margin: 0px 0px 3px 0px;
  }


/******************************************/
/****** Forms *****************************/
/*****************************************/

form {
   margin: 0;
   padding: 0;
   }

form label {
   cursor: pointer;
   }

input, select, textarea, .inputbox {
   padding: 0px 5px;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 100%;
   }

.button {
   padding: 3px 5px;
   border: 1px solid #333333;
   color: #333;
   font-size: 85%;
   text-transform: uppercase;
   }

.button:hover, .button:focus {
   border: 1px solid #999999;
   background: #333333;
   color: #FFFFFF;
   }

* html .button {
   padding: 2px 0 !important; /*IE 6*/
   } 

*+html .button {
   padding: 2px 0 !important; /*IE 7*/
   }

.inputbox {
   border: 1px solid #CCCCCC;
   background: #FFFFFF;
   }

.inputbox:hover, .inputbox:focus {
   background: #FFFFCC;
   }


/******************************************/
/*********** System Standard Messages *****/
/*****************************************/


#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #006699;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}


