/*  
Theme Name: Mlö
Theme URI: http://atrus.auroraproject.net/
Description: A theme for my personal gallery
Version: 0.2
Author: Ian [Atrus] Gazzotti
Author URI: http://cube.auroraproject.net/
*/

BODY {
	background: black;
	margin:0px;
	padding:0px;
	color: #eee;
	font-family: Arial, Verdana, sans-serif;
}
SMALL {
	font-size: .8em;
	line-height: 1em;
	color: #fff;
}
H1, H2, H3, H4 {
	font-family:  Arial, Verdana, sans-serif;
	font-weight: bold;
	background:transparent;
	color: #c00;
	text-decoration:none;
}

H2 {
	font-size:1.5em;
	margin: 0px;
	clear:left;
	padding-top:10px;
}
H3 {
	font-size:1.2em;
	font-variant:small-caps;
	padding: 0px;
	margin: 30px 0px 5px;
}
H4 {
	background:transparent;
	color: #ccc;
	font-size:80%;
	clear:left;
	margin-top:-1em;
	margin-bottom:2em;
	font-weight:normal;
}
H3.comments {
	padding: 0px;
	margin: 40px auto 20px ;
	}

HR {
	color: #c01;
	background: #c00;
	border: 1px solid #c10;
	margin: 5px 1em;
}

.commentlist li {
	font: 0.9em  Arial, Verdana, Sans-Serif;
}

#commentform input, #commentform textarea {
	font: 0.8em  Arial, Verdana, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #fff;
	}
	
code {
	font: 1.1em 'Courier New', Courier, monospace;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
}

a {
	color: #fff;
	text-decoration: underline;
	}
a:visited {
	color: #b85b5a;
	color: #e0d0ff;
}
a:hover, a:active {
	color: #f00;
	}

#sidebar A {
	text-decoration:none;
}
h2 a:link, h3 a:link, h2 a:visited, h3 a:visited {
	color: #a00;
	text-decoration:none;
}
h2 a:hover, h3 a:hover, h4 a:hover, cite {
	color: #f00;
	text-decoration:none;
}

/* Header */

#header {
	padding: 0px;
	margin: 0px 4px;
	height:111px;
	margin: 0px 1em;
	border-bottom: 2px solid #c00;
}
#header H1 {
	margin:0px;
	padding:0px;
}
#header A:link, #header A:visited {
	display:block;
	background: url(../default/images/axaxaxas-mlo.gif) top left no-repeat;
	width: 361px;
	height:0px;
	overflow:hidden;
	padding-top:111px;
	margin: 0px;
}

/* Sidebar */

#sidebar
{
	position:absolute;
	left:1.1em;
	top:111px;
	padding: 32px 1em 5em 0;
	max-width: 12em;
	border-right: 2px solid #c00;
	font-size:90%;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size:1.1em;
}

#sidebar form{
	margin: 0px;
}

/* Menu */

#menu {
	padding:5px;
	margin:0em 1em 2em 0em;
	float:right;
	border-bottom: 2px solid #c00;
}
#menu UL {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#menu LI {
	display:inline;
	padding: 0px 10px;
	font-style:italic;
	font-weight:bold;
}
#menu A:link {
	text-decoration:none;
	color: #eee;
}
#menu A:visited {
	text-decoration:none;
	color: #e0d0ff;
}
#menu A:hover, #menu A:active {
	text-decoration:none;
	color: #f00;
}

/* Content */
	
#content {
	margin: 5em 0px 0px 2em;
	max-width:90%;
}
.mainpage {
	padding-left:10em;
}

.navigation {
	clear:both;
	display: block;
	min-height:1em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.post {
	margin: 0px 0px 20px 0px;
	text-align: justify;
	clear: both;
}
.entry {
	text-align:center;
	background: #222;
	border: thin solid #ccc;
	font-size:.96em;
	margin:1em;
	padding: .2em;
}

/* Footer */	

#footer {
	padding: 20px 0px 0px;
	clear: both;
	font-size:.8em;
}

#footer P {
	text-align: center;
}

/* Images */

p img {
	padding: 0;
	max-width: 100%;
	}

.mainpage p img {
	padding: 0;
	width: 50%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.left P {
	text-align:left;
}

/* Liste */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
}

#sidebar #searchform #s {
	width: 5em;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#commentform {
	font-size:.9em;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	padding: 2px;
}

/* End Form Elements */



/* Begin Comments*/

.graybox {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

a img {
	border: none;
}

.br {
	margin-top:-1em;
	padding-top:0px;
}

/* Slide list and link list */

.slide {
	list-style-type: none;
	margin:0px;
	padding:0px;
	padding-top:10px;
	clear:left;
}
.slide LI {
	float:left;
	clear:none;
	display:inline;
	padding:5px;
	text-align:center;
}
.slide IMG {
	width:50px;
	height:50px;
}
.slide A:link IMG {
	border:white 2px solid;
}
.slide A:visited IMG {
	border:grey 2px solid;
}
.slide A:hover IMG, .slide A:active IMG {
	border:#c00 2px solid;
}

.links {
	margin:0px;
	padding:0px;
	width:99%;
}
.links UL {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.links LI {
	margin:0px;
	padding-bottom:1px;
	margin-left:.2em;
	font-size:90%;
}
.links TD {
	width:33%;
	vertical-align:top;
}