/*** BASIC ***/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

h1, h2, h3 {
	color: #333;
}

#container {
  width: 950px;
  margin-top: 41px;
}

/*** FEATURE (featured content including logo, screenshot and download badge) ***/

#top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	height: 335px;
	background: url("background.png");
	background-repeat: repeat-x;
	background-position: top left;
}

#feature {
	position: relative;
	background: #cfdbff url("feature-background.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 250px;
	padding-left: 20px;
	margin-bottom: 42px;
}
#feature #thumb1 {
	position: absolute;
	right: 50px;
	top: -12px;
}
#feature a img {
  border: 0;
}
#feature h1 {
  font-size: 6.5em;
  color: white;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 29px;
}


/*** DOWNLOAD BADGE ***/

#download-badge {
	position: relative;
	background: white url("bar-background.png");
	background-repeat: repeat-x;
	background-position: top left;
	width: 31.5em;
	max-width: 50%;
	margin: 25px 0 2em 60px;
	padding: 0.1px 13px 0 13px; 
	border: 1px solid Gray; 
	border-top: 0;
}
#download-badge h2 {
	font-size: 1.4em;
	color: blue;
	text-decoration: underline;
}
#download-badge #link {
	position: absolute;
	width: 100%;
	margin-left: -1em;
	height: 100%;
}
#download-badge #link-text {
	display: none;
}

/*** MAIN CONTENT ***/

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 1.3em;
}
#main {
	padding: 0 40px 50px 40px;
	width: 70%;
	float: left;
}
#main h2 {
	margin-top: 1.5em;
}
#main h2.first {
	margin-top: 0;
}
#main p {
	padding-left: 1.5em;
	margin-top: 0;
}


/*** SIDEBAR ***/

#sidebar {
	width: 20%;
	float: left;
}
#sidebar h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #ddd;
}
#sidebar ul {
	padding-left: 1.5em;
}
#sidebar li {
	list-style: url("http://henko.net/wp-content/themes/simplicity/images/list-item.png");
	margin-bottom: 0.5em;
}
#sidebar q {
	font-style: italic;
}

/*** FOOTER ***/

#footer {
  clear: both;
  color: #aaa;
  padding-left: 40px;
}