/* File to override styles */

a:link, a:visited {
    color: #098EB7;
}

.breadcrumb {
    background-color: #F2F2F2;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 3px;
}

h1.title, h2.title, h3.title {
    margin: 10px 0;
}

h1 {
    font-size: 24px;
    line-height: 25px;
}

ul {
    list-style-type: none;
}

ul.forum-links {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.reply-count {
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.posted-on {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.forum-post-wrapper {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.forum-post-wrapper {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    clear: both;
}

.forum-post-panel-sub {
    background-color: #F2F2F2;
    float: left;
    font-size: 12px;
    line-height: 100%;
    margin-top: 10px;
    width: 150px;
}

.forum-jump-links {
	font-size: 12px;
	font-weight: bold;
}

.forum-post-links {
    font-size: 12px;
    font-weight: bold;
}

.region-sidebar-second {
    float: left;
    margin-left: 640px;
    margin-right: -840px;
    padding: 0;
    width: 310px;
}

#block-user-0 {
    background-color: #F2F2F2;
    padding: 5px 0 10px 10px;
}

td.title {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 5px;
}
	