/*====*//*#############################################################
Name: Decayed
Date: 2007-05-12
Description: A dark trash style two-column website template. Wordpress theme version available at http://templates.arcsin.se/decayed-wordpress-theme/.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/*============================================================*/
/* general                                                    */
/* layout                                                     */
/* links                                                      */
/* text                                                       */
/* images                                                     */
/* menu                                                       */
/*============================================================*/

/*============================================================*/
/* general                                                    */
/*============================================================*/

html {
	min-height: 100%;
}

#container {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url('img/body.gif') no-repeat; /*  url(img/bg.jpg) repeat-x; */
	color: #DDD;
	font: 80% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}

/*============================================================*/
/* layout                                                     */
/*============================================================*/

#content {
	left: 270px;
	position: absolute;
	top: 180px;
	width: 610px;
}

#content .date {
	color: #8DC63F;
	margin-bottom: 6px;
	text-align:right;
}

#content li {
	margin-left: 18px;
}

.clearer {
	clear: both;
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	position: absolute;
	top: 100%;
	text-align:center;
}

/*============================================================*/
/* header                                                     */
/*============================================================*/

#header {
margin:5px 5px 0 0;
padding:0;
}

#header p {
text-align:right;
margin:8px 0 0 0;
font-weight:bold;
line-height:1.3em;
}

#header a {
text-align:right;
}
/*============================================================*/
/* footer                                                     */
/*============================================================*/

#footer {
	border-top: 1px dashed #333;
	color: #666;
	font-size:80%;
    font-family: "Trebuchet MS",Verdana,sans-serif;
	position: absolute;
	top: 100%;
	width: 610px;
	text-align:center;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}

#footer .left, #footer .right {
	padding: 10px 0;
}

#footer .right a {
	color: #777;
}
/*============================================================*/
/* links                                                      */
/*============================================================*/

a:link, a:visited {
text-decoration:none;
font-weight:bold;
color:#ffff33;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#cccccc;
background-color:inherit;
}

a:active {
text-decoration:none;
font-weight:bold;
color:#ffff33;
background-color:inherit;
}

/*============================================================*/
/* text                                                       */
/*============================================================*/
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{	color: #DDD;
	font-size:100%;
    font-family: "Trebuchet MS",Verdana,sans-serif;
}

h1, h2, h3, h4, h5, h6, .Head {
	color: #CCC;
	font-family: Impact,"Trebuchet MS",Verdana,sans-serif;
}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

#content h1, #contentwide h1, #contentwide2 h1{
font-size:1.7em;
margin:0 0 10px;
}

#content h2,#contentwide h2, #contentwide2 h2 {
font-size:1.3em;
margin:0 0 10px;
}

#content h3,#contentwide h3, #contentwide2 h3 {
font-size:100%;
margin:0 0 8px;
}

#site-title {
	font: normal 3em Tahoma,sans-serif;
}

#site-title a {
	color: #DDD;
	text-decoration: line-through;
}

#site-title a:hover {
	color: #FFF;
	text-decoration: none;
}
#site-description {
	color: #CCC;
}

ul li   {
list-style-image: url('img/skully.gif');

}

/*============================================================*/
/* images                                                     */
/*============================================================*/

#content img,#contentwide img, #contentwide2 img {
padding:1px;
display:inline;
background:#000000;
}

/*============================================================*/
/* menu                                                       */
/*============================================================*/

#navigation {
	left: 120px;
	position: absolute;
	top: 290px;
	width: 210px;
}

.hide {
    display: none;
}

#HouseMenuNav li {
	list-style: none;
}

#HouseMenuNav li a {
	color: #777;
	text-decoration: none;
}

#HouseMenuNav li a:hover {
	color: #8DCA3F;
}

/*============================================================*/
/* misc                                                      */
/*============================================================*/

p.postinfo {
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}

p.postinfo a {
	color: #888;
}

p.postinfo a:hover {
	color: #CCC;
}




