/*
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: 14px;
		color:     #666;
	}
	
	/* Messages *************************************/
	.success
	{
		color: #0c0;
	}
	
	.failure
	{
		color: #c00;
	}
	
	.alert
	{
		color:       #000;
		font-weight: bolder;
	}
	
	/* Default text tags ****************************/	
	h1
	{
		font-weight:   normal;
		font-size:     24px;
		color:         #8A1F03;
		margin:        0;
		padding:       0;
		margin-bottom: 15px;
		line-height:   normal;
	}
	
	h2
	{
		font-weight: normal;
		font-size:   18px;
		color:       #8A1F03;
		margin:      0;
		padding:     0;
		line-height: normal;
	}
	
	h3
	{
		font-size:   14px;
		margin:      0;
		padding:     0;
	}
	
	h4
	{
	}
	
	h5
	{
	}
	
	h6
	{
	}
	
	a
	{
		color:           #65171d;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: underline;
	}
	
	p.ribbonHighlight
	{
		color: #fefdf3;
	}
	
	p.ribbonHighlight a
	{
		color:           #fefdf3;
		text-decoration: underline;
	}
	
	p.ribbonHighlight span.selected
	{
		color:       #65171d;
		font-weight: bold;
		margin:      2px 0;
	}
	
	p.ribbonAttribute
	{
		color: #fefdf3;
		text-align: right;
		font-size:  10px;
	}

	/* Links ****************************************/	
	

	/* Admin only ***********************************/	
	
	.cp
	{
		color:           #65171d;
		text-decoration: none;
		font-size:		16px;
	}
	
	.cp:hover
	{
		text-decoration: underline;
		font-size:		16px;
	}
	
	/* Text one-offs ********************************/
	
	
	/* Breadcrumbs **********************************/
	div.breadcrumb
	{
		color:         #999;
		margin-bottom: 10px;
	}
	
	div.breadcrumb a
	{
		color:           #999;
		text-decoration: none;
	}
	
	div.breadcrumb a:hover
	{
		text-decoration: underline;
	}
	
	
	
	.selectedSubMenu
	{
		font-weight:bold; 
		color:black;
	}
	
}