/* ----------
University of South Carolina School of Law
Updated: 25 July 2014
Author: TA Brasier
---------- */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');


/* ----------
HTML & BODY
---------- */
* {
 margin: 0 auto;
 padding: 0;
}

html {
 /* background: #f8f8f8; */
 background: #ffffff;
}

body {
 margin-top: 10px;
}

div#wrap {
 margin: 0 auto;
 width: 1000px;
 min-height: 600px;
 background: #ffffff;
 color: #000000;
 font-size: 1em;
 font-family: Calibri, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
 color: #73000a;
 font-weight: bold;
}
p {
 padding: 5px 0px 5px 0px;
}
em {
 font-style: italic;
}
a { color: #73000a; text-decoration:none; }
a:visited { color:#73000a; text-decoration:none; }
a:hover { color: #73000a; text-decoration:underline; }
a:active { color:#73000a; text-decoration:underline; }

/* ----------
HEADER
---------- */
div#header {
 width: 1000px;
 height: 100px;
 padding: 10px 0px 0px 0px;
 background: #ffffff;
}

/* ----------
HEADER - LOGO_NAV
---------- */
div#logo_nav {
 background-image: url(/website/icons/logo_law.jpg);
 background-repeat: no-repeat;
 margin: 0px;
 height: 89px;
 width: 1000px;
 padding: 0px 0px 10px 0px;
}
a#logo_usc { /* usc */
 float: left;
 position:absolute;
 width : 90px;
 height: 89px;
 margin-left: 0px;
 margin-top: 0px;
}
a#logo_law { /* law */
 float: left;
 position:absolute;
 width : 260px;
 height: 89px;
 margin-left: 90px;
 margin-top: 0px;
}

/* ----------
HEADER - SOCIAL
---------- */
div#social {
/*  width: 600px; */
 padding: 10px 0px 0px 0px;
 float: right;
}
#social ul li {
 padding: 0px 2px 0px 2px;
 margin: 0px 2px 0px 2px;
 float: left;
 list-style: none;
}
#social ul li img {
 vertical-align: middle;
 border: #ffffff solid 0px;
}
#social a { color: #73000a; text-decoration:none; }
#social a:visited { color:#73000a; text-decoration:none; }
#social a:hover { color: #73000a; text-decoration:none; }
#social a:active { color:#73000a; text-decoration:none; }
li.give_today {
 border-right: #000000 solid 1px;
}

#social ul li a i {
    background: #73000a;
    color: #ffffff;
    width: 25px;
    height: 20px;
    border-radius: 20px;
    font-size: 15px;
    text-align: center;
    margin-right: 10px;
    padding-top: 15%;
}
#social ul li a i {
    transition: all 0.2s ease-in-out;
}
#social ul li a i:hover {
    opacity: .7;
}
/* 
#social .fa-facebook {
	background:#3b5998
}
#social .fa-linkedin {
	background:#007bb6
}
#social .fa-twitter {
	background:#00aced
}
#social .google-plus {
	background:#dd4b39
}
 */

/* ----------
HEADER - WEB_SEARCH
---------- */
div#web_search {
 clear: both;
/*  width: 600px; */
 padding: 10px 0px 0px 0px;
 float: right;
 border: 0px;
}

/* ----------
UPPER_NAV
---------- */
div#upper_navigation {
 clear: both;
 float: left;
 width: 1000px;
 height: 25px;
}

/* ----------
MAIN_IMG
---------- */
div#main_img {
 clear: both;
 display: inline;
 float: left;
 width: 1000px;
 height: 400px;
 background: #ffffff;
}
a#main_img  > a { border: none; }

