* {
  margin: 0px;
  padding: 0px;
}

html {
	height: 101%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  background: #262626;
  color: #fff;
	border-top: 3px solid #93b55c;
	padding: 30px;
	text-transform: lowercase;
  text-rendering: optimizeLegibility;
}

a {
	color: #93b55c;
	text-decoration: none;
	-webkit-transition: all .2s;
}
a:hover {
	color: #fff;
}

a,
a:hover,
a:active,
a:visited {
  outline: 0px;
}

img {
  outline: 0px;
  border: 0px;
}

#page {
	overflow: hidden;
	width: 850px;
	margin: 30px auto;
}

#center {
	width: 880px;
}

#logo {
	position: relative;
	overflow: hidden;
	display: block;
	width: 120px;
	height: 14px;
}
#logo:hover span {
	background: #fff;
}

#logo span {
	display: block;
	float: left;
	margin-right: 1px;
	text-indent: -6000px;
	height: 8px;
	margin-top: 3px;
}

#logo .capital.a {
	height: 11px;
	width: 9px;
	margin-left: 6px;
	margin-top: 0px;
}
#logo .b {
	height: 11px;
	width: 9px;
	margin-top: 0px;
}
#logo .a, 
#logo .e, 
#logo .n, 
#logo .s {
	width: 8px;
}
#logo .g {
	width: 8px;
	height: 11px;
	margin-bottom: 0px;
}
#logo .t {
	margin-top: 0px;
	height: 11px;
	width: 5px;
}
#logo .r {
	width: 5px;
}

#logo .i,
#logo .l {
	margin-top: 0px;
	height: 11px;
	width: 2px;
}

#logo .whitespace {
	width: 6px;
}




#menu {
	width: 113px;
	border-top: 1px solid #444;
	margin-top: 40px;
	margin-right: 10px;
	float: left;
}
#menu li {
	list-style: none;
	border-bottom: 1px solid #444;
}
#menu a {
	display: block;
	height: 22px;	
	font-size: 12px;
	padding-left: 1px;
	line-height: 22px;
	-webkit-transition: all .2s;
}
.fx #menu a {
	line-height: 21px;
}

#menu a.active {
	color: #fff;
}

#journal {
	margin-top: 1px;
	border-top: 1px solid #444;
}

#content {
	float: left;
	margin-top: 40px;
}

#content .columns {
	overflow: hidden;
	width: 740px;
}
#content .one {
	float: left;
	width: 113px;
	margin-right: 10px;
}
#content .two {
	width: 236px;
	float: left;
	margin-right: 10px;
}
#content .three {
	float: left;
	width: 359px;
	margin-right: 10px;
}
#content .four {
	float: left;
	width: 482px;
}
#content .five {
	float: left;
	width: 605px;
	margin-right: 10px;
}
#content .six {
	margin-right: 10px;
}


#content .images {
	position: relative;
	width: 480px;
	height: 320px;
	margin-bottom: 10px;
	line-height: 0px;
	overflow: hidden;
}
#content .images .sledge {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60000px;
	height: 320px;
	overflow: hidden;
}
#content .images img {
	float: left;
	width: 480px;
	height: 320px;
	line-height: 0px;
	margin: 0px 10px 0px 0px;
}
#content .images a {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 50%;
	text-indent: -6000px;
}
#content .images .next {
	right: 0px;
}

.navigation {
	overflow: hidden;
	margin-bottom: 11px !important;
}
.navigation li {
	float: left;
	margin-right: 1px;
}
.navigation a {
	display: block;
	height: 15px;
	line-height: 14px;
	width: 16px;
	background: #444;
	color: #262626;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s;
}

.columns h2 {
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	padding-left: 1px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	margin-bottom: 10px;
	text-transform: lowercase;
}
.fx #content h2 {
	line-height: 21px;
}

#content p {
	padding-left: 1px;
	margin-bottom: 20px;
	margin-right: 10px;
}
#content ul {
	list-style: none;
	margin-bottom: 20px;
}

code {
	display: block;
	background: #fff;
	color: #000;
	overflow: auto;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}


@media screen and (max-width: 920px) {
	#page {
		width: 520px;
	}
	
	.columns {
		width: 400px !important;
	}

	#content .one,
	#content .two,
	#content .three,
	#content .four,
	#content .five,
	#content .six {
		float: none;
		width: 100%;
		margin-right: 10px;
	}

	#content .images,
	#content .images img {
		width: 400px;
		height: 267px;
	}
	#content .images .sledge {
		height: 267px;	
	}

}

@media screen and (max-width: 600px) {
	
	body {
		padding: 30px 20px;
	}

	#menu {
		width: 300px;
		overflow: hidden;
	}
	#menu li {
		width: auto;
		float: left;
		border: 0px;
		margin-right: 20px;
	}
	#journal {
		margin: 0px;
		border: 0px;
	}
	
	
	
	#page {
		width: 300px;
	}
	#center {
		width: 320px;
	}
	.columns {
		width: 300px !important;
	}

	#content .images,
	#content .images img {
		width: 300px;
		height: 200px;
	}
	#content .images .sledge {
		height: 200px;	
	}

}
