/* CSS for openrebel.ss.org
Writen by: OpenRebel
Version: 2.0
*/

/* General Defualts */
html {
	color: #ffffff;
	background: #000000;
}
body {
	margin: 0px;
}
a {
	/*color: #ff3300;*/
	color: #00dd00;
}
a:hover {
	/*color: #ffaa00;*/
	color: #aaff00;
}
a:visited {
	/*color: #a51020;*/
	color: #558800;
}
img {
	border: 0px; /* I hate having to write that over and over */
}
div.textArea {
	padding: 0.2em 0.5em 0.2em 0.5em;
}
div.siteLogo {
	background: url("/images/or-logo.jpg") no-repeat;
/*	width: 313px;*/
	height: 150px;
	margin-left: 10px;
	overflow: hidden;
}
.newsPost {
	color: inherit;
	background: #282828;
	padding: 5px;
}
.extraTitle { /* title exists for accessibility only */
	visibility: hidden;
}

/* Menu Style */
a.menuLink {
}
a.subMenuLink {
	font-size: smaller;
}
img.menuIcon {
	border: 0px;
	width: 16px;
	height: 16px;
}
img.subMenuIcon {
	border: 0px;
	width: 16px;
	height: 16px;
	margin-left: 8px;
}

/* Page Organization */
#siteHeader {
	position: absolute;
	background: url("/images/or-header-background.gif") no-repeat;
	width: 100%;
	height: 190px;
}
#siteNavBar {
	position: absolute;
	top: 195px;
	width: 14%;
	left: 0px;
}
#siteContentArea {
	position: absolute;
	top: 195px; 
	left: 15%;
	right: 15%;
	width: 70%;
}
#siteExtrasBar {
	position: absolute;
	top: 195px;
	right: 0px;
	width: 14%;
}

/* Area Braket (the gfx around the page sections) */
#areaBracketTopLeft {
	position: absolute;
	background: url("/images/area-bracket-top-left.gif");
	width: 43px;
	height: 20px;
	left: 0px;
}
#areaBracketTopBase {
	position: relative;
	background: url("/images/area-bracket-top-base.gif");
	width: 100%;
	height: 20px;
}
#areaBracketTopRight {
	position: absolute;
	background: url("/images/area-bracket-top-right.gif");
	width: 43px;
	height: 20px;
	right: 0px;
}
#areaBracketBottomLeft {
	position: absolute;
	background: url("/images/area-bracket-bottom-left.gif");
	width: 43px;
	height: 20px;
	left: 0px;
}
#areaBracketBottomBase {
	position: relative;
	background: url("/images/area-bracket-bottom-base.gif");
	width: 100%;
	height: 20px;
	bottom: 0px;
}
#areaBracketBottomRight {
	position: absolute;
	background: url("/images/area-bracket-bottom-right.gif");
	width: 43px;
	height: 20px;
	right: 0px;
}
