* { margin: 0; padding: 0; }

html,
body { font-size: 10px; }

body {
	background: #fff;
	color: #636466;
	cursor: default;
	font-family: "Gill Sans", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em; /* 1.1em equals 11px, 1.6em equals 16px and so on */
	line-height: 2em; /* 2em equals 20px, which means the totalt height of one line/row */
}

#container {
	margin: 50px 0 30px 0;
}

#navigation {
	float: left;
	margin-left: 50px;
	width: 150px;
}

* html #navigation {
	margin-left: 25px;
}

#navigation ul {
	margin-bottom: 0;
}

#navigation ul li {
	margin-left: 2em;
}

#content {
	float: left;
	margin: 0 50px;
	width: 500px;
}

#comments {
	padding-top: 3em;
}

#sidebar {
	float: left;
	width: 150px;
}

.clear { clear: both; }

h1,
h2,
h3,
h4 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

h1 a {
	color: #00bdf2;
}


h2 {
	margin-top: 2em;
}

h2 a {
	color: #000;
}



h4 {
}

p {
	margin-bottom: 2em;
}

ul {
	margin-bottom: 2em;
}

li {
	list-style: none;
	list-style-position: outside;
}

a {
	color: #939598;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}



input,
textarea {
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	outline: none;
}

input.textfield {
	color: #636466;
	border: none;
	border-bottom: 1px dotted #c7c8ca;
	width: 30%;
}

textarea {
	color: #636466;
	border: 1px solid #c7c8ca;
	height: 4em;
	padding: 0.5em;
	width: 48.75em;
}

img {
	border: none;
}