* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans;
}

body {
    font-size: 11px;
}

#container {
    width: 960px;
    margin: 10px auto;
    background: #fff;
}

a {
    color: #0082B6;
    text-decoration: none;
}

p {
    padding-bottom: 10px;
}

img {
    border: 0;
}

h1, h1 a {
    font-size: 72px;
    color: #19485A;
}

h2, #subject {
    color: #000;
    font-size: 26px;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}

#header {
    padding: 10px 0;
    background: #ECFBFE;
    border-bottom: 1px solid #49ADD1;
}

#header .padded,
#footer .padded {
    width: 960px;
    margin: 0 auto;
}

#header-left {
    float: left;
    width: 660px;
}

#header-right {
    float: left;
    width: 300px;
    text-align: center;
}

.header-links {
    padding: 10px 0 10px 40px;
    margin-top: 10px;
    text-align: left;
    background: #fff;
}

#about {
    font-size: 14px;
}

#about ul {
    margin: 0 0 10px 30px;
}

#about li {
    
}

#searchBox {
    padding: 3px 6px;
    border: 1px solid #999;
    width: 180px;
}

#goBtn {
    border: 0;
    width: 20px;
    height: 20px;
    background: url(images/go_btn.gif) no-repeat;
}

#navbar {
    display: block;
    background: #ECFBFE;
    border-bottom: 1px solid #DDE1E2;
    padding: 5px 0;
    margin: 10px 0;
}

#navbar li {
    display: inline;
    font-size: 13px;
    padding: 5px 10px;
    background: #ECFBFE;
    text-decoration: none;
    border-left: 1px solid #CBCFD0;
    border-bottom: 1px solid #DDE1E2;
    margin-left: -4px;
    cursor: pointer;
}

#navbar li.active {
    background: #fff;
    border: 1px solid #fff;
}

#main {
    float: left;
    width: 720px;
    height: 100%;
    margin-right: 20px;
}

.item {
    margin-bottom: 20px;
}

.icon {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.item .rightside {
    float: left;
    width: 678px;
}

.news .icon { background: url(images/icons/news.png) no-repeat; }
.twitter .icon { background: url(images/icons/twitter.png) no-repeat; }
.youtube .icon { background: url(images/icons/youtube.png) no-repeat; }
.thumbs_up .icon { background: url(images/icons/thumb_up.png) no-repeat; }
.thumbs_down .icon { background: url(images/icons/thumb_down.png) no-repeat; }
.bill .icon { background: url(images/icons/script.png) no-repeat; }
.abstain .icon { background: url(images/icons/abstain.png) no-repeat; }

.thumbs_up, .thumbs_down, .bill {
    margin-bottom: 20px;
}

.watchList {
    cursor: pointer;
}

.watchList.add {
    background: url(/images/icons/add_to_watchlist.png);
    width: 125px;
    height: 30px;
}

.watchList.drop {
    background: url(/images/icons/drop_from_watchlist.png);
    width: 125px;
    height: 30px;
}

.attr {
    color: #666;
    font-size: 11px;
    font-weight: normal;
}

.link {
    font-size: 1.3em;
    font-weight: bold;
}

.vote .link {
    color:#0082B6;
}

.date {
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 13px;
}

.title {
    font-weight: bold;
    color: #333;
}

.title a {
    color: #333;
    text-decoration: underline;
}

.content {
    font-size: 12px;
}

.content a {
    color: #000;
}

.pager {
    font-size: 12px;
    margin: 10px 0;
}

.pageNum {
    padding: 0 4px;
    margin-right: 2px;
    border: 1px solid #0082B6;
    font-weight: bold;
    cursor: pointer;
    color: #0082B6;
}

.currentPage {
    color: white;
    background: #0082B6;
}

#aboutBox {
    width: 500px;
    padding: 20px;
    margin: 20px 40px;
    background: #49ADD1;
    color: white;
}

#aboutBox a {
    color: white;
    border-bottom: 1px dotted white;
}

#sidebar {
    float: left;
    width: 220px;
    margin-top: 10px;
}

#sidebar .item {
    color: #666;
    font-size: 11px;
}

#sidebar .person {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#sidebar h3 {
    color: #E1040D;
    font-size: 14px;
    text-align: center;
    background: #F2F2F2;
    border-bottom: 1px solid #DDE1E2;
    font-weight: bold;
    padding: 5px 0;
}

#sidebar #date_range {
    margin: 10px 50px;
}

#footer {
    font-size: 11px;
    border-top: 1px solid #49ADD1;
    background: #ECFBFE;
    padding: 20px 0;
}

#footer a {
    color: #999;
}

.clear {
    clear: both;
}
