/* ----------------------------------------- /*

	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: #941308
	Secondary Color: #467688
	
/* ----------------------------------------- */

/* --- 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:#941308;}
body, #sidebar, .wrapper, .columns, .pathway img {background-color: #941308;}


/* --- Secondary color option --- */
table.contenttoc th {background: #467688;}
a:hover {color: #467688;}
#header, #content, #sidebar, table.contenttoc, #footer, .wrapper {border-color: #467688;}


/* --- mixed --- */
td.contentheading, td.buttonheading, 
div.itemHeader h2.itemTitle, 
div.catItemHeader h3.catItemTitle,
div.genericItemHeader h2.genericItemTitle {
border-bottom-color:#467688;
color:#941308;
}
