/*Copyright 2010 Jason Romero, All Rights Reserved. Copy or distribution of this is prohibited without consent from the author.  */
body{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a {
color:#379fc6;
}
#wrap{
width: 1000px;
border: 1px solid #fff;
margin: 0 auto;
padding: 10px;
background-color: #fff;
margin-top: 30px;
}
#header{
height:58px;
width:auto;
}
.content{
width:auto;
height:auto;
margin-top:5px;
border-top:1px dotted #ccc;
}
.options{
font-size:30px;
text-align:center;
margin-top:33px;
}
.option1 a{
color:#379fc6;
text-decoration:none;
}
.option1 a:hover{
color:#9db9c4;
}
.option2 a{
color:#f47721;
text-decoration:none;
}
.option2 a:hover{
color:#f1c09f;
}
#formspring {
width:500px;
height:auto;
margin: 0 auto;
border:1px dotted #ccc;
}
#iphone {
float:right;
}
#donate {
float:right;
}
#footer {
color:#ccc;
font-size:8px;
margin-top:5px;
border-top:1px dotted #ccc;
}