/* *
 * Theme Name: Governable
 * Description: Based on Countermajoritarian, added 11/8/12
 * Author: Austin J. Reilly
 * Version: 1.0
   ================================================== */
/* makes background black   */
html {
  background-color: black
}
/* body   */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 90%;
  margin: 0;
  padding: 0;
  background: none !important;
}
/* centers all content, makes background white   */
#wrapper {
  margin: 0 auto;
  width: 850px;
  background-color: #FFFFFF;
}
/* wordmark   */
#wordmark {
  background-position: 25px 20px;
  width: 850px;
  height: 50px;
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0;
  position: relative;
}
#wordmark img {
  position: absolute;
  top: 20px;
  left: 25px;
}
#wordmark a img {
  border: none
}
/* external links   */
#external {
  float: right;
  margin: 25px 25px 0px 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
#external ul {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#external ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
#external ul li a {
  color: black;
  text-decoration: none;
  margin: 0 .8em 0 .8em;
  font-size: x-small;
  font-weight: bold;
}
#external ul li a:hover {
  text-decoration: underline
}
/* header  */
#header {
  margin-left: 15px;
  margin-top: 12px;
}
/* page  */
#page {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
}
/* img   */
.wideimage {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
  width: 850px;
}
.wideimage img {
  width: 850px;
}
.wideimage a {
  border-bottom: none !important
}
.wideimage a:hover {
  border: none !important
}
.wideimage p.photocaption {
  float: right;
  font-size: 10px;
  margin: 2px 60px 0px 0px;
  padding: 0;
}

p.image-credit{
font-size: 10px;
margin: .5em 0 0;
padding: 0;
opacity: 0.5;
float: right;
}

/* content   */
#content {
  padding: 0px 25px 25px 0px;
  font-size: .9em;
  margin: 15px 0 0 30px;
  width: 585px;
  float: left;
  background-color: #FFFFFF;
  color: #575757 !important;
}
#content p, li, .photocaption {
  font-family: Verdana, Arial, Helvetica, sans-serif
}
#content a {
  color: #c50;
  text-decoration: none;
  border-bottom: 1px dotted #c50;
}
#content a:hover {
  color: black;
  border-bottom: 1px solid black;
}
body.home div#content, body.error404 div#content {
  margin-top: 10px
}
ul {
  list-style-type: square;
  margin: -15px 0 30px 30px;
}

#content ul{
  margin-top: 0px !important;
}
/* headings   */
#header h1 a {
  color: black;
  text-decoration: none;
}
#header h1 a {
  color: black;
  text-decoration: none;
  font-size: 28.8px;
  font-weight: 700;
  margin-left: 10px;
}
#header h2 {
  color: gray;
  margin-top: -21px;
  font-size: 21.6px;
  font-weight: 700;
  margin-left: 10px;
}
h2 {
  color: black
}
h3, h4 {
  color: black;
  font-weight: bold;
}
h3 {
  font-size: 1.35em;
  margin-bottom: 11px;
  margin-top: -5px;
}
h4 {
  font-size: 1em
}
/* sidebar   */
#sidebar {
  font-family: Georgia,"Times New Roman",Times,serif !important;
  font-size: 90%;
  margin: 37px 0 0 10px;
  width: 140px;
  float: left;
  text-align: right;
  background-color: #FFFFFF;
  border-right: 1px dotted black;
}
#sidebar li.current-menu-item a {
  color: black !important;
}
.home #sidebar, .error404 #sidebar{
 margin-top: 35.5px !important; 
}
#sidebar ul {
  list-style-type: none;
  margin:0 30px 0 0;
}
#sidebar ul li {
  font-family: Georgia,"Times New Roman",Times,serif !important;
  padding-bottom: 10px;
}
/* sidebar links   */
#sidebar a {
  color: #c50;
  text-decoration: none;
}
a:hover, #sidebar a:hover {
  text-decoration: underline
}
/* footer   */
#footer {
  clear: both;
  height: 50px;
  margin: 0;
  padding: 0 25px 1em 0;
  border-top: 1px solid #ccc;
}
.homepage #footer {
  border-top: 1px dotted gray
}
#footer p {
  margin: 1em 1em 0 0;
  padding: 0;
  color: gray;
  font-size: .75em;
  text-align: right;
}
#footer a {
  text-decoration: none;
  /* border-bottom: 1px dotted #c50; */
  color: #c50;
}
#footer a:hover {
  text-decoration: underline
}
div.clear {
  clear: both;
  height: 0;
  line-height: 0;
}
#papers h4 {
  margin-bottom: 0
}
#papers ul {
  margin: 0 0 20px 0
}
#papers li {
  list-style: none;
  margin-bottom: 0.5em;
}

