body {
	background-color: #343434;
	background-image: url('/img/site/bg.png');
	background-attachment: fixed;
	font: 12px serif;
	text-align: justify;
	color: #ddd;
	padding-bottom: 30px;
	width: 800px;
	margin: 20px auto 20px auto;
}

div#content, header {
	background-color:rgba(52,52,52,0.6);
	border: 2px solid #444444;
	clear: both;
	margin-bottom: 20px;
	padding: 20px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#content {
	background-color:rgba(72,72,72,0.3);
}

p {
	padding-left: 50px;
	padding-right: 50px;
}

ul, ol {
	padding-left: 80px;
	padding-right: 50px;
}

ul li {
	margin-bottom: 5px;
}

p.pages {
	padding: 0;
}

p.tags, p.date {
	text-align: right;
	font-size: 11px;
	font-style: italic;
	padding: 0;
}

h1, h2, a {
	color: #de9589;
	text-decoration: none;
}

h1 { font-size: 22px; border-bottom: 1px solid #de9589; }
h2 { font-size: 18px; }

a:hover { text-decoration: underline; }

p#idxurl { text-align: center; }

img { margin: 10px 0px 10px 0px; box-shadow: 5px 5px 5px 0 #111; }
img[alt=centerimg]     { margin-left: auto; margin-right: auto; display: block;}
img[alt=floatleftimg]  { float: left;  margin-right: 10px; }
img[alt=floatrightimg] { float: right; margin-left:  10px; }

code { color: #ddddaa; }

pre {
	padding:10px;
	font-size: 11px;
	background-color: rgba(5,5,5,0.3);
	border: 1px solid #404040;
	margin-left: 50px;
	width: 640px;
	overflow: auto;
}

div.codehilite { background: none; }

table.styled {
	border-collapse: collapse;
	margin: auto;
}
table.styled th { background-color: rgba( 5, 5, 5,0.3); }
table.styled td { background-color: rgba(30,30,30,0.3); }
table.styled td, table.styled th {
	border: 1px solid #404040;
	text-align: center;
	padding: 5px;
	min-width: 20px;
}

blockquote {
	font-style: italic;
}

header {
	display: block;
	float: right;
	font-size: 30px;
	text-align: right;
}

header a { color: #aaaaaa; }
footer { text-align: center; display: block; }
