/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a {  color: #0E87CD; text-decoration: none; }
a:visited {  }
a:hover { color:#0c2577; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }
p{ margin-top: 0; }

.screen-reader {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

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

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;  max-width: 100%; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { display:none;}
legend { display:none; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;    padding: 5px 10px; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ===== Initializr Styles =====================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body{ font:16px/1.3em Georgia, serif; margin: 0;}

.wrapper{
	width:90%;
	margin:0 5%;
  position: relative;
}

/* ===================
   Custom font
   =================== 
*/

@font-face {
    font-family: 'BellCentennialAddress';
    src: url('bladd__-webfont.eot');
    src: url('bladd__-webfont.eot?#iefix') format('embedded-opentype'),
         url('bladd__-webfont.woff') format('woff'),
         url('bladd__-webfont.ttf') format('truetype'),
         url('bladd__-webfont.svg#BellCentennialAddress') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ===================
   Flexslider
   =================== */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {

    box-shadow: 0 0 15px rgba(122, 122, 122, 0.4);
    max-width: 100%;
    border: 10px solid #D4D2C9;


background: #fff; 

position: relative; 

}



.flexslider li span a{color: #FFFFFF;}

.flexslider li span a:hover{color: #0E87CD;}

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;

}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 5px; }
.flex-direction-nav .flex-prev {left: 5px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-caption {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font: 16px/1.2em BellCentennialAddress;
    margin: 0;
    opacity: 0.8;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}





/* ===================
    ALL: Leiden Law Blog
   =================== */

.alphabet{   
	list-style: none outside none;
    	padding: 0;
       margin:0;
	text-align: center;
}
.alphabet li{
    display: inline;

font:16px/1.1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial
}


.letter a{
    color: #BEBEBE;
    margin: 0 0.5%;
    padding: 0.13em;
}

.letter a.full{
    color:#5F5D5A;
}

.letter a.full:hover, .letter a.full.active{
    background-color: #41B7D8;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
}

#contributors h2{
 margin-bottom: 0.5em;
}




#spotlight{display: none;}

.embed_media{
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed_media iframe,
.embed_media object,
.embed_media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

nav{
    left: 0;
    position: absolute;
    top: 110px;
    width: 100%;
  }

  nav ul li{
  	float: none;
  }
	
nav a{
    background-color: #888B3E;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font: 20px/1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    margin: 3px 15px;
    padding: 5px 0;
    text-align: center;
}

nav a.active, nav a:hover{
    background-color: #B0B450;
	  color: #4E5100;
}


#home #header-container, #header-container {
  background: url("../images/header.png") repeat-x  0 -31px #d6dc56; 
  height:255px;}




#logo{
  display: none;
}


#title {
    background: url("../images/title_small.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    margin: 33px auto 0;
    text-indent: -5000px;
    width: 255px;
}




#sites {
    background-color:#8592BB;
    display: none;
}

#sites ul{
    color: #FFFFFF;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
  }

#sites li{
  display: inline;
}

#sites a{
  color:#fff;
  font:16px/1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
}

#sites a:hover{
  color:#0c2577;
}

#footer-container{ background-color: #D4D2C9; }


#footer-container h3{
    color: #5f5d5a;
    font: 24px/1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    margin-bottom: 0;
}


#footer-container ul{
	list-style:none;
	padding: 0;
}

#footer-container ul a{
	color: #7B7975;
}

#footer-container ul a:hover{
    color: #5f5d5a;
}

#footer-container li{    border-top: 1px dotted #b3b1aa;
    padding: 6px 0 8px;}
#footer-container li a{
    display: block;
    line-height: 1.6em;
}
#footer-container .f-social li a{    background: url("../images/social_footer.gif") no-repeat scroll 0 -250px transparent; padding-left: 2em;}
#footer-container .f-social .f-twitter{background-position:0 -100px;}
#footer-container .f-social .f-facebook{background-position:0 -50px;}
#footer-container .f-social .f-youtube{background-position:0 -150px;}
#footer-container .f-social .f-linkedin{background-position:0 -200px;}
#footer-container .f-social .f-pinterest{background-position:0 0;}

#main aside      {  }


.big {
    margin-bottom: 1.5em;
}

article.big header {
    clear: left;
}