span.filetype {
    color: gray;
    font-size: x-small;
    font-style: italic;
    font-weight: 400;
}

#password-form {
  background: #ffffdb;
  padding: 15px 15px 0;
  margin: -0.5em -15px 2em;
  border: 1px dashed #c1c1b4;
}
#password-form br {
  display: none
}
/* @group Participants
   ==================================================
   ================================================== */
#participants-menu {
  clear: both;
  overflow: hidden;
}
ul.participants {
  list-style-type: none;
  margin: 0 30px 2em 0;
  padding: 0;
  position: relative;
  float: left;
}
ul.participants li {
  margin-bottom: 0.5em
}
ul.participants .participant {
  float: left;
  height: 320px;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 165px;
}

.participant-bio p{
  margin-left: 1em;
}

.participant-bio{
  margin-bottom: 2.5em;
  min-height: 130px;
}

/*Modified from /faculty/profiles/photos/ */
.participant-bio img{
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #DDDDDD;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  height: 130px;
  padding: 5px;
  margin: 0 0 0 10px;
  width: 90px;
  float: right;
}

/* S P R I T E D   I C O N S ------- */
.utlaw-icon {
  position: relative;
}

.utlaw-icon:before {
  content: '';
  display: inline-block;
  margin: 0 0.25em;
  position: relative;
  background: url(/law/images/utlaw-header-sprites.png) no-repeat;
}

.pdf-16:before, .word-16:before, .powerpoint-16:before, .excel-16:before{
  width: 16px; height: 16px; top: 0.25em;
}

.pdf-24:before, .word-24:before, .powerpoint-24:before, .excel-24:before{
  width: 24px; height: 24px;
  top: 0.5em;
}

.pdf-16:before {
  background-position: -84px -111px;
}

.word-16:before {
  background-position: -127px -111px;
}

.powerpoint-16:before {
  background-position: -148px -111px;
}

.excel-16:before {
  background-position: -169px -111px;
}

.pdf-24:before {
  background-position: -673px -111px;
}

.word-24:before {
  background-position: -726px -111px;
}

.powerpoint-24:before {
  background-position: -757px -111px;
}

.excel-24:before {
  background-position: -786px -111px;
}

/* @end
   ==================================================
   ================================================== */
/* @group Session
   ==================================================
   ================================================== */
.day{
  margin-bottom:10px;
  margin-top: 10px !important;
  position: relative;
}
table.session {
  width: 100%;
  color: #575757 !important;
}
tfoot tr th, tbody tr th {
  border-top: 1px solid #E7E7E7;
  padding: 6px 24px;
}
.session th {
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #000;
}

.session tr td {
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
.session tr td p.session_title {
  font-family: 	Georgia,"Times New Roman",serif !important;
  margin-bottom: -8px;
}
.session tr td.time {
  	font-family: Georgia,"Times New Roman",serif
}
table.session tr td, table.session tr th {
  vertical-align: top
}
table.session tr td.time, table.session tr th.time {
  width: 9.5em;
}
table.session td {
  padding: 0 1em 1.8em 1em;
}
table.session tr td p strong {
  color: black
}
table.session td ul {
  margin:0 0 0 30px !important;
}
p.panelists{
  margin-top:19.45px;
  margin-bottom:0 !important;
}
/*parking/maps table*/
.page-id-59 table{
  font-family: Georgia,"Times New Roman",Times,serif !important;
  border-top: 0;
  margin-top: -20px;
}
.page-id-59 table th{
  font-weight:bold;
  font-family: Georgia,"Times New Roman",Times,serif !important;
}
.page-id-59 table td{
  padding: 0 10px;
  text-align: center;
}
.page-id-59 tfoot tr th, .page-id-59 tbody tr th {
    border-top: 0;
}
/* @end
   ==================================================
   ================================================== */
/* END INCLUDED CSS
   ==================================================
   ================================================== */

.image-credit {
  font-size: 10px;
  margin: .5em 0 0;
  padding: 0;
  opacity: 0.5;
  float:right;
}

.image-credit img {
  margin: 0 5px;
}

.image-credit a#cc-image{
  border-bottom: none !important;
}

.image-credit a {
  border-bottom: 1px dotted #CC5500;
  color: #CC5500;
  text-decoration: none;
}
