/*
Theme Name: Yearg.in 2008
Theme URI: http://yearg.in/
Description: A start for an actual interactive Web site.
Version: 0.2
Author: Stephen Yeargin
Author URI: http://yearg.in/
*/


body {
    margin:50px 0 0 0;
    background-image: url(images/bg_body.png);
    background-repeat: repeat-x;
    padding:0;
}

fieldset {
    padding:10px;
    border:solid 1px #eee;
}

fieldset legend {
    font-weight:bold;
    padding:10px;
    margin-left:-10px;
    border:solid 1px #eee;
}

input.textbox, textarea.textbox {
    font-size:120%;
    padding:2px;
    border:solid 1px #000;
    width:300px;
    margin-bottom:10px;
}

input.textbox:focus, textarea.textbox:focus {
    background-color:#eee;
}

input.textbox:hover, textarea.textbox:hover {
    background-color:#eee;
}

a:link, a:hover, a:visited {
    color: #7AAADA;
    text-decoration:none;
}

div.box { background-color:transparent; padding:12px; }

#header { }
#header h1 { display:none; }
#header p { display:none; }
#sidebar ul { margin-top:25px; font-size:130%; font-weight:bold; text-align:right; }
#sidebar ul li { list-style:none; margin:0; padding:0; }
#content { padding-top:0; }
#footer { margin-top:10px; border-top:solid 1px #ccc; }
#footer p { text-align:center; margin-top:10px; }

#twitterbox h3, #aboutbox h3 { border-bottom:solid 2px #FBB562; padding-bottom:5px; padding-left:5px; }
#twitterbox a { font-size:80%; }
