* {
	outline:none;
	margin: 0px;
	padding: 0px;
	}
body {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#EEE;
	font-size: 18px;
	}
.container {
	width:960px;
	font-size:16px;
	color:#333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #DDD;
	}
#nav {
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 100px;
}
#nav ul {
}
#nav ul li {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#TopPart {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	color: #F0F0F0;
}
#nav a:link, #nav a:visited {
	color:#000;
	text-decoration:none;
	}
#nav a:hover {
	color:#CF0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CF0;
	}
h1 {
	margin:0;
	padding:0 10px;
	line-height:60px;
	font-size:130%;
	}
h1 a:link, h1 a:visited, h1 a:hover {
	color:#444;
	text-decoration:none;
	background:none;
	}

.details {
	padding:20px;
	font-size:85%;
	line-height:150%;
	}
h2 {
	margin:0;
	padding:0;
	font-size:120%;
	}
h3 {
	font-size:110%;
	}

#footer {
	padding:20px;
	font-size:90%;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF0;
	}
	
#footer a:link, #footer a:visited {
	color:#111;
	text-decoration:none;
	}
#footer a:hover {
	color:#CF0;
	border-bottom-color: #CF0;
	}		
/* COMMENT TEMPLATE */

#commentTop {
	padding:8px 20px;
	background-color:#AAA;
}
#commentMid {
	
}
#commentMid ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#commentMid ul li {
	padding:6px 20px;
	}	
.odd {
	background-color:#DFDFDF;
	}
.even {
	background-color:#CFCFCF;
}
#commentBottom {
	padding:8px 20px;
	}
#commentBottom input.input, #commentBottom textarea {
	background-color:#FFF;
	color:#111;
	padding:4px;
	border:1px solid #AAA;
	}

/* ARCHIVE */

table td#thumbs {
}
table td#thumbs a:link, table td#thumbs a:visited {
	border:2px solid #AAA;
	display:block;
	float:left;
	margin:12px;
}
table td#thumbs a:hover {
	border:2px solid #EEE;
}
table td#thumbs a img {
	border:none;
	}
td.sidecol ul {
	list-style:none;
	margin:0;
	padding:0;
}
td.sidecol ul li {
	margin-bottom:4px;
}
#text {
	/*background-color:#CCC;*/
	}