/*
Title:      AlterBridgeRocks Styles
Desc:       -- the actual sized/colorized styles
Author:     Steve Caponetto, steve@alterbridgerocks.com
Updated:    Jan 15 2005
*/

body {
    background: #366 url(/images/bg.jpg);
	font: small verdana, arial, helvetica, sans-serif!important;
	font /**/: x-small verdana, arial, helvetica, sans-serif;
	color: #000;
	text-align: center;
}

/* ---[ main page container ]------------------------------- */

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

/* ---[ standard links ]------------------------------- */

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

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

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

a.activelink {
	text-decoration: none;
}

/* ---[ breadcrumb links ]------------------------------- */

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

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

/* ---[ general typography ]------------------------------- */

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 {
	float: left;
	clear: left;
	width: 150px;
	margin-top:0px;
	font-size: 1em;
	font-weight: bold;
}

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

/* ---[ miscelleanous styles ]------------------------------- */

ul.error li {
	color: red;
}

.errorlog {
	margin: 1em auto;
	padding: 1em;
	font-size: 12px;
	color: #fff;
	text-align: left;
	border: 2px dashed #fff;
}

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

img {
	border: 0;
}

div.spacer {
	clear: both;
}

sup {
	font-weight: bold;
	color: red;
}

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

.alt-dark {
	background-color: #366;
	color: #fff;
}
.alt-medium {
	background-color: #699;
	color: #fff;
}
.alt-light {
	background-color: #9cc;
	color: #000;
}
.alt-bg {
	background-color: #eee;
}

/* ---[ inline image & caption ]------------------------------- */

dl.image {
	float: right;
	margin: 0 0 1em 1em;
	padding: 10px;
	border: 1px solid #666;
	text-align: center;
}
.image dt {
	font-weight: bold;
}
.image dt img {
	border: 1px solid #000!important;
}
.image dd {
	margin: 0;
	padding: 0;
	font-size: x-small;
	text-align: center;
}

/* ---[ title & content boxes ]------------------------------- */

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

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

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

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

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

/* ---[ side navigation ]------------------------------- */

#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;
	line-height: 1.6em;
	text-decoration: none;
}

#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;
	line-height: 1.6em;
	text-decoration: none;
}

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

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

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

/* ---[ footer ]------------------------------- */

#footer {
	background: #666 url(/images/footer-bg.png) no-repeat;
	text-align: left;
}

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

p#copyright {
	margin-top: 1em;
	font-size: 0.85em;
	color: #ccc;
	text-align: center;
}
p#copyright a {
	color: #ccc;
}


/* ---[ news blurbs ]------------------------------- */

.news-content {
	position: relative;
}

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

.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;
}