/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body {
     background: #ce9d70;
}

#nav {
     border-left: #266da3 3px solid;
     border-right: #266da3 3px solid;
     border-top: none;
     border-bottom: none;
display: none;
}

#nav-left {
     width: 650px;
}

#nav-right {
     width: 250px;
}

#nav1 .current_page_item a, #nav1 li.current, #nav1 li a:focus, #nav1 li a:hover, #nav1 li a:active {
     background: #3292c4;
}

#nav2 {
     background: white;
     border-top: #266da3 solid 4px;
     border-left: #266da3 solid 3px;
     border-right: #266da3 solid 3px;
     border-bottom: #33a8d4 solid 4px;
width: 924px;
}

#nav2 li a {
     color: #266da3;
     border-right: #e0f7ff solid 1px;
     text-transform: uppercase;
     font-weight: bold;
}

#nav2 li a:hover{
     color: white;
     border-right: #195f95 solid 1px;
     background: #195f95;
}

#archivebox {
     background: transparent url(images/subheaders.png) no-repeat left;
     border: #f6f6f6 solid 1px;
}

#footer {
     background: transparent;
     border: none;
}

.link,
.signupframe {
color: white;
font-family: Arial, Helvetica, sans-serif;
}
.link {
text-decoration: none;
}
.signupframe {
border: none;
background: transparent url(images/signupbg.jpg) no-repeat;
width: 100%;
height: 300px;
padding: 110px 10px 10px 10px;
}

input.submit {
background: transparent url(images/submit.png) no-repeat;
border: none;
width: 150px;
height: 29px;
color: transparent;
}

input.submit:hover {
background: transparent url(images/submit2.png) no-repeat;
border: none;
width: 150px;
height: 29px;
color: transparent;
}

.border {
border: 1px solid gray;
}
