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

	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: #383a47
	Secondary Color: #cbc5c6
	
/* ----------------------------------------- */

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


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


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