/* top right bottom left */

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

body {
	font-family: "Gill Sans", "Gill Sans MT", "Luxi Sans", verdana, arial, helvetica, Arial, sans-serif;
	font-weight:300;
	color: #000;    
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	font-family: 'lintelregular';	
	color: #d22626;
}
h1 {
	margin: 0 0 0.3em 0;
	font-size: 1.2em;
	font-weight: 300;
}
h2 {
	margin: 0 0 0.3em 0;
	font-size: 1.2em;
	font-weight: 300;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #d22626;
	text-decoration: underline;
}
a:active {
	color: #d22626;
	text-decoration: underline;
}

.menu a:link {
	color: #000;
	text-decoration: none;
}
.menu a:visited {
	color: #000;
	text-decoration: none;
}
.menu a:hover {
	color: #d22626;
	text-decoration: none;
}
.menu a:active {
	color: #d22626;
	text-decoration: none;
}

h2 a:link {
	color: #000;
	text-decoration: none;
}
h2 a:visited {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #d22626;
	text-decoration: none;
}
h2 a:active {
	color: #d22626;
	text-decoration: none;
}

.menu h2, .menu h1 {
	display: inline;	
	letter-spacing: 2px;
}

.menu .col {
	margin:  0px !important;
	padding: 0.8% 0px 0.9% 0.7% !important;
}

.menu div.col:nth-child(1) {
	border-right: 1px solid #fff;
}

.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	display: inline;
	text-align: center;
	margin: 0px;	
	margin-left: 5%;
	margin-right: 5%;
}
.menu ul li:nth-child(1) {
	margin-left: 0px;
	margin-right: 5%;
}
.menu ul li:nth-child(4) {
	margin-left: 5%;
	margin-right: 0px;
}

p {
	margin-bottom: 1em;
	padding: 0 0.2em 0 0.2em;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	/*text-align: justify;*/
}
p.postmeta {
	letter-spacing: 0;
}
ul {
	list-style-type: square;
	margin: 0 0 1em 2em;
}

ul li {
	padding-bottom: 0.3em;
}

/* to allow for narrow collumns */
div.person > p > img:nth-child(1) {
	max-width: 120%;
	height: auto;
}

pre {
	background: none !important;
}

blockquote, pre {
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  color: #666;
  text-align: justify;
  border-left: 15px solid #000;
  border-right: 2px solid #d22626;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
pre {
	padding: 15px 20px 15px 10px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */	
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote em{
  font-style: italic;
}

p code {
	background-color: #E6E6E6;
	padding: 2px;
	border-radius: 4px;
}

p strong {
  font-weight:500;
}

/* Overide the 1024 settings */
#maincontent{ width: 100% !important; }
.maincontent{ width: 100% !important; }

.menu {
	text-align: center;
	font-size: 1.2em;
}

.selected a {
	color: #d22626 !important;
}
#maincontentcontainer {
	border-bottom: 2px solid #000;	
}

.block {
	height: 500px;
	text-align: center;
}

#headcontainer {
	background-color: #000;
}
#headcontainer a {
	color: #fff;
}

.block:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}

.centered {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}

.panel {
	background: rgba(255, 255, 255, 0.95);
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 5px;	
}
.centered h1 {
	padding: 0px 0px 40px 0px;
	font-size: 3.5em;
	text-transform: lowercase;
	font-weight: 200;
	letter-spacing: 10px
}

.centered p {
	font-size: 1.1em;
}
.red {
	color: #d22626 !important;
}
.black {
	color: #000 !important;
}
.logowhite {
	color: #FFF !important;
	font-size: 95%;
}
.smallprint {
	text-align: center;
	font-size: 0.8em;
}
.oneline {
  white-space: nowrap;	
}

#pagination {
	float: right;
	padding: 1em;	
}

.next:after {
	content: ' »';
}
.previous:before {
	content: '« ';
}
.more {
	float: right;
	margin: 0 1em 0 1em;
	clear: left;
}
.more:after {
	content: '…';
}

.lightbox img {
	border: 1px solid #000;
	margin: 0.5em;
}
.postcontent {
	overflow: hidden;
}

@media all and (max-width: 690px) and (min-width: 0px) {
	.menu ul li {
		display: inline;
		text-align: center;
		margin: 0px;	
		margin-left: 2%;
		margin-right: 2%;
	}
	.menu ul li:nth-child(1) {
		margin-left: 0px;
		margin-right: 2%;
	}
	.menu ul li:nth-child(4) {
		margin-left: 2%;
		margin-right: 0px;
	}
}

@media all and (max-width: 480px) and (min-width: 0px) {
	.centered { width: 90%; }		
	.menu div.col:nth-child(1) {
		border-right: none;
	}	
	.menu div.col:nth-child(1) a {
		border-bottom: 1px solid #fff;
	}	
}

.rss {
	background-image: url('/css/rss.png');
	background-repeat: no-repeat;
	background-attachment: local;
	background-position: left center;	
	background-size: 16px 16px;
	padding-left: 20px;
	margin: 1em;
	float: left;
}

.rocket {	
/*	min-height: 700px;*/
	background-image: url('/rocket.png');
	background-repeat: no-repeat;
	background-attachment: local;
	background-position: right bottom;	
	background-size: 384px 600px;
	min-height: 650px;  /* Acts like min-height for a table cell */
    vertical-align: middle;	
}

.monorail {	
	background-image: url('/monorail.png');
	background-repeat: no-repeat;
	background-attachment: local;
	background-position: left bottom;	
	background-size: 2215px 250px;
	min-height: 400px; /* Acts like min-height for a table cell */
    vertical-align: middle;	
}

.moonscape {	
	background-image: url('/moonscape.png');
	background-repeat: no-repeat;
	background-attachment: local;
	background-position: left bottom;	
	background-size: 1231px 250px;
	min-height: 400px; /* Acts like min-height for a table cell */
    vertical-align: middle;	
}

.robot {	
	background-image: url('/robot.png');
	background-repeat: no-repeat;
	background-attachment: local;
	background-position: right bottom;	
	background-size: 239px 490px;
	min-height: 500px; /* Acts like min-height for a table cell */
    vertical-align: middle;	
}

.sputnik {	
	background-image: url('/sputnik.png');
	background-repeat: no-repeat;
	background-attachment: local;
	background-position: right bottom;	
	background-size: 191px 500px;
	min-height: 550px; /* Acts like min-height for a table cell */
    vertical-align: middle;	
}

.none {	
	background-image: none;
	min-height: 500px; /* Acts like min-height for a table cell */
    vertical-align: middle;	
}

div.link_button {
  float:  left;
  margin: 15px;
  box-shadow: 
          0 2px 8px rgba(0,0,0,0.5), /* Exterior Shadow */
          inset 0 1px rgba(255,255,255,0.3), /* Top light Line */
          inset 0 10px rgba(255,255,255,0.2), /* Top Light Shadow */
          inset 0 10px 20px rgba(255,255,255,0.25), /* Sides Light Shadow */
          inset 0 -15px 30px rgba(0,0,0,0.3); /* Dark Background */
  border-radius:5px;
  width:  150px;
  height: 100px;
  border-width: 1px;
  border-style: solid double;
  border-color: gray;
  background-repeat: no-repeat;
}
div.link_button a {
  display: block;
  width:   150px;
  height:  100px;    
}

img[src^="gpx/"] {
  padding-left: 50px;
}    

#status ul {                    
  width: 95%;
  border-bottom: 1px solid black;
}  
#status ul:last-child {                    
  width: 95%;
  border-bottom: none;
}