/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.              
              
-----------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: #333333;
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color:#0066aa;
}

a:hover {
  color: #222;
}

p a {
  text-decoration:underline;
}

.event p a {
  text-decoration: none;
}

a.more {
  font-size: 11px;
  text-transform: uppercase; 
}

p.more a {
  font-weight:bold;
  text-decoration:none;
}


/*-----------------------------------------------------
        >> Font sizing, spacing and margins <<
-----------------------------------------------------*/

.siteTitle {
  font-size: 2.0em;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	border-bottom: 1px solid #ddd;	
	padding-bottom: 0.2em;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
  font-size:1.2em;
  line-height:1;
  margin-top:1.8em;
  margin-bottom:0.5em;
  font-weight: bold;    
}

h3 {
  font-size: 1.0em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
.sidebar h2 {
  margin-bottom: 0.8em;
}
.sidebar h3 {
  margin-bottom: 0;
}
.event h3 {
  font-weight: bold;
  line-height: 120%;
}
.content h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.2em;
  line-height: 160%;
  margin-top: 1.8em;
}
h4 {
  font-size:1em;
  font-weight:bold;
  margin-bottom:1.0em;
}
h6 {
  font-size:1em;
  font-weight:bold;
}
p {
  line-height:160%;
  margin-bottom:1.1em;
}
small {
  font-size:0.85em;
  line-height:1.5;
  color: #666;
}
ul, ol {
  margin: 1em 0 1.5em 2.0em;
}
ul.recent_news {
  margin-top: 0;
  list-style-type: none;
  padding: 0;
}
.recent_news li {
  padding: 0;
  margin: 0;
}
li {
  line-height: 150%;
}
blockquote {
  margin: 1.5em;
  border-left: 5px solid #ddd;
  padding-left: 0.8em;
}


/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/

.siteTitle {
  height: 170px;
  background: #231f20 url(/static/images/logo.png) center center no-repeat;
  margin: 0;
  position: relative;
}

.container {
  width: 740px;
  padding: 0 0 50px 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.sidebar {
  width: 200px;
  float: left;
  margin-right: 20px;
  padding-bottom: 40px;
}

.content {
  width: 480px;
  float: right;
  margin-left: 20px;
  padding-bottom: 40px;
}

.footer {
  clear: both;
  width: 480px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 85%;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 5px;
}

/*-----------------------------------------------------
                     >> Navigation <<
-----------------------------------------------------*/

ul.globalNav {
	list-style-image: none;
	list-style-type: none;
	padding: 10px 0;
	margin: 0 0 40px 0;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ccc;
  text-align: center;
	background: #eee;
}
	
ul.globalNav li {
	line-height: 16px;
	margin: 0;
	font-size: 120%;
  display: inline;
	color: #777;
	font-weight: normal;
	text-align: center;
}
	
ul.globalNav a, ul.globalNav a:link {
	padding: 7px 20px;
	text-decoration: none;
	color: #222;
}

ul.globalNav a:hover {
	color: #0066aa;
	background: #ddd;
}
	
ul.globalNav a:visited, ul.globalNav a:active {
	color: #555;
}

ul.globalNav li.active a {
  font-weight: bold;
}
	

/* Edition contents */
	
.sidebar ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;	
}

.sidebar ul li {
	font-size: 0.9em;
	line-height: 16px;
	margin: 0;
	text-align: left;
}

.sidebar ul a, .sidebar ul a:link {
	display: block;
	padding: 7px 0;
	border-top: 1px solid #ddd;
	text-decoration: none;
}


.sidebar ul a:hover {
	color: #222;
}

.sidebar ul a:visited, .sidebar ul a:active {
	color: #555;
}
	
/*-----------------------------------------------------
                >> Content  Styling <<
-----------------------------------------------------*/

