/*@font-face {
	font-family: "HelveticaNeue-Light";
	src: url("HelveticaNeue-Light.otf") format("opentype");
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("HelveticaNeue.otf") format("opentype");
}*/



html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: "Open Sans"/*"HelveticaNeue-Light"*/, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 0.75px;
	
	background-color: #ffffff;
	
	word-wrap:break-word;
}

.code {
	font-family: "courier-new", "courier", sans;
	white-space:nowrap;
	background-color: #eeeeee;
	padding: 5px;
}

.code:hover {
	background-color: #dddddd;
	padding: 5px;
}

h1 {
	font-weight: normal;
	font-size: 45px;
}

h2 {
	font-weight: normal;
	font-size: 25px;
	float: right;
	padding-top: 20px;
}

h3 {
	font-weight: normal;
	font-size: 25px;
}

th {
	text-align: left;
	border: solid 1px #888888;
	padding: 5px;
	background: #cccccc;
}

td {
	text-align: left;
	border: solid 1px #888888;
	padding: 5px;
}

hr {
	border: none;
	height: 1px;
	background: #008800;
	margin:30px 0px;
}

a {
	color: #008800;
	text-decoration: none;
}

a:hover {
	color: #888888;
}

input, button, select {
	font-size: 20px;
	font-family: "Open Sans"/*"HelveticaNeue-Light"*/, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}

#wrapper {
	margin: auto;
	padding: 20px;
	min-width: 400px;
	max-width: 760px;
}

#header {
	padding: 25px 0;
	border-bottom: solid 1px #008800;
}

#header a h1 {
	letter-spacing: 3px;
	line-height: 50px;
	padding: 0;
	margin: 0;
}

#header a h2 {
	color: #888888;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 35px;
	padding: 0;
	margin: 10px 0;
}

#myapps {
	margin: 16px 0;
	width: 100%;
	height: 72px;
	display: none;
}

#myapps img {
	float: right;
	margin: 0 0 0 15px;
	width: 72px;
	height: 72px;
}

#myapps p {
	float: left;
	margin: 0 9px 0 0;
}

#myapps p img {
	float: left;
	margin: 7px 0;
	width: 190px;
	height: 30px;
}

#ads {
	border-bottom: solid 1px #008800;
	padding: 16px;
}

#article {
	border-bottom: solid 1px #008800;
	padding-bottom: 20px;
}

#article h3 {
	margin-left: 220px;
	color: #008800;
}

#article ul {
	margin-left: 220px;
	list-style-type: square;
    padding: 0 0 0 16px;
}

#article ul li {
    padding: 0;
}

#article p, #article pre {
	margin-left: 220px;
}	

#article .side {
	margin: 0;
	float: left;
	width: 200px;
	color: #888888;
}

#article .preview-items {
	margin: 20px 0 0 220px;
}

#article .preview-items div {
	margin: 5px;
	display:inline-block;
	text-align:center;
	font-size:12px;
}

#article .preview-items div img {
	max-width:90px;
	max-height:90px;
}

@media all and (max-width: 600px) {
	#header a h1 {
		font-size: 30px;
		letter-spacing: 3px;
		line-height: 30px;
		padding: 0;
		margin: 0;
	}
	#header a h2 {
		font-size: 20px;
		color: #888888;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 35px;
		padding: 0;
		margin: 0;
	}
	#article h3 {
		margin-left: 0;
		color: #008800;
	}
	#article p, #article pre {
		margin-left: 0;
	}
	#article .side {
		margin: 0;
		width: 100%;
		color: #888888;
		font-size: 15px;
		padding-bottom: 10px;
	}
	#ads {
		border-bottom: solid 1px #008800;
		padding: 16px 0;
	}
}

#footer {
	height: 75px;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
}

#logo {
	float: right;
	width: 225px;
	height: 90px;
}

#map {
	height: 500px;
	background: #cccccc;
}
#map-result {
	margin-top: 20px;
}



.fullwidth {
	width: 100%;
}

table.equalwidth {
	table-layout: fixed;
}

