@import url("gray-wide.css");
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elelments */
* { padding: 0; margin: 0; }

body { margin: 0; padding: 0; color: #333; font: 73%/1.5em Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background: #fff url(../images/bgworking.jpg) repeat-x; text-align: center; top: 10px; }

/* links */
a { background: inherit; color: #800000; text-decoration: none; }
a:hover { background: inherit; color: #696969; text-decoration: underline; }

/* headers */
h1, h2, h3 { font-size: 1em; font-weight: bold; font-style: normal; font-variant: normal; line-height: normal; }
h1 { font-size: 1.4em; color: #800000; font-family: Arial, Geneva, SunSans-Regular, sans-serif; text-decoration: none; }
.event { border-top-color: #cd5c5c; border-top-width: 3px; border-bottom-color: #808080; border-bottom-width: 1px; }
h2 { color: #000080; font-size: 1.3em; padding-left: 15px; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
.border {
	border: solid 1px #d3d3d3;
	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: solid 1px #efefef; }
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote { 
	margin: 15px; 
	padding: 0 0 0 10px; 
	background-color: #fff; 
	background-position: 8px 10px; 
	font: 1.1em/1.2em "Trebuchet MS", Tahoma, Sans-serif; 
	color: #444; 
	border-color: #dcdcdc #dcdcdc #dcdcdc #800000; 
	border-style: solid; border-width: 1px; 
	}

/* 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;
}
tr {
	
}
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: #dcdcdc;
}
tr.row-b {
	background: #f5f5f5;
}
/* end - table */
/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 110px;
	text-align: left;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 45px 'Arial', Sans-serif;
	font-stretch: extra-expanded;
	color: #FFF;
	margin: 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: 60px; 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 10px; 
	background: #FFF url(../images/headerphoto2.jpg) no-repeat center;	
}
/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 { font-size: 1.3em; font-weight: bold; font-style: normal; font-variant: normal; line-height: normal; padding: 10px 0 5px 10px; margin: 0; }

.sidebox {
	background: #f5f5f5;
	border: solid 1px #c0c0c0;
	margin-bottom: 10px;
	-moz-border-radius-topleft:2ex; 
	-webkit-border-top-left-radius:2ex;
}
.rounded {
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
} 
#sidebox p { padding-right: 5px; padding-left: 5px; }
/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px;
	padding: 0;
	background: #f5f5f5;			
}
#sidebar ul.sidemenu li {
	padding: 0 7px 0 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:0.3em 0 0.3em 7px;
	line-height: 1.5em;
	border-bottom: 1px dashed #d4d4d4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: 0.3em 0 0.3em 10px;
	border-left: 5px solid #800000;
	color: #b22222;		
}
/* main */
#main { float: left; width: 68%; height: auto; margin: 0 0 10px; padding: 0; }
#main h1 { font-weight: bold; font-style: normal; font-variant: normal; padding: 10px 10px 0 5px; margin: 0 10px; border-bottom: 1px solid #808080; }
#main h2 { color: #696969; font-size: 1.5em; font-family: "Trebuchet MS"; font-weight: normal; margin: 0.83em 0; }
#main ul li {
	list-style-image: url(../bulletin_board/Science-Math/images07/bullet.gif);
}

.event { 
	background: #fafafa;
	border: solid 1px #c0c0c0;
	-moz-border-radius-topleft:2ex; 
	-webkit-border-top-left-radius:2ex;
	}
	
.post { 
	background-color: #fff; 
	background-repeat: repeat-x; 
	background-attachment: scroll; 
	background-position: 0 0; 
	margin: 10px 0; 
	padding: 0; 
	border: solid 1px #efeded; 
	-moz-border-radius-topleft:1ex; 
	-webkit-border-top-left-radius:1ex; 
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6); 
	}
	
.post li a { list-style-image: none; }

.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #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-color: #f5f5f5; text-align: left; border-bottom: 1px solid #d3d3d3; }

#footer h1, #footer p { color: #a9a9a9; margin-left: 0; }

#footer-content { background-repeat: repeat-x; 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; }
.goldborder { border-top: 2px solid #b8860b; }
#Section1 { background-color: #fafafa; padding: 10px; border-color: #bfbfbf #bfbfbf #bfbfbf #800000; border-style: solid; border-width: 1px 1px 1px 3px; }

.col-left {
	float: left;
	width: 350px;
}

.column-right {
	width: 350px;
	float: left;
	margin-left: 25px;
}

#wrap #content-wrap #content .column-right h5 {
	padding-left: 20px;
}