#slideshow { 
 margin: 0px auto; 
 position: absolute; 
 width: 1000px; 
 height: 400px; 
 padding: 0px; 
 z-index: 1;
}
#slideshow > div { 
 position: absolute; 
 top: 0px; 
 left: 0px; 
 right: 0px; 
 bottom: 0px; 
}
.slideshow_caption { 
 position: relative; 
 display: block;
 width: 1000px; 
 height: 100px; 
 margin: -113px 0px 0px 0px; 
 background-color: rgba(0, 0, 0, .5); 
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* ie8 */
 z-index: 2;
}
#slideshow h1, #slideshow h2, #slideshow h3, #slideshow h4, #slideshow h5, #slideshowh6 {
 font-weight: bold;
 text-transform: uppercase;
}
.slideshow_caption h2 { 
 position: relative;
 font-size: 120%;
 margin: 10px 10px 5px 10px; 
 color: rgba(255, 255, 255, 1); 
 color: #ffffff; 
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity:1.0;
}
.slideshow_caption p { 
 position: relative;
 font-size: 90%;
 margin: 5px 10px 10px 10px; 
 color: rgba(255, 255, 255, 1); 
 color: #ffffff; 
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity:1.0;
}
.slideshow_caption a { font-weight: bold; color: #ffffff; text-decoration: none; }
.slideshow_caption a:visited { font-weight: bold; color: #ffffff; text-decoration: none; }
.slideshow_caption a:hover { font-weight: bold; color: #ffffff; text-decoration: underline; }
.slideshow_caption a:active { font-weight: bold; color: #ffffff; text-decoration: underline; }

.learn_more {
 font-variant: small-caps;
}

.subpage_caption { 
 position: relative; 
 display: block;
 width: 1000px; 
 height: 50px; 
 margin: -63px 0px 0px 0px; 
 background-color: rgba(0, 0, 0, .5); 
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* ie8 */
 z-index: 2;
}
.subpage_caption h2 { 
 position: relative;
 font-size: 200%;
 text-transform: uppercase;
 margin: 10px 10px 5px 10px; 
 color: rgba(255, 255, 255, 1); 
 color: #ffffff; 
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity:1.0;
}

/* ----------
LOWER_NAV
---------- */
div#lower_navigation {
 clear: both;
 position: relative;
 width: 1000px;
 height: 23px;
 margin: 0 auto;
 padding: 7px 0px 0px 0px;
 background: #73000a;
 z-index: 5000;
}
#lower_navigation ul {
 list-style: none;
 font-size: 80%;
 font-weight: bold; 
}
#lower_navigation ul li a {
 display: block;
 float: left;
 margin: 0px 0px 0px 0px;
 padding: 0px 10px 0px 10px;
 color: #ffffff;
 text-decoration: none;
}
/* #lower_navigation ul li.left {
 padding-left: 15px;
}
#lower_navigation ul li.right {
 padding-right: 5px;
} */

/* ----------
MAIN_CONTENT
---------- */
div#main_content {
 display: block;
 position: relative;
 clear: both;
 float: left;
 width: 685px;
 margin: 10px auto;
 padding: 5px;
 background: #ffffff;
}
#main_content h1, #main_content h2 {
 margin-top: 10px;
 font-size: 140%;
 text-transform: uppercase;
}
#main_content h3 {
 margin-top: 10px;
 font-size: 130%;
 text-transform: uppercase;
}
#main_content h4 {
 margin-top: 10px;
 font-size: 110%;
 text-transform: uppercase;
}
#main_content h5, #main_content h6 {
 font-size: 100%;
 text-transform: uppercase;
}
#main_content p {
 font-size: 100%;
}
#main_content p strong {
 font-weight: bold;
}
#main_content p em {
 font-style: italic;
}
#main_content p.clear {
 clear: both;
 height: 0;  /* only necessary for IE */
 margin: 0;
 padding: 0;
}
#main_content blockquote {
 margin: 15px 25px 15px 15px;
 padding: 15px 25px 15px 15px;
 text-align: justify;
}
#main_content dl {
 font-size: 100%;
 margin: 10px 0px 10px 0px;
 padding: 0px 0px 0px 0px;
}
#main_content dl dt {
 font-weight: bold;
 margin: 10px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
#main_content dl dd {
 margin: 0px 0px 0px 15px;
 padding: 0px 0px 0px 0px;
}
#main_content dl dd em {
 font-style: italic;
}
#main_content ul {
 display: block;
 margin: 0px 0px 0px 15px;
 padding: 0px 0px 0px 0px;
}
#main_content ul li {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-size: 100%;
 list-style: circle;
}
#main_content ul li strong {
 font-weight: bold;
}
#main_content ol {
	display: block;
	list-style: decimal;
	list-style-position: inside;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}
