﻿body
{
	background-color: black;
	
}


/*<---------------------------Alignment and page sections---------------------------->*/

.pageHeader
{
	padding: .5em;
	clear: both;
	margin: auto;
	background-color: #666633;
	height: 12em;
	width: 1000px;
	background-image:url("images/header.jpg");
}
div.menudiv
{
	height:100%;
	width:132px;
	float: left;
	
}
.Menu
{
	border-style: solid;
	border-color: #363603;
	border-width:thin;
	float: left;
	clear:left;
	background-color: #868633;
	padding: 1em;
	margin: 1em 0em .5em .5em;
}
.lowerPanel
{
	visibility: visible;
	background-color: #666633;
	height: 5em;
	width: 1016px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	border-top-width: 1px;
}
.WebContent
{
	float:Left;
	clear:right;
	visibility:Visible;
	border-width: 1px;
	background-color: #666633;
	width: 846px;
	padding: 0em .5em 1em .5em;
	margin: 5px;
	border-width: 4px;
	border-color: #262603;
}

.alignmentPanel
{
	float:Left;
	clear:both;
	visibility: visible;
	width: 1016px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0em;
	background-color: #666633;
	background-image:url("images/Menupadding.jpg");
	background-repeat:repeat-y;
	background-position:left;
}

.PageContainer
{
	visibility:visible;
	float: right;
	clear:right;
	width:880px;
	background-color: #404033;
	border:solid 2px black;
	}

.SectionHeader
{
	border-style: solid;
	border-color: #363603;
	background-color: #3366CC;
	color:Yellow;
	float: left;
	clear: both;
	height: 3em;
	margin:auto;
	padding: 1em;
	margin: 1em;
	
}

	.PageSection
{
	border-width: 4px;
	border-color: #363603;
	background-color: #a6a633;
	width: 95%;
	clear: both;
	padding: 0em 1em 1em 1em;
	margin: 0em auto 1.5em auto;
	float:left;
	clear:both;
}

	.PageSectionRight
{
	border-width: 4px;
	border-color: #363603;
	background-color: #a6a633;
	width: 10em;
	padding: 0em 1em 1em 1em;
	margin: 0em auto 1.5em .20em;
	float: right;
	clear: right;
}
	.PageSectionLeft
{
	border-width: 4px;
	border-color: #363603;
	background-color: #a6a633;
	width: 37.35em;
	padding: 0em 1em 1em 1em;
	margin: 0em .25em 1.5em 0em;
	float: left;
	clear: left;
}

/*---------------------------text formatting and alignment------------------------*/
li
{
	padding: .5em .25em;
}

p.referencelist
{
	font-size:small;
	padding:0px;
	clear:both;
	margin:0px;
	text-align:center;
}

p.CategoryChoice
{
	text-align:center;
	background-color:#f6f633;
	border-color:#363603;
	border-width:1px;
	border-style:solid;
}

/*<-----------------------------Header and fonts stuff----------------------->*/

div.postMessage p:first-child:First-Letter
{
	font-size:220%;
	float:left;
	line-height:20pt;
	font-weight:bold;
	padding:3px;
}

h1
{
	margin: 0px;
	border-style: ridge;
	border-color: #363603;
	text-align: center;
	background-color: #404033;
	position: relative;
	bottom: .8em;
	color: #796B5E;
	font-size: xx-large;
}

h2
{
	padding: 2px;
	margin: 0px;
	border-style: solid none solid none;
	border-width: thin;
}

h3
{
	margin: 0px;
	padding:0px .5em;
	border-style: ridge;
	border-color: #363603;
	font-size: large;
	position: relative;
	bottom: .7em;
	background-color: #404033;
	color: #887D6B;
	text-align:center;
}

h4
{
	border-color: #666633;
	font-family: "Times New Roman" , Times, serif;
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0em;
	border-style: solid none solid none;
	border-width: 2px;
	clear:both;
	color:black;
}

.DateStyle
{
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: normal;
	text-transform: capitalize;
}

/*<-----Link stuff---*/
h4 a.referenceAnchor
{
	border-color: #666633;
	font-family: "Times New Roman" , Times, serif;
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0em;
	border-style: solid none solid none;
	border-width: 2px;
	clear:both;
	color:black;
	
}
h4 a:hover.referenceAnchor
{
	border-color: #666633;
	font-family: "Times New Roman" , Times, serif;
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0em;
	border-style: solid none solid none;
	border-width: 2px;
	clear:both;
	color:black;
	text-decoration:none;
}



a
{
	text-decoration: none;
	color: #FFFFFF;
}
a:visited
{
	text-decoration: none;
	color: #f0ff80;
}

/*--------------------hover actions---------------*/
a:hover
{
	text-decoration: underline;
	color: #dFFFaF;
}


/* -----------------Default settings---------------*/
div
{
	border-width: 0px;
	border-style: solid;
	border-color: #363603;
}

/* ---------------Error Panel-------------------*/
div.errorPanel
{
	background-color:White;
	border: solid 1px black;
	position:Fixed;
	top:40%;
	left:40%;
	width:20em;
	margin-left:auto;
	margin-right:auto;
	padding:3em;
	z-index:5;
}

div.errorPanel h2
{
	color:Red;
}

div.errorPanel A
{
	color:Red;
}

img
{
	border-color:Black;
}

a:hover img
{
	border-color:green;
}

div.postMessage p
{
	line-height: 12pt;
	font-size:12pt;
	text-align:justify;
	padding-left:1em;
	padding-right:1em;
}
div.postMessage
{
	clear:both;
}

br.clearSpace
{
	clear:both;
}

/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center; width:100%;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 10px 10px 10px; display:block;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/*End Flickr junk*/

/*alternate image layout*/
H1.HomePageSpan
{
	background-image:url("images/HomePageSpan.png");
	height:80px;
	background-color:Transparent;
	background-position:top center;
	border:none 0px;
	top:0px;
}
H1.HomePageSpan span
{
	visibility:hidden;
}

H1.BlogPageSpan
{
	background-image:url("images/BlogPageSpan.png");
	height:80px;
	background-color:Transparent;
	background-position:top center;
	border:none 0px;
	top:0px;
}
H1.BlogPageSpan span
{
	visibility:hidden;
}

H1.AboutTheOracleSpan
{
	background-image:url("images/AboutTheOracleSpan.png");
	height:80px;
	background-color:Transparent;
	background-position:top center;
	border:none 0px;
	top:0px;
}
H1.AboutTheOracleSpan span
{
	visibility:hidden;
}