/* @override http://www.sandiego.edu/css/soles/content.css */

div#content p.extra {
	border-top: .19em #c9c9c9 dotted;
	border-bottom: .19em #c9c9c9 dotted;
	font-size: 95%;
	clear: both;
}

div#content p.extra a {
	text-transform: uppercase;
	padding: 0 1em 0 1em;
	color: #9E0B0F;
	line-height: 1.8em;
}

/* the statement of purpose */
div.statement {
	font-size: 150%;
	font-family: Georgia;
	color: #717073;
	padding: 0 .5em .5em 1.4%;
}

/* @group SOLES List */

div.bodylist h2 {
	font-size: 110%;
	text-transform: uppercase;
	border-bottom-width: .3em;
	border-bottom-style: solid;
	border-bottom-color: #003D71;
	margin-bottom: 0;
}
div.bodylist li {
	border-bottom-width: .1em; /*Check in IE and Firefox*/
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding-left: .8em;
	padding-top: .6em;
	padding-bottom: .6em;
}

div.bodylist ul {
	margin-top: 0;
	list-style-position: inside;
	padding-left: 0;
	margin-left: 0;
}

div.bodylist ul ul li {
	padding-left: 2em;
}



/* @end */



/* @group Readable Section? */

div.readable {
	position: relative;
	border-top: .09em #c9c9c9 dotted;
	background-color: #EFEFEF;
}

/* maincontent is the textual content of the page */

div.maincontent {
	padding: 1em;
	padding-top: 0;
	width: 96%;
}

body#homepage div.maincontent {
	width:  auto;
	margin-right: 17.5em;
	border-right: .09em #c9c9c9 dotted;
}

/* additional links or media */
div.additional {
	padding: 1em;
	position: absolute;
	width: 15em;
	top: 0;
	right: 0;
}

#content div.readable div.wrapper {
	padding: 1em;
	min-height: 250px;

}
#content div.readable div.wrapper div.centers_left {
	width: 45%;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #919191;
}

#content div.readable div.wrapper div.more {
	clear: both;
}

#content div.readable div.wrapper div.centers_right {
	width: 45%;
	float: right;
	margin: 0;
	padding: 0;
}


/* more text */
div.more {
	background-color: #FFFFFF;
	padding: .5em;
	clear: both;
}

/* temporary heading tags - will be placed in structure.css when permissions are updated */
div#content h1 {
	font-size:190%;
}

div#content h2 {
	font-size: 130%;
	margin-bottom: 0;
	padding-bottom: 0;
}
div#content h2 + p {
	padding-top: 0;
	margin-top: 0;
}
div#content h3 + p {
	padding-top: 0;
	margin-top: 0;
}

div#content h3 {
	font-size: 120%;
}

/* @end */

