﻿#quicklinks_header {
    padding-top: 10px;
    width: 950px;
    padding-left: 40px;
    margin: auto; 
    text-align: left;
}

#quicklinks_header h1 {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #4c4942;
    margin-top: 8px;
    margin-bottom: 8px;
}

#quicklinks_columns {
}

#quicklinks_columns > li {
    width: 230px;
    float: left;
    text-align: left;
}

#quicklinks_columns > li > ul {
    margin-bottom: 10px;
}

#quicklinks_columns > li > h2 {
    font-weight: bold;
    color: #4c4942;
    font-size: 10px;
}

#foot #quicklinks_columns > li > ul > li > a {
    display: block;
    border-bottom: 1px #8c825e solid;
    color: #993300 !important;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 20px;
    margin-left: 8px;
    
}

#foot #quicklinks_columns > li > ul > li > a:hover {
    color: #33322b !important;
}

body #foot {
    background:#BDB573 url('decoration/foot.png') repeat-x scroll 0 0;
}

#scroller {

    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
}

.homepage_listing {

    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px #cecd8d solid;

}

.homepage_listing .title {
    font-weight: bold;
}

.homepage_listing .image {
    float: left;
    padding-right: 10px;
    padding-top: 4px;
}

.homepage_listing .image img {
    width: 50px;
    height: 50px;
    border: 2px #7f4e01 solid;
}

#social_media .image img {
    width: 30px;
    height: 30px;
    border: none;
}

#twitter .title {
	padding-top: 10px;
}

#twitter img {
	height: 22px;
	width: 22px;
	border: none;
	vertical-align:middle;
}

.home_panel {
    float: left;
	width: 264px; 
	background: #f5efcb;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: 16px;
    border-top: 5px #7d4e00 solid;
    margin-top: 10px;
}

.home_panel h1 {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #4c4942;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home_panel.twitter_panel {
    background: #FFF;
}

#content {
    background: #bbb593 url('../images/home-page-listing-bg.png');
    width: 950px;
}

ul.tweet_list li {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px #cecd8d solid;
}

.tweet_avatar {
    float: left;
    width: 50px;
    height: 50px;
    border: 2px #7d4e00 solid;
    margin-right: 12px;
}
