/*
Name:        text.css
Author:      Kyle Brickman, Kurt Jull
Description: CSS text definitions
Created:     24 March 2009
Notes:       This file should contain ONLY definitions for text formatting
*/

@media all {
	/* Page headers *****************************************************/
	div.pageTitle {
		font-size: 18px;
	}
	
	div.pageSubtitle {
		font-size: 16px;
		color:     #6c942f;
		padding-top:8px;
		font-weight:bold;
	}
	
	.pageSub {
		font-size: 16px;
		color:     #6c942f;
		padding-top:8px;
		font-weight:bold;
	}
	
	/* Messages *********************************************************/
	.success {
		color: #0c0;
	}
	
	.failure {
		color: #c00;
	}
	
	/* Default text tags ************************************************/	
	h1 {
	}
	
	h2 {
	}
	
	h3 {
		
	}
	
	h3.hot {
		margin-bottom: 0px;
		padding: 6px 0 0 10px;
		width: 648px;
		height: 27px;
		color: #fff;
		font-size: 14px;
		background: url(/images/hot.gif) top left no-repeat;
	}
	
	h3.announce {
		margin-bottom: 0px;
		padding: 6px 0 0 10px;
		width: 648px;
		height: 27px;
		color: #666666;
		font-size: 14px;
		background: url(/images/announce.gif) top left no-repeat;
	}
	
	h4 {
		margin: 0 0 0 0;
		padding: 0 0 0 48px;
		height: 19px;
		line-height: 19px;
		color: #0068b3;
		font-size: 14px;
		background: url(/images/icons/megaphone.png) center left no-repeat;
	}
	
	h5 {
	}
	
	h6 {
		color: #000;
		font-weight:bold;
		font-size:13px;
	}
	
	a {
		color: #0e67a8;
		text-decoration: none;
		font-weight:bold;
	}
	
	.linkButton {
		border:none;
		background:none;
		background-image:url(../images/icons/pdf.gif);
		background-repeat:no-repeat;
		color: #0e67a8;
		text-decoration: none;
		font-weight:bold;
		padding-left:20px;
		padding-bottom:10px;
		cursor:pointer;
		cursor:hand;
	}	
	
	a.highlight {
		color: #b80b0b;
	}
	
	a.crumb {
		color: #999;
	}
	
	a:hover {
		text-decoration: underline;
		
	}

	/* Links ************************************************************/
	.highlight2 {
		color: #0e67a8;
		text-decoration: none;
		font-weight:bold;
		font-size:13px;
	}
	
	.highlight2:hover {
		color: #0e67a8;
		text-decoration: underline;
		font-weight:bold;
		font-size:13px;
	}
	
	
	/* Admin only *******************************************************/
	.cp {
		color: #fff;
		font-size:16px;
	}
	
	.cp:hover {
		text-decoration: underline;
		font-size:16px;
	}
	
	.navAdmin {
		font-size:12px;
		line-height:19px;
	}
	
	/* Text one-offs ****************************************************/
	p.banner {
		margin: 0 0 4px 0;
		padding: 0;
		line-height: 22px;
		color: #fff;
		font-size: 16px;
		text-align: center;
	}
	
	.clear {
		clear: both;
	}
	
	/* Lists ************************************************************/
	ul.nav {
		margin: 0;
		padding: 0;
		height: 29px;
		overflow: hidden;
	}
	
	ul.nav li {
		float: left;
		margin: 0;
		padding-top: 1px;
		list-style: none;
	}
	
	ul.subnav {
		clear: both;
		margin: 0;
		width: 880px;
		height: 27px;
		padding:0px;
		overflow: hidden;
	}

	ul.subnav li {
		float: left;
		margin: 0;
		padding: 0 28px 0 0;
		line-height: 27px;
		color: #fff;
		font-size: 12px;
		font-family: Lucida Sans, sans-serif;
		list-style: none;
	}
	
	ul.subnav li a {
		color: #fff;
		text-decoration: none;
		padding-left:15px;
	}
	
	ul.subnav li a:hover {
		color: #fff;
		text-decoration: underline;
		padding-left:15px;
	}
	
	ul.banner-list {
		margin: 12px 0 0 10px;
		padding: 0;
		width: 175px;
	}
	
	ul.banner-list li {
		margin: 8px 0;
		padding: 5px 0 0 26px;
		list-style: none;
		text-align: left;
	}
	
	ul.banner-list a {
		color: #1a5b04;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		text-decoration: none;
	}
	
	ul.banner-list a:hover {
		text-decoration: underline;
	}
	
	ul.banner-list li.ask {
		background: url(/images/icons/question.png) top left no-repeat;
	}
	
	ul.banner-list li.media {
		background: url(/images/icons/media.png) top left no-repeat;
	}
	
	ul.banner-list li.bargaining {
		background: url(/images/icons/community.png) top left no-repeat;
	}
	
	dl.article {
		margin: 0 0 0 50px;
		padding: 0;
		width: 430px;
	}
	
	dl dt {
		margin-top: 18px;
		font-weight: bold;
	}
	
	dl dt.highlight {
		color: #b80b0b;
	}
	
	dl dt:first-child {
		margin-top: 0px;
	}
	
	dl dd {
		margin: 0 0 0 8px;
		padding: 0;
	}
	
	dl.article dt {
		margin: 0;
		font-weight: bold;
	}
	
	dl.article dd {
		margin: 0;
	}
	
	/* Breadcrumbs ******************************************************/
	div.breadcrumb {
		font-size:     10px;
		color:         #999;
		margin-bottom: 5px;
	}
	
	div.breadcrumb a {
		color:           #999;
		text-decoration: none;
	}
	
	div.breadcrumb a:hover {
		text-decoration: underline;
	}
	
	
	
	/* Forum Styles ********************************/
	table.forum {
		border:1px solid #999;
		background-color:#e9eff6;
		width:100%;
	}
	
	.forum td {
		padding:5px;
		text-align:left;
		vertical-align:top;
	}
	
	.forum th {
		background: url(../images/forumHeader.jpg) repeat-x bottom left;
		background-color:#999;
		color:#ffffff;
		font-weight:bold;
		text-transform:uppercase;
		padding:5px;
		text-align:left;
	}	
	
	.forum hr {
		color:#ccc;
	}
	
	.forum a {
		color:#333;
		font-weight:bold;
	}			
	
	.formInput {
		font-weight:bold;
		color:#333;
		padding-left:15px;
		vertical-align:top;
	}		
	
	.forumButton {
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		color:#333;
		background-color:#eee;
		border:1px solid #ccc;
		padding:2px 5px;
		cursor:pointer;
	}
	
	.forumButtonOff {
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		color:#ccc;
		background-color:#eee;
		border:1px solid #ccc;
		padding:2px 5px;
	}	
	
	.altRow {
		background-color:#fff;
	}
	
}