.item-row, .item-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.item{
	float: left;
  width:30%;
  margin-bottom: 25px;
  margin-left:4.5%;
}

.list-item {
    border-bottom: 1px dotted #CCCCCC;
    clear: left;
    margin-top: 13px;
}

.list-item h3{
    font: 22px/1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    margin-bottom: 0;
}

a.search-link{
    color: #666666;
    display: block;
    font-size: 10px;
    padding-bottom: 2em;
}

.one{
  clear: left;
  margin-left:0;
}


.item header{
  clear: left;
}

#main .item h1 {
font-size:20px;
}

figure {
    border: 8px solid #ebe9df;
    float: left;
    margin-bottom: 10px;
    margin-right: 3%;
    max-width: 100%;
    position: relative;
}

.comments {
    background: url("../images/comments.gif") no-repeat scroll 0 2px transparent;
    padding-left: 12px;
}

a.comments:hover{
	background-position: 0 -14px;
}

h2{
    color: #4E5100;
    font: 20px/1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    margin: 1em 0 0;

}

h2.search{
    font-size: 36px;
    margin: 0;
}

h2 a{
    border-bottom: 1px dotted #CCCCCC;
    color: #4E5100;
    display:block;
    padding-bottom: 0.3em;
}

.editlink{

}
article footer {
    color: #666666;
    font: 15px/1.2em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    margin: 0.5em 0;
  //  text-transform: uppercase;
}

article.full footer, article.bio footer {
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    margin: 1.3em 0;
    padding: 6px 0 3px;
}

article .content{
  margin-bottom:.7em;
}

article.full h3, article.bio h3{
    clear:left;
    color: #4E5100;
    font: 22px/1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    margin: 1em 0 0.1em;
}

article.full h4 {
    clear: left;
    color: #A4A785;
    font: 18px/1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    margin: 0.2em 0;
}

article p{
	line-height:1.4em;
}

article p a:hover{
	background-color:#F5F4EF;
}

.more{
  font: 13px/1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
  display:block;
  text-transform:uppercase;
}

#paginate{
    border-top: 1px dotted #CCCCCC;
    clear: left;
    font: 15px/1.1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    padding: 1em 0;
    text-align: center;
}

#paginate .dimmed{ display:none;}

.page{
    margin: 0 0.5%;
    padding: 0.4em 0.6em 0.2em;
}

.page-next, .page-previous, .page-last{
    background-color:#EBE9DF;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0.5%;
    padding: 0.4em 0.6em 0.3em;
}

.page-last{
    background-color:#E8EDFF;

}

#paginate .active{
    background-color: #41B7D8;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
}

.contributor{
    float: left;
    margin-bottom: 0.5em;
    margin-right: 2%;
    width: 23%;
}

.contributor figure{

}

.contributor a{
    clear: left;
    display: block;
}

.contributor h3{
    font: 15px/1.1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    color: #4E5100;
    font-weight: normal;
}


.social-links, .publications{
    border-top: 1px dotted #CCCCCC;
    list-style: none outside none;
    margin-top: 0;
    padding: 0;
}


.dossier h2{
    font-size: 24px;
    margin: 0;
}

.dossier {
    border-top: 1px dotted #CCCCCC;
    padding: 10px 0;
}

.dossier:last-child {
    border-bottom: 1px dotted #CCCCCC;
}


.dossier img{
    border: 8px solid #EBE9DF;
    float: left;
    margin-right: 2em;
}


.publications{
	font-size:14px;
}


.publications .author-name, .publications .date {
    color: #666666;
    font-size: 13px;
}

.publications .author-name {
    display: block;
}

.social-links li, .publications li{
    border-bottom: 1px dotted #CCCCCC;
    padding: 6px 0 6px;
}

.social-links a{
    background: url("../images/social_buttons.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 24px;
    padding-left: 2.3em;
}

.feed{float:right;}

.social-links a.weblog{background-position: 0 -125px;}
.social-links a.website{background-position: 0 -150px;}
.social-links a.linkedin{background-position: 0 -75px;}
.social-links a.twitter{background-position: 0 -100px;}
.social-links a.facebook{background-position:0 -25px;}
.social-links a.googleplus{background-position: 0 -50px;}

.capture{
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    font: 13px/1.1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    left: 0;
    opacity: 0.7;
    filter:alpha(opacity=60); /* For IE8 and earlier */
    padding: 0.5% 3% 0;
    position: absolute;
}


aside{
    font: 15px/1.1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
}

#popular, #tabs, #comments, #tags-article{
  font-size:14px;
}

