/* Northwestern University - Northwestern Law Bluhm Legal Clinic
Christopher Garcia - 08.08.2011 */

body {
    background: #fff;
    font: 62.5% Verdana, Geneva, sans-serif;
    line-height: 1.7em;
    color: #323232;
}
#container {
    background: url(/legalclinic/graphics/main-bg.jpg) no-repeat;
    min-width: 1024px;
    background-color: #eeeeec;
    padding-top: 1.8em;
}
#main-wrap {
    width: 1024px;
    margin: 0 auto;
    background: #fff;
}
#main {
    width: 980px;
    margin: 0 auto;
}
#top-panel {
    border-bottom: 1px solid #e5e5e5;
}
#header-wrap {
    background: url(/legalclinic/graphics/top-header-bg-56px-height.png) repeat-x; // updated graphic for new logo height
}
#header {
    margin: 0 auto;
    width: 1024px;
    height: 56px; // changed from 49 
}
#nu-law {
    padding: 8px 0 0 2em; //from 1em 0 0 2em
}
#quick-links {
    height: 23px;
    float: right;
    padding: 1.3em 2em 0 0;
    color: #f7b80a;
    font-size: 1.1em;
}
#quick-links a {
    color: #f7b80a;
    text-decoration: none;
}
#quick-links a:hover { 
    text-decoration: underline;
}
#title {
    width: 475px;
    text-decoration: none;
    float: left;
    line-height: 1.5em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #472979; /* 3e3189 */
    margin-left: 22px;
}
#title-home {
    margin-top: 20px;
    font-size: 35px;
    line-height: 2em;
}
#title-secondary {
    margin: 25px 0 5px 0;
    font-size: 17px;
}
#title-secondary-department {
    font-size: 29px;
    line-height: 1.2em;
}
#title-secondary a {
    text-decoration: none;
}

#title-secondary a:visited {
  color: #472979
}

#title-secondary-department a {
                text-decoration: none;  
}
#title-secondary-department a:visited {
                color: #472979;  
}
.padding-text {
    padding: .7em 1em 1em 1.3em; /* original padding .7em 1em 1em 1em */
}
.padding-text2 {
    padding: .5em 1.2em 0 1.7em; /* original padding .5em 1em 0 1.5em */
}
.event-news {
    margin: .5em 0 1em 0;
}
.event-news-date {
    font: 14px Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}
.event-news-time {
    font: 11px Verdana, Geneva, sans-serif;
    font-weight: bold;
}

/*** search box ***/
#search {
    margin: 1em 2em 0 0;
    width: 220px;
    float: right;
}
#search fieldset {
    color: #fff;
    position: relative;
    z-index: 9999;
}
#searchbox { 
    height: 26px; 
    width: 220px;
    background-color: #f7f7f7;
}
#searchbox input[type="text"] { 
    padding-left: 5px;
    height: 26px; 
    width: 180px; 
    color: #aaaaaa;
    font: 1.2em Arial, Helvetica, sans-serif;
    background: none;
    border: none;
    outline: none;
    float: left; 
}
#search_button {
    height: 26px !important;
    width: 27px !important;
    float: right !important;
}
#searchlist {
    display: none;
    position: absolute;
    float: right;
    background-color: #fff;
    color: #868686;
    width: 177px;
    padding: 2px 10px 2px 5px;
    border: 1px solid #dbdbdb;  
    border-top: none;
    z-index: 100;
}

