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

/* bliss.css */

/* General */
body {
	background:#000;
	color: #fff;
	}
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: #336699;
	/* 444 */
	}
#header {border-bottom:1px solid #b3b3b3;}
#header ul li a {
	background:#336699;
	color:#fff; /* or inherit */
	}
#header ul li a:hover {
	background:#444;
	/*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:#000;
	/*border-top:1px solid #000;*/
	}

/* Columns container */
.colleft {
	border-right: 1px solid #b3b3b3;
	}
/* Right and left settings */
.rightmenu {background:#000;}/* r col bg color */
.rightmenu .colleft {
	background:#000;	/* l col bg color */
	}
/* Footer */
#footer {
	border-top:1px solid #b3b3b3;
	/*background-color: #b3b3b3;*/
	}
/* --> */
