html, body {
    min-height: 80%;
    margin: 0px;
    padding: 0px;
}

body {
	background: url('images/bgtop.png') repeat-x;
	font-family: Arial;
	font-size: 9pt;
}

img {
	border: 0;
}

#container {
	width: 70%;
	margin: 50px auto;
}

#menu {
	float: left;
	width: 12%;
	margin: 0 10px;
	line-height: 160%;
	padding: 0;
	list-style-type: none;
	/*opacity: 0.8;
	-moz-opacity: 0.8;*/
}

#submenu {
	padding: 0 0 0 10px;
	list-style-type: none;
	margin-left: 0;
}

#menu a{
	border: 0;
	font-size: 80%;
	display: block;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	background-color: #0063bd;
	text-decoration: none;
}

#menu a:hover,#menu a.selected {
	letter-spacing: 1px;
	color: #0063bd;
	background-color: #fff;
}

#content {
	float: left;
	min-height: 500px;
	width: 70%;
	background-color: #f4faff;
	padding: 0 10px;
	margin-bottom: 2em;
	border: 2px solid #f0f0f0;
	-moz-border-radius: 5px;
	/*-moz-opacity: 0.7;
	filter:alpha(opacity=70);*/
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}

#diaryContent a, #diaryContent a {
	border-bottom: 1px dashed #000;
}

a[rel=external] {
	border-bottom: 1px dotted #000;
}
a[rel=lightbox] {
	border-bottom: 0 !important;
}

.inactive {
	color: #ccc;
}

address {
	
}

blockquote, .quote {
	margin: 0.5em auto 0.5em 4em;
	padding-left: 10px;
	border-left: 5px solid #aaa;
	letter-spacing: 1px;
}
.subtitle {
	margin: 0 0 1em 4em;
	font-style: italic;
	font-size: 90%;
}

h1 {
	margin: 0 0 0.5em 0;
	border-bottom: 1px dashed #000;
}

h2 {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 120%;
}
h3 {
	margin: 0 0 0.5em 2em;
	font-weight: bold;
	font-size: 120%;
}
h4 {
	margin: 1em 0 0 0;
	font-weight: bold;
	font-size: 100%;
	background-color: #ddd;
}
h4 a {
	text-decoration: none;
	color: #000;
}
h4 a:hover {
	text-decoration: underline;
	color: #555;
}
h5 {
	margin: 0;
}

p,div {
	text-align: justify;
}

.description {
	margin-left: 3em;
}


/*a.internal:after {
	content: "»";
}*/

hr {
	width: 98%;
	margin: 1em auto;
	height: 1px;
	background-color: #000;
	border: 0;
}

table {
	margin: auto;
}
td {
	padding-right: 1em;
}

.month {
	margin-left: 2em;
}
.month a {
	text-decoration: none;
	border-bottom: 0;
}

.diaryGood {
	color: #149b00;
}
.diaryGood:hover {
	color: #117d01;
}
.diaryMedium {
	color: #b38600;
}
.diaryMedium:hover {
	color: #9c7500;
}
.diaryBad {
	color: #f00;
}
.diaryBad:hover {
	color: #c70000;
}
.diaryNone {
	color: #111;
}
.diaryNone:hover {
	color: #000;
}

#diarynav {
	text-align: center;
}

#searchbox {
	margin: 2em auto;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
}
.mark {
	background-color: #ffaeae;
	color: #000;
	font-weight: bold;
}


input, textarea {
	/*background: url(images/inputbg.png);*/
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	border-left: 2px solid #ccc;	
}
input:focus, textarea:focus {
	background-color: #fafafa;
	border-color: #b00;
}

input[type=submit], input[type=reset], input[type=button] {
	border: 1px solid #ccc;
	background-color: #fff;
}
input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
	background-color: #fafafa;
}



/*- Lightbox -*/
#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption { 
	float: left;
}
#keyboardMsg {
	float: right;
}
#closeButton {
	top: 5px; 
	right: 5px; 
}

#lightbox img {
	border: none; 
	clear: both;
}
#overlay img {
	border: none;
}

#overlay {
	background-image: url(images/overlay.png); 
}

#iewarn {
	display: none;
	height: 0;
	position: absolute;
	padding: 2em 30%;
	background-color: #ffffbb;
	top: 0;
	font-family: arial;
	font-size: 15px;
	font-weight: normal;
	color: #111111;
	line-height: 17px;
	cursor: pointer;
}

#firefox {
	float: left;
	padding-right: 20px;
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
