
/* 
/* Main display styles */
/* ------------------- */

body {
    background: #6f3f3f url(/skins/creedfeed/images/bg.jpg);
}

#container {
    background-image: url(/skins/creedfeed/images/content-body.png);
    background-repeat: repeat-y;
    background-position: left top;
}

#container-forum {
    background-image: url(/skins/creedfeed/images/content-body-forum.png);
    background-repeat: repeat-y;
    background-position: left top;
}

#footer {
    background-image: url(/skins/creedfeed/images/footer-bg.png);
    background-repeat: repeat-y;
    background-position: left top;
}

/* ------------------------ */
/* General typography rules */
/* ------------------------ */

body {
    font: small verdana, arial, helvetica, sans-serif!important;
    font /**/: x-small verdana, arial, helvetica, sans-serif;
    color: #000;
    text-align: center;
}

h1 {
    font-size: 1.6em;
    font-weight: normal;
    margin: 0em;
}
h2 {
    font-size: 1.4em;
    font-weight: normal;
    margin: 0em;
}
h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0em;
}
h4 {
    font-size: 1.0em;
    font-weight: bold;
    margin: 0em;
}
h5 {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0em;
}
h6 {
    font-size: 0.9em;
    font-weight: normal;
    margin: 0em;
}

p {
    font-size: 1.0em;
    margin: 0em 0em 1.2em 0em;
	line-height: 1.4em;
}

/* ----------- */
/* Form Styles */
/* ----------- */

form {
    margin: 0;
    padding: 0;
}

form.basic_form label {
    width:150px;
    float:left;
    clear:left;
    font-size:1em;
    font-weight:bold;
    margin-top:0px;
}

form.basic_form div {
    margin-bottom: 0.5em;    
}

/* -------------------- */
/* General Misc. Styles */
/* -------------------- */

ul.error li {
    color: red;
}

table, td {
    font-size: 1.0em;
}

img {
    border: 0;
}

div.spacer {
    clear: both;
}

span.highlight {
    background-color: #800;
    color: #fff;
}

.alt-dark {
    background-color: #6f3f0f;
    color: #fff;
}
.alt-medium {
    background-color: #9f6f3f;
    color: #fff;
}
.alt-light {
    background-color: #c96;
    color: #000;
}
.alt-bg {
    background-color: #e0d0c0;
}

/* ---------------- */
/* Linktrail Styles */
/* ---------------- */

#linktrail {
    font-size: 0.85em;
    font-weight: bold;
    color: #000;
}
#linktrail a:link, #linktrail a:active, #linktrail a:visited {
    color: #300!important;
}
#linktrail a:hover {
    color: #600!important;
}

#linktrail ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 
#linktrail ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
    line-height: 1.5em;
}
#linktrail ul li a:link, #linktrail ul li a:active, #linktrail ul li a:visited {
    color: #300!important;
}
#linktrail ul li a:hover {
    color: #966!important;
}


/* -------------- */
/* Standard Links */
/* -------------- */

a:link, a:visited {
    text-decoration : underline;
    color: #300;
    background: transparent;
}

a:hover {
    text-decoration : underline;
    color: #966;
    background: transparent;
}

a:active {
    text-decoration : underline;
    color: #300;
    background: transparent;
}

a.activelink {
    text-decoration: none;
}

/* ----------------------- */
/* Title and Content Boxes */
/* ----------------------- */

.titlebox {
    display: block;
    margin: 5px 0 5px 0;
    padding: 3px 0 3px 5px;
    background-color: #6f3f0f;
    border: 1px solid #000;
    text-align: left;
    color: #fff;    
}

.subtitlebox {
    display: block;
    margin: 5px 0 5px 0;
    padding: 3px 0 3px 5px;
    background-color: #9f6f3f;
    border: 1px solid #000;
    text-align: left;
    color: #fff;
}

p.box {
    display: block;
    border: 1px solid #aaa;
    padding: 5px;
    margin: 0px 25px 1.2em 25px;
    background-color: #e0d0c0;

}

.right {
    float: right;
    margin-right: 5px;
    font-size: 13px;
}

.contentbox {
    background-color: #e0d0c0;
    padding: 10px;
    margin: 10px;
}


/* --------------- */
/* Top Navbar List */
/* --------------- */

#navbar ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navbar ul li {
    display: inline;
    float: left;
    padding: 0;
    margin: 0;
}


/* -------------------- */
/* Side Navigation List */
/* -------------------- */

#sidenav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    clear: left;
}

#sidenav ul li {
    display: block;
    margin: 0;
}

#sidenav ul li.title {
    padding-left: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    line-height: 1.6em;
}

#sidenav ul li.spacer {
    height: 10px;
}

#sidenav ul li a {
    display: block;
    width: 126px;
    padding-left: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    line-height: 1.6em;
}

#sidenav ul li a:hover {
    background: #d0c0b0;
    color: #000;
}

#sidenav ul li a:active {
    background: #d0c0b0;
    color: #000;
}

#sidenav ul li.active {
    background-color: #d0c0b0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-right: 1px solid #d0c0b0;
}


/* ------------- */
/* Footer Styles */
/* ------------- */

select.skin-chooser {
	font: 11px verdana, arial, helvetica, sans-serif;
}
select.skin-chooser option, select.skin-chooser optgroup {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

#footer {
    text-align: left;
}
#footer-links {
    float: right;
    font-size: 11px;
    color: #d0c0b0;
    padding-top: 3px;
}
#footer-links a:link, #footer-links a:visited, #footer-links a:active {
    font-weight: normal;
    color: #d0c0b0;
    text-decoration: none;
}
#footer-links a:hover {
    font-weight: normal;
    color: #d0c0b0;
    text-decoration: underline;
}


/* ----------- */
/* News Blurbs */
/* ----------- */

.news-content {
    position: relative;
}

.news-navigation {
    text-align: center;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.news-box {
    margin-bottom: 10px;
}

.news-category-image {
    float: right;
    margin: 0 15px 10px 10px;
}

.news-headline {
    font-size: 110%;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

p.news-story em {
    display: block;
    width: 98%;
}

.news-date {
    font-size: 86%;
    color: #333;
}

.news-break {
    margin: 0;
    padding: 0;
    height: 1px;
    clear: right;
}

.news-blurb-link {
    display: block;
    width: 99%;
    margin: 0em;
    font-size: 0.86em;
}