aside ul{
    background-color: #FFFFFF;
    list-style: none;
    margin: 0;
    padding: 0 10px;
}


aside h2{
	color:#222;
  font-size: 20px;
  display:block;
  margin: 0 0 0.6em 10px;
  text-transform:uppercase;
}

#categories, #bloggers, #searchform, #tabs, #tags-article, #bloggers-article, #articles, .addthis_toolbox{
    background-color: #f5f4ef;
    margin: 20px 0;
    padding: 20px;
}

#searchform{
    margin-top: 0;
    position: relative;
}

#searchform .box {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    height: 22px;
    padding: 2px 5px;
    width: 94%;
}

#searchform #submit {
    background: url("../images/search.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    position: absolute;
    right: 9%;
    top: 40%;
}

#tags ul, #tags-article ul, .addthis_toolbox ul{
    padding: 10px;
}


#tags li, #tags-article li{
	float:left;
    margin: 5px;
}

#tags li a, #tags-article li a{
    background: url("../images/tag.gif") no-repeat scroll left top #EBE9DF;
    padding: 1px 10px 1px 17px;
}

#categories li, #popular li, #comments li, #articles li{
    border-bottom: 1px dotted #CCCCCC;
    color: #0E87CD;
    padding: 8px 0 9px;
}

#categories li:first-child, #popular li:first-child, #comments li:first-child, #articles li:first-child{
      padding-top: 12px;
}

#categories li:last-child, #popular li:last-child, #comments li:last-child, #articles li:last-child{
   border:none;
}


.idTabs{
  padding: 0;
}

.idTabs li a{
    color: #333333;
    float: left;
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
    width: 33.3333%;
}


.idTabs li a.selected, .idTabs li a:hover{
  background-color: #fff;
}

#tabs div{
  clear: left;

}

#tabs h3{
   margin: 0;
}

#bloggers-article h3{
	margin:0 0 1% 0;
}

#tabs h3 a, #bloggers-article h3{
    color: #4E5100;
    font-weight: normal;
}

#comments p{
    color: #4E5100;
    font-size: 15px;
	margin:0;
}

#bloggers li{
	float:left;
	padding:5px;
}

#bloggers ul{
    	padding: 5px;
}

#bloggers-article ul{
    	padding: 5px;
}

#bloggers-article img{
    	float: left;
	margin-right: 3%;
}

#bloggers-article li{
	clear:left;
	padding:5px;
}

#comment_form, #contact_form {
    background: none repeat scroll 0 0 #EBE9DF;
    font: 15px/1.1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    margin: 20px 0;
    padding: 30px 40px;
}

textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 160px;
    padding: 5px 10px;
    width: 95%;
}

.comment{
    border-bottom: 1px dotted #CCCCCC;
    margin: 0;
    padding: 18px 0 19px;
}

.comment dt{
    clear: left;
    float: left;
    list-style: none outside none;
    margin-bottom: 20px;

}

.comment .meta{
    color:#666;
    display: block;
    font: 15px/1.2em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
}

.comment dd{
	clear:left;
	margin-left: 0;
}

.comment dd p{
    line-height: 1.4em;
 	margin-top: 0;
}

.comment img{

border: 8px solid #EBE9DF;
}


table {
    border-collapse: collapse;
    text-align: left;
    margin-top: 2em;
	font-size: 13px;

}


th {
    background: none repeat scroll 0 0 #B9C9FE;
    border-bottom: 1px solid #FFFFFF;
    border-top: 4px solid #AABCFE;
    color: #003399;
    font-weight: normal;
    padding: 8px;
}

td {
    background: none repeat scroll 0 0 #E8EDFF;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid transparent;
    color: #666699;
    padding: 8px;
	width:100%;
}


td span{
    display: block;
    font: 13px/1.1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
}


td span a{
	color:#999;
}

tr:hover td{
background:#d0dafd;
color:#339;
}

.illustration{
    background: none repeat scroll 0 0 #F5F4EF;
    overflow: auto;
    padding: 10px;
}