/*** drop down menu ***/
#menu-container {
    width: 472px; /*472*/
    height: 51px;
    margin-top: 40px;
    margin-right: 22px;
    float: right;
    position: relative;
    background: #f2f2f2;
    border-top: 5px solid #472979; /* 292059 */
    box-shadow: 0 0 15px #c6c6c6;
    -moz-box-shadow: 0 0 15px #c6c6c6;
    -webkit-box-shadow: 0 0 15px #c6c6c6;
    z-index: 9998;
}
#menu {
    list-style: none;
    z-index: 9999;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #fff;
    line-height: 1;
    overflow-y: hidden;
    overflow-x: hidden;
}
#menu li {
    float: left;
    padding: 0 7px;
    border: none;
}
#menu li:hover, .selected /* changed from .active to match terminology */ {
    background: #eae9e9;
}
#menu li a {
    font-size: 16px;
    color: #393939;
    text-decoration: none;
    display: block;
    padding: 19px 13px 16px;
}
#menu li:hover a {
    color: #484747;
}
#menu li .fullwidth {
    position: absolute;
    padding: 14px 0px 0 0px;
    left: -9999em;
    top: 50px;
    border-top: 1px solid #e3e3e3;
    background: #eae9e9;
    margin-left: 1px;
}
#menu li:hover .fullwidth {
    display: block;
    z-index: 9998;
    left: -1px;
}
#menu .menucolumn {
    display: inline;
    float: left;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
#menu .menucolumn {
    padding-right: 2.5em;
}
#menu li .dropcontent a, #menu li .fullwidth a {
    text-transform:none;
    font: 12px Verdana, Geneva, sans-serif;
    display: inline;
    padding: 0;
}
#menu li .dropcontent a:hover, #menu li .fullwidth a:hover {
    padding: 0;
}
#menu li ul {
    list-style: none;
    margin-bottom: 1em;
}
#menu li ul li {
    line-height: 1.5em;
    position: relative;
    padding: 0 0 1em 0;
    float: none;
    text-align: left;
}
#menu li ul li:hover {
    background: none;
    border: none;
}
#menu li .dropcontent a, #menu li .fullwidth a {
    color:#484747;
}
#menu li .dropcontent a:hover, #menu li .fullwidth a:hover {
    text-decoration: underline;
}

/*** home page ***/
#home {
    margin-top: 15px;
    background: url(/legalclinic/graphics/home-dotted-bg.png) repeat-y;
    font-size: 1.2em;
    padding-bottom: 2em;
}
#home-left {
    float: left;
    width: 276px;
}
#home-mid {
    float: left;
    width: 455px;
}
#home-right {
    float: right;
    width: 235px;
}

#banner-image { /* this fixes the padding below images in html5 doctype */
    line-height:0;
}

#floating-box {
    width: 274px;
    min-height: 276px;
    background: url(/legalclinic/graphics/floating-box.png) no-repeat;
    position: relative;
    top: -42px;
    z-index: 9999;
}
#floating-box-content {
    width: 223px;
    margin: 0 auto;
    padding-top: 2em;
}
#floating-box-header {
    font: 20px Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 1.3em;
}
#floating-box-asset {
    margin: 1.5em 0 1.5em 0;
}
#floating-box-asset img {
    border: 1px solid #999;
    padding: 4px;
}
#floating-box-text {
    font: 12px Verdana, Geneva, sans-serif;
    line-height: 1.6em;
}
#two-column-wrap img {
    border: 1px solid #999;
}
#two-column-left {
    float: left;
    width: 51%
}
#two-column-right {
    float: right;
    width: 48%;
}
#support-box {
    margin: .5em 0 2em 0;
}
#support-image {
    float: left;
    width: 84px;
}
#support-text {
    float: right;
    width: 112px;
}
p.more {
    /*text-transform: uppercase;  removed auto uppercase for NW styles */
    text-align: right;
}

