/* ----------------------------------------- /*

	COLOR STYLE CSS FILE for PANGEA TEMPLATE 
	VERSION: 1.0
	AUTHOR URI: http://www.mozami.net	
	Designed and developed by mozami.net
	Copyright (c) 2004 - 2009 MOZAMI.NET. All rights reserved.
	Released under the GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
	
	Description:-
	This CSS file sets the color theme for the template. 
	There are two colors used in this template:
	
	Primary Color: #104D73
	Secondary Color: #723F10
	
/* ----------------------------------------- */

/* --- Primary color option ---- */
a:link,
td.contentheading a, td.buttonheading a, 
div.itemHeader h2.itemTitle a, 
div.catItemHeader h3.catItemTitle a,
div.itemAttachmentsBlock ul.itemAttachments li a:hover {color:#f99d32;}
body, #sidebar, .wrapper, .columns, .pathway img {background-color: #f99d32;}


/* --- Secondary color option --- */
table.contenttoc th {background: #723F10;}
a:hover {color: #723F10;}
#header, #content, #sidebar, table.contenttoc, #footer, .wrapper {border-color: #FF9E1F;}


/* --- mixed --- */
td.contentheading, td.buttonheading, 
div.itemHeader h2.itemTitle, 
div.catItemHeader h3.catItemTitle,
div.genericItemHeader h2.genericItemTitle {
	border-bottom-color:#333333;
	color:#f99d32;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing:-0.06em;
}
