
/* Default CSS Stylesheet for new Oasys LLC Website 
   Created 12/22/11 by Chris Drews per Task #4226--%>
   © Copyright 2011 Oasys® LLC
*/

/*Entire background color minus top next to logo */
html, body 
{
background: #9B9497;
}

body {
	margin: 0;
	padding-bottom: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
    background: -webkit-gradient(linear, left top, left bottom, from(#040404), to(#9B9497));
	background: -moz-linear-gradient(top, #040404, #9B9497);	
    background: -o-linear-gradient(#040404, #9B9497);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#040404', endColorstr='#9B9497');
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	/*Sets the height of the lines in the paragraph, was 180 */
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #C83A08;
}

img.border {
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

/* Header Color on both sides of the Oasys header yellow logo*/


#header {
	width: 960px;
	height: 110px;
	background: url(images/oasys_banner_register.png) no-repeat center top;
	border-style: solid;
	border-color: #FFAD21;
	border-width: thin;
	margin: 0 auto;
	border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#header2 {
	width: 960px;
	height: 110px;
	background: url(images/oasys_banner_register.png) no-repeat center top;
	border-style: solid;
	border-color: #FFAD21;
	border-width: thin;
	margin: 0 auto;
	border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

/* Menu - Navigation Menu*/

#menu {
	width: 960px;
	height: 40px;
	background-color: #C83A08;
	border-left: solid thin #C83A08;
	border-right: solid thin #C83A08;
	/*-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;*/
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	/*float: left;*/		
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

/* Menu - Navigation Page Names and Text*/
#menu a {
	display: block;	
	padding: 10px 18px 10px 18px;
	float: left;
	word-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Trebuchet MS;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: Microsoft Sans Serif, Sans-Serif;*/ 
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	text-align: center;	
}

/*Page selected, font changes to yellow, background to orange*/
body#home a#homenav,body#about a#aboutnav,
content#products a#productsnav,body#services a#servicesnav, 
body#resources a#resourcesnav,body#employment a#employmentnav,
body#demo a#demonav,body#contact a#contactnav
{
	color: #FFAD21;
	background-color: #C83A08;	
}

#menu a:hover 
{
   /*Hover over page, font changes to orange, background to yellow*/
	color: #C83A08;
	background-color: #FFAD21;	
}

#menu a:hover span
{
   /*Hover over page, font changes to orange, background to yellow*/
	color: #C83A08;
	background-color: black;	
}

/* Page this image shows the white and off white on the page*/

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: #E5E5E5;  
	border-style: solid;
	border-color: #C83A08;
	border-width: thin;
	background: light gray;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 10px 15px 10px 10px;
	min-height: 565px;	
	background: white;
	/*background: #ECE5B6; --yellow/brown*/
	/*background: #ffc921;*/
}

.post {
	clear: none;
	padding-top: 20px;
	padding-bottom: 10px;
}

.post .title {
	letter-spacing: -1px;
	/*font-family: Eras Demi ITC;*/
	font-family: Trebuchet MS; 
	font-size: 30px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

.post .title a {	
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	text-align: left;
	font-family: Trebuchet MS;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-style: italic;
	padding: 1px;
}

.post .meta a {
}

.post .entry {
	text-align: left;
	margin-bottom: 25px;	
	padding: 0px 10px 0px 10px;
}

.post .entry a:hover 
{
  color: #C83A08;
  text-decoration : underline;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sets hyperlink text to blue */
.hyperlink {
	color: blue;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 35px 10px 10px 10px;
	color: #B94E0E;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px 0 0;
	padding-bottom: 30px;
	
}

#sidebar li li {
	padding-left: 15px;
	line-height: 35px;
	background: url(images/img01.gif) no-repeat left 14px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 15px;
	margin-bottom: 20px;
	padding: 5px 0 0 5px;
	letter-spacing: -1px;
	font-family: Trebuchet MS; 
	font-size: 24px;
	font-weight: bold;	
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a 
{
	color: blue;
	border: none;
}

#sidebar a:visited {
	color: blue;
}

#sidebar a:active {
	color: blue;
}

#sidebar a:hover 
{
	color: #C83A08;
	text-decoration: underline;	
}

/* Footer */

#footer {
	width: 960px;
	height: 40px;
	/*background: url(images/img05.jpg) no-repeat left top;*/
	background-color: #C83A08;
	margin:  0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
    border-left-style: solid;
	border-left-color: #C83A08;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #C83A08;
	border-right-width: thin;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 11.5px;
	font-family: Arial;
	text-transform: none;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

sup
{
	vertical-align: top; 
	position: relative; 
	top: -0.5em; 
} 

.box-radius {
	    border-radius: 15px;
	    behavior: url(border-radius.htc);
}