/*** nivo slider for home page ***/
.nivoSlider {
    position: relative;
    background: #fff url(/legalclinic/graphics/loading.gif) no-repeat 50% 50%;
    width: 980px;
    height: 310px;
}
.nivoSlider img {
    position:absolute;
    top: 0;
    left: 0;
    display: none;
}
.nivoSlider a {
    border: 0;
    display: block;
}
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: 0.8; /* Overridden by captionOpacity setting */
    width: 100%;
    height: 75px;
    z-index: 8;
    font: 26px Georgia, "Times New Roman", Times, serif;
    text-align: right;
    padding-bottom: .5em;
}
.nivo-caption p {
    padding: .5em;
    margin: 0;
    padding-bottom: 2em;
}
.nivo-caption span {
    font: .5em Verdana, Geneva, sans-serif;
}
.nivo-caption a {
    display: inline !important;
    color: #fff !important;
    text-decoration: underline;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    background: url(/legalclinic/graphics/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
a.nivo-prevNav {
    left: 15px;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav {
    display: none;
}
.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.nivo-controlNav a.selected /* changed from .active to match terminology */ {
    font-weight: bold;
}

/*** secondary pages ***/
#secondary {
    background: url(/legalclinic/graphics/secondary-bg.png) repeat-y;
    font-size: 1.2em;
    padding-bottom: 2em;
}
#left-side {
    float: left;
    width: 223px;
    margin-left: -22px;
}
#right-side {
    float: right;
    width: 757px;
    position:relative;
    /*z-index:9999;  added to help hide right top nav shadow 
    background:#fff;*/
}
#inner-left-panel {
    float: left;
    width: 505px;
}
#right-panel {
    float: right;
    width: 243px;
    background: url(/legalclinic/graphics/secondary-right-bg.png) no-repeat;
    min-height: 253px;
}
#section-image {
    margin-bottom: 1.5em;
}
#contact-info {
    color: #8c8b8b;
    padding-left: 1.9em;
}
#social-media {
    padding-left: 1.9em;
    margin-top: 2em;
}
#social-media img {
    margin-right: .5em;
}
#quote {
    font: 1.7em Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

#main-content {
    
}

#right-panel-support-us {
    margin:1.5em 0 1em 0;
}

.right-panel-content {
/*    border-top:dashed 1px #CCC; */
    margin:1.5em 0 1em 0;
}
    
.dotted-line {
    margin: 1.5em 0 1em 0;
    height: 3px;
    background: url(/legalclinic/graphics/right-column-dotted.png) no-repeat;
}

/*** left nav ***/
#left-nav {
    width: 245px;
    float: left;
    background: #e9e9e8;
    border-top: 4px solid #472979; /* 292059 */
    border-bottom: 4px solid #472979; /* 292059 */
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 3em; /* changed from 5em */
	
}
#left-nav ul {
    font-size: 14px;
}
#left-nav ul li {
    border-bottom: 1px solid #dadada;
    padding: .3em 0 .3em 1em;
    line-height: 2em;
}
#left-nav ul li:last-child {
    border-bottom: none;
}
#left-nav ul li a {     
	color: #606060;   /* 141414 -------  JB CHANGE 4.6.2012  ------- */ 
	text-decoration: none;
}

#left-nav ul li a:hover {
    color: #472979; /* 3e3189 */
    text-decoration: underline;
}

#left-nav ul li a.selected {
	color: #6F34A1; /* #800080 3e3189 */ /* 472979 -------  JB CHANGE 4.6.2012  ------- Purple #793189, 863bbf Yellow f69803 */ 
}

#left-nav ul ul {
    font-size: 12px;
}
#left-nav ul li li {
    margin: 0;
    border-bottom: none;
    padding: 0 0 0 1.7em;
}
#left-nav ul li li li {
    margin: 0;
    border-bottom: none;
    padding: 0 0 0 1.7em;
}
#left-nav li li a {   
	color: #606060;   /* 545454 -------  JB CHANGE 4.6.2012  ------- */
}
#left-nav li li a:hover {
    text-decoration: underline;
}
#left-nav ul li li.selected {
	color: #000;   
	/*  Moved straight arrow background url img to class below -------  JB CHANGE 4.6.2012  -------   */
}

#left-nav ul li li /* removed .selected from li - JB */ a.selected {
	color: #6F34A1; /* #800080  000 -------  JB CHANGE 4.6.2012  ------- */
	/*  Moved straight arrow from class above - JB  */
	background: url(/legalclinic/graphics/left-nav-arrow.png) no-repeat 0 6px;
	/*  Added Styles Below JB  */
	background-position:0 50%;
	left:-1.7em;
	padding-left:1.7em;
	position:relative;
	height:100%; 
	/*  End Added Styles    */
}

#left-nav ul li li li a.selected {
	color:#6F34A1; /* #800080  000 -------  JB CHANGE 4.6.2012  ------- */
	background: url(/legalclinic/graphics/left-sub-nav-arrow.png) no-repeat 0;
	left:-1.7em;
	padding-left:1.7em;
	position:relative;
	height:100%;
}

