body {
    background:url(../images/fadeback.png) repeat-x #000;
    font-family:Verdana, sans-serif;
    font-size:12px;
    padding:0px;
    margin:0px;
}
.clear {
    clear:both;
    }
a {
    outline:none !important;
    }
#container {
    margin:0px auto;
    width:904px;
    }
#header {
    background:url(../images/header.jpg) no-repeat; 
    width:904px; 
    height:283px;
    }
#content {
    background:url(../images/contentback.gif) repeat-y #1a1a1a;
    margin:0px auto;
    width:852px;
    }
#navbar {
    background:url(../images/navback.gif) repeat-x #5c3063;
    border-left:1px solid #4e2150;
    border-right:1px solid #4e2150;
    height:40px;
    margin:0px auto;
    text-align:right;
    width:850px;
    }
#talon {
    background:url(../images/talon.gif) no-repeat;
    float:left;
    height:35px;
    margin-left:148px;
    width:75px;
    }
#navbar ul {
    padding:0px;
    margin:0 20px 0 0;
    float:right;
    }
#navbar ul li {
    float:left;
    margin-top:3px;
    list-style-type:none;
    color:#FFF;
    margin-right:1px;
    }
#navbar ul li a {
    text-decoration:none;
    color:#FFF;
    display:block;
    padding:8px 20px 10px;
    }
#navbar ul li a:hover {
    background:url(../images/linkroll.gif) repeat-x #2a0b25;
    }
#selected {
    background:url(../images/linkroll.gif) repeat-x #2a0b25;
    }
#left {
    float:left;
    color:#FFF;
    margin:20px 20px 20px;
    width:528px;
    }
#left h1 {
    font-size:16px;
    font-weight:normal;
    color:#F1B400;
    margin:0px 0 10px 0;
    }
#sean-button {
    background:url(../images/sean-button.jpg) no-repeat;
    padding-left:151px;
    padding-top:18px;
    width:389px;
    height:87px;
    }
#sean-button span {
    font-family:Verdana, Arial, sans-serif;
    font-size:30px;
    color:#FFF;    
    }
#sean-button a {
    color:#FFF;
    display:block;
    background:url(../images/purplebutton.gif) no-repeat top left;
    padding-left:11px;
    padding-top:4px;
    height:21px;
    margin-top:7px;
    text-decoration:none;
    width:222px;
    }
#sean-button a:hover {
    background-position:bottom left;
    }
#tara-button {
    background:url(../images/tara-button.jpg) no-repeat;
    padding-left:151px;
    padding-top:18px;
    margin-top:25px;
    width:389px;
    height:87px;
    }
#tara-button span {
    font-family:Verdana, Arial, sans-serif;
    font-size:30px;
    color:#FFF;    
    }
#tara-button a {
    color:#FFF;
    display:block;
    background:url(../images/purplebutton.gif) no-repeat top left;
    padding-left:11px;
    padding-top:4px;
    height:21px;
    margin-top:7px;
    text-decoration:none;
    width:222px;
    }
#tara-button a:hover {
    background-position:bottom left;
    }
#right {
    margin:20px 20px 0px 588px;
    padding-bottom:10px;
    color:#FFF;
    }
#right a {
    color:#F1B400;
    }
h2 {
    color:#f1b400;
    font-weight:normal;
    font-size:18px;
    padding:0px;
    margin:0px 0px 5px;
    }
#streetmap {
    margin:3px 0 20px;
    }
#directions input[type="text"] {
    border:1px solid #000;
    padding:2px;
    font-size:13px;
    width:235px;
    }
#submitbutton {
    margin-top:5px;
    width:100%;
    text-align:right;
    }
#submit {
    background:url(../images/submit.gif) no-repeat;
    border:none;
    color:#FFF;
    margin:0px;
    padding:4px 17px 5px 15px;
    }
#submit:hover {
    background-position:0px -025px;
    }

/*Post Styles*/
.home_thumb_container {
    background-color:#FFF;
    border:1px solid #000;
    padding:3px;
    width:127px;
    float:left;
    }
.home_thumb {
    border:1px solid #696969;
    }
.post_text {
    margin-left:152px;
    }
.commentsbox {
    background:url(../images/bubble.gif) no-repeat;
    float:right;
    height:38px;
    text-align:center;
    width:49px;
    }
.commentsbox a {
    color:#FFF;
    display:block;
    padding:4px 16px 16px 17px;
    text-decoration:none;
    }
.title {
    display:block;
    color:#FFF;
    font-size:18px;
    }
.date {
    color:#808080;
    display:block;
    font-size:10px;
    margin-bottom:5px;
    }
.date a {
    color:#f6d364;
    }
.divider {
    background-color:#000;
    height:1px;
    border-bottom:1px solid #313131;
    margin:25px 0px;
    }
#footer {
    background:url(../images/footerback.gif) repeat-y;
    border-bottom:1px solid #2e2e2e;
    color:#454545;
    font-size:12px;
    padding:5px 20px;
    margin-left:26px;
    margin-bottom:10px;
    width:812px;
    }