body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 1em;
	background: #2085e3;
	margin: 0;
	padding: 0 0 0 0;
}










/* type */

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
  	font-size: 18px;
  	line-height: 18px;
 	 color: #FFF;
 	 padding: 30px 0 0 0;
  }

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
  	font-size: 18px;
  	line-height: 18px;
 	 color: #FFF;
 	 padding: 30px 0 0 0;
  }

a:link{
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted #FFF;
}


a:visited{
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted #FFF;
}

a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted #0e3961;
}



.entrydate {
	margin-top: -10px;
	font-size: 10px;
	color:#0e3961;
	line-height: 11px;	
	}
	
.entrydatearchive {
	font-size: 10px;
	color:#0e3961;
	line-height: 11px;	
	}	

.entrydate a {
	color:#0e3961;
	background-color: transparent;
	border-bottom: 1px dotted #0e3961;
	}
	


	


/*  structure */

#container {
	width: 800px;
	margin: 0;
	padding: 0 0 0 50px;
	text-align: left;
}

#contentone{
	float: left;
	width: 800px;
	margin: 0;
	padding-bottom: 20px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
}

