/*#############################################################
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 */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	color: #444;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
	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;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h2 a {
	text-decoration: none;
	color: #367EA6;
}
code {
	background: url(transparentia/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(transparentia/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

/* structure */
html {
	background: #EEE url(transparentia/bg.gif);
	margin: 0;
}
#header {
	background: url(transparentia/header.gif) repeat-x;
}

/* title */
#header h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

/* main */
body {
	background: url(transparentia/bgcontainer.gif) repeat-y;
	padding: 8px 18px;
	width: 731px;
	margin: auto;
}

/* main left */
#plugins h2,#plugins ul {
	padding-left: 12px;
}
#plugins {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 224px;
	padding-bottom: 12px;
}
#plugins .content {
	padding: 0 12px;
}
#plugins h2 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
#plugins ul {
	border-top: 1px solid #FAFAFA;
	background: url(transparentia/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
#plugins li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
#plugins li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
#plugins li a:hover {
	color: #111;
}

/* content */
#posts {
	float: right;
	width: 496px;
}
#posts .box {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
#posts .info {
	color: #333;
	margin-bottom: 6px;
}
#posts .comment {
	margin-top: 10px;
}
#posts li {
	list-style: url(transparentia/li.gif);
	margin-left: 18px;
}

/* footer */
#footer {
	clear: both;
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
}
#footer a {
	color: #36C;
	text-decoration: none;
}
#footer a:hover {
	color: #06F;
	text-decoration: underline;
}