/*** cwc gallery ***/
.main_image {
    width: 516px;
    height: 256px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.main_image h6 {
    font: 18px Georgia, "Times New Roman", Times, serif;
    padding: .5em .5em 0 .5em;
}
.main_image p {
    font-size: 11px;
    padding: 0 1em 1em 1em;
    margin: 0;
    line-height: 1.4em;
}
.main_image .desc {
    position: absolute;
    bottom: 0;  
    left: 0;
    width: 100%;
    display: none;
}
.main_image .desc a {
    color: #fff;
}
.main_image .block {
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.show {
    background-position: left bottom;
}
.image_thumb {
    float: left;
    width: 240px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    height: 256px;
}
.image_thumb img {
    padding: .5em; 
    float: left;
}
.image_thumb ul {
    list-style: none;
}
.image_thumb ul li {
    background: #f0f0f0 url(/legalclinic/graphics/gallery-nav_a.gif) repeat-x;
    width: 240px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.selected /* changed from .active to match terminology */ {
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h6 {
    font: 12px Georgia, "Times New Roman", Times, serif;
    margin: 1.3em 0 0 0; 
    color: #000;
}
.image_thumb ul li .block {
    float: left; 
    margin-left: .4em;
    width: 165px;
}   
.image_thumb ul li p {
    display: none;
}

/*** footer ***/
#footer-wrap {
    background: #e3e3e3;
}
#footer {
    margin: 0 auto;
    padding: 1.5em 0;
    width: 1024px;
    background: #e3e3e3;
    font: 1.2em Arial, Helvetica, sans-serif;
    color: #472979;
    min-height: 118px;
}
#footer img {
    float: left;
}
#footer p {
    margin: 1.5em 0 0 0;
    font-style: italic;
    line-height: 1.8em;
}
#footer ul {
    margin: 1em 0 0 0;
    padding: 0;
}
#footer li {
    margin: 0;
    list-style-type: none;
    display: inline;
    font-weight: bold;
    padding-right: 2em;
}
#footer a {
    color: #472979; /*2a2159 old purple */
    text-decoration: none;
    /*font-weight: bold; */
}
#footer a:hover {
    text-decoration: underline;
}

/*** tables ***/
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0 1em 0;    
}
table th, table thead {
    padding: .5em;
    text-align: left;
    font-weight: bold;
}
table td {
    padding: .5em;
    vertical-align: top;
}
table.borders {
    border: 1px solid #d3d4d5;
}
table.borders th, table.borders thead {
    background-color: #d2d2d4;
    border: 1px solid #d3d4d5;  
}
table.borders td {
    border: 1px solid #d3d4d5;
}

/*** contact form ***/
#content-wrapper /* changed from 'secondary-content' */ fieldset legend {
    font-size: 1.1em;
    font-weight: bold;
    background-color: #e2e2e2; /*#d2d2d4*/
    padding: .4em .5em;
    width: 97%;
    margin-bottom: .5em;
}
#content-wrapper /* changed from 'secondary-content' */ fieldset p {
    width: 600px; /*265px*/
    clear: left;
    margin: 0;
    padding: 5px 0 8px 0;
/*    padding-left: 145px; */
    border-bottom: 1px solid #d3d4d5;
    height: 1%;
}
#content-wrapper /* changed from 'secondary-content' */ fieldset label {
    font-weight: bold;
    float: left;
    text-align: right;
    margin-left: -145px; 
    width: 130px; 
}
#content-wrapper /* changed from 'secondary-content' */ fieldset input {
    margin-left: 1em;
}
#content-wrapper /* changed from 'secondary-content' */ fieldset input[type="text"] { 
    width: 180px;
    height: 20px;
	padding:0 3px;
    border: 1px solid #d3d4d5;
}
#content-wrapper /* changed from 'secondary-content' */ fieldset textarea {
    width: 230px;
    height: 100px;
    margin-left: 1em;
    border: 1px solid #d3d4d5;
}
#content-wrapper /* changed from 'secondary-content' */ fieldset input[type="submit"] {
    margin-left: 155px;
    margin-top: 1em;
}

