/*
Wireframe 03v01 Color Scheme 
*/


/**
* Green
************************************************/

body.Green {
	background: #fff url('../../theme_w03d01/images/bkgrnd_top_green.gif') top left repeat-x;
}

.Green #site-description {
    color: #b9d3c0;
}

.Green #footer-container {
    background-color: #2a6339;
}

.Green #content-wrap {
		border-left: 1px solid #2a6339;
}

.Green #content {
		border-bottom: 1px solid #2a6339;
}

/* Headers */
.Green h1, .Green h2, .Green h3.widget-title, .Green h3 { color: #985710; }

/* Hyperlinks */
.Green a:link { color: #2a6339; }
.Green a:visited { color: #2a6339; }
.Green a:hover { color: #2a6339; }
.Green a:active { color: #2a6339; }

/* Sidebar */
.Green a.widget-featured-link, .Green a.featured-link { 
	background: #2a6339;
	color: #fff;
}

.Green a:hover.widget-featured-link, .Green a:hover.featured-link {
	background: #217e39;
	color: #fff;
}


/* Main menu area */
.Green #primary-menu li a { 
	color: #2a6339;
}

.Green #primary-menu li a:hover { 
	color: #217e39;
}

.Green #primary-menu div.menu-vert ul li.current-menu-item {
   background-color: none;
}



/**
* Red
************************************************/

body.Red {
	background: #fff url('../../theme_w03d01/images/bkgrnd_top_red.gif') top left repeat-x;
}

.Red #site-description {
    color: #c9a6a6;
}


.Red #footer-container {
    background-color: #640101;
}

.Red #content-wrap {
		border-left: 1px solid #640101;
}

.Red #content {
		border-bottom: 1px solid #640101;
}

/* Headers */
.Red h1, .Red h2, .Red h3.widget-title, .Red h3 { color: #985710; }

/* Hyperlinks */
.Red a:link { color: #640101; }
.Red a:visited { color: #640101; }
.Red a:hover { color: #640101; }
.Red a:active { color: #640101; }

/* Sidebar */
.Red a.widget-featured-link, .Red a.featured-link { 
	background: #640101;
	color: #fff;
}

.Red a:hover.widget-featured-link, .Red a:hover.featured-link {
	background: #ab0101;
	color: #fff;
}


/* Main menu area */
.Red #primary-menu li a { 
	color: #640101;
}

.Red #primary-menu li a:hover { 
	color: #ab0101;
}

.Red #primary-menu div.menu-vert ul li.current-menu-item {
   background-color: none;
}




/**
* Grey
************************************************/

body.Grey {
	background: #fff url('../../theme_w03d01/images/bkgrnd_top_grey.gif') top left repeat-x;
}

.Grey #site-description {
    color: #909090;
}

.Grey #footer-container {
    background-color: #444444;
}

.Grey #content-wrap {
		border-left: 1px solid #444444;
}

.Grey #content {
		border-bottom: 1px solid #444444;
}

/* Headers */
.Grey h1, .Grey h2, .Grey h3.widget-title, .Grey h3 { color: #5a5a5a; }

/* Hyperlinks */
.Grey a:link { color: #9d512d; }
.Grey a:visited { color: #9d512d; }
.Grey a:hover { color: #9d512d; }
.Grey a:active { color: #9d512d; }

/* Sidebar */
.Grey a.widget-featured-link, .Grey a.featured-link { 
	background: #9d512d;
	color: #fff;
}

.Grey a:hover.widget-featured-link, .Grey a:hover.featured-link {
	background: #cc551c;
	color: #fff;
}


/* Main menu area */
.Grey #primary-menu li a { 
	color: #9d512d;
}

.Grey #primary-menu li a:hover { 
	color: #cc551c;
}

.Grey #primary-menu div.menu-vert ul li.current-menu-item {
   background-color: none;
}






