html { background-color: #CCCCCC; }
#logo { display: block; margin-left: auto; margin-right: auto; }
#slogan { display: block; margin-left: auto; margin-right: auto; margin-top: 10px; }
.hr { display: block; margin-left: auto; margin-right: auto; clear: both; }
.timepasses { display: block; margin: 10px auto; clear: both; }
.copy { font-family: tahoma; font-size: 8pt; width: 950px; text-align: center; margin-left: auto; margin-right: auto; padding-bottom: 10px; }

.nav { width: 950px; height: 83px; margin-left: auto; margin-right: auto; padding-bottom: 10px; }

.nav ul { padding: 0px; margin: 0px; }

.nav ul li {
	display:block;
	float:left;
	list-style-type:none;
	margin: 0 15px 0 15px;
}

.nav ul li#navHome { margin-left: 0px; }
.nav ul li#navContact { margin-right: 0px; }


.nav ul li a {
	display:block;
	height:83px; width:117px;
	background:transparent url('/images/nav.png') no-repeat 0 0;
	text-indent:-9009px;
}

.nav ul li#navFiles a {
	width:144px;
	background-position: -117px 0;
}

.nav ul li#navArchives a {
	width:207px;
	background-position: -262px 0;
}

.nav ul li#navContact a {
	width:198px;
	background-position: -469px 0;
}

.nav ul li#navArticles a {
	width:163px;
	background-position: -667px 0;
}

.nav ul li#navCWA a {
	width:102px;
	background-position: -830px 0;
}

.nav ul li a:hover,
.nav ul li#navFiles a:hover,
.nav ul li#navArchives a:hover,
.nav ul li#navContact a:hover,
.nav ul li#navArticles a:hover,
.nav ul li#navCWA a:hover {
	background-position-y: -83px;
}

.postBox, .archiveBox, .fileBox {
	font-family: tahoma;
	font-size: 11pt;
	margin-left: auto; margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;
	width: 950px;
	border-top: 3px dashed #000000;
	border-bottom: 3px dashed #000000;
	background-color: #FFFFFF;
	clear: both;
}

.fileBox {
}

.postBox img {
	display: block;
	clear: both;
	margin: 5px auto;
}

.postBox a img {
	display: inline;
	margin: 5px;
	padding: 2px;
	border: 1px dashed #000000;
}

.postBox a img:hover {
	border: 1px solid #000000;
}

.postBox .title, .comment .title {
	display: block;
	clear: right;
	font-weight: bold;
	margin-bottom: 5px;
}

.postBox pre .highlight {
	background-color: #E0E0E0;
}

.postBox pre span:nth-child(4n+1) {
	background-color: #E0E0E0;
}

.postBox .footer {
	margin-top: 5px;
	display: block;
	font-weight: bold;
}

.postBox .footer a, .postBox .title a {
	text-decoration: none;
	color: #000000;
}

.postBox .footer a:hover, .postBox .title a:hover {
	text-decoration: underline;
}

.totheright {
	text-align: right;
}

.totheleft {
	float: left;
	text-align: left;
}

.breaker {
	display: block;
	clear: both;
	border-bottom: 1px dotted #000000;
	margin: 10px;
}

.comment + .comment { margin-top: 20px; }

input[type='text'] {
	border: 1px solid #000000;
	width: 500px;
}

input[type='submit'] {
	border: 1px solid #000000;
	margin-top: 5px;
	width: 80px;
}

textarea {
	width: 600px;
	height: 120px;
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px 0px;
	font-family: Tahoma, sans-serif;
}

.gallery {
	margin-top: 10px;
	text-align: center;
}

.gallery img, .fileBox img {
	display: inline;
	margin: 5px;
}

.gallery a img, .fileBox a img {
	padding: 2px;
	border: 1px dashed #000000;
}

.gallery a img:hover, .fileBox a img:hover {
	border: 1px solid #000000;
}

.fileBox img[src='/images/icons/folder.gif'] { margin: 0px; }
.fileBox img[src='/images/icons/archive.gif'] { margin: 0px; }

.counter {
	margin-top: 10px;
	max-width: 280px;
	margin-left: auto; margin-right: auto;
	text-align: center;
}

.counter span {
	display: inline-block;
	height:41px; width:43px;
	background:transparent url('/images/counter.png') no-repeat 0 0;
	text-indent:-9009px;
}

.counter .leftend {}
.counter .x0 { width:33px; background-position: -42px 0; }
.counter .x1 { width:13px; background-position: -76px 0; }
.counter .x2 { width:28px; background-position: -93px 0; }
.counter .x3 { width:28px; background-position: -119px 0; }
.counter .x4 { width:27px; background-position: -147px 0; }
.counter .x5 { width:30px; background-position: -175px 0; }
.counter .x6 { width:28px; background-position: -208px 0; }
.counter .x7 { width:31px; background-position: -235px 0; }
.counter .x8 { width:32px; background-position: -266px 0; }
.counter .x9 { width:24px; background-position: -300px 0; }
.counter .rightend { width:40px; background-position: -325px 0; }

.mapBlock {
	text-align: left;
	margin-left: 25px; margin-right: 25px;
	display: inline-block;
	padding: 5px;
	width: 340px;
}

.strikethrough { text-decoration: line-through; }

img[src^="/images/menus/"], img[src$="menu_image.jpg"] {
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 300ms;
}


img[src^="/images/menus/"]:hover, img[src$="menu_image.jpg"]:hover {
	position: relative;
	z-index: 1000;
	-webkit-transform: scale(1.5);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 300ms;
}

pre.inline {
	display: inline;
}
