/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html, body {
 width: 100%;
 height: 100%; }
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
 color: #444;
 font: 62.5% "Lucida Sans Unicode", sans-serif;
 background-color: #7d5b5f;
 background-image: none;
 background-position: 0 0;
 margin: 0; }
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
code {
	background: url(../art/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../art/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h2 {
 font-size: 1.2em;
 font-weight: normal;
 margin-bottom: 4px; }
h1,h2,h3 {
	color: #7d5b5f;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
 background-color: transparent;
 background-image: url(/art/content_background.gif);
 background-repeat: repeat-y;
 background-position: 0 0;
 margin: 0 auto;
 width: 860px;
 height: auto;
 padding: 0; }
.header {
	background: url(/art/sunset.jpg) no-repeat;
}

/* title */
.title h1 {
 color: #fff;
 font: 3em / 150px Verdana, sans-serif;
 height: 150px;
 text-align: center;
 margin: 0;
 padding: 0; }

/* navigation */
.nav-0 {
 background-image: url(/art/nav-0-background.gif);
 background-repeat: repeat-x;
 background-position: 0 0;
 width: 850px;
 margin: 0;
 padding: 0;
 border-top: 1px solid #91816b;
 border-bottom: 1px solid #91816b; }

/* main */
.main {
 clear: both;
 padding: 0 5px; }

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
 background: transparent;
 float: left;
 width: 190px;
 height: 100%;
 padding-right: 10px;
 border-right: 1px dotted #91816b; }
.sidenav h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
 background-color: transparent;
 background-position: 0 0;
 border-top: 1px solid #fafafa;
 margin: 0;
 padding: 0; }
.sidenav li {
 list-style: none;
 margin: 0; }
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */
.content {
 float: right;
 width: 628px;
 margin-top: 10px;
 margin-right: 10px !important;
 margin-bottom: 10px !important;
 margin-left: 10px !important; }
.content .item {
 padding: 6px 12px;
 background: #cccbb8;
 width: auto;
 height: auto;
 overflow: visible;
 margin-bottom: 8px;
 border: solid 1px #91816b;
 }
.content .descr {
	color: #7d5b5f;
	margin-bottom: 6px;
}
.content .item img {
 margin: 5px;
 padding: 2px;
 border: solid 1px #91816b;
 }
.item .image img {
 margin: 0;
 padding: 0;
 border-style: none;
 }

.content li {
	list-style: url(../art/li.gif);
	margin-left: 18px;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(../art/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
 color: #666;
 font-size: 1.1em;
 background-color: transparent;
 background-image: none;
 background-position: 0 0;
 margin: 0 auto;
 text-align: center;
 padding: 6px;
 width: 838px;
 border-top: 1px dotted #91816b; }
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

/* Image Shadow Box */
.sh-tl { background-image: url(/art/sh-tl.gif); background-repeat: no-repeat; }
.sh-tm { background-image: url(/art/sh-tm.gif); background-repeat: repeat-x; }
.sh-tr { background-image: url(/art/sh-tr.gif); background-repeat: no-repeat; }
.sh-mr { background-image: url(/art/sh-mr.gif); background-repeat: repeat-y; }
.sh-br { background-image: url(/art/sh-br.gif); background-repeat: no-repeat; }
.sh-bm { background-image: url(/art/sh-bm.gif); background-repeat: repeat-x; }
.sh-bl { background-image: url(/art/sh-bl.gif); background-repeat: no-repeat; }
.sh-ml { background-image: url(/art/sh-ml.gif); background-repeat: repeat-y; }
.image {
 margin-left: -5px;
 }
.admin_info {
 background-color: #cccbb8;
 width: 828px;
 margin: 5px;
 padding: 5px;
 border: solid 1px red;
 }
