* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
  color: rgb(162,167,182);
  text-decoration: none;
  border-bottom: 1px solid rgb(162,167,182);
}

a:hover, a:active {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}

.blog_post a:link, .blog_post a:visited, .formspring a:link, .formspring a:visited .notice a:link, .notice a:visited, .submenu a:link, .submenu a:visited {
  color: rgb(112,117,152);
  text-decoration: none;
  border-bottom: 1px solid rgb(162,167,182);
}

.blog_post a:hover, .blog_post a:active, .formspring a:hover, .formspring a:active, .notice a:hover, .notice a:active, .submenu a:hover, .submenu a:active {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid black;
}

#browse a:link, #browse a:visited {
  color: black;
  text-decoration: none;
  border-bottom: 0;
}

#browse a:hover, #browse a:active {
  color: rgb(112,117,152);
  text-decoration: none;
  border-bottom: 0;
}

#list a:link, #list a:visited {
  color: rgb(38,39,41);
  text-decoration: none;
  border-bottom: 0;
}

#list a:hover, #list a:active {
  color: black;
  text-decoration: none;
  border-bottom: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	background-image: url(bg_nomad_right.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

h2 {
	color: rgb(72,77,92);
	margin: 0;
	padding: 0;
}

p {
	padding-bottom: 1em;
}

#about {
	width: 66%;
	border-top: rgb(132,137,152) 1px solid;
	float: left;
}

#blog {
	width: 66%;
	float: left;
}

.blog_post {
	padding: 20px 0 0 0;
	margin: 0 20px 0 20px;
	border-bottom: rgb(132,137,152) 1px solid;
}

.blog_post em {
	font-weight: bold;
}

.blog_post img {
  float: left;
  padding: 2px;
  margin: 10px 10px 10px 0;
  border: rgb(162,167,182) 1px solid;
  display: block;
}

.blog_post li {
	list-style-type: none;
	border-top: rgb(132,137,152) 1px solid;
	padding: 10px;
	clear: both;
	vertical-align: bottom;
}

#browse {
	width: 25%;
	float: right;
	margin: 20px;
	border: rgb(132,137,152) 1px solid;
}

#browse h3 {
	background-color: rgb(38,39,41);
	border-bottom: black 1px solid;
	color: white;
	padding: 4px;
	font-size: 1em;
	}

#browse li {
	border-bottom: black 1px solid;
	border-top: rgb(132,137,152) 1px solid;
	list-style-type: none;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	background-color: rgb(215,216,220);
	filter: alpha(opacity=70);
  zoom: 1;
	opacity: 0.7;
}

#browse .submenu li {
	border-bottom: black 1px solid;
	border-top: rgb(132,137,152) 1px solid;
	list-style-type: none;
	font-size: 0.75em;
	font-weight: normal;
	padding: 1px 4px 1px 16px;
	background-color: white;
	filter: alpha(opacity=100);
  zoom: 1;
	opacity: 100;
}

#content {
	width: 100%;
}

.content_clear {
	clear: both;
	padding-top: 10px;
}

.ehide {
	position: absolute;
	left: -9999px;
}

#end {
	clear: both;
	border-top: black 1px solid;
	border-bottom: rgb(132,137,152) 1px solid;
	font-size: 0.7em;
   font-weight: bold;
	margin-bottom: 20px;
	background-color: rgb(215,216,220);
	filter: alpha(opacity=70);
  zoom: 1;
	opacity: 0.7;
}

#end p {
	padding: 10px 20px 10px 20px;
	border-bottom: black 1px solid;
}

#follow {
	padding: 20px 0 0 0;
	margin: 0 -40px 0 80px;
}

#follow a {
	border: 0;
}

#follow h2 {
	border-bottom: rgb(132,137,152) 1px solid;
	margin-bottom: 1em;
	position: relative;
	left: -60px;
}

#follow img {
	border: 1px solid rgb(132,137,152);
}

#follow li {
	list-style-type: none;
	display: inline;
}

#footer {
	width: 100%;
	color: white;
	border-top: black 1px solid;
	background-color: rgb(38,39,41);
	font-size: 0.7em;
	clear: both;
}

#footer h4 {
	font-size: 1.4em;
	padding: 2px 0 2px 0;
	margin: 20px 20px 10px 20px;
	border-bottom: rgb(132,137,152) 1px solid;
}

#footer img {
  border: 1px solid white;
}

#footer p {
	padding-bottom: 0.8em;
	margin: 0 20px 0 20px;
}

.formspring {
	margin: 20px 20px 20px 0;
 	padding-bottom: 1em;
	list-style-type: none;
	background-color: rgb(215,216,220);
	border: 1px solid rgb(190,190,190);
	filter: alpha(opacity=70);
   zoom: 1;
	opacity: 0.7;
}

.formspring h2 {
	font-weight: bold;
	margin: 10px;
	font-size: 1em;
	border-bottom: 1px rgb(72,77,92) solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formspring h3 {
	font-weight: bold;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formspring li {
	padding-left: 1em;
	margin-bottom: 1em;
	margin-right: 10px;
	font-size: 0.7em;
	list-style-type: none;
   background: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formspring p {
	padding-bottom: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#header {
	background-color: rgb(215,216,220);
	filter: alpha(opacity=70);
   zoom: 1;
	opacity: 0.7;
	top: 0px;
	left: 0px;
	border-bottom: rgb(132,137,152) 1px solid;
	padding-top: 10px;
}

#header h1 {
	padding: 20px 0 20px 60px;
	border-bottom: black 1px solid;
}

#header img {
	vertical-align: middle;
}

#list {
	margin: 30px;
	float: left;
}

#list li {
	list-style: none;
	margin: 20px 30px 0px 20px;
	font-size: 0.9em;
	font-weight: bold;
	border-top: rgb(132,137,152) 1px solid;
}

#list .sublist li {
	list-style: none;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0px 30px 0px 40px;
	border: 0;
}

#more_about {
	width: 34%;
	margin-left: 66%;
	border-top: rgb(132,137,152) 1px solid;
}

#more_about li {
	list-style-type: none;
	padding-bottom: 0.4em;
	margin: 0 20px 0 20px;
}

#nav {
	margin: 0 20px 0 20px;
	background-color: rgb(132,137,152);
	padding: 5px 0 5px 0;
	text-align: center;
	border-left: rgb(192,197,212) 1px dassolidhed;
	border-right: rgb(192,197,212) 1px solid;
	border-bottom: rgb(192,197,212) 1px solid;
}

#nav li {
	list-style-type: none;
	display: inline;
	color: white;
	font-weight: bold;
	padding: 0 10px 0 10px;
	letter-spacing: 0;
	font-size: 1.2em;
}

.note {
  font-size: 0.8em;
  background-color: rgb(131,103,111);
  color: white;
  padding: 2px;
}

.notice {
	margin: 20px 20px 20px 0;
	border: rgb(72,77,92) 1px dashed;
 	padding-bottom: 1em;
	list-style-type: none;
	background-color: white;
	filter: alpha(opacity=70);
   zoom: 1;
	opacity: 0.7;
}

.notice h2 {
	color: rgb(72,77,92);
	font-weight: normal;
	font-variant: small-caps;
	padding: 10px;
	font-size: 1.4em;
}

.notice li {
	padding-left: 1em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	list-style-type: none;
  background: none;
}

.notice li .date {
	padding-left: 1em;
	font-size: 0.8em;
	background-color: white;
	filter: alpha(opacity=70);
   zoom: 1;
	opacity: 0.7;
}

.notice li .details {
	display: block;
	padding-left: 1em;
	line-height: 1.2em;
	font-size: 0.9em;
}

#sidebar {
	width: 34%;
	margin-left: 66%;
}