#main_content ol li {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 padding-left: 1em;
 text-indent: -1em;
 font-size: 100%;
 /* list-style: decimal;
 list-style-position: inside; */
}
#main_content ol li ol {
 display: block;
 margin: 0px 0px 0px 15px;
 padding: 0px 0px 0px 0px;
}
#main_content ol li ol li {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 padding-left: 1em;
 text-indent: -1em;
 font-size: 100%;
 list-style: lower-alpha;
 list-style-position: inside;
}
#main_content .img_left { 
 float: left;
 border-color: #ffffff;
 border-style: solid;
 border-width: 3px;
 margin-bottom: 3px;
 margin-right: 3px;
}
#main_content .fs_img_left { 
 float: left;
 border-color: #ffffff;
 border-style: solid;
 border-width: 3px;
 margin-bottom: 3px;
 margin-right: 3px;
}
#main_content .img_right { 
 float: right;
 border-color: #ffffff;
 border-style: solid;
 border-width: 3px;
}
#main_content .img_center { 
 display: block;
 margin: 0 auto;
 border-color: #ffffff;
 border-style: solid;
 border-width: 5px 5px;
}

#main_content a { text-decoration: none; }
#main_content a:visited { text-decoration: none; }
#main_content a:hover { text-decoration: underline; }
#main_content a:active { text-decoration: none; }

#main_content .faculty_title {
 font-style: italic;
}
#main_content .faculty_degree {
 font-style: italic;
}

#main_content_left {
 display: block;
 position: relative;
 clear: both;
 float: left;
 width: 330px;
 padding: 5px;
}
#main_content_right {
 display: block;
 position: relative;
 float: right;
 width: 330px;
 padding: 5px;
}

#main_content .usc_map { 
 float: left;
 border-color: #ffffff;
 border-style: solid;
 border-width: 0px 80px;
}

#main_content .article_title {
 font-style: italic;
}
#main_content .cite_name {
 font-style: normal;
}
#main_content .journal_title {
 font-variant: small-caps;
}
#main_content .eoe {
 border: 1px solid #3a3a3a;
 background: #fffffc;
 font-size: 90%;
 margin: 25px;
 padding: 25px;
 text-align: justify;
}

.inset {
	background-color: #ffffcc;
	border: 1px solid #73000a;
	display: block;
	font-weight: bold;
	margin: 1em 0em;
	padding: 1em 0em;
	text-align: center;
	width: 98%;
}

/* ----------
NO MENU
---------- */
div#no_menu {
 display: block;
 position: relative;
 clear: both;
 float: left;
 width: 1000px;
 margin: 10px auto;
 padding: 5px;
}
#no_menu h1, #no_menu h2 {
 margin-top: 10px;
 font-size: 140%;
 text-transform: uppercase;
}
#no_menu h3 {
 margin-top: 10px;
 font-size: 130%;
 text-transform: uppercase;
}
#no_menu h4 {
 margin-top: 10px;
 font-size: 110%;
 text-transform: uppercase;
}
#no_menu h5, #no_menu h6 {
 font-size: 100%;
 text-transform: uppercase;
}
#no_menu p {
 font-size: 100%;
 padding-bottom: 1em;
}
#no_menu p strong {
 font-weight: bold;
}
#no_menu p em {
 font-style: italic;
}
#no_menu p.clear {
 clear: both;
 height: 0;  /* only necessary for IE */
 margin: 0;
 padding: 0;
}
#no_menu p.menu {
 border-top: solid #ababab 1px;
 border-bottom: solid #ababab 1px;
 font-size: 90%;
 padding: 1em;
}

/* ----------
NEWS
---------- */
div#news {
 display: block;
 position: relative;
 clear: both;
 float: left;
 width: 685px;
 margin: 10px auto;
 padding: 5px;
 background: #ffffff;
}
#news h1, #news h2, #news h3, #news h4, #news h5, #news h6 {
 font-size: 130%;
 text-transform: uppercase;
}
/* #news h1, #news h2 {
 font-size: 140%;
 text-transform: uppercase;
}
#news h3, #news h4 {
 font-size: 120%;
 text-transform: uppercase;
}
#news h5, #news h6 {
 font-size: 100%;
 text-transform: uppercase;
} */
#news ul li {
 display: block;
 clear: both;
 margin: 5px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 height: 130px;
 font-size: 90%;
 list-style: none;
 border-bottom: 1px solid #dddddd;
}
#news ul li strong {
 font-weight: bold;
}
#news img { 
 vertical-align: bottom;
 float: left;
 border: 2px solid #ffffff;
 border-right: 6px solid #ffffff;
}
#news .news_lead {
 font-size: 120%;
 color: #73000a;
 font-weight: bold;
}
#news ul li .read_more {
 padding-top: 25px;
 float: right;
 color: #73000a;
 font-weight: bold;
 font-variant: small-caps;
}
#news a { font-weight: bold; text-decoration: none; }
#news a:visited { font-weight: bold; text-decoration: none; }
#news a:hover { font-weight: bold; text-decoration: underline; }
#news a:active { font-weight: bold; text-decoration: none; }

