/*Styles for the Overset Grid Symposium Website*/


/* Color Palette
dark blue  : #2c2a7a
link blue : #33c
light grey : #aeb0b3
ochre: #a45425
black background: #0b0c0c
*/


/*-------LAYOUT----------*/

body {text-align: center;
}

#Container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 800px;
}

#Header {
	margin: 0;
	padding: 0;
}

#Navigation{
	margin: 0;
	padding: 0;
}

#Main {
	margin: 0px 0px 0px 0px;
	padding: 15px 45px 5px 45px;	
}

#Footer {
	clear: both;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 10px 45px 10px 45px;
}

#News {
	float:right;
	width: 270px;
	min-height: 160px;
	margin: 15px 0 30px 20px;
	padding: 10px 10px 10px 15px;
	border: 1px solid #a53b3d;
	line-height: 1.2em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 0.5em;
	-khtml-border-radius: 1em;
}


h2.newshead {
	margin-top: 0;
	padding-top: 0;
	text-align:center;
	font-size: 1.3em;
}

#News ul li {
	margin-bottom:1em;
}

span.greydate {
	color: #666;
	font-size:9px;
}

span.orangehilite {
	color: #a45425;
}

img.inset { margin: 10px 10px; }

img.headshot {float: right;}

img.beright {
	float:right;
	margin: 0px;
			}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0 20px 0;
	}

table.transpo { 
width: 600px;
background-color: #fff;
border: 1px #000 solid;
margin: 10px auto;
/*border-collapse: collapse;
border-spacing: 0px; */
}

table td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 20px;
}


table.hilite tbody tr:hover td
{
 background-color: #f8e6ef;
  /* background-color: #efe3d0;*/
}


th.transpoH { 
/*background-color: #b9ccda;*/
background-color: #fff;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: 500;
font-size: 14px;
color: #2c2a7a;
text-align: center;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; 
}


table.transpo td { 
border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .9em;
color: #333;
background-color: #fff;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 4px; 
}

table.transpo tbody tr:hover td
{
 background-color: #f8e6ef;
  /* background-color: #efe3d0;*/
}



table.sessiontable { 
width: 100%;
background-color: #fff;
border: 2px solid #333;
border-collapse: collapse;
border-spacing: 0px;
font-family: Verdana, sans-serif, Arial;
font-size: 10px;
color: #333; 
text-align: left;
margin: 15px 0px;
}


table.sessiontable th { 
background-color: #b9ccda;
border-bottom: 1px solid #333;
font-weight: bold;
font-size: 12px;
padding: 6px 8px;
}


table.sessiontable td { 
border-right: 1px dotted #69C;
border-bottom: 1px dotted #69C;
padding: 5px 8px;
}

table.sessiontable tbody tr:hover td
{
  background-color: #efe3d0;
}

table.sponsorlogos td {
	width: 31%;
	padding: 20px;
	text-align:center;
}


/*-------TYPOGRAPHY AND COLORS--------*/

body {
	background: url(../assets/images/template/graybacktex5.gif) left top repeat #444;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#Container {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 120px;
	border: 5px solid #336;
	color: #333;
}

#Header{
	background-color: #666;
	color: #000;
	border: 0;
}

#Navigation{
	background-color: #336;
}


#Main {
/*	background-image: url(../assets/images/grapes.jpg);
	background-repeat: no-repeat;
	background-position: right 325px;*/
}


h1 {font-size: 1.6em; font-weight: 600; color:#2c2a7a;}
h2 {font-size: 1.3em; font-weight: 600; color: #a53b3d; letter-spacing: 0.04em;}
h3 {font-size: 1.2em; font-weight: 600; color: #2c2a7a; letter-spacing: 0.04em; margin: 24px 0 4px 0;}
h4 {font-size: 1em; font-weight: 600; color: #a45425; line-height: 1.2em; letter-spacing: 0.04em; margin: 2px 0 4px 0;}

a { 
	color: #33c;
	text-decoration: none;
	}
	
a:hover { color: #a45425; }

p {
	text-align: left;
	margin: 0 0 18px 0;
	}
	
ul.bodycopy {line-height: 1.4em;}

ul.bodycopy li {margin-top: 0.4em; margin-bottom: 0.4em;}

#Footer {
	font: bold 12px/1.4 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #555;
	background-color: #fff;
	}

.update {font-size: 10px; font-weight: lighter;}
	
#Footer ul {
	list-style-type: none;
}

ul.nobullets, ul.nobullets ul {
	list-style-type: none;
}

ul.noindent, ul.noindent ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}



/*-------HANDY GADGETS--------*/

ul.nobullets, ul.nobullets ul {list-style-type: none;}

ul.noindent, ul.noindent ul {padding: 0; margin: 0;}

.hideme {display: none;}

.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	/* for the benefit of IE5 Mac */
	}

.inline {display:inline;}

.beleft {float:left;}

.beright {float:right;}

/*------The Form-------*/


div.form-container { width: 550px; margin: 10px; padding: 10px 25px; background-color: #ffffe3; border: #999 1px dotted; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }

