html{
  background: url("/images/noise-tile.png") repeat scroll 0 0 #F4F4ED;  
}
  body{
  background: url('/images/bg.png') top center fixed no-repeat;	  
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #494949;
	color: rgba(0,0,0,.75);	
  min-height: 600px;
	}

/* links */

a:link, a:visited {
	color: #2F819A;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


/* structure 
--------------------------------------------- */
#wrap {
	max-width: 1000px;
	min-width: 740px;
	margin: 0 auto;
	padding: 0 4% 0 4%;
	font-size: 1.2em;
	}
div.wrap-inner{
  margin: 20px 0;
  padding-bottom: 20px;
	border-bottom: 3px double #B8BAA6;  
}
div.main {
	float: left;
	width: 60%;
	}
div.aside {
  float: left;
  width: 40%;
 }
div.aside > div{
  margin-bottom: 20px;
}
div.secondary {
	float: left;
	width: 20%;
	}
div.secondary-inner {
	padding: 0 10px;
	}

/* header 
--------------------------------------------- */

#header {
	margin: 0;
	padding: 0;
	}
div.header-inner {
	max-width: 1000px;
	min-width: 740px;
	margin: 0 auto;
	padding: 0 4%;
	font-size: 1.2em;
	position: relative;
	}
#logo {
	margin: 0;
	padding: 20px 0;
	font-size: 2em;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
  color: rgba(36, 67, 88, .9);
	}
#logo a{
  text-decoration: none;
  }
#logo img{
  float: right;
  }


/* navigation */

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;	
	max-width: 880px;
	min-width: 620px;
	border-bottom: 3px double #B8BAA6;  
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	float: left;
	margin: 0;
	padding: 10px 20px 10px 0;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
  color: rgba(57, 103, 134, .9);
	-webkit-transition: color .2s linear;
	outline: 0;	
	}
#nav li a:hover {
	color: #569AD5;
  text-decoration: underline;	
	}
#nav li.active a {
	color: #b74d35;
	}
#nav li a:active {
	padding-top: 11px;
	padding-bottom: 9px;
	}

/* phrase elements */

abbr, acronym, .popup {
	font-size: .8em;
	letter-spacing: .1em;
	font-style: normal;
	border-bottom: 1px dotted #e0e0d5;
	cursor: help;
	}
a abbr {
	border: none;
	}


/* Articles */
h1, h3, h4{
  font-family:Georgia,serif;
  font-size:2.6em;
  font-weight:normal;
  line-height:1.1;
  margin:0 0 8px 0;
  padding:0;
}
h3{
  font-size: 1.2em;
  line-height: 0.8;
  color: #696969;
  margin: 0;
}
h2.time, .comment .meta{
  color:rgba(0, 0, 0, 0.55);
  font-size:1em;
  font-weight:bold;
  line-height:1;
  margin:0 0 10px;
}

h2.time em, .comment .meta{
  font-style: italic;
  color:rgba(0, 0, 0, 0.4);
}
.comment .meta strong{
  font-weight: bold;
  font-style: normal;
  color:rgba(0, 0, 0, 0.7);
}

.body, .comment{
  font-size:1.2em;
  line-height:1.6;
  margin:20px 0 15px;
  padding:0px 30px 0 0;
}

.aside h3{
  text-transform: uppercase;
  font-size: 0.75em;
  width: 100%;
  text-align: center;
  background: url('/images/aside_divider.png') left center repeat-x;
  float: left;
  color: #666;
  margin-bottom: 20px;
}

.aside h3 span{
  background: #D4D0AC;
  padding: 4px 6px;
  float: left;
  -moz-border-radius: 4px;
}

ul.pager{
  list-style: none;
  float: left;
  background: rgba(175, 175, 75, 0.3);
  -moz-border-radius: 5px;
  width: 100%;
  padding: 0;
  margin: -10px 0 20px 0;
}

.pager li.arrow{
  float: left;
  padding: 4px 0;
  text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
}

.pager li.next{
  float: right;
}

.pager li a{
  float: left;
  padding: 0 10px;
  font-weight: bold;
}

.pager li a em{
  color: #777;
  margin-right: 10px;
}

.static_map{
  width: 96%;
  float: left;
  margin-bottom: 20px;
  padding: 2%;
  background: url('/images/noise-earth.gif');
}
 
#images a img{
  border: 0;
  background: url('/images/noise-earth.gif');
  padding: 2%;
  float: left;  
  margin: 0 0 10px 0;
  width: 44%;
}

#images a:nth-child(even) img{
  float: right;
}

#images a:hover img{
  background: rgba(57, 103, 134, .4);  
}

.comment{
  font-size:1.1em;
  background: rgba(157, 150, 150, .3);  
  -moz-border-radius: 10px;
  padding: 20px;
  margin-right: 60px;
}


.aside ul, .main ul{
  list-style: none;
  margin: 0; padding: 0;
}
.main ul{
  margin-right: 60px;
}

.aside ul li, .main ul li{
  padding: 5px 0;
  border-bottom: 1px solid #DEDEDE;
}

.aside ul li .time{
  font-weight: bold;
  color: #333;
  float: left;
  margin-right: 5px;
}

.aside ul li.title{
  padding: 0;
  border: 0;
}

ul li .title{
  font-weight: bold;
  margin-right: 10px;
}

ul li .meta{
  float: right;
}
ul li .meta a{
  margin-left: 10px;
}


/* FORMS */
form{
  float: left;
  width: 100%;
}
.main form{
  width: 90%;
}

form p{
  float: left;
  width: 100%;
}

label{
  font-weight: bold;
  width: 30%;
  float: left;
}
label span{
  color: #999;
  font-size: 0.8em;
  float: left;
}

p label.error{
  font-weight: normal;
  width: 100%;
  text-indent: 30%;
  padding: 5px 0;
}

p.textarea label.error{
  text-indent: 0;
}

input{
  float: left;
  width: 70%;
  padding: 3px 0;
  font-size: 1.1em;
}

input.error, textarea.error{
  border: 1px solid red;
}

textarea{
  float: left;
  width: 100%;
  height: 300px;
}

.submit input{
  width: auto;
  border: 1px solid #999;
  -moz-border-radius: 5px;
  padding:  4px 8px;
  color: #444;
  background: #D4D0AC;
  font-weight: bold;
  text-transform: uppercase;
}

.submit input:hover{
  -moz-box-shadow: 1px 1px 5px #777;
  color: #494949;
}

/* ARCHIVE */
#route_map{
  width: 90%;
  float: left;
  height: 300px;
}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }



.error{
  color: red;
}

#footer{
  height: 60px;
  text-align: center;
}

.not_published, h2.not_published{
  color: red;
}

.highlight{
  background: rgba(88, 67, 33, .5);
}

.temp{
  background: rgba(88, 67, 33, .2);
  border-radius: 2px;
  padding: 2px;
}

.video{
  margin-bottom: 20px;
  float: left;
}
