
/* override */
.header {
	display: none;
}
/* end override */

h2 {
	font-size: 1.1em;
	font-weight: bold;
}

#tab_labels {
	border-bottom: 1px #EBC98D solid;
	padding: 0;
}
	#tab_labels li {
		float: left;
	}
	#tab_labels li a {
		display: block;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 7px;
		padding: 6px 15px 5px 15px;
		text-decoration: none;
	}
	#tab_labels li a:hover,
	#tab_labels li a.active {
		background-color: #EBC98D;
		color: #363940;
	}

#tabs {
	min-height: 400px;
	padding-top: 15px;
}

.tab {
	display: none;
}
.tab_default {
	display: block;
}

#download {

}

	#download a {
		font-weight: bold;
		text-decoration: underline;
	}

#download_header {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

#download_content {
	padding-left: 5px;
}

#download_description {
	float: left;
	width: 220px;
}

#release_notes_link {
	display: none;
}

#release_notes {
	float: right;
	width: 480px;
}
	#release_notes ul {
		list-style-type: disc;
		margin-bottom: 10px;
		padding-left: 20px;
	}

#contact {

}

	#contact a {
		font-weight: bold;
		text-decoration: underline;
	}

#contact_header {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

#contact_content {
	padding-left: 5px;
}


#info {

}

#info_header {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

#info_content {

}
	#info_content ul {
		list-style-type: disc;
		padding-left: 20px;
	}
	#info_content a {
		font-weight: bold;
		text-decoration: underline;
	}

#info_screenshot {
	float: right;
	margin: 0 0 15px 15px;
	width: 250px;
}

#screenshots {

}

#screenshots_header {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

#screenshots_content {
	text-align: center;
}
	#screenshots_content img {
		display: block;
		margin: 10px auto 5px auto;
	}
	#screenshots_content .image_caption {
		display: block;
		font-size: 1.1em;
		font-weight: bold;
		margin: auto auto 25px auto;
	}

#new_version {
	float: left;
	width: 510px;
}

#donation {
	float: right;
	padding: 5px 10px;
	text-align: center;
	width: 200px;
}

#notice {
	background-color: #821218;
	color: #eee;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
}