.intro {
	border-bottom: 1px solid #bfbfbf;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	}
	
.intro p, .intro ul {
	color: #0066aa;
	font-weight: bold;
	line-height: 175%;
	margin: 0 ! important;
}
	
.intro ul {
	width: 70%;
	list-style-type: square;
}

dl.links {
  line-height: 150%;
  margin-top: 18px;
}
dl.links dt {
  margin-top: 10px;
  font-weight: bold;
}
dl.links p {
  margin-bottom: 0;
}

.other_articles {
  margin-top: 40px;
}

ul.editions {
  padding: 0;
  margin: 0;
}
ul.editions li {
  list-style-type: none;
  padding: 4px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

div.byline {
  background: #eee;
  margin: 15px -10px;
  padding: 10px;
  clear:both;
}
div.byline p {
  font-size: 0.85em;  
  margin-bottom: 0;
}
/*-----------------------------------------------------
              >> Image handling <<
-----------------------------------------------------*/

.captioned {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.captioned blockquote {
  background:none;
  margin: 6px 0 0 0;
  padding: 0;
  border:0;
}

.captioned blockquote p {
  font-size:0.85em;
  color:#777;
  font-style:normal;
  line-height: 140%;
}

img.small, .smallCaptioned {
  float:left;
  width:120px;
  margin:0 18px 10px 0;
}
img.small_right, .small_rightCaptioned {
  float:right;
  width:120px;
  margin:0 0 10px 18px;
}
img.med, .medCaptioned {
  float:left;
  width:200px;
  margin:0 18px 10px 0;
}
img.med_right, .med_rightCaptioned {
  float:right;
  width:200px;
  margin:0 0 10px 18px;
}
img.large, .largeCaptioned {
  width:480px;
  margin:0;
  padding: 0;
  border: 1px solid #ddd;
  background:#fff;  
}
.largeCaptioned {
  margin: 1.7em 0;
  border: none;
  padding: 0;
}

.medCaptioned img, 
.med_rightCaptioned img,
.smallCaptioned img,
.small_rightCaptioned img,
.largeCaptioned img {
  float:none;
  margin:0;
}






/* legacy image stuff */

.pic {
	float: right;
	position: relative;
	color: #0066aa;
	width: 293px;
}
img.pullout {
	margin: 2px 0 2px 8px;
	width: 275px;
}

.caption {
	font-size: 0.85em;
	color: #0066aa;
	clear: none;
	margin: 3px 3px 15px 0;
	line-height: 130%;
	padding: 0;
}
	
.pic p.caption {
  margin-left: 8px;
}


img.inline {
	margin-top: 4px;
	padding: 0;
	margin-bottom: 5px;
  width: 350px;
}

div.inline {
	margin-top: 4px;
	padding: 0;
}

/* end legacy image stuff */


/*-----------------------------------------------------
                  >> Forms <<
-----------------------------------------------------*/

form {
  margin-top: 30px;
}

.search form {
  display: inline;
}

fieldset {
  padding:0;
}

label {
  display:block;
  font-weight: bold;
  overflow:hidden;
  margin-bottom:17px;
}
label input {
  font-size:16px;
}
fieldset textarea {
  line-height:130%;
  font-size: 16px;
  width: 99%;
}
select {
  font-size: 16px;
}
p.submit {
  margin-top:10px;
  width:100%;
  overflow:hidden;
  text-align: right;
}
.submit input {
  font-size: 16px;
}



/*-----------------------------------------------------
                     >> Mimetypes <<
-----------------------------------------------------*/

a.download {
  display:block;
  overflow:hidden;
  border:1px solid #ccc;
  margin:0;
  padding:0;
  background:#eee;
  position:relative;
  text-decoration:none;
}
a.download:hover {
  background:#E6F1FF;
}
a.download label {
  margin:20px 0 0 0;
  padding:0;
  display:block;
  line-height:140%;
  float:left;
}
a.download label span {
  font-weight:bold;
  font-size:12px;
}
a.download img {
  float:left;
  margin:0;
  padding:3px 0;
  width:64px;
  height:64px
}
