/*CSS for Rachel's PHPlist subscribe page - styled by Dan Evans*/

/******Global*******/

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

html{
background:#a2978a;
}

body{
background:url('http://www.rachelheldevans.com/assets/templates/rhe2/images/rhe2_background.jpg') center no-repeat;
}

a img{
display:none;
}


a{
color:#a2978a;
font-weight:bold;
text-decoration:none;
}

a:visited{
color:#a2978a;
}

a:hover{
color:#000000;
}

ul{
display:none;
}

.required, .important{
color:#FF0000;
}

#header{
text-align:center;
background:#FFFFFF;
margin:10px auto;
width:600px;
height:100px;
}

#header h1{
font-size:2em;
padding-top:20px;
}

#header h2{
font-size:1.1em;
margin-right:150px;
}

#content{
margin:0px auto;
background:#FFFFFF;
width:520px;
padding:0px 40px;
}

#content h1{
font-size:1em;
}

form{
position:relative;
right:40px;
margin:30px 0px 0px 40px;
}

input, textarea{
border:1px solid #000000;
}

select{
border:1px solid #000000;
}

form p{
text-align:center;
}

input:hover, textarea:hover{
background:#eaddce;
}


#footer{
text-align:center;
border:1px solid black;
background:#FFFFFF;
margin-top:20px;
padding:10px 0px;
width:520px;
}
