/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 73%/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images-home/home-bg-grid.jpg) repeat-x;
	text-align: left;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* links */
a {
	background: inherit;
	color: #800000;
	text-decoration: none;
}

a:hover {
	background: inherit;
	color: #696969;
	text-decoration: underline;
	font-weight: bold;
}

/* headers */
h1 {
	font-size: 1.4em;
	color: #696969;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

h2 {
	color: #b8860b;
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em
}

p, h1, h2, h3, h4, h5 {
	margin: 10px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}

/* images */
.border {
	border: solid 1px #bc8f8f;
	padding: 5px;
	background: #fafafa;
}

img.float-right {
	margin: 5px 0px 5px 15px;
}

img.float-left {
	margin: 5px 15px 5px 0px;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #800000;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	font: 1.1em/1.5em "Trebuchet MS", Tahoma, Sans-serif;
	color: #333;
	background: #efefef 8px 10px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999999;
	border-left: 6px solid #666666;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;
}

th strong {
	color: #fff;
}

th {
	background: #800000;
	height: 24px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #cd5c5c;
	border-bottom: 2px solid #fff;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}

td.first, th.first {
	border-left: 0px;
}

tr.row-a {
	background: #F8F8F8;
}

tr.row-b {
	background: #EFEFEF;
}

/* end - table */
/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 120px;
	text-align: left;
}

#header-content {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#header-content h1#logo {
	position: absolute;
	font: bold 45px 'Arial', Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 10 0 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 0;
	left: 0px;
}

#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}

#header-content #slogan {
	position: absolute;
	font: bold 12px "Trebuchet MS", Sans-serif;
	text-transform: none;
	color: #fff;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 49px;
	left: 220px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px;
	top: 15px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-content li {
	display: inline;
}

#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}

#header-content li a:hover {
	background: #800000;
	color: #FFF;
}

#header-content li a#current {
	background: #800000;
	color: #FFF;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px;
	background: #fff url(images/libraryphoto.png) no-repeat center;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
}

#content {
	padding: 0;
	margin: 0 auto;
}

div.transbox {
	width:400px;
	height:720px;
	margin:30px 50px;
	background-color:#ffffff;
	border:solid 1px black;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}

.sidebox {
	background: #fff;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	list-style:none;
	margin: 10px 0 15px;
	padding: 0;
	text-align: left;
}

#sidebar h1 {
	color: #000099;
	border-bottom: 1px solid #800000;
}

#sidebar ul.sidemenu li {
	padding: 1px 10px 0px 4px;
	font-weight: bold;
	color: #333;
	line-height: 2em;
}

#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;
	padding:0 0 5px 15px;
	border-bottom: 1px dashed #3366CC;
	text-decoration:none;
}

#sidebar ul.sidemenu a.top {
	border-top: 1px dashed #3366CC;
}

#sidebar ul.sidemenu a:hover {
	padding: 0 0 5px 10px;
	border-left: 5px solid #b8860b;
	color: #333;
	background-color: #ede6cf;
	text-align: left;
}

/* main */
#main {
	float: left;
	width: 68%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
}

#main h1 {
	color: #800000;
	padding: 10px 0 0 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #c0c0c0;
	font: 1.5em "Trebuchet MS", Tahoma, Sans-serif;
}

#main ul li {
	list-style-image: url(../bulletin_board/Science-Math/images07/bullet.gif);
}

.post {
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
	margin: 10px 0;
	padding: 0;
	border-color: #efeded;
	border-style: solid;
	border-width: 1px 2px 1px 1px;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	color: #333;
	text-align: right;
}
.post2 {
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
	margin: 10px 0;
	padding: 0;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	color: #333;
	text-align: right;
}
.post .post-footer {
	background-color: #fcfaf0;
	border: solid 1px #f2f2f2;
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	font: 0.95em/1.6em "Trebuchet MS", Tahoma, Arial, sans-serif;
	background-image: url(images/footerbg.gif);
	text-align: left;
	height: 100px;
}

#footer h1, #footer p {
	margin-left: 0;
}

#footer-content {
	margin: 0 auto;
	padding-left: 15px;
}

#footer-content a {
	text-decoration: none;
	color: #777;
}

#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}

#footer-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;
}

#footer-content .col2 {
	width: 30%;
	padding: 0 0 30px 0;
}

/* alignment classes */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* additional classes */
.clear {
	clear: both;
}

.gray {
	color: #BFBFBF;
}

dl {
	padding-left: 14px;
}

#sidebar {
	margin: 0 0 10px;
	padding: 0;
	width: 30%;
	float: right;
}

#main {
	margin: 0 0 10px;
	padding: 0;
	width: 68%;
	height: auto;
	float: left;
}

#content {
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content-wrap {
	margin-top: 20px;
	width: 100%;
	float: left;
	clear: both;
}

#header {
	width: auto;
	height: 103px;
}

#slogan {
	top: 49px;
	left: 209px;
}

