/* Layout based on 
   http://matthewjamestaylor.com/blog/perfect-2-column-right-menu.htm */

/* bliss.css */

/* General */
body {
	background:#f4f4f4;
	color: #333;
	}
a {
	color:#336699;
	}
a:link {color:#336699;}
a:active {color:#1793d1;}
a:hover {
	color:#1793d1;
	}
a:visited {color:#336699;}
/* Site name */
h1 {
	color: #f4f4f4;
	}
/* Header */
#header {
	background: #444;
	/* b3b3b3 */
	}
#header {border-bottom:1px solid #b3b3b3;}
#header ul li a {
	background:#444;
	color:#fff; /* or inherit */
	}
#header ul li a:hover {
	background:#1793d1;
	/*color:#f4f4f4;*/
	}
/* Highlights tab/page the user is on. Requires
   class="active" to be placed in a navbar link */
/*#header ul li a.active, #header ul li a.active:hover {
	background:#969ea5;
	}*/

/* Sub menu, below navbar */
#stylebar {
	background:#f4f4f4;
	/*border-top:1px solid #000;*/
	}
/* Columns container */
.colleft {
	/* border between columns */
	border-right: 1px solid #b3b3b3;
	}
/* Right and left settings */
.rightmenu {background:#f4f4f4;}/* r col bg color */
.rightmenu .colleft {
	background:#f4f4f4;	/* l col bg color */
	}

/* Footer */
#footer {
	border-top:1px solid #b3b3b3;
	/*background-color: #b3b3b3;*/
	}
/* --> */
