  /*//////////////////////////////////////////////
  //						//
  //	 COPYRIGHT © STEFAN ERIKSSON 2007.	//
  //	 ALL RIGHTS RESERVED.			//
  //						//
  //	 eMAIL: stefan@graphiccomics.com	//
  //	 PHONE: +46 705159446 (SWEDEN)		//
  //						//
  //////////////////////////////////////////////*/

/***************************************************
  GENERAL

****************************************************/

body,html {
	margin: 0px;
	padding: 0px;
}

div {
	border: 0px solid #FF0000;
}

body {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	background: #FFFFFF /* definera via databas */
}

.grey {
	color: #AAAAAA;
}

a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #AAAAAA; text-decoration: none; }
a.nolink { color: #AAAAAA; text-decoration: none; cursor: default; }

/***************************************************
  MAIN CONTAINER

****************************************************/

#container {
	width: 764px;
	height: auto;
	margin: 0px auto 0px auto;
	position: relative;
}

/***************************************************
  HEADER

****************************************************/

#header {
	width: 740px;
	height: 216px;
	margin: 12px auto 0px auto;
	background: url('bilder/header.jpg') no-repeat center center;
	position: relative;
}

/***************************************************
  MENY

****************************************************/

#menu {
	width: auto;
	height: auto;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 78px 0px 0px 0px;
	position: relative; left: -60px;	
}

#menu ul {
	margin: 6px 0 0 0px;
	padding: 0px;
}

#menu li {
	margin: 0px 0 0 0;
	display: normal; 
	list-style-type: none;
	margin: 0px;
	text-transform: lowercase;
	letter-spacing: 1px;
}

#menu span.title {
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
}

#menu a:link {color: #000000; text-decoration: none; }
#menu a:visited {color: #000000; text-decoration: none; }
#menu a:hover{ color: #AAAAAA; text-decoration: none; }
#menu a#current {color: #AAAAAA; text-decoration: none; }

#archive {
	margin: 0 0 30px 0;
}

#categories {
	margin: 0 0 30px 0;
}

/***************************************************
  MAIN CONTENT

****************************************************/

#main {
	width: 500px;
	height: auto;
	margin: 20px 0 0px 30px;
}

#main h1 {
	font-size : 10px;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin: 0 0 4px 0;
	padding: 0;
}

#main span.prevnext {
	width: 150px;
	position: absolute; left: 396px;
}

#main h2 {
	font-family: "century gothic", "avant garde gothic", "avant garde", "urw gothic l", "verdana", arial, helvetica"sans-serif";
	font-size : 18px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0;
}


#main span.imgtext {
	font-size : 10px;
	letter-spacing: 1px;
	font-style: italic;
	color: #999999;
	margin: 0 0 0px 5px;
}

#main img {
	border: solid 1px #333333;
	margin: 15px 0 0px 0;
}

#main img.noborder {
	border: solid 0px #333333;
	margin: 0px auto 0px auto;
}

#main img.thumbnail {
	border: 1px solid #000000;
	margin: 0 4px 0 0px;
	float: left;
}

#main p {
	letter-spacing: 0px;
	margin: 20px 0 0px 0px;
	text-align: justify;
}

#main p.short_content {
height: 45px;
	letter-spacing: 0px;
	margin: 10px 0 0px 0px;
	text-align: justify;
}

#main div.post_listON {
	margin: 20px 0 0px 0px;
}

#main div.post_listOFF {
	opacity:.60;filter: alpha(opacity=60); -moz-opacity: 0.6;
	margin: 20px 0 25px 0px;
}

#main span.list_date {
	font-size : 10px;
	font-weight: normal;
	color: #999999;
	text-transform: lowercase;
	letter-spacing: 0px;
	margin: 0 0 0px 0;
	padding: 0;
	position: relative; top: -2px;
}

#main span.list_title {
	text-transform: uppercase;
	font-weight: normal;
	margin: 4px 0 0px 0;
	position: relative; top: 2px;
}

/***************************************************
  COMMENTS

****************************************************/

#comments {
	margin: 35px 0 0px 0px;
}

#comments img {
	margin: 0px;
	padding: 0;
}

#comments h3 {
	border-top: 1px solid;
	font-size : 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 10x 0;
	padding: 7px 0 0 0;
}

.comment_div {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #f6f6f6;

	margin: 0 0 10px 0;
	padding: 5px;
}

#comments p.comment_message {
	font-size: 10px;
	margin: 8px 0 6px 0;
	padding: 0px;
}

#comments span.message_date {
	font-size: 8px;
	color: #999999;
	letter-spacing: 0px;
	margin: 0 0 10px 0;
	padding: 0px;
}

#comments span.message_name {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin: 5px 0 0px 0;
	padding: 0px;
	position: relative; top: 4px;
}

#comments span.message_country {
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0px;
	margin: 5px 0 0px 0;
	padding: 0px;
	position: relative; top: 4px;
}

#comments p.message_website {
	font-size: 10px;
	margin: 0px 0 6px 0;
	padding: 0px;
}

h3.postcomments {
	border-top: 1px solid;
	font-size : 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 10x 0;
	padding: 7px 0 0 0;
}


/***************************************************
  FOOTER

****************************************************/

#footer {
	width: 500px;
	text-align: center;
	font-size : 10px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 30px 0px 30px 30px;
	padding: 0;
}










