*{
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #2f0000;
}

#wrapper {
    margin: 0 auto;
    width: 768px;
	background-color: #b5a44c;
}

#header {
    width: 100%;
    height: 171px;
    background-image: url("images/header.jpg");
	background-repeat: no-repeat;
}

#nav{
	height: 62px;
	width: 100%;
	background-image: url("images/nav_bgleft.jpg");
}

#content{
	background-color: #b5a44c;
	padding: 10px;
	padding-top: 0px;
}

#footer {
    width: 763px;
	height: 163px;
    clear: both;
    background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	color: #b5a44c;
	padding-left: 5px;
	font-weight: bolder;
	border-bottom: 1px solid black;
}

#footer_nav{
	padding-top: 35px;
}

#footer_subscribe{
	padding-top: 20px;
}

.footer_subscribe_form{
	border: 1px solid #b5a44c;
	background-color: #b5a44c;
	color: #2f0000;	
}

#footer_plug{
	padding-top: 10px;
}

#footer a{
	color: #b5a44c;
}

#footer a:hover{
	color: white;
}

.right{
	float: right;
}

h1{
	color: #5e0101;
	margin-bottom: 5px;
	font-size: 200%;
}

h2{
	color: #5e0101;
	margin-bottom: 5px;
	font-size: 140%;
}

h3{
	color: #5e0101;
	margin-bottom: 5px;
	font-size: 100%;
}

li{
	padding-bottom: 5px;
}

p{
	margin-bottom: 5px;
}

a{
	font-weight: bold;
	color: #2f0000;
}

a:hover{
	color: #5e0101;
}

.bullet{
	font-size: 120%;
}

hr{
	color: #2f0000;
	height: 1px;
}

td{
	vertical-align: top;
	padding: 5px;
}

.signature{
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
}

.quote{
	padding: 10px;
	font-style: italic;
	font-size: 120%;
}

#warehouse-vid{
	width:425px;
	height:349px;
}

/*
 * -----------------------------
 * 	 Navigation Specific Items
 * -----------------------------
*/

/*
 * Concept for this system comes from http://www.redmelon.net/tstme/roll/
 * 
 * Credit where credit is due!
 */

#home {
	background-image: url(images/nav_home_hover.jpg);    /* rollover state */
	width: 66px;                    /* image width */
	height: 62px;                   /* image height */
}
#blog {
	background-image: url(images/nav_blog_hover.jpg);    /* rollover state */
	width: 52px;                    /* image width */
	height: 62px;                   /* image height */
}
#mission {
	background-image: url(images/nav_mission_hover.jpg);    /* rollover state */
	width: 91px;                    /* image width */
	height: 62px;                   /* image height */
}
#give {
	background-image: url(images/nav_give_hover.jpg);    /* rollover state */
	width: 54px;                    /* image width */
	height: 62px;                   /* image height */
}
#warehouse {
	background-image: url(images/nav_warehouse_hover.jpg);    /* rollover state */
	width: 126px;                    /* image width */
	height: 62px;                   /* image height */
}
#media {
	background-image: url(images/nav_media_hover.jpg);    /* rollover state */
	width: 71px;                    /* image width */
	height: 62px;                   /* image height */
}
#contact {
	background-image: url(images/nav_contact_hover.jpg);    /* rollover state */
	width: 96px;                    /* image width */
	height: 62px;                   /* image height */
}

/* Application: Common Code */

.rollover { display: block; float: right; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */


/*
 * 
 * Blog Specific CSS
 * 
 */

#menu{
	float: right;
	border-left: 1px dashed black;
}

#comments{
	font-size: 100%;
}

.right{
	float: right;
	margin: 5px 0px 5px 5px;
}

.bottom{
	font-size: 80%;
}

.post, .comment{
	border: 1px dashed #2f0000;
	padding: 5px;
}

.post img{
	border: 1px solid #2f0000;
}

.the_date {
	font-size: 100%;
}

.storytitle{
	font-size: 130%;
}

.credit{
	float: right;
	margin: 5px;
}

/*
 * 
 * Extras for Forms
 * 
 */

#form_box {
	width: 590px;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
	border: 1px dashed black;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 
 
#log {
	width: 590px;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

.submit input
{
margin-left: 4.5em;
}

input, textarea
{
border: 1px solid #2f0000;
background-color: #2f0000;
color: #b5a44c;
margin-bottom: 5px;
padding: 2px;
}

.submit input
{
color: #000;
background: #ffd200;
border: 2px dashed #d7b9c9;
padding: 0px;
font-weight: bold;
}
