/***** Global *****/
/* Import typeface */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600);

/* Body */
	body {
		background: #121212;
		color: #B8B8B8;
		font-size: 87.5%; /* Base font size: 14px */
		font-family: "Open Sans", sans-serif;
		line-height: 1.429;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		clear: both;
		width: 900px;
	}

/* Headings */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h1 {
	font-size: 2.571em; /* 36px */
	font-weight: 400;
	line-height: 1;
	margin-bottom: 4px;
	margin-top: 4px;
	color:#70D5E0;
}
h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-top: 0px;
	margin-bottom: .8em;
	color:#54A2AB;
}
	
/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #E38D54;
	padding: 0 1px;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
	
/* Paragraphs */
p {margin-bottom: 1.143em;margin-top:0;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

article {margin: 5px 0px}
article > strong{color:#D6D6D6;}

::-moz-selection {background: #E38D54; color: #D6D6D6;}
::selection {background: #E38D54; color: #D6D6D6;}

/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}
	
	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}
	
	tbody .alt td {}
	tbody .alt th {}
	
	/* Tfoot */
	tfoot th {}
	tfoot td {}
	
/* HTML5 tags */
section,
aside, nav, article, figure {
	display: block;
}

.darkbackground {
background-color:#171717;
}

.dropshadow {
	border-top:2px solid #0D0D0D;border-left:2px solid #0D0D0D;
}

small {
font-size: 65%
}

header{width:890px;float:left;padding:5px 5px;margin-top: 20px}
footer{width:890px;float:left;text-align:center;padding:5px 5px;}
div.name{width:400px;float:left;}
div.nav {width:400px;float:right;text-align:right;}
div.sideview {height:490px;width:290px;float:left;padding:5px 5px;}
div.main {height:490px;width:590px;float:left;padding:5px 5px;}
div.full {width:890px;float:left;padding:5px 5px;}
div.picture {text-align:center;}
div.contact {background-color: #111111;margin:10px 10px;padding:5px 5px;}
div.travel {background-color:#111111; margin:10px 10px;padding:5px 5px;}
div.logo {float:left;vertical-align:middle;margin:5px 20px 5px 5px;padding:10px 10px;background-color:#111111;}
div.entry {float:left;}