/********************************************
Modified from Pixel Green, by: Erwin Aligam at http://www.styleshout.com/
    	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 80%/1.4em 'Trebuchet MS', Tahoma, sans-serif ;
	color: #555;
	background: #FFF url(images/bg.jpg) repeat-x;
	text-align: center;		
}
#gallery {
	text-align: center;
}


/* links */
a { background: inherit; color: #2C7F00; text-decoration: none; }
a:hover { background: inherit; color: #87001D; text-decoration: underline; }
a.strong {font-weight: bold;}

/* color classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.lightgreen { color: #97D178;}
.red { color: #87001D;}
.green { color: #2C7F00;}

/* headers */
h1 {
	padding: 22px 0px 0px 5px;
	margin: 0 0 0 10px;	
	font: bold 1.8em 'Trebuchet MS', Tahoma, Sans-serif;
    color: #555;
}

h2, h3, h4, h5 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h2 { font-size: 1.6em; font-weight: normal}
h3 { font-size: 1.2em; color: #555;}
h4 { font-size: 1.2em; color: #555;}
h5 { font-size: 1.2em; color: #777; font-style: italic;}

h2 {margin: 10px 15px;}
h3 {margin: 2px 5px;}
h5 {margin: 0px 0px;}


p { margin: 2px 15px 8px 15px;   text-align: justify; }
p.strong {
    margin: 0px 0px 2px 0px; 
    font: bold 1.1em 'Trebuchet MS', Tahoma, Sans-serif; 
    text-align: left;
}

ul, ol {
	margin: 10px 20px 10px 30px;
	padding: 0 15px;	
    text-align: justify;	
}

/* images */
img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FCFCFC;
}
img.float-right {
  margin: 5px 5px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 5px;
}

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: #5A5A5A;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #1e88bc;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #5A5A5A; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #1e88bc;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #1e88bc;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
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 */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}


/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 100px;
	text-align: left;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 40px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px;
    border-bottome: 0px; 
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 10px; left: 0px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;	
	font: bold 14px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #BFBFBF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}

#header-content h2#slogan a {
	text-decoration: none;
	color: #BFBFBF;
}

/* 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: #444;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #1e88bc;
	color: #FFF;
}
#header-content li a#current  {
	background: #1e88bc;
	color: #FFF;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 180px;
	padding: 15px 10px 10px 10px; 
	background: #FFF url(headerphoto_Oct09.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: 25px 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: normal 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
}

#sidebar p {
    margin: 0 20px 20px 25px;
}

.sidebox {
	background: #FAFAFA;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 25px 0 10px 0;
	padding: 0;
	background: #FAFAFA;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px 0 10px;
    text-align: justify;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	padding:.3em 0 .3em 15px;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #97D178;
	color: #000;
}


/* main */
#main {
	float: left;
	width: 68%;	
	margin: 0 0 10px 0; padding: 0;	
}

#main h1 {	border-bottom: 1px solid #f2f2f2; }

#main ul li {
	list-style-image: box;
}

.post {
	margin: 0; padding: 0;
	background: #FFF url(gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* main project list */
#main ul.projectlist {
	list-style: none;
	margin: 10px 25px 15px 25px;
	padding: 0;			
}
#main ul.projectlist li {
	padding: 0px 10px;
    text-align: justify;
}
#main ul.projectlist a {
	display:block;
	font-weight:normal;
	color: #555;
	padding:.3em 0 .3em 15px;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#main ul.projectlist a.top{	
	border-top: 1px dashed #D4D4D4;
}
#main ul.projectlist a:hover {
	color: #1e88bc;		
}
#main ul.projectlist li.multilink {
	display:block;
	font-weight:normal;
	color: #555;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 15px;
        border-left: 5px solid #fff;
}

#main ul.projectlist li.multilink:hover {
        color: #000;
        border-left: 5px solid #1e88bc;
}

#main ul.projectlist a.inlinelink {
	display:inline;
	font-weight:normal;
	color: #1e88bc;
	padding:0;
	border-bottom: none;
	text-decoration:none;
}

#main ul.projectlist a.inlinelink:hover {
        text-decoration: underline;
}


#main ul.projectlist li.multilink-top {
	display:block;
	font-weight:normal;
	color: #555;
	padding:.3em 0 .3em 15px;
	border-bottom: 1px dashed #D4D4D4;
	border-top: 1px dashed #D4D4D4;
	text-decoration:none;
	margin-right: 10px;
	margin-left: 10px;
        border-left: 5px solid #fff;
}

#main ul.projectlist li.multilink-top:hover {
        color: #000;
        border-left: 5px solid #1e88bc;
}


/* footer */
#footer {
	clear: both;
	margin: 20px 0 0 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}

#footer h1, #footer p {	margin-left: 0; }

#footer h1 {border-bottom: 0px}

#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding: 0px 0px 500px 15px;
}
#footer-content a {
	text-decoration: none;

}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
.col {
	width: 32%;
	padding: 0 5px 0px 0;	
}
.col2 {
	width: 40%;
	padding: 0 0 5px 35px;	
}
.col3 {
	width: 46%;
	padding: 0 0 5px 35px;	
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }



/* table */

#box
{
	margin: 20px 15px;
	width: 490px;
	text-align: left;
	border-collapse: separate;
}
#box th
{
	font: normal 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	padding: 8px;
	background: #bfbfbf;
    border-width: 0px 1px 5px 0px;
    border-color: #fff;
	color: #000;
}
#box td
{
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	padding: 8px;
	background: #f5f5f5; 
    border-width: 0px 1px 5px 0px;
    border-color: #fff;
}

#box tr:hover td
{
	background: #e8edff;
}


/* program table only */

.tablespacing {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 14px;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #D4D4D4;
	text-align: justify;
}

/* presentation for speaker bios */
.speakerpic {
	display: block;
	margin-left: 7px;
	border-bottom: 1px dashed #D4D4D4;
}

.speakerbio {
	margin-left: 100px;
	text-align: justify;
}

.tablespacing a:hover {
	text-decoration: underline;
	
}