/*
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: 24px;
		color: #fff;
		margin-top: 0;
		font-weight: bold;
	}
	
	div.pageSubtitle
	{
		font-size: 18px;
		color:     #000;
		margin-top: 0;
		font-weight: bold;
	}
	
	div.pageHeader
	{
		font-size:      24px;
		font-weight:    bold;
		color:          #000;
		text-align:     right;
		text-transform: uppercase;
		margin:         0 9px;
		line-height:    36px;
	}
	
	/* Messages *************************************/
	.success
	{
		color: #0c0;
	}
	
	.failure
	{
		color: #c00;
	}
	
	/* Default text tags ****************************/	
	h1
	{
		color: #fff;
		margin-top: 0;
		line-height: 28px;
		font-size: 24px;
	}
	
	h2
	{
		margin-top: 0;
		font-size: 18px;
	}
	
	h3
	{
	}
	
	h4
	{
	}
	
	h5
	{
	}
	
	h6
	{
	}
	
	a
	{
		color: #000;
		text-decoration: underline;
	}
	
	a:hover
	{
	}

	/* Links ****************************************/	
	

	/* Admin only ***********************************/	
	
	
	/* Text one-offs ********************************/
	
	
	/* 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;
	}
}
