/*
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
	{
		color: #efaf63;
		font-size: 18px;
	}
	
	div.pageSubtitle
	{
		font-size: 14px;
		color:     #fff;
	}
	
	/* Messages *************************************/
	.success
	{
		color: #0c0;
	}
	
	.failure
	{
		color: #c00;
	}
	
	/* Default text tags ****************************/	
	h1
	{	
		font-size:20px;
		font-weight: bold;
		color: #ffffff;
		padding:0px;
	}
	
	h2
	{
		color: #C98D47;
		
	}
	
	h3
	{
		color: #ffffff;
	}
	
	h4
	{
		font-size: 14px;
		color: #ffffff;
		margin: 0;
		padding: 0;
	}
	
	h5
	{
		font-size: 13px;
		margin: 0;
		padding-bottom:5px;
	}
	
	h6
	{
	}
	
	div.content
	{
		padding: 0px 100px 0px 75px;
		line-height: 18px;
	}
	
	div.contentBlog
	{
		padding: 0px 100px 0px 10px;
		line-height: 16px;
	}
	
	div.sidecontent
	{
		padding: 10px 10px 10px 10px;
		border:0px solid #fff;
		/*line-height: 12pt;background-color: #C18E61;*/
	}
	
	div.sidecontent a
	{
		color: #9a5107;
		text-decoration: none;
	}
	
	div.sidecontent a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	
	div.sidebox
	{
		background-color: #C18E61;
	}

	/* Links ****************************************/	
	a
	{
		/*color: #9a5107;*/
		color: #efaf63;
		text-decoration: none;
	}
	
	a.white {
		color: #fff;
		text-decoration: none;
	}
	
	a.white:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	
	a.headerLink {
		display: block;
		position: absolute;
		margin: 30px 0 0 262px;
		width: 500px;
		height: 46px;
		color: #efaf63;
		text-decoration: none;
	}
	a.headerLink:hover {
		color: #efaf63;
		text-decoration: none;
	}

	/* Admin only ***********************************/	
	.cp
	{
		color: #efaf63;
		font-size:16px;
		text-decoration: none;
		vertical-align:middle;
		padding:7px;
	}
	
	.cp:hover
	{
		font-size:16px;
		text-decoration: underline;
		vertical-align:middle;
		padding:7px;
	}
	
	/* Text one-offs ********************************/
	
	
	/* Breadcrumbs **********************************/
	div.breadcrumb
	{
		font-size:     10px;
		color:         #fff;
		margin-bottom: 5px;
	}
	
	div.breadcrumb a
	{
		color:           #fff;
		text-decoration: underline;
	}
	
	div.breadcrumb a:hover
	{
		color:           #fff;
		text-decoration: none;
	}
	
	
	
	/* 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;
	}				
	/* End Forum Styles ********************************/

	
}
