/* 
	Theme Name: Revolution Code Blue
	Theme URL: http://www.revolutiontwo.com/themes/code-blue
	Description: Code Blue is a 3-column Widget-ready theme created for WordPress.
	Author: Brian Gardner
	Author URI: http://www.briangardner.com
	Version: 2.0
	Tags: three columns, fixed width, white, blue, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v2.0 - 11.01.08
		First Release of Revolution Code Blue
*/

body {
	background: #1A4E88 url(images/bg.gif) repeat-x;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #2255AA;
	}
	
a:hover {
	color: #7DAE12;
	}
	
/************************************************
*	Navbar  									*
************************************************/

#navbar {
	background: #1A4E88;
	}
	
#nav a:hover {
	background: #4A7EB8;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #4A7EB8;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #1A4E88;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content h1 {
	color: #2255AA;
	}
	
#content h1 a  {
	color: #2255AA;
	}

#content h1 a:hover {
	color: #7DAE12;
	}
	
#content h3 {
	color: #2255AA;
	}
	
blockquote {
	border-left: 2px solid #4A7EB8;
	}
	
/************************************************
*	Left Sidebar 					     	    * 
************************************************/

#l_sidebar h2 {
	background: #FFFFFF url(images/headline_left.gif);
	}
	
#l_sidebar ul li li {
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	}
	
#l_sidebar ul li ul li {
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	}
	
/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar h2 {
	background: #FFFFFF url(images/headline_right.gif);
	}

#r_sidebar ul li li {
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	}
	
#r_sidebar ul li ul li {
	background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	}
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #1A4E88;
	}
	
/************************************************
*	Search Form									*
************************************************/

#sbutt {
	background: #1A4E88 url(images/submit.png);
	}
	
/************************************************
*	Comments									*
************************************************/
	
#submit {
	background: #1A4E88 url(images/submit.png);
	border: 1px solid #1A4E88;
	}