/*  
Theme Name: ascomi
Theme URI: http://www.ascomi.net/
Description: The loooooong-awaited redesign.
Version: 3.7
Author: Alex Coles
Author URI: http://www.alexcoles.com/
*/

body {
	margin: 0;
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #ffefdc;
}
#wrapper {
	background: url('images/ascomisides.jpg') repeat-y top center;
}
#header {
	height: 120px;
	background: #5585bd url('images/ascomiheader.jpg') no-repeat bottom center;
}
#header h1 {
	width: 808px;
	margin: 0px auto;
	text-align: left;
}
#header h1 a img {
	margin-top: 44px;
	margin-left: 25px;
	border: none;
}
#page {
	width: 808px;
	margin: 0px auto;
	text-align: left;
}
#navigation {
	margin: 0;
	padding: 0.5em 1em 0.5em 148px;
}
#navigation li {
	letter-spacing: 0.1em;
	text-transform: lowercase;
	display: inline;
}
#navigation li a {
	margin-right: 1.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
}
#navigation li a:link, #navigation li a:visited {
	color: #5585bd;
	border-bottom: none;
}
#navigation li a:hover, #navigation li a:active {
	color: #bd8c55;
	border-bottom: 3px solid #bd8c55;
}
#content {
	clear: both;
	margin: 0px 24px;
	padding: 0px 124px 1em;
	min-height: 500px;
	border-top: 1px solid #5585bd;
	border-bottom: 1px solid #5585bd;
}
#content h2 {
	color: #5585bd;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}
#content p {
	line-height: 1.6em;
}
#content a:link, #content a:visited {
	color: #5585bd;
	text-decoration: none;
	border-bottom: 1px dotted #bd8c55;
}
#content a:hover, #content a:active {
	color: #bd8c55;
	text-decoration: none;
	border-bottom: 1px dotted #5585bd;
}
#content img.small {
	float: left;
	margin-right: 1em;
}
#content img {
	padding: 5px;
	border: 1px solid #5585bd;
	margin-bottom: 0.2em;
}
#content img.large {
	float: right;
	margin-left: 1em;
}
#content table {
	border-collapse: collapse;
}
#content table th, td {
	padding: 0.2em 0.5em;
	border: 1px solid black;
}
#content table th {
	border: 2px solid white;
	background-color: #5585bd;
	color: white;
}
#content table td {
	border: 2px solid white;
	background-color: #ffefdc;

}
#content dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#content dl dd {
	margin-bottom: 1em;
}
#content .meta {
	font-size: 0.8em;
}
#footer {
	font-size: 0.8em;
	background: url('images/ascomifooter.jpg') no-repeat bottom center;
	width: 808px;
	margin: 0px auto;
	text-align: left;
	min-height: 65px;
}
#footer p {
	padding: 1em 1em 2em 148px;
}