/*** misc ***/
h1 {
    color: #472979; /* 3e3189 */
    padding: .5em .5em .3em 0;
    font: 22px Georgia, "Times New Roman", Times, serif;
}
h2 {
    color:#404040 /* 2c2c2c #472979; 3e3189 */
    padding: .5em .3em .5em 0; /* original padding .5em .5em .5em 0 */
    font: 19px Georgia, "Times New Roman", Times, serif; /* from 20px */
}
h2.home {
    color: #404040;
    padding: 0 .5em .5em 0;
    font: 20px Georgia, "Times New Roman", Times, serif;
}
h3 {
    font: 12px Verdana, Geneva, sans-serif;
    padding: .5em 0 .5em 0;
    font-weight: bold;
	color: #404040;
}
p {
    margin: 1em 0;
    line-height: 1.7em;
}
h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
    margin: .5em 0 1em 0;
}

blockquote {
    padding: 0.5em 3.5em;
    line-height: 1.5em;
}

hr {
	border: 0;
	margin-top:7px;
	margin-bottom:15px;
	color: #e3e3e3; /*#9E9E9E */
	background-color: #e3e3e3; /*#9E9E9E */
	height: 1px;
	width: 95%;
	text-align: center;
}

dt {
    font-weight: bold;
}
dd {
    margin-left: 1em;
}
#home ol, #home ul,  #content-wrapper /* changed from 'secondary-content' */ ol, #content-wrapper /* changed from 'secondary-content' */ ul {
    margin: 1em .3em 1em .8em;
    padding-left: 1em;
}
#home ul li, #content-wrapper /* changed from 'secondary-content' */ ul li {
    list-style-type: disc;
    line-height: 1.6em;
}
#home ol li, #content-wrapper /* changed from 'secondary-content' */ ol li {
    list-style-type: decimal;
    line-height: 1.6em;
}
#home ul ul, #home ul ol, #home ol ol, #home ol ul, #content-wrapper /* changed from 'secondary-content' */ ul ul, #content-wrapper /* changed from 'secondary-content' */ ul ol, #content-wrapper /* changed from 'secondary-content' */ ol ol, #content-wrapper /* changed from 'secondary-content' */ ol ul {
    margin: 0 1em 0 1em;
}
#home ul ol li, #content-wrapper /* changed from 'secondary-content' */ ul ol li {
    list-style-type: decimal;
}
#home ol ul li, #content-wrapper /* changed from 'secondary-content' */ ol ul li {
    list-style-type: disc;
}
#home ul ul li, #content-wrapper /* changed from 'secondary-content' */ ul ul li {
    list-style-type: circle;
}
#home ol ol li, #content-wrapper /* changed from 'secondary-content' */ ol ol li {
    list-style-type: lower-alpha;
}
strong, b {
    font-weight: bold;
	color: #404040;
}
em, i {
    font-style: italic;
}
a:link {
    color: #472979; /* 3e3189 */
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

a:visited {
    color:#7b2a8a; /*#800080 */
}

a img {
    border: none;
}
.imageFloatLeft {
    float: left;
    padding: 0 1em .5em 0;
}
.imageFloatRight {
    float: right;
    padding: 0 0 .5em 1em;
}

.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
*:first-child+html .clearfix {
    zoom: 1;
}

/* cwc profile styles only */
.cwcProfileImage {
	float:right;
	width:100%; 
	max-width:320px; 
	height:100%; 
	margin:0 0 0 20px;
}

.cwcProfileImage p {
	font-size:11px; 
	font-style:italic;
}

/* stackable list items to replace tables in CWC exoneree page */
ul.stackList {
	width:100%;
	padding:0;
}

ul.stackList li {
	display:inline-block;
	list-style:none;
	margin-top:2em;
	margin-right:1em;
	width:22%;
	vertical-align:top;

}

.rounded img {
	border-radius:3px;
	overflow:hidden;
}

.shadow img {
	box-shadow:4px 4px 5px #472979;
}