/* CSS Document */
/*===================  COLORS  =================================================
# c-lightblue.css
# 
# part of the Triad skin for Pmwiki
#=============================================================================*/

/*=============== liight blue theme =================*/
body {
	color:#A0A0CF;
	background:#224 url(../images/night-blue2.jpg);
}

#outer-box { border:1px solid #003466; } 

/*left: right border img */ 
#left-box {
/*	background: url(../images/brd-right2.jpg) right repeat-y;*/
}
/*left: left border img + background */
#outer-box {
/*	background:#1D5183 url(../images/brd-left2.jpg) repeat-y;*/
}
/* main background color */
#center-box, #right-box, #footnavbox {
/*	background: url(../images/blue-grad.gif) bottom left fixed repeat-x;*/
/*	background: #BED0E4;*/
}

a:link { color:#9cf; }
a:visited { color:#99c; }
a:hover { color:#6f9; }
a:active { color:#0f9; }

/* header background image */
#header {
/*	background:#BED0E4 url(../images/blue-100-top.jpg) repeat-x;*/
}

/* toplink bar background color */
#topnav {
/*	background:#BED0E4 url(../images/blue-100-top.jpg) repeat-x;*/
/*	background:#376EA4;*/
	border-width:1px;
/*	border-color:#224;*/
	border-color:#448;
	border-style:outset;
/*	border-bottom:1px solid #224;*/
}
#topnav a, #topnav ul li {
	color:#A0A0CF;
}
/* hover colors */
#topnav li a:hover, #topnav li a:active {
	color: #0f9;
	background: #293556;
}
/*#sidebar p.sidehead a.wikilink:hover  { color:#0f9; background: #293556; }*/
/*#sidebar p.sidehead a.wikilink:active { color:#fff; background: #293556; }*/






#contentbox {
/*	background:#fff;*/
/*	border:1px solid #003466;*/
	color:#ccc;
/*	border-top:1px solid #535766; */
/*	border-left:1px solid #535766;*/
/*	border-right:2px solid #535766;*/
/*	border-bottom:2px solid #535766;*/
	border-width:1px;
/*	border-color:#535766;*/
/*	border-color:#224;*/
	border-color:#448;
/*	border-color:#293556;*/
	border-style:outset;
	background:#293556 url(../images/night-blue1.jpg);
}

#pagetitle { margin: 0.3em 1em 0em;
	padding: .2em .3em .3em; color: #000; 
	font: lighter  "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;  
	border-top: 3px double #ccc; border-bottom: 3px double #ccc; background: transparent;
	}
#pagegroup a { color:#fff; }
#pagetitle a { color:#fff; }
#titlebar a:hover { text-decoration:none; color:#fc6; }

/*#titlebar a { color:#fff; }*/
/*#titlebar a:visited { color:#fff; }*/
/*#titlebar a:hover { color:#fc6; }*/
/*#titlebar a:active { color:#fc6; }*/

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 { color:#fc6; }


.quickref { background:#eef }

#sidebar p, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 { color:#A0A0CF }
#sidebar .sidehead, #sidebar p.sidehead a.wikilink {
/*	color:#ff9;*/
	color:#A0A0CF;
}

#sidebar h1 a:link, #sidebar h1 a:visited { color:#FFC27F; }
#sidebar h1 a:hover, #sidebar h1 a:active,
#sidebar a:link, #sidebar a:visited { color:#A0A0CF; }
#sidebar a:hover, #sidebar a:active { color:#0f9; text-decoration:none; }


#sidebar p.sidehead a.wikilink:hover  { color:#0f9; background: #293556; } /* hover colors */
#sidebar p.sidehead a.wikilink:active { color:#fff; background: #293556; }
/*#sidebar p.sidehead a.wikilink:active { color:#fff; background: #900; }*/


/* hover colors */
#sidebar li a:hover, #sidebar li a:active {
	color: #0f9; background: #293556; 
}

/*#sidebar li, #sidebar h1 { border-bottom: 1px solid #999; }  menu lines */
/* border-top:1px adds horizontal lines for second level list elements: */
#sidebar ul ul li  { border-top:0px solid #999; border-bottom:0;}
#sidebar a.selflink { color:#fff }
#sidebar a:hover.selflink { background:none; color:#fff }
#sidebarfooter { border-top:0px solid #999; }

/*.inputbox, .inputtext { background: #eef;*/
/*			border-top:1px solid #99c; */
/*			border-left:1px solid #99c;*/
/*			border-right:1px solid #eee;*/
/*			border-bottom:1px solid #eee; }*/
/*.inputtext { background: #f6f6ff; }*/
/*.inputbox:hover, .inputbox:focus { color:#000; background:#fff; }*/

