@charset "UTF-8";
/* CSS Document */


body {
	background: #B8CCC2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt; 
	color: #260614;
    line-height: 1.5em;
}


/* ------------------ SPECIAL HEADER SECTIONS ------ */


body.frontpage	{ background: url(./images/newos_background_lighter.png) fixed #e9e8ea; }
body.Bios		{ background: url(../../pages/images/bios.jpg) no-repeat #e9e8ea; }
body.Contact	{ background: url(../../pages/images/contact.jpg) no-repeat #e9e8ea; }



/* -------------------- H* -------------------- */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	text-decoration: none !important;
	margin: 0 0;
	padding: 0 0;
    line-height: 1.5em;
    
}

#header h1 {
	display:block;
	position:relative;
	float: left;
	background-color: transparent;
	background: url('./images/logo.gif') no-repeat;
	height: 300px;
	width: 1000px;
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	text-indent: -999px;
	text-decoration: none;
}
#header h1:hover {
	opacity: 0.7;
	cursor: pointer;
	
}

h2 {
	font-size: 1.3em;
	letter-spacing: -0.25pt;
	clear: both;
}

h3 {
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.95em;
	letter-spacing: -0.25pt;
	text-transform: capitalize;
	margin: 0.5ex 0;
	padding: 0.5ex 0;
	clear: both;
}

#subheader h3 {
	cursor: pointer;
}


#main .level2 h3, #main .level1 h3 {
	font-size: .75em;
}

h4 {
	font-size: 1.3em;
	letter-spacing: -0.25pt;
	clear: both;
}



/* -------------------- HEADER -------------------- */

#header { /*background-color: #101010; opacity: 0.85; */}
#header ul {
	display: block;
	position: absolute;
	top: 115px;
	right: 28px;
}
.nav{
	display: block;
	position: relative;
	float: right;
	clear: none;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	opacity: .75;
	text-indent: -999px;
	overflow: hidden;
}
.nav:hover{
	opacity: 1;
	cursor: pointer;
}
.like {
	background-color: transparent;
	background: url('./images/like.gif') no-repeat;
}
.info {
	background-color: transparent;
	background: url('./images/info.gif') no-repeat;
}

/* -------------------- LINKS -------------------- */

a {
color: #260614;
text-decoration: underline;
}

a:hover {
border-bottom: #000 1px solid;
}


#header, #header a {
}

/* see padding for #header a in 'Layout' */

#header a:hover {
}



/* -------------------- FORMS -------------------- */


/* -------------------- FOOTER -------------------- */



/* -------------------- BLOCK-LEVEL -------------------- */


/* -------------------- MISC -------------------- */
ul, li{
line-height: 1em;
}

img { border: 0; }
sup { font-size: 0.8em; }
.ninety { font-size: 0.8em; }
.white { background: #fff; }
.opaque { background-color:#B8CCC2; }


.hiddenthumb {
	display: none;
}

img { border-style: none; }