/*
Theme Name: SE Default
Theme URI: http://faculty.se.edu/
Description: The layout used on SE.edu.
Version: 1.0
Author: Cody Wood
Author URI: http://www.se.edu
Tags: blue and gold, custom header, fixed width, two columns, widgets
*/

html {
    min-height: 100%;
    margin-bottom: 1px;
}

body {
    color: #444;
    font: 62.5%/1.5 Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff url("images/headerBg.png") repeat-x;
}

abbr, acronym {
    border: 0;
    font-style: normal;
}

address {
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    display: block;
    margin: 15px 0;
    padding: 10px;
}
caption {
    font-weight: bold;
    margin: 15px 0 0 0;
}

cite {
    border-bottom: 1px solid #ccc;
}

fieldset {
    border: 1px solid #ddd;
    margin: 0 0 20px 0;
    padding: 15px;
}
fieldset p {
    clear: left;
}

input, select, textarea {
    font: 1.1em Verdana, sans-serif;
    padding: 2px;
    border: 1px solid #999;
}

label {
    display: block;
    float: left;
    padding: 5px 0 2px 0;
    width: 175px;
}
#banner {
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	width: 460px;
	height: 200px;
	background: url(images/banner.jpg) no-repeat left top;
}

legend {
    background: #f7f5f3;
    border: 1px solid #ccc;
    color: #bcbcbc;
    font: 1.0em "Trebuchet MS", Helvetica, sans-serif;
    margin: 0;
    padding: 0 17px;
}

ol {
    list-style: decimal;
    margin: 15px 15px;
}

ol li {
    margin: 0 15px;
}

.loweralphalist {
    list-style-type: lower-alpha;
    padding-left: 3em;
}

.upperalphalist {
    list-style-type: upper-alpha;
    padding-left: 15px;
}

.lowerromanlist {
    list-style-type: lower-roman;
    padding-left: 15px;
}

.upperromanlist {
    list-style-type: upper-roman;
    padding-left: 15px;
}

.outlineformat li {
    list-style-type: upper-roman;
}

.outlineformat li li {
    list-style-type: upper-alpha;
}

.outlineformat li li li {
    list-style-type: decimal;
}

.outlineformat li li li li {
    list-style-type: lower-alpha;
}

.outlineformat li li li li li {
    list-style-type: lower-roman;
}

.outlineformat li li li li li li {
    list-style-type: disc;
}

p {
    margin-bottom: 15px;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 15px 0 15px 0;
    width: 98%;
}

th, td {
    border: 1px solid #ccc;
    margin: 0;
    padding: .5em;
}

th {
    background: #fff url(images/thbg.gif);
}

ul {
    list-style: square;
    margin: 5px 15px;
	    margin-left: 15px;
}


.clean {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

.hideblock {
    display: block;
    height: 0px;
    line-height: 0px;
    text-indent: -9999em;
}

#skip-links {
  position: absolute;
  text-indent: -9999px;
  height: 0;
}

/*CONTAINER*/
#container {
    background-color: #fff;
    margin: 0 auto;
    width: 770px;
    text-align: left;
}

#title {
    background: #003082;
    height: 85px;
}

#title a {
	background: url(images/headerSELogo.png) no-repeat 30px 50%;
    color: #eeb;
    display: block;
    float: left;
    font: 1.4em Geneva, "Trebuchet MS", Helvetica, sans-serif;
    height: 85px;
    letter-spacing: 1px;
    line-height: 85px;
    text-decoration: none;
    text-align: right;
    width: 99%;
}


#content {
    border-left:1px solid #ffce00;
	border-right:1px solid #ffce00;
    margin: 0;
    padding: 0;
}


/*MAIN CONTENT*/
#maincontent {
    font-size: 1.2em;
    line-height: 1.7em;
    float: left;
    margin: 10px 0 0 20px;
    overflow: hidden;
    padding: 0;
    width: 469px;
    width: 490px;
}

#maincontent-wide {
	width: 720px;
	font-size: 1.2em;
    line-height: 1.7em;
    float: left;
    margin: 10px 0 0 20px;
    overflow: hidden;
    padding: 0;
}

/*IE Only*/
* html body div#maincontent {
    margin-left: 10px;
}


#maincontent h1, #maincontent h2 {
    border-bottom: 1px solid #ededed;
    font: normal 1.5em/1.5em "Trebuchet MS", Helvetica, sans-serif;
    margin: 15px 0;
}
#maincontent h1 {
    border: none;
    color: #933;
    font: 2.3em/115% "Trebuchet MS", Helvetica, sans-serif;
    margin: 0 20px 15px 0;
    padding: 0;
}
#maincontent h2 {
    border-bottom: 2px solid #ccddee;
    color: #6c5246;
    font-size: 1.7em;
    margin: 23px 20px 10px 0;
    padding: 5px 0 5px 0;
}
#maincontent h3 {
    color: #444;
    font-size: 1.3em;
    font-weight: bold;
    margin: 23px 20px 5px 0;
    padding: 5px 0 5px 0;
}