.inputbox, .inputtext { color:#A0A0CF; background: #293556;
			border-top:1px solid #535766; 
			border-left:1px solid #535766;
			border-right:1px solid #ACA899;
			border-bottom:1px solid #ACA899;
			}
.inputbox:hover, .inputbox:focus { color:#000; background:#dbeefd;
}

/* comment next six lines to get a standard button */
.inputbutton {
			color:#B5CFE0; background:#293556; 
			border-top:1px solid #535766; 
			border-left:1px solid #535766;
			border-right:1px solid #ACA899;
			border-bottom:1px solid #ACA899;}
.inputbutton:hover { color:#6f9; background:#224 }



/*#footnav li a {color:#A0A0CF; background:#293556; }*/
.navbuttons li a {  }
.navbuttons li a:hover, #footaction li a:active { color:#6f9; background:#224 }
.navbuttons li a, a.fontsizer{
	color:#A0A0CF; background:#293556;
	border-top:1px solid #535766; 
	border-left:1px solid #535766;
	border-right:1px solid #ACA899;
	border-bottom:1px solid #ACA899;

/*			color:#B5CFE0; background:#293556; */
/*			border-top:1px solid #535766; */
/*			border-left:1px solid #535766;*/
/*			border-right:1px solid #ACA899;*/
/*			border-bottom:1px solid #ACA899;*/

/*			background:#eee;*/
/*			color:#006;*/
/*			border-top:1px solid #eee; */
/*			border-left:1px solid #eee;*/
/*			border-right:1px solid #99c;*/
/*			border-bottom:1px solid #99c;*/
		}
#footnavbox { xbackground:#fff;
			xborder:1px solid #003466; }	
		
#footer-box {
/*	border-top:1px solid #003466;*/
/*	background:#eee url(../images/blue-100-foot.jpg) repeat-x;*/
	border-width:1px;
	border-style:inset;
	border-color:#448;
	background:#fc0 url(../images/night-blue3.jpg) repeat-x; /* header background image */
}

#content ul { list-style-image: url(../images/bullet7.gif); }
#rightbar ul { list-style:none; }
#rightbar h1, h2, h3, h4 { color:#D2D5F6 }

#rightbar a.fontsizer, #header-box a.fontsizer  { 
	color: #A0A0CF;
/*	color:#eee;*/
	background:#2873B8; /*BED0E4;*/ 
	border-top:0;
	border-left:0;
	border-bottom:1px solid #1D5183;
	border-right:1px solid #1D5183;
}
#content a.fontsizer { background:#eee; }
#sidebar a.fontsizer { background:#1D5183; }
#rightbar a.fontsizer:hover { background:#900; }
#sidebar a.fontsizer:hover { background:#900; }
#content a.fontsizer:hover { background:#fff; color:#900; }




.clip, .news { border:1px solid #003B62;
		color:#ccc;
/*		background:#f4f4ed url(../images/silver-left.jpg) repeat-y;*/
		background:#224 url(../images/night-blue1.jpg);
		border:1px solid #535766;
		padding:0 8px 5px 8px;
		margin-bottom:5px;
}

#sidebar .sideclip,
#rightbar .sideclip {
/*	border:1px solid #003B62;*/
/*	color:#000;*/
/*	background:#f4f4ed;*/
	border-width:1px;
/*	border-color:#535766;*/
	border-color:#448;
	border-style:inset;

/*	border-top:2px solid #535766; */
/*	border-left:2px solid #535766;*/
/*	border-right:1px solid #535766;*/
/*	border-bottom:1px solid #535766;*/

	background:#224 url(../images/night-blue3.jpg);
	color:#ccc;
	padding:2px 0px;
	margin:5px 5px 0 5px;
	font-size:0.85em;
}
#sidebar .sideclip p, #sidebar .sideclip h4,
#rightbar .sideclip p, #rightbar .sideclip h4 { 
/*	color:#000;*/
	color:#A0A0CF;
	line-height:1.2em;
}
#sidebar .sideclip a,
#rightbar .sideclip a {
	color:#A0A0CF
}

#toggleright input, #toggleleft input{ 
		color:#fff; 
		background:#376EA4;
		border:none;
}
#toggleleft input { border-right:1px solid #fff }
#toggleright input { border-left:1px solid #fff }

#toggleright input:hover, #toggleleft input:hover { background:#900; }

#sidebar .trailmenu ul li a { color:#efe; }
#sidebar .trailmenu ul ul li a { color:#afa; }
#sidebar .trailmenu ul ul ul li a { color:#faa; }

/* commentbox styled */
.messagehead {
	background:#224;
}
.messageitem, .bquote {
	background:#333C57;
}