.illustration img{
    float: left;
    margin-right: 20px;
}

.illustration p{
    font-size: 14px;
    line-height: 1.5em;
}

.stats{
    padding-bottom: 3em;
    position: relative;
}

.stats #paginate{
    bottom: -20px;
    position: absolute;
    width: 100%;
}

::-moz-selection { background: #f16529; color: #fff; text-shadow: none; }
::selection      { background: #f16529; color: #fff; text-shadow: none; }

/* ==============
    MOBILE: Menu
   ============== */





/* ==============
    MOBILE: Main
   ============== */

#main{
	padding:40px 0;
}

#main article h1{
    font: 24px/1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    margin: 0;
}

#main article.full h1, #main article.bio h1{
	font-size:36px;
    color: #4E5100;
	}

h1.full{
   color: #4E5100;
margin-bottom: 20px;
}

#main article h1 a{
    color: #4E5100;
    text-decoration: none;

}

#main aside{

	padding:0;
}

#footer-container footer{
	color:white;
	padding:20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }


/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */











/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */





/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */


}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */


/* ============
    WIDE: Menu
   ============ */


#logo {
    background: url("../images/zegel.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 60px;
    position: absolute;
    text-indent: -5000px;
    top: 23px;
    width: 153px;
}

#title {
    background: url("../images/title.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    left: 322px;
    margin: 0;
    position: absolute;
    text-indent: -5000px;
    top: 30px;
    width: 319px;
}
	

#home #header-container {
    background: url("../images/header.png") repeat-x scroll 0 0 #d6dc56;
    height: 251px;
}

#header-container {
    background: url("../images/header.png") repeat-x scroll 0 0 #d6dc56;
    height: 163px;
}


 nav{
    position: absolute;
      top: 104px;
  }
	
nav ul li{
	float: left;
}	
  
	nav a{
   	background: url("../images/tab.png") no-repeat scroll 0 0 #929638;
	border-radius: 0 0 0 0;
    	color: #FFFFFF;
    	display: block;
    	font: 20px/1em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    	margin: 0 4px 0 0;
    	padding: 5px 0 2px;
    	text-align: center;
    	text-decoration: none;
    	width: 156px;
	}

	nav a.active, nav a:hover{
    background-color: #d6dc56;
    color: #4E5100;
    padding: 5px 0 3px;
    text-decoration: none;
	}


#spotlight{
	display: block;
    position: absolute;
    top: 147px;
    width:100%;
}


#spotlight article {
    background: none repeat scroll 0 0 transparent;
    float: left;
    width:30%;
    padding-right: 3.333333333%;
}

#spotlight article figure{
    border: 4px solid #929736;
    margin-right: 15px;
    max-width: 50%;
}

#spotlight article a {
    color: #4E5100;
    display: block;
    font: 15px/1.2em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
}

#spotlight article span{
    background: url("../images/dossier.png") no-repeat scroll 0 0 transparent;
    color: #E3E4D1;
    font: 14px/1.7em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
    padding: 4px 6px;
}


#spotlight article a:hover{
	color:#0c2577;
}

#spotlight article img {
    max-width: 100%;
}


	#spotlight article h1{
  line-height: .6em;
  margin: 0;
}



article.big header {
    clear: none;
}


#footer-container article{
    float: left;
    padding-right: 3.3333%;
    width: 30%;
}

.comment dd{
	clear:none;
	margin-left: 20%;
}



/* ============
    WIDE: Main
   ============ */

	#main #primary{
		float:left;
		width:62%;
	}
		
	#main aside{
		float:right;
		width:33%;
	}
}	

@media only screen and (max-width: 480px) {
	.full figure {
		float: none;
	}
	
	.full figure img{
		width: 100%;
		
	}
	
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	.wrapper{
		width:960px; 
		margin:0 auto;
		position: relative;
	}

	#spotlight{
		width:960px; 
}

#spotlight article h1{
  display: block;
    margin: 0;
}

/*
#spotlight article a {
    color: #4E5100;
    font: 16px/.8em 'BellCentennialAddress',Helvetica,Helvetica Neue,Arial;
  }
*/
  #big-text{
    float: right;
    width: 49%;
}

.comment dd{
	clear:none;
	margin-left: 15%;
}


}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
