/*
Theme Name: HEYALEX 09 OCTOBER
Theme URI: http://heyalex.se
Description: The late 09-edition
Version: 1.0
Author: Alexander Collin
Author URI: http://heyalex.se
Tags: gray, light gray, graublau, custom typeface

	HEYALEX 09 OCTOBER
	 http://heyalex.se

	This theme is designed for HEYALEX.se
        copyright 2009 Alexander Collin

*/

@font-face {
	font-family: "Graublau Sans Web";
	src: url(GraublauWeb.otf) format("opentype");
	}
@font-face {
	font-family: "Graublau Sans Web";
	font-weight: bold;
	src: url(GraublauWebBold.otf) format("opentype");
	}

body  {
	font: 100% Graublau Sans Web, Geneva, Arial, sans-serif;
	background: #171717;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4b4a4a;
}
#container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #171717;
	margin: 20px 0 0 0;
	padding-left:15px;
padding-bottom: 30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#menu {

}
#menu li
{
display: inline;
list-style-type: none;
padding-right: 20px;
margin:0;
padding:0;
}

#menu ul
{
margin:0;
padding:0;
}

#mainContent { 
	width:600px;
	margin-left: 50px;
	padding-top:15px;;
} 

h3 {
	font-size:16px;
	font-weight:bold;
	color:#cdcdcd;
	margin:0px;
	padding:0px;
	
}

.doldis {
        color: #1f1f1f;
}

li h3 {
	font-size:16px;
	font-weight:bold;
	color:#cdcdcd;
	margin:0px;
	padding-right: 10px;
	display:inline;
	
}
h1 {
	font-size:28px;
	font-weight:bold;
	color:#cdcdcd;
	margin:0px;
	padding:0px;
	
}
p {
	font-size:11px;
	font-weight:normal;
	color:#999797;
	margin:0px;
	padding: 5px 0 5px 0;
}

#menu li  a, visited {
	font-size:11px;
	color:#595959 ;
	text-decoration: none;
	padding:2px 5px 2px 5px;
        margin-right: 2px;
	background: #1f1f1f;

	}
#menu li a:hover,
#menu li a:focus{
	color: #afafaf;
	text-decoration:none;
	border-bottom: none;
	background: none;
}

a, visited {
	color:#afafaf;
	text-decoration: none;
	padding:0 1px 0 1px;
	background: #4b4a4a;
	}
a:hover, a:active {
	color:#cdcdcd;
	text-decoration: none;
	border-bottom: 1px solid #cdcdcd;
	padding:0 1px 0 1px;
	background: none;
	}
.home  a, visited {
	font-size:16px;
	font-weight:bold;
	color:#cdcdcd;
	margin:0px;
	padding:0px;
        background:none;
        border: none;
        text-decoration: none;

	}
.home  a:hover {
	font-size:16px;
	font-weight:bold;
	color:#cdcdcd;
	margin:0px;
	padding:0px;
        background:none;
        border: none;
        text-decoration: none;
	}

.tags  a, visited {
	font-size:11px;
	color:#595959 ;
	text-decoration: none;
	padding:2px 5px 2px 5px;
        margin-right: 2px;
	background: #1f1f1f;

	}
.tags  a:hover,
.tags  a:focus{
	color: #afafaf;
	text-decoration:none;
	border-bottom: none;
	background: none;
}


	
div#footer {
	width:100%;
	p\osition:absolute;
	bottom:0;
	left:0;
	height:50px;
}
body>div#footer {
	position:fixed;
}
div#footer {
	height:25px;
	width:100%;
	margin:0;
	padding-left: 15px;
	background-color: #000;
	text-align: left;
	opacity: 0.3;
     filter:alpha(opacity: 30);
     -moz-opacity: 0.3;
     -khtml-opacity: 0.3;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}