/*
 * Global
 */

body {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	position: relative;
}

p {
	margin-bottom: 10px;
	text-align: justify;
}

a {
	color: #3c86e2;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.labelled {
	color: #777777;
}

form dt {
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 1px;
	text-align: right;
	width: 160px;
}

form dd {
	clear: right;
	margin-bottom: 5px;
	margin-left: 170px;
}

input, textarea {
	background-color: white;
	border: 1px solid black;
	padding: 2px;
}

input:focus, textarea:focus {
	border-color: #96b2d5;
}

input.search {
	background: url("../images/search.png") no-repeat 2px;
	margin-bottom: 30px;
	padding-left: 20px;
	width: 200px;
}

textarea {
	width: 500px;
}

.errors li {
	color: red;
}

form dl + div {
	clear: both;
	margin-left: 170px;
}

button {
	background-color: white;
	border: 1px solid black;
	padding: 1px;
}

form dl + div + ul {
	list-style-type: disc;
	margin-left: 185px;
	margin-top: 10px;
}

form dl + div + ul li {
	list-style-type: disc;
}

.no_style {
	display: none;
}


/*
 * Layout
 */


/* Header */

#header {
	background-color: #17283d;
	color: white;
	height: 90px;
	position: relative;
}

h1 {
	font-family: "Arial";
	font-size: 10px;
	letter-spacing: 5px;
	padding-left: 27px;
	padding-top: 32px;
	text-transform: lowercase;
}

h1 a, h1 a:hover {
	color: white;
	font-family: "Georgia";
	font-size: 27px;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
}


/* Account */

#login {
	position: absolute;
	right: 10px;
	top: 37px;
}

#login input {
	width: 140px;
}

#account {
	background-color: #415165;
	font-size: 11px;
	padding: 10px 10px 10px 15px;
	position: absolute;
	right: 0px;
	top: 31px;
}

#account a {
	color: white;
}

#login_other {
	font-size: 11px;
	margin-left: 1px;
	margin-top: 5px;
}


/* Navigation */

#navigation {
	bottom: 0px;
	margin-left: 200px;
	position: absolute;
}

#navigation li {
	float: left;
	margin-left: 0.5px;
	margin-right: 0.5px;
}

#navigation a {
	background-color: #637d9d;
	color: white;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	padding: 6px 6px 1px 6px;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #96b2d5;
}

#navigation .current_page {
	background-image: url('../images/current-page.png');
	background-repeat: repeat-x;
	color: black;
}


/* Content */

#content {
	margin: 0px 200px;
	padding-bottom: 20px;
}

#breadcrumb {
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: 20px;
}

h2 {
	font-size: 25px;
	font-family: Georgia;
	margin-bottom: 15px;
}

.application {
	padding-bottom: 20px;
}

h3 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.application .date {
	color: gray;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: -5px;
}

.tag_list {
	background: url("../images/tag.png") no-repeat 0px 2px;
	padding-bottom: 2px;
	padding-left: 23px;
}

.tag_list li {
	display: inline;
}

.tag_list li a:after {
	content: ',';
}

.tag_list li:last-child a:after {
	content: '';
}

.tag_list a {
	color: #004395;
	font-size: 12px;
}

#pagination {
	margin: auto;
	margin-top: 30px;
	text-align: center;
	width: 300px;
}

#current_page_number {
	border: 1px solid gray;
	padding: 1px 3px;
}

#download
{
	background-color: #93c277;
	border: 2px solid #2b7300;
	float: right;
	font-size: 20px;
}

#download a, #download a:hover
{
	color: #2b7300;
	display: block;
	padding: 7px 25px 7px 25px;
	text-decoration: none;
}

#application_info, .version_info {
	background: url("../images/info.png") no-repeat;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 23px;
	padding-top: 1px;
	margin-top: 3px;
	text-transform: lowercase;
}

#application_info {
	margin-bottom: 30px;
}

#application_info dt, .version_info dt {
	display: inline;
	font-weight: bold;
}

#application_info dd, .version_info dd {
	display: inline;
	margin-right: 5px;
}

.version_info {
	float: left;
	padding-bottom: 20px;
}

.download {
	font-size: 12px;
	padding-top: 4px;
	text-transform: lowercase;
}

.download:before {
	content: " • ";
}

h3 {
	clear: both;
}

.collapsable {
	color: #3c86e2;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

.collapsable:hover {
	text-decoration: underline;
}

#tags {
	position: absolute;
	right: 10px;
	top: 110px;
	width: 160px;
}

#tags li {
	border: 1px solid gray;
	float: left;
	font-size: 11px;
	margin: 3px;
	padding: 3px;
}

#side_ad {
	left: 40px;	
	position: absolute;
	top: 110px;
}


/* Footer */

#footer {
	color: white;
	background-color: #17283d;
	font-size: 12px;
	margin-top: 20px;
	padding: 5px 10px 5px 27px;
}

#footer p {
	margin-bottom: 0px;
}

p#subscription {
	background: url("../images/bell.png") no-repeat;
	font-size: 12px;
	margin: 15px 200px 0px 200px;
	padding: 1px 0px 2px 23px;
}

#footer_ad {
	float: right;
}

