/*___________________________________________________
* Filename:		mainstyles.css
* Description:	Global CSS
* Version:		2.0.0 (08-01-2010)
* Website:		http://patchky.org
* Author:		Steve and Charity Sanders

===STRUCTURE:========================================

* Page Width:	760px

____________________________________________________*/

body {
/*background-color: #999; 1e2c1c*/
background-color: #ac6a1c;
margin-top: 10px;
background-image: url('images/background5.jpg');
background-repeat:repeat-x;
}

#container {
position: relative; 
width: 730px; 
margin: 0px auto;
padding: 180px 10px 250px 200px;
background-color: #fff;
border-style: solid;
border-width: 1px;
}

#head {
position: absolute;
background-color: blue;
padding: 0px 10px 0px 310px;
height: 170px;
top: 0px;
left: 0px;
right: 0px;
background-image:url('images/banner.jpg');
background-repeat:repeat-x;
}

#nav {
position: absolute;
left: 0px;
top: 171px;
background-color: #d5daec;
padding: 10px 10px 70px 10px;
width: 170px;
bottom: 0px;
}

.navlinks {
  display: block;
  padding: 3px;
  background-color: #c0d4e0;
}

.navlinks:hover {
  background-color: #F2F2F2;
}

#footer {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
background-color: #d5daec;
padding: 10px;
border-style: dashed;
border-width: 1px 0px 0px 0px;
}

#home {
position: relative;
display: block;
width: 400px;
height: 150px;
top: 10px;
background: transparent;
}

.center {
text-align: center;
}

.hidden {
display:none
}

.bold {
font-weight: 900;
}

h1{
font-family:"Times New Roman",Georgia,Serif;
}

h2 {
text-decoration: underline;
font-family:"Times New Roman",Georgia,Serif;
padding: 10px 0px 10px 0px;
}

h3 {
padding: 15px 0px 0px 0px;
font-family:"Times New Roman",Georgia,Serif;
}

p {
padding: 5px 0px 5px 0px;
font-family:"Times New Roman",Georgia,Serif;
}

#verse {
background-color: #d5daec;
padding: 10px;
}

.highlight {
background-color: #ff0;
padding: 10px 0px 10px 0px;
}

#stuck {
color: #c0d4e0;
font-size: 14px;
width: 280px;
margin: 25px 0px 0px 190px;
}

.filled {
color: #000;
z-index: 1;
}

.unfilled {
color: #f00;
z-index: 1;
}

li {
list-style: square inside; 
color: #006;
padding: 2px 0px 2px 30px;
}

ul {
padding: 10px 0px 10px 0px;
}

#titlelink {
font-weight: 900;
}

#h1body {
padding: 10px 0px 30px 0px;
font-size: 25px;
}

a:hover {
background-color: #d5daec;
color: red;
}

.standout {
color: red;
font-weight: 900;
}
