/*-----------------------------------------------------------------------------------------------
	marklynas.org layout: v2.2

	rubine red: #7a8e8d
	cool grey 1: #e2e1dd
	cool grey 3: #cacac8
	cool grey 6: #8c8d8e
	cool grey 11: #4d4e53

  Global Styles
-----------------------------------------------------------------------------------------------*/

fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.invisible{ visibility:hidden; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body {
	background: white url(/images/smokebg.jpg) no-repeat top center;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: black;
	font-size: 0.9em;
	line-height: 1.6;
}

/* This class sets the width and position for all rows */

.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
}

a{
	color:#7a8e8d;
	text-decoration:none;
}

a:hover { 
  color:#8e5032;
}

ul li{
	list-style-type:square;
}

blockquote{
	margin-left:1em;
	margin-right:1em;
	color:#4d4e53;
}

h1, h2, h3 {
/*  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;*/
	font-weight: lighter;
	color: #4d4e53;
	line-height: 1.1;
}

h4.lighter {
	color: white;
}

span.headingdate,
.subtext,
.published {
  font-size: 70%;
  color: #8c8d8e;
}

p.standfirst {
	font-size: 125%;
	line-height: 1.3;
	color: #4d4e53;
}

p.origin {
	font-family: helvetica, arial, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	color: #8c8d8e;
}

p.pullquote {
	width: 236px;
	float: right;
	margin: 0 0 10px 16px;
  font-family: georgia, "times new roman", serif;
	font-size: 160%;
	line-height: 1.2;
	color: #8c8d8e;
	padding-left: 10px;
	border-left: 4px solid #8c8d8e;
}

span.date {
	color: #8c8d8e;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header{
  width:740px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
}

#header .inside{
	padding:2em 0;
}

#header h2{
	font-size:1.2em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	font-weight:lighter;
	letter-spacing:-0.05em;
	line-height:18px;
	border: 0;
}

#header h2 a.sitetitle, #header h2 a.sitetitle:visited{ 
  color: #4d4e53;
}

#header h2 a, #header h2 a:visited{ 
  text-decoration:none; 
  color: #bcc6c6;
  margin-right:3px;
}

#header h2 a:hover, #header h2 a.sitetitle:hover{ 
  color: #fff;
}
#header p {
	padding:1em 0;
	margin:0;
	line-height:1em;
}
#header span.subhead {
  font-size:11px;
  color:#666;
}
img.logo {
  float:left; 
  margin-right:6px; 
  margin-top:3px
}


/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	float: right;
	width: 160px;
	margin: 0;
	text-align: left;
}

#search form {
	margin: 0;
}

#search input#q { 
	width: 160px; 
}

ol.searchresults {
	margin: 0;
	padding: 0;
}

ol.searchresults li a {
	font-size: 1.4em;
}


/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#pageholder{
  width: 740px;
  margin-bottom:20px;
  margin-top:40px;
  margin-left:auto;
  margin-right:auto;
}

#pagecontent{
	width:500px;
	margin-left:31px;
	margin-right:31px;
}

#marginalia{
	float:right;
	width:160px;
	color:#666;
}

#marginalia p {
  font-size:85%;
  line-height:1.3;
}

#marginalia h4 {
  font-size:1.2em;
	line-height:1.1;
	margin:0 0 .25em 0;
  font-weight:lighter;
  letter-spacing:-0.05em;
}

#marginalia a, #marginalia a:visited {
/*  color:#8c8d8e;*/
}

#marginalia a:hover { 
  color:#8e5032;
}

#marginalia ul {
  border-top: 1px solid #cacac8;
  padding:0;
	margin: 0;
	font-size: 80%;
	font-family: HelveticaNeue-Roman, helvetica, arial, sans-serif;
}

#marginalia ul li {
  margin:0;
  list-style:none;
  padding-top:3px;
  padding-bottom:2px;
  border-bottom: 1px solid #cacac8;
}

/*-----------------------------------------------------------------------------------------------
  Article list
-----------------------------------------------------------------------------------------------*/