/* ----------
NOT_IN_CONTENT
---------- */
div#not_in_content {
 display: block;
 position: relative;
 clear: both;
 float: left;
 width: 1000px;
 margin: 10px auto;
 padding: 10px;
 background: #ffffff;
}
#not_in_content h1, #not_in_content h2 {
 font-size: 140%;
 text-transform: uppercase;
}
#not_in_content h3, #not_in_content h4 {
 font-size: 120%;
 text-transform: uppercase;
}
#not_in_content h5, #not_in_content h6 {
 font-size: 100%;
 text-transform: uppercase;
}
#not_in_content p {
 font-size: 100%;
}
#not_in_content p.clear {
 clear: both;
 height: 0;  /* only necessary for IE */
 margin: 0;
 padding: 0;
}

/* ----------
FORMS
---------- */
div#form_page {
 display: block;
 position: relative;
 clear: both;
 float: left;
 width: 1000px;
 margin: 10px auto;
 padding: 5px;
}
#form_page h1, #form_page h2 {
 font-size: 140%;
 text-transform: uppercase;
}
#form_page h3, #form_page h4 {
 font-size: 120%;
 text-transform: uppercase;
}
#form_page h5, #form_page h6 {
 font-size: 100%;
 text-transform: uppercase;
}
#form_page dl {
 font-size: 100%;
 margin: 10px 0px 10px 0px;
 padding: 0px 0px 0px 0px;
}
#form_page dl dt {
 font-weight: bold;
 margin: 10px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
#form_page dl dd {
 margin: 0px 0px 0px 15px;
 padding: 0px 0px 0px 0px;
}
#form_page ul {
 display: block;
 margin: 0px 0px 0px 15px;
 padding: 0px 0px 0px 0px;
}
#form_page ul li {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-size: 100%;
 list-style: circle;
}
#form_page ol {
 display: block;
 margin: 0px 0px 0px 15px;
 padding: 0px 0px 0px 0px;
}
#form_page ol li {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 padding-left: 1em;
 text-indent: -1em;
 font-size: 100%;
 list-style-position: inside;
}

#form_page form {
 margin: 10px 10px 10px 10px ;
}
#form_page form hr {
 width: 1000px;
 clear: both;
 margin: 10px 0px;
 padding: 0;
}
#form_page form p {
 width: 1000px;
 min-height: 35px;
 font-size: 100%;
 clear: both;
 margin: 0;
 padding: 0;
}
#form_page form p.clear {
 clear: both;
 height: 0;  /* only necessary for IE */
 margin: 0;
 padding: 0;
}
#form_page label {
 width: 200px;
 float: left;
 font-size: 100%;
 font-weight: bold;
}
#form_page select, #form_page textarea { 
 height: 30px;
 font-size: 100%;
 font-family: monospace;
 padding: 0;
 margin: 0;
 border: 1px solid gray;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 vertical-align: top;
}
#form_page input[type="text"] { 
 height: 30px;
 font-size: 100%;
 font-family: monospace;
 padding: 0;
 margin: 0;
 border: 1px solid gray;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 vertical-align: top;
}
#form_page input[type="date"] { 
 height: 30px;
 font-size: 100%;
 font-family: monospace;
 padding: 0;
 margin: 0;
 border: 1px solid gray;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 vertical-align: top;
}
#form_page input[type="time"] { 
 height: 30px;
 font-size: 100%;
 font-family: monospace;
 padding: 0;
 margin: 0;
 border: 1px solid gray;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 vertical-align: top;
}
#form_page input[type="submit"] { 
 height: 30px;
 font-size: 100%;
 padding: 0;
 margin: 0;
 vertical-align: top;
}
#form_page input[type="reset"] { 
 height: 30px;
 font-size: 100%;
 padding: 0;
 margin: 0;
 vertical-align: top;
}
#form_page input[type="radio"] { 
 height: 30px;
 font-size: 100%;
 padding: 0;
 margin: 0;
 vertical-align: middle;
}
#form_page .form_warning {
 font-size: 100%;
 color: #73000a;
 background-color: #ffffcc;
 vertical-align: top;
 text-align: left;
 font-weight: bold;
}
#form_page .formLabel {
 min-height: 100px;
}
#form_page .journal_title {
 font-variant: small-caps;
}

