body {
	margin: 0;
	background: #ddd;
	text-align: center;
	
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
	font-size: small;
	color: #666;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 85%;
	background: #fff;
	border-top: 8px solid #666;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
}

#header {
margin-left: 180px;
	background: url('img/LadderFinder.png') no-repeat;
	height: 95px;
}

#header h1 {
	display: none;
}

#leftcol {
	float: left;
	width: 170px;
}

#maincol {
	margin-left: 175px;
	padding: 15px;
}

#maincol h2 {
	margin-top: 0;
	font-weight: normal;
	font-size: 150%;
	border-bottom: 1px solid #ff9900;
	padding-bottom: 2px;
}

#maincol p {
	text-align: justify;
}

#footer {
	clear: both;
	background: #333;
	color: #fff;
	padding: 8px;
	font-size: 75%;
}

#footer a {
	color: #ffcc00;
}

#footer a:hover {
	border: none;
	color: #c5fe65;
}

#release-watch {
	position: relative;
	top: 52px;
	left: 520px;
	font-size: 80%;
	text-align: center;
	width: 165px;
	z-index: 1;
}

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

a:hover {
	color: #666;
	border-bottom: 1px dashed #ff9900;
}

a.img:hover {
	 border: 3px #ff9900;
}

a#corsi {
	font-weight: bold;
}

hr {
	display: none;
}

code, .code-list li {
	font-family: "Bitstream Vera Sans Mono";
	font-size: 90%;
}

/* Articles */

ul#articles a#article {
	background-color: #f8f8f8;
	border-bottom: none;

	font-weight: bold;

	display: block;
	color: #777;
	padding: 4px 0 4px 28px;
	text-decoration: none;
}

/* Menu */

ul#menu {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	
	font-size: 85%;
	font-weight: bold;
}

ul#menu li {
	display: block;
	border-bottom: 1px dashed #ccc;
	padding: 0;
	margin: 0;
}

ul#menu a {
	display: block;
	color: #777;
	padding: 4px 0 4px 28px;
	text-decoration: none;
	border-left: 5px solid #fff;
}

ul#menu a:first-letter {
	color: #333;
}

ul#menu a#selected {
	display: block;
	color: #777;
	padding: 4px 0 4px 28px;
	text-decoration: none;
	border-left: 5px solid #999;
}

ul#menu a#selected:first-letter {
	color: #333;
}


ul#menu strong {
	display: block;
	color: #333;
	padding: 4px 0 4px 28px;
	text-decoration: none;
	border-left: 5px solid #999;
}

ul#menu li#selected strong {
	padding: 0;
	border-left: none;
}

ul#menu li#selected a {
	border-left: 5px solid #999;
}


ul#menu strong:after {
	content: "  \BB\A0";
	color: #ff9900;
}

/*ul#menu a:hover {
	background-color: #f8f8f8;
	border-left: 5px solid #ff9900;
	border-bottom: none;
}*/

ul#menu li a#home, ul#menu li strong#home { background: url('img/icons/home.png') no-repeat 4px 4px; } 
ul#menu li a#home:hover { background-color: #f8f8f8; border-bottom: none; border-left: 5px solid #ff9900; }

ul#menu li a#manual, ul#menu li strong#manual { background: url('img/icons/manual.png') no-repeat 4px 4px; }
ul#menu li a#manual:hover { background-color: #f8f8f8;  border-bottom: none; border-left: 5px solid #ff9900; }

ul#menu li a#download, ul#menu li strong#download { background: url('img/icons/download.png') no-repeat 4px 4px; }
ul#menu li a#download:hover { background-color: #f8f8f8;  border-bottom: none; border-left: 5px solid #ff9900; }

ul#menu li a#screenshot, ul#menu li strong#screenshot { background: url('img/icons/screenshot.png') no-repeat 4px 7px; }
ul#menu li a#screenshot:hover { background-color: #f8f8f8;  border-bottom: none; border-left: 5px solid #ff9900; }

/* Sidebar Screenshot */

div#leftcol div {
	padding: 10px;
}

div#leftcol div.image {
	text-align: center;
}

div.image a:hover {
	border: none;
}

/* Stuff */

img {
	border: none;
}

h3 {
	color: #164d83;
	font-size: 110%;
	font-weight: bold;
}

.message {
	font-size: small;
	padding: 5px;
	background: #e0ffde;
	border: 1px solid #5f965b;
	margin-top: 0;
	color: #333;
}

.error {
	font-size: small;
	padding: 5px;
	background: #ffc5c5;
	border: 1px solid #b15656;
	margin-top: 0;
	color: #333;
}

h3.comment-header {
	margin-top: 1.2em;
	padding-top: 1.2em;
	font-size: small;
	border-top: 1px solid #ccc;
}

div.comment {
	border: 1px solid #ccc;
	font-size: x-small;
	margin-bottom: 1em;
	color: #333;
}

div.comment div.header {
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 4px;
}

div.comment div.body {
	background: #fbfbfb;
	padding: 10px;
}

div.comment-form {
	font-size: x-small;
}

input[type=text],
input[type=password],
textarea {
	border: 1px solid #ccc;
	font-size: x-small;
	font-family: "Bitstream Vera Sans", Verdana, Sans-serif;
	padding: 2px;
	background: url("/graphics/silver-corner-bg.png") no-repeat;
	
}

input[type=text]:focus, input[type=text]:hover,
input[type=password]:focus, input[type=password]:hover,
textarea:focus, textarea:hover,
input[type=submit]:focus, input[type=submit]:hover {
	border: 1px solid #ffcc00;
	background: #ffc;
}

input[type=submit] {
	border: 1px solid #ccc;
	background: #eee;
	font-size: x-small;
	color: #333;
	padding: 3px;
}

/* News */

.news-entry {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}

.single {
	border-bottom: none; 
	padding-bottom: 0; 
	margin-bottom: 0;	
}

.single p:first-child:first-letter {
	font-size: 150%;
	font-family: Georgia, serif;
}

.news-entry:first-child h3 {
	margin-top: 0;
}

.news-entry:last-child {
	border-bottom: none;
}

.news-entry .footer {
	font-size: x-small;
	color: #999;
}

.news-entry .footer a {
	color: #999;
	text-decoration: none;
}

.news-entry .footer a:hover {
	color: #666;
}

ul.screenshots {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.screenshots li {
	margin: 0 0.5em 0 0;
	padding: 0;
	display: inline;
}

ul.screenshots a:hover {
	border: none;
}

table {
	margin: 0;
	padding: 0;
}

dl.code {
	font-family: mono, monospace;
	font-size: 80%;
}

dl.code dd {
	margin: 0 2em;
	background: #f8f8f8;
}

#leftcol div.section {
	padding: 1em;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 1em;
}

#leftcol h3 {
	font-size: small;
	font-weight: bold;
	color: #666;
	margin: 0 1em 0 1em;
}

#leftcol div.section ul {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#leftcol div.section li {
	margin: 0 0 0 1.2em;
	padding: 0;
	line-height: 1.6em;
}