div.story {
  margin-bottom: 30px;
}

.story h1 {
	margin-top: 0;
}

.story .details{
	margin:1em 0 2em 0;
	text-align:right;
	padding:0.5em 0;
	font-size:0.95em;
	color:#4D4D4D;
}

.story .details .read-on{
	padding-right:20px;
}

div.footnote {
  margin-top: 3em;
  border-top: 1px dotted #4d4e53;
  padding-top: 1em;
}

h2.pagesection {
	padding-bottom: 6px;
	border-bottom: 1px dotted #4d4e53;
}

h2.compact {
	margin: 4px 0 4px 0;
}

p.excerpt {
	margin: 0;
}

p.continuation {
	text-align: left;
	margin: 0;
}


/*-----------------------------------------------------------------------------------------------
  Images and video
-----------------------------------------------------------------------------------------------*/

div.illustrations {
	width: 250px; 
	float: right; 
	margin: 0 0 10px 16px;
}

div.narrow {
	width: 120px;
}

div.illustrations img {
	float: left;
	margin: 0 4px 4px 0;
}

div.illustrations p {
	clear: left;
	margin: 4px 0 0 0;
	font-size: 80%;
	font-family: HelveticaNeue-Roman, helvetica, arial, sans-serif;
	color: #4d4e53;
}

div.illustrations p.caption {
	clear: left;
	margin: 4px 0 4px 0;
	font-size: 75%;
	font-family: HelveticaNeue-Roman, helvetica, arial, sans-serif;
	color: #8c8d8e;
}


/*-----------------------------------------------------------------------------------------------
  Archive
-----------------------------------------------------------------------------------------------*/

div.archivelist {
	
}

div.archivelist li {
	list-style: square;
	color: #7a8e8d;
}

span.listnote {
	font-size: 75%;
}

span.listnote a {
	color: #4d4e53;
}

/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
  margin-left:auto;
  margin-right:auto;
  margin-top:60px;
  margin-bottom:6px;
	color:#939393;
	padding: 6px;
}

#footer .inside {
	margin-left:31px;
	margin-right:31px;
}

#footer p{
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  font-size: 12px;
}

#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer a, #footer a:visited{ color: #8c8d8e; text-decoration:none; }

/*************************************
 +Comments
 *************************************/

.commentsblock{
	margin: 0.5em;
	margin-left: 0;
}

.commentsblock p {
	margin: 0 0 6px 0;
}

.commentsblock p input, .commentsblock p textarea{
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 14px;
	border:1px solid #cacac8;
	padding: 4px;
	line-height: 1.2;
}

.commentsblock textarea:focus, .commentsblock input:focus {
	border:1px solid #7a8e8d;
}

.commentsblock fieldset {
	border: 1px dotted #cacac8;
	padding: 6px 16px 6px 16px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.commentsblock legend {
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  font-size: 22px;
	color: #cacac8;
}

.commentsblock label {
  font-size: 18px;
  font-family: HelveticaNeue-Light, helvetica, arial, sans-serif;
  letter-spacing: -0.05em;
  line-height: 20px;
  color: #4d4e53;
  clear: both;
}

.commentsblock label.required {
	font-weight:bold;
}

p.titular input {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 18px;
	width: 95%;
}

p.standard {
	clear: both;
}

p.standard input, p.standard textarea {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 18px;
	width: 95%;
}

p.minor {
	float: left; 
	width: 50%;
}

p.minor input {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 18px;
	width: 90%;
}

.commentauthor{
	display:block;
	font-size:1.5em;
}

h4.comment {
	color: #4d4e53;
	font-size: 140%;
	line-height: 1.1;
	font-weight: lighter;
	border-left: 4px solid #7a8e8d;
	padding-left: 10px;
	margin-bottom: 10px;
}

span.commentmetadata {
	font-size: 12px;
}

div.commentbody p {
	margin-left: 14px;
	color: #4d4e53;
}

.alt{
	color: #8c8d8e;
}

#comment-message {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 2em;
	margin-top: 30px;
}

p#hidden-email {
	display: none;
}