/* ----------
ILL STYLES
 border: 1px solid #73000a;
---------- */
#form_page .book p {
 background-color: #dddddd;
}
#form_page .article p {
 background: #ababab;
}

/* ----------
SUBMENU
---------- */
div#submenu {
 float: right;
 width: 285px;
 height: auto;
 margin: 10px auto;
 padding: 5px 5px 5px 10px;
 background: #ffffff;
 border-left: 1px solid #dddddd;
}
#submenu h1, #submenu h2, #submenu h3, #submenu h4, #submenu h5, #submenu h6 {
 color: #000000;
 font-size: 90%;
 text-transform: uppercase;
}
#submenu ul {
 font-size: 90%;
 margin: 0px 0px 0px 10px;
 padding: 5px 0px 5px 0px;
}
#submenu ul li {
 clear: both;
 font-weight: bold;
 list-style: circle;
 margin: 0px 10px 0px 10px;
 padding: 1px 0px 1px 0px;
}

#submenu .officer_menu {
 list-style: none;
}

#submenu .org_menu {
 border-top: 1px solid #dddddd;
}

/* ----------
EVENTS
---------- */
div#events {
 float: right;
 width: 285px;
 height: auto;
 margin: 10px auto;
 padding: 5px 5px 5px 10px;
 background: #ffffff;
 border-left: 1px solid #dddddd;
}
#events h1, #events h2, #events h3, #events h4, #events h5, #events h6 {
 font-size: 130%;
 text-transform: uppercase;
}
#events ul {
 font-size: 80%;
 margin: 0px 0px 0px 10px;
 padding: 5px 0px 5px 0px;
}
#events ul li {
 clear: both;
 min-height: 30px;
 list-style: none;
 margin: 0px 10px 0px 10px;
 padding: 5px 0px 5px 0px;
}
.event_date {
 font-weight: bold;
 text-transform: uppercase;
}
#events img {
 display: block;
 margin: 10px auto;
}
.see_events {
 float: left;
 font-size: 90%;
 color: #73000a;
 font-weight: bold;
 text-transform: uppercase;
 border-bottom: 1px solid #ffffff;
}

/* ----------
CONTACT
---------- */
div#contact {
 float: right;
 width: 285px;
 height: auto;
 margin: 10px auto;
 padding: 5px 5px 5px 10px;
 background: #ffffff;
 border-left: 1px solid #dddddd;
}
#contact h1, #contact h2, #contact h3, #contact h4, #contact h5, #contact h6 {
 font-size: 130%;
 text-transform: uppercase;
}
#contact ul {
 font-size: 80%;
 margin: 0px 0px 0px 10px;
 padding: 5px 0px 5px 0px;
}
#contact ul li {
 clear: both;
 min-height: 30px;
 list-style: none;
 margin: 0px 10px 0px 10px;
 padding: 5px 0px 5px 0px;
}
#events img {
 display: block;
 margin: 10px auto;
}

/* ----------
ADS
---------- */
div#ads {
 float: left;
 width: 1000px;
 height: 150px;
}

#ads p {
 margin: 10px auto;
}

#ads img {
 margin: 10px;
 vertical-align: middle;
}

/* ----------
LINK_FARM
---------- */
div#link_farm {
 clear: both;
 width: 998px;
 height: 280px;
 padding: 0px 0px 0px 0px;
 background: #dddddd;
 font-size: 80%;
 border: 1px solid #ababab;
}
#link_farm ul {
 position: relative; /* IE needs this in order to recognize links in all columns */
 width: 195px;
 margin: 0px 0px 0px 5px;
 padding: 2px 0px 2px 0px;
 list-style-type: none;
}
#link_farm ul li {
 line-height: 13px;
 margin: 0px 0px 0px 5px;
 padding: 2px 0px 2px 5px;
}
#link_farm h5 {
 text-transform: uppercase;
 margin: 10px 0px 0px 5px;
 font-size: 100%;
 color: #000000;
}
#link_farm a { color: #000000; text-decoration: none; }
#link_farm a:visited { color: #000000; text-decoration: none; }
#link_farm a:hover { color: #000000; text-decoration: underline; }
#link_farm a:active { color: #000000; text-decoration: underline; }
.listcolumn {
 float: left;
 width: 331px;
}

/* ----------
FOOTER
---------- */
div#footer {
 clear: both;
 width: 1000px;
 height: 25px;
 margin: 0;
 padding: 0;
 background: #ffffff;
 color: #000000;
 text-align: center;
 border-top: 10px solid #000000;
 font-size: 11px;
}