#maincontent h4,
#maincontent h5,
#maincontent h6 {
    color: #55554f;
    font-size: 1.0em;
    font-style: italic;
    font-weight: bold;
    margin: 23px 20px 5px 0;
    padding: 5px 0 5px 0;
}
#maincontent ul {
    list-style: square;
    margin: 5px 15px;
	margin-left: 15px;
}
#maincontent .clean {
    list-style: none;
    margin: 0;
    padding: 0;
}

#maincontent a:link {
    color: #36c;
    text-decoration: none;
}
#maincontent a:visited {
    color: #36c;
    text-decoration: none;
}
#maincontent a:hover {
    color: #c63;
    text-decoration: underline;
}
#maincontent a:active {
    color: #c63;
    text-decoration: none;
}
#maincontent a.linkoff {
    background: #fff url(images/linkoff.gif) no-repeat 0 50%;
    display: block;
    margin: 0;
    padding: 0 0 0 19px;
}
#maincontent a.linkoff:link {
    text-decoration: none;
}
#maincontent a.linkoff:visited {
    text-decoration: none;
}
#maincontent a.linkoff:hover {
    text-decoration: none;
}
#maincontent a.linkoff:active {
    text-decoration: none;
}
#maincontent p {
    margin-right: 15px;
}
#maincontent dl {
    margin: 0 20px 15px 0;
}
#maincontent dt {
    font: normal 1.4em/1em "Trebuchet MS", Helvetica, sans-serif;
    margin: 20px 0 5px 0;
}
#maincontent dd {
    margin: 0 0 5px 0;
}


/*========================================================================================================================

  COMMON-STRUCTURES

========================================================================================================================*/

#maincontent dl.calendar dt {
    padding: 15px 0 0 0;
}

#maincontent dl.calendar dd {
    border: 1px solid #dde;
    padding: 5px;
}

#maincontent dl.calendar dd p {
    margin: 0 0 5px 5px;
}

#maincontent dl.calendar-item {
    margin: 0;
    padding: 0;
}
#maincontent dl.calendar-item dt {
    font: normal 1.2em "Trebuchet MS", Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
#maincontent dl.calendar-item dd {
    border: none;
    margin: 0;
    padding: 0;
}

#maincontent .navigation-list h2 {
    border-bottom: 2px solid #ccddee;
    color: #6c5246;
    font-size: 1.7em;
    margin: 23px 20px 10px 0;
    padding: 5px 0 5px 0;
}
#maincontent .navigation-list ul {
  margin: 0;
  padding: 0;
}
#maincontent .navigation-list li {
    background: transparent url(images/menublt.gif) no-repeat 0 3px;
    list-style: none;
    margin: 6px 0;
    padding: 0 16px;
}




/*WAYFINDING*/
#wayfind {
    color: #656A60;
    font-size: .9em;
    margin: 0;
    padding: 0;
}
#wayfind a:link {
    color: #06f;
    border-bottom: 1px solid #cde;
    text-decoration: none;
}
#wayfind a:visited {
    color: #06f;
    border-bottom: 1px solid #cde;
    text-decoration: none;
}
#wayfind a:hover {
    color: #c63;
    border-bottom: 1px solid #309;
    text-decoration: none;
}
#wayfind a:active {
    color: #c63;
    border-bottom: 1px solid #309;
    text-decoration: none;
}



/*MENU SECTION*/
#menusection {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 50px 0 0 520px;
}

#menusection a:link {
    color: #36c;
    text-decoration: none;
}
#menusection a:visited {
    color: #36c;
    text-decoration: none;
}
#menusection a:hover {
    color: #c63;
    text-decoration: underline;
}
#menusection a:active {
    color: #c63;
    text-decoration: none;
}
#menusection h2 {
    font: normal 1.1em/1.4em "Trebuchet MS", Verdana, sans-serif;
    background: #34529e url(images/navbar.gif) repeat-x top left;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 5px 10px;
}
#menusection h2 a:link {
    color: #fff;
}
#menusection h2 a:visited {
    color: #fff;
}
#menusection h2 a:hover {
    color: #fff;
}
#menusection h2 a:active {
    color: #fff;
}
#menusection p {
  margin-right: 10px;
}
#menusection ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menusection ul li {
    background: transparent url(images/menublt.gif) no-repeat 0 3px;
    margin: 6px 0;
    padding: 0 16px;
}
#menusection dd ul li {
  background: none;
  list-style: square;
  margin: 6px 0 6px 15px;
  padding: 0;
}

