

/* general styles to defeat standard HTML crap style */

/* defeat blunderlines */
a {
	text-decoration:none;
}

/* no outlines on linked images 8?
a img {
	border: none;
}



/***************************** layout and display ***********************************/

#headerBar {
	position:fixed;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	width:100%;
	float:right;
	z-index:1;
}
#topHeaderBar {
	background:blue;
	border-bottom:1px solid black;
}


/* user toolbox */
#p-personal {
	margin-top:15px;
	margin-right:10px;
}
#p-personal span a.new {
	color:#FF8888;
}


/* Navigation */

#navCell {
	padding-left:14px;
}

#nav_list {
	color:black;
}

#nav_list a {
	color:white;
}

#nav_list a.new {
	color:#FF8888;
}

/* search box */
#searchCell {
	text-align:right;
	padding-right:14px;
}
#p-search {
	right:0px;
}


/* Actions box */
#p-cactions {
	padding-right:0px;
	text-align:right;
	font-size:small;
}
#p-cactions span {
	color:black;
}
#p-cactions span a {
	color:white;
}
#p-cactions span.selected a {
	text-decoration:underline;
}
#p-cactions span.new a {
	color:#FF8888;
}
#p-cactions-wrapper {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	background:blue;
	border:1px solid black;
	border-top:none;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
}


#page {
	background:#DDDDFF;
	/* This is an estimate to account for the title bar */
	padding-top:40px;
	/* Estimate to leave some room for the footer */
	padding-bottom:60px;
	/* who knows why this is off a little. */
	margin-left:-5px;
}

/* Content */

#content {
	font-size:small;
	padding-right:1.2em;
	padding-left:1.2em;
	margin-top:0px;
}

#footer {
	margin-top:20px;
}

#toolbox_list {
	margin-left:0;
}

#toolbox_list li {
	display:inline;
}

#page_toolbar {
	margin-bottom:5px;
	padding-left:10px;
	/* background-image: url(/content/wiki/wwk/images/solarwave-small-chalky.png); */
}



/******************************** STYLE ********************************/
h1.firstHeading {
	padding:0px;
	padding-bottom:0.05em;
	margin:0px;
	font-size:30pt;
	border:none;
}
h3#siteSub {
	padding:0px;
	margin:0px;
	font-size:12pt;
	border:none;
	display:block;
}




/*********************** DEFAULT WWK STYLE OVERRIDES *******************/
div.thumb { border:1px solid gray; }
