html,body {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	color: black;
	background-color:#6E7B8B;
	padding: 0px; /*this provides a border for "page container*/
}

.hidden {
	display: none;
}


h1 {
	margin: 10;
	padding: 10;
	margin-top: 1px;
	padding-right: 0px;
	font-size: 40px;
	text-align: center;
}

h2 {
	text-align:center;
}


#page-container {
	width: 800px;
	margin: auto;
	background: /*#FAFAD2;*/ white;
	border: 1px solid #27408B;
}



#topheader {
	height: 70px;
	padding:0;
	text-align:center;
	background: 
	            url(imageCSS/header.png);
	border-bottom: 1px solid #27408B;
}


#main-nav {
	height: 40px; /* has to be long enough to accomodate menus */
	font-size: 20px;
	background:
	border-top: 1px solid #27408B;
	border-bottom: 1px solid #27408B;
}
	

ul#minitabs{
	list-stlye:none;
	margin:0;
	padding:7px 0;
	border-top: 1 px solid #CCC;
	border-bottom: 3px solid #CCC;
	font-weight: bold;
	text-align: center;
	white-space:no wrap;
}
ul#minitabs li {
	display: inline;
	margin:0 10px; /*this spaces the list out*/
}
ul#minitabs a {
	text-decoration:none;
	padding: 0 0 3px;
	border:bottom: 4px solid #FFF;
	color:#999
}



#content {
	height:420px;
	margin-left: 20px;
	margin-right: 280px;
	background: /* #FAFAD2; */ white;
	line-height: 18px;
	/* border-top: solid 1px #27408B; */
	text-align: left;
}
#content .padding {
	padding: 25px;
}
#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: left;
}
#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#sidebar-b { /* for portrait images */
	float:left;	
	height:150px;
	width:100px;
	padding: 25px;
}

#sidebar-a { /* for announcement sidebar */
	float: right;
	width: 320px;
	background: white;
	line-height: 18px;
}
#sidebar-a .padding {
	padding: 20px;
}
#sidebar-a H2 {
	text-align: left;
}


#pub-content {
	margin-left: 20px;
	margin-right: 100px;
	background: /* #FAFAD2; */ white;
	text-align: left;
	line-height: 18px;
	/* border-top: solid 1px #27408B; */
}

#people-container {
	width: 600px;
	margin-left: 20px;
	margin-right: auto
	background: /*#FAFAD2;*/ white;
}

#sidebar-people {
	float:left;	
	height:220px; /* why does this need to be smaller than 280px? */
	width:100px;
	padding: 25px;
}
#blankspacer {
	height:10px;
	text-align: left;
}
#spacer {
	height:10px;
	border-bottom: solid 1px #27408B;
	text-align: left;
}
#content-people {
	height:280px;
	margin-left: 20px;
	background: /* #FAFAD2; */ white;
	text-align: left;
	line-height: 18px;
	/* border-bottom: solid 1px #27408B; */
}

#courses-container {
	height: 800px;
	width: 700px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	background: white;
}

#gallery-container {
	width: 700px;
	margin-left: 20px;
	margin-right: auto
	background: white;
}

#gallery-slide {
	display: block;
    overflow: hidden;
	height: auto;
	border-bottom: solid 1px #27408B;
}

#gallery-sidebar {
	float: left;
	height: auto;
	padding: 25px;
	display: inline-block;
}

#gallery-text {
	height: auto;
	padding: 25px;
	text-align: left;
	line-height: 18px;
}

#content-seminar {
	/*height:280px;*/
	margin-left: 20px;
	margin-top: 20px;
	background: /* #FAFAD2; */ white;
	text-align: left;
	line-height: 18px;
	/* border-bottom: solid 1px #27408B; */
}

#footer {
	clear: both;
	background: /*#FAFAD2; */ white;
	height: 66px
	font-family: Tahoma, Arial, Helvetic, Sans-serif;
	color: #CCC;
}
#footer p {
	text-align: right;
}

#sidebar-c { /* for footer */
	float: right;
	width: 800px;
	margin-left: 0px;
	margin-right: 0px;
	background: white;
	line-height: 18px;
	border-top: solid 1px #27408B;
}

#blog-container {
	height: auto;
	width: 740px;
	margin-left: 30px;
	margin-right: 0px;
	background: white;
	border: 0px;
	overflow:hidden; /* http://stackoverflow.com/questions/6857078/auto-height-of-div */
}

#blog-sidebar {
	float:left;
	text-align: left;
	margin-left: 5px;
	margin-right: 25px;
	height: auto;
	width: 145px;
	border: 0px;
}

#blog-content {
	float: right;
	text-align: left;
	margin-left: 0px;
	margin-right: 30px;
	line-height: 18px;
	width: 500px;
	height: auto;
	border: 0px;
}


blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 175px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

#svgMain {margin-left:auto; margin-right:auto;}

/*
blockquote p {
  display: inline;
}
*/