#menusection dl {
    margin: 0;
    padding: 0;
}
#menusection dt {
    font: normal 1.1em/1.4em "Trebuchet MS", Verdana, sans-serif;
    background: #34529e url(images/navbar.gif) repeat-x top left;
    color: #003082;
    margin: 0 0 10px 0;
    padding: 5px 10px;
}
#menusection dt a:link {
    color: #fff;
}
#menusection dt a:visited {
    color: #fff;
}
#menusection dt a:hover {
    color: #fff;
}
#menusection dt a:active {
    color: #fff;
}

#menusection dd {
    background: transparent url(images/menublt.gif) no-repeat 0 3px;
    margin: 6px 0;
    padding: 0 16px;
}

/*INFORMATION FOR*/
#infofor {
    background: #34529e url(images/grbg.gif) repeat-x left top;
    font: 1.1em/1.1em "Trebuchet MS", Helvetica, sans-serif;
    float: left;
    list-style: none;
    margin: 0;
    width: 770px;
    overflow: hidden;
    padding: 0;
    /*position: absolute;*/
    text-align: left;
    top: 104px;
	height: 29px;
}

#infofor {
    top: 54px;
}

#infofor h2 {
    display: none;
}

#infofor ul {
    margin: 0;
    padding: 0;
}

#infofor ul li {
    background: url(images/infoforlibg.gif) no-repeat top right;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 1px 0 0;
}

#infofor a {
    border: none;
    color: #003082;
    float: left;
    padding: 7px 13px;
    text-decoration: none;
}

#infofor a:hover, #infofor a.active {
    background: #ffce00;
    color: #003082;
	height:26px;
}

#idsitenavone a {
    background: url(images/infoforlibg.gif) no-repeat top left;
    margin-left: 26px;
}

/*FOOTER*/
#footer {
    background: #fff;
    border-top: 1px solid #ffce00;
    border-bottom: 1px solid #ffce00;
    margin: 20px 0 0 0;
    padding: 15px;
}
#footer #footerText {
	width: 350px;
}
#footer p {
    color: #444;
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}

#footer a:link {
    color: #444;
    text-decoration: underline;
}

#footer a:visited {
    color: #444;
    text-decoration: underline;
}

#footer a:hover {
    color: #444;
    text-decoration: underline;
}

#footer a:active {
    color: #444;
    text-decoration: underline;
}

#footer #accessibility-and-compliance {
 margin: 0 0 15px 0;
 padding: 0;
}

#footer #accessibility-and-compliance h2 {
 display: none;
}
#footer #accessibility-and-compliance ul {
 margin: 0;
 padding: 0;
}
#footer #accessibility-and-compliance li {
 float: left;
 list-style: none;
 margin: 0 15px 0 0;
 padding: 0;
}
a.bottomLogo {
	display:block;
	margin:0px;
	float:right;
	width:329px;
	height:53px;
	}

.button {
    border: 1px solid #ccc;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    margin: 0;
    padding: 0;
    width: 100px;
}


.pictureandtext img {
    float: left;
}

.pictureandtext h2, .pictureandtext p {
    margin: 0 0 0 220px;
}

.person img {
    float: left;
    margin: 0;
}
.person h2, .person p, .person dl {
    margin: 0 0 0 165px;
    padding: 0;
}

.main-graphic {
  border: 2px solid #ededed;
  padding: 3px;
  margin: 20px 0 0 0;
  
}
.main-graphic span {
  display: block;
  height: 220px;
  width: 480px;
}
.main-graphic img {
  border: none;
  height: 220px;
  width: 480px;
}
#maincontent .main-graphic a img {
    border: none;
    text-decoration: none;
}
#maincontent .main-graphic a:link {
  border: none;
  text-decoration: none;
}
#maincontent .main-graphic a:visited {
  border: none;
  text-decoration: none;
}
#maincontent .main-graphic a:hover {
  border: none;
  text-decoration: none;
}
#maincontent .main-graphic a:active {
  border: none;
  text-decoration: none;
}
/*Class for div*/
#maincontent div.picandtext {
    clear: both;
    height: 200px;
    overflow: hidden;
    padding: 24px 0 0 0;
}
#maincontent div.picandtext img {
    float: left;
    margin: 0 22px 0 15px;
}
#maincontent div.picandtext h2 {
    margin: 0 0 0 130px;
    padding: 14px 0 0 0;
}
#maincontent div.picandtext p {
    margin: 5px 0 0 130px;
    padding: 0;
}

tr.rowTint {
    background: #f9f9f9;
}

.clearafter:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearafter {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearafter {height: 1%;}
.clearafter {display: block;}
/* End hide from IE-mac */


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
