/* April 13, 2010 Tikalsky. Created */
/* April 16, 2010 Tikalsky */
/* From Joel Kinzel: When there is no right sidebar, use these modifications to extend the center column to the right:
1) Increase the width of div#center to 958px or so.
2) Set div#right to display:none
3) Increase the negative left position by the width increase of div#center
*/
/* April 19, 2010 Tikalsky. Added divs for figures and captions. */
/* April 21, 2010 Tikalsky. Added flyouts for quicklinks. */
/* April 26, 2010 Tikalsky. Finalized ordered lists in the center section. */

.screenreader {
        position:absolute;
                top:-1000px;
        left:-1000px;
        width:1px;
        height:1px;
        overflow:hidden;
        visibility:hidden;
        z-index:-1000;
}

body a:hover {
                color:#771e16;
                border-bottom-color:#771e16;
        }
		
		
		/******************************************/
/****         Content Wrapper          ****/
/******************************************/
div#content {
	/*background: url(../collegeimages/lower-bg.jpg) repeat-y #fff;*/
		background: repeat-y #fff;
	border-color:#666 #666 #B70101;
	border-style:none solid solid;
	border-width:1px 1px 2px;
	margin: 0;
	overflow:hidden;
	padding: 0 0 20px;
	position:relative;
	width:958px;
	z-index:0;
}

/******************************************/
/**** Center Column MODIFICATIONS      ****/
/******************************************/
div#center {
	display:inline;
	float:left;
	left:0px;
	margin:0;
	padding:30px 30px 0;
	position:relative;
	width: 908px;
        /*border-right: 1px solid #cc9933;*/
}


div#center h2 {
	line-height: 1.25;
}

div#center h3 {
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 1em;
	line-height: 2;
	color: #b70101;
}

div#center h3.listing 
{
    background-color: #CC9933;
    color: #FFFFFF;
    font-size: 80%;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 1em;
    margin-top: 1em;
    text-indent: 1em;
}

/* Decorative boxes with image backrounds, from staging-5.uc.wisc.edu */
.level2 .photo_box_list {
	margin-top: 20px;
	background-image: url(http://www.wisc.edu/images/resources_bg.jpg);
	background-repeat: no-repeat;
	min-height: 310px;
	width: 283px;
}

div#center h4 {
	font-size: 80%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 2;
	color: #ffffff;
	background-color: #cc9933;
	text-indent: 1em;
}

div#center h4.box {
	color: #ffffff;
	background-color: #cc9933;
}

div#center h4.gold {
	color: #ffffff;
	background-color: #cc9933;
}

div#center h4.blue {
	color: #ffffff;
	background-color: #1279b4;
}

div#center h4.gray {
	color: #ffffff;
	background-color: #999999;
}

div#center h4.normal {
	color: #b70101;;
	background-color: transparent;
	line-height: 1.5;
	text-indent: 0em;
}

div#center p {
	padding-bottom: 0.5em;
		font-size:0.8em;
		line-height:1.3em;
        margin-bottom:0.2em;
}	

div#center p.small {
	font-size: 0.7em;
	padding: 0.5em 0;
	line-height: 1.25;
	border-top: 1px solid #cc9933;
}

/* ul controls the font size of the squares. ul p controls the font size of the text. http://www.webdesignerwall.com/tutorials/style-your-ordered-list/ */
div#center ul {
	font-size: 0.9em;
	list-style-type: square;
	padding-left: 2em;
}

div#center ul li p {
	font-size: 0.9em;
	line-height: 1.25;
}

div#center ol {
	padding-left: 2em;
}

/* ol controls the font size of the numerals. ol p controls the font size of the text. http://www.webdesignerwall.com/tutorials/style-your-ordered-list/ */
div#center ol.decimal {
	font-size: 0.9em;
	list-style-type: decimal;
}

div#center ol.decimal p {
	font-size: 0.9em;
	list-style-type: decimal;
}

div#center ol.loweralpha {
	list-style-type: lower-alpha;
}

div#center ol.lowerroman {
	list-style-type: lower-roman;
}

div#center table {
	font-size: 0.8em;
	/* border-bottom: 1px solid #cccccc; */
}


div#center table tr {
	border-bottom: 1px solid #cccccc;
}

div#center table tr th {
	padding: 5px;
	border-spacing: 5px;
}

div#center table tr td {
	padding: 5px;
	border-spacing: 5px;
}

div#center table tr td.bullet {
	color: #b70101;
	font-size: 200%;
	text-align: center;
	vertical-align: middle;
}

div#center p.footnote {
	font-size: xx-small;
	margin-top: 1em;
	border-top: 1px solid #666666; 
}

/******************************************/
/****    Right Column MODIFICATIONS    ****/
/******************************************/
div#right {
		display:none;
        /*display:inline;*/
        float:left;
        margin:0;
        padding:30px 20px 0;
        position:relative;
        width:163px;
	/* border-left: 1px solid #cc9933; MOVED TO center */
}
        div#right p {
                color:#333;
                font-size:0.70em;
                line-height:1.4em;
                /* margin: 1.0em 0em; */
                margin: 1.0em 0.5em;
        }

/******************************************/

div#right h1 {
	font-size: 1em;
	color: #cc9933;
}

/* ul controls the font size of the squares. ul p controls the font size of the text. http://
www.webdesignerwall.com/tutorials/style-your-ordered-list/ */
div#right ul {
        font-size: 0.7em;
        list-style-type: square;
	line-height: 1.25;
	margin-left: 1.5em;
}

div#right ol {
        padding-left: 2em;
}

div#right ol li p {
        font-size: 0.95em;
        line-height: 1.25;
}

div#right ol.decimal {
        font-size: 0.8em;
        list-style-type: decimal;
}

/* http://www.w3.org/Style/Examples/007/figures */
div.sidebarphoto {
	margin-top: 6.5em;
	margin-right: 1em;
	/* No width attribute change from coe.css */
	float: right;
	/*border: 1px solid #cc9933;*/
	padding: 1em;
}
div.sidebarphoto p {  /* for captions */
	padding: 0.5em;
	text-align: center;
	font-size: smaller;
	text-indent: 0;
}

.floatright { float: right; }
.textright { text-align: right; }

.bold {font-weight: bold;}
.italic {font-style: italic;}
.bolditalic {font-weight: bold; font-style:italic;}
.redbold {color: #b70101; font-weight: bold;}

.graybackground {background-color: #666666;}
.lightgraybackground {background-color: #cccccc;}
.verylightgraybackground {background-color: #eeeeee;}

p.blockquote {
	margin: 0 2em;
	line-height: 1.0;
}

p.blockquotegreen {
	color: #006600;
	margin: 0 2em;
	line-height: 1.0;
}

/* Thanks to Mandarin Design for the tip: www.mandarindesign.com/dropcaps.html. */
.dropcap60 {
  float:left;
  color:#b70101;
  font-size:60px;
  line-height:45px;
  padding-top:2px;
  padding-right:1px;
  padding-bottom:10px; /* Added for MIE 8.0 */
}

.dropcap38 {
  float:left;
  color:#b70101;
  font-size:38px;
  line-height:30px;
  padding-top:2px;
}

.dropcap60gold {
  float:left;
  color:#cc9933;
  font-size:60px;
  line-height:55px;
  padding-left:4px;
  padding-bottom:10px;
}

.red {color:#b70101;}

.seminartitle {
  font-weight: bold;
  color: #1a0a26;
}
.smallx {
  font-size: x-small;
}

sup, sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
