/**********************************************************************************************

	Title: Graffiti CMS
	Theme: Training and Education
	Author: XHTMLized
	Date: January 2008 

***********************************************************************************************

	1.  GENERAL
			1.1 Headings and paragraphs
			1.2 Forms
			1.3 Links
			1.4 Miscellaneous
		
	2. GENERAL ELEMEMENTS
	
	3. LAYOUT
			3.1 Accessibility links
			3.2 Masthead
			3.3 Navigation
			3.4 Search
			3.5 Header
			3.6 Content
			3.7 Sidebar
			3.8 Footer
					
	4. LAYOUT ELEMENTS

***********************************************************************************************/


/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

body {
/* was	background: #444034;*/
        background: #CCCCCC;
	color: #42474a;
}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	

h2 {
	color: #716f63;
}

h3 {
	color: #b58928;
}

/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	


/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

a {
/* was  color: #6090e0;*/
	color: #207080;
}


/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	


/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	


/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

#header {
/* was	background: #c5761b url(images/bg_header.jpg) no-repeat;*/
	background: #ffffff url(images/bg_header.jpg) no-repeat;
}

.main-container {
	background-color: #cccccc;
	border-bottom: 3px solid #ebe8df;
}

.main-container .container {
	background: url(images/faux_column_sidebar.png) repeat-y;
}

.footer-container {
	border-top: 1px solid #dad6c8;
	background-color: #f3f1e6;
}

#sidebar {
	background-color: #ffff00; /* #eeebc8; */
}

/* Homepage layout */

.home #header {
	background-image: url(images/bg_header_home.jpg);
}

.home #content {
	width: 950px;
}
.home .main-container .container {
	background-image: none;
}


/* 3.1	Accessibility links
-----------------------------------------------------------------------------------------------*/	



/* 3.2	Masthead
-----------------------------------------------------------------------------------------------*/	

#masthead h1 span,
#masthead a span {
	background-image:	url(images/logo.png);
}

#masthead a {
	color: #ffff00; /* fff; */
}

/* 3.3	Navigation
-----------------------------------------------------------------------------------------------*/

#navigation ol {
	background-image: url(images/bg_navigation.png);
}


/* 3.4	Search
-----------------------------------------------------------------------------------------------*/	

.search input.field {
	border-color: #2a2822;
}


/* 3.5	Header
-----------------------------------------------------------------------------------------------*/	

#header p {
/*	color: #ffff00; */
	color: #207080;
}

.home #header p {
	right: 20px;
}


		

/* 3.6	Content
-----------------------------------------------------------------------------------------------*/	

#content table {
/* was	color: #4a4942; */
	color: #CCCCCC;
}

#content th {
	background: #f2f2eb url(images/bg_tablehead.png) repeat-x;
}

#content tr.odd td {
	background-color: #f9f8f3;
}

.inner-content-container {
	width: 620px;
	float: left;
}

.inner-content-left {
	width: 288px;
}

.inner-content-right {
	width: 28px;
}

/* 3.7	Sidebar
-----------------------------------------------------------------------------------------------*/

.secondary-navigation a {
/* was	color: #444034; */
	color: #CCCCCC;
}

.secondary-navigation li {
	background-color: #faf9e9;
	border-bottom: 1px solid #eeebc8;
}

.secondary-navigation li.current {
	background-color: #e5d69a;
	border-bottom-color: #c0b06f;
}

#sidebar .newsletter input.field {
	width: 157px;
}


/* 3.8	Footer
-----------------------------------------------------------------------------------------------*/	

.sub-navigation a {
	color: #7f753c;
}


/* 4. LAYOUT ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.vevent a {
	color: #000000    /*b58928*/ ;
}

.newsletter p {
	color: #ca4b1f;
}

.newsletter input.field {
	width: 197px;
}

.rss-feed {
	background: url(images/bg_rss_feed.png) no-repeat;
}

.rss-feed a {
	color: #b58928;
}

.testimonial {
	width: 288px;
	float: right;
}

.address h4 {
	font-weight: bold;
}

