/*-------------------------------------------------------
	Author:		Martin Höckert
	Email:		info@mhweb.se
-------------------------------------------------------*/

@import 'basic.css';

/* Header 
 ------------------------------------------ 
#container #top h1 {
	font-size: 200%;
	color: #000;
	}
#secondaryContent h2, #secondaryContent p  {
	padding-right: 10px;
	}

	
/* MENU 
==========================================================================*/
ul#mainmenu {
	list-style: none;
	}
ul#mainmenu li {
	margin: 0 6px; padding: 2px 0;
	float: left;
	}
ul#mainmenu li a, .kampanj a {
	padding: 1px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: none;
	color: #942212;
	font-weight: bold;
	text-decoration: none;
	}
ul#mainmenu li a:hover, .kampanj a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}
ul#mainmenu li.sel a {
	color: #000;
	border-bottom: 1px solid #000;
	}
	
	
/* ARTIST
==========================================================================*/
#artistContent, #startContent {
	margin: 0; padding: 0;
	width: 225px;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#artistContent .top, #startContent .top {
	margin: 0; padding: 15px 0 0 0;
	width: 225px;
	background: url(../images/artisttop.gif) no-repeat;
	text-align: center;
	}
html>#artistContent .top, html>#startContent .top {
  	height: auto;
	}
/* for Mozilla/Safari */
*>#artistContent .top {
	min-height: 33px;
	}
/* for IE */
* html #artistContent .top {
	height: 33px;
	}
/* for Mozilla/Safari */
*>#startContent .top {
	min-height: 20px;
	}
/* for IE */
* html #startContent .top {
	height: 20px;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#artistContent .middle {
	margin: 0; padding: 0;
	width: 225px;
	background: url(../images/artistmiddle.gif) repeat-y;
	}
#startContent .middle {
	margin: 0; padding: 0 0 0 45px;
	width: 175px;
	background: url(../images/artistmiddle.gif) repeat-y;
	font-style: italic;
	font-size: 110%;
	}
html>#artistContent .middle, html>#startContent .middle {
  	height: auto;
	}
/* for Mozilla/Safari */
*>#artistContent .middle {
	min-height: 200px;
	}
/* for IE */
* html #artistContent .middle {
	height: 200px;
	}
/* for Mozilla/Safari */
*>#startContent .middle {
	min-height: 100px;
	}
/* for IE */
* html #startContent .middle {
	height: 100px;
	}
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#artistContent .bottom, #startContent .bottom {
	margin: 0; padding: 0;
	width: 225px; height: 52px;
	background: url(../images/artistbottom.gif) no-repeat;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#artistimg {
	margin: 0 0 1em 0; padding: 5px;
	/*border: 1px solid #D1C6AC;
	background: #fff;*/
	text-align: center;
	}
#artimg {
	margin: 0 auto; padding: 10px;
	/*border: 1px solid #CAC2D2;*/
	background: #fff;
	text-align: center;
	}
#txtimg {
	margin: 0 0 0 10px; padding: 5px 0 5px 10px;
	float: right;
	border-left: 1px dotted #dcdcdc;
	}
#artimg img{
	padding: 2px;
	border: 1px solid #dcdcdc;
	}
	
/* Artlist 
 ------------------------------------------ */
ul.artlist1 {
	margin: 0; padding: 0 0 10px 0;
	
}
ul.artlist1 li {
	margin: 0 4px 5px 0; padding: 2px;
	width: 178px;
	float: left;
	text-align: center;
	border: 1px solid #dcdcdc;
}
ul.artlist1 li .imgruta {
	margin: 0 0 3px 0; padding: 0;
	height: 165px;
	overflow: hidden;
}
ul.artlist1 li.img3 {
	margin: 0 0 15px 0; padding: 2px;
	width: 166px;
	float: left;
	text-align: center;
	}
ul.artlist1 li img {
	margin: 0 auto; padding: 0;
	}
ul.artlist1 li a {
	margin: 0; padding: 0;
	/*	border: 1px dashed #CAC2D2;
	background: #EBE5F2;*/
	text-align: left;
	}
ul.artlist1 li a:hover {
	margin: 0; padding: 0;
	/*border: 1px solid #CAC2D2;
	background: #EBE5F2;
	width: 150px;*/
	text-align: left;
	}
ul.artlist0 {
	display: block;
	}
.moreinfo {
	font-style: italic;
	}
/* Submenu
 ------------------------------------------ */
ul#submenu {
	margin: 0; padding: 0 10px 1em 15px;
	/*border-top: 1px dotted #000;*/
	}
ul#submenu li {
	margin: 0; padding: 3px;
	}
ul#submenu li a {
	color: #0080ff;
	margin: 0; padding: 3px;
	border: none;
	}
ul#submenu li a:hover {
	color: #000;
	border: none;
	}
ul#submenu li.sel a {
	color: #000;
	border: none;
	}
	
/* Links
 ------------------------------------------ */
ul#links, ul.links {
	margin: 1em 0; padding: 0;
	list-style: none;
	border-top: 1px dotted #d3d3d3;
	border-bottom: 1px dotted #d3d3d3;
	}
ul#links li, ul.links li {
	margin: 0 15px 0 0; padding: 7px 3px; 
	list-style: none;
	float: left;
	}
ul#links a, ul.links a {
	color: #0080ff;
	text-decoration: none; 
	border: none;
	}
ul#links a:hover, ul.links a:hover {
	color: #000;
	}
	
ul#backlink {
	margin: 0; padding: 0;
	list-style: none;
	}
ul#backlink li {
	margin: 0; padding: 2px;
	list-style: none;
	float: left;
	width: 155px;
	}
ul#backlink a {
	border: none;
	text-decoration: none;
	}
li.links a {
	border: none;
	text-decoration: none;
	}
	
/* GUESTBOOK
==========================================================================*/
ul#gbook {
	margin: 0; padding: 0;
	border-top: 1px dotted #d3d3d3;
	}
ul#gbook li {
	margin: 0; padding: 10px 0;
	border-bottom: 1px dotted #d3d3d3;
	}
	
	
/* FORUM
==========================================================================*/
table#tblForum thead th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	}

table#tblForum tbody td {
	padding: 3px 0;
	border-bottom: 1px solid #d3d3d3;
	text-align: center;
	vertical-align: middle;
	}
table#tblForum tfoot td {
	padding: 5px 0;
	border-top: 1px solid #d3d3d3;
	text-align: center;
	}
table#tblForum .first {
	text-align: left;
	width: 50%;
	}
#forumbox {
	background: #F4F3F3;
	border: 1px solid #d3d3d3;
	font-size: 95%;
	margin: 0; padding: 5px;
	}
ul#forum {
	margin: 0; padding: 0;
	border-top: 1px dotted #d3d3d3;
	}
ul#forum li {
	margin: 0; padding: 10px 0;
	border-bottom: 1px dotted #d3d3d3;
	}
.date {
	margin: 0 0 3px 0; padding: 0;
	font-size: 85%;
	}
	
	
/* REGISTER
==========================================================================*/
#registerbox {
	margin: 0 0 2em 0;
	}
#registerbox .top {
	width: 269px; height: 13px;
	background: url(../images/registerTop.jpg) no-repeat;
	}
#registerbox .inner {
	margin: 0; padding: 5px 0 5px 20px;
	background: url(../images/registerInner.jpg) repeat-y;
	}
#registerbox .bottom {
	width: 269px; height: 13px;
	background: url(../images/registerBottom.jpg) no-repeat;
	}
#registerbox a {
	color: #fff;
	font-size: 150%;
	border: none;
	}
	

/* SEARCH
==========================================================================*/
#mainContent #searchbox {
	background: #F4F3F3;
	font-size: 95%;
	margin: 0; padding: 10px;
	}
#secondaryContent #searchbox {
	font-size: 85%;
	background: #F4F3F3;
	margin: 0 10px 0 0; padding: 8px 5px;
	}
#searchbox {
	border: 1px solid #d3d3d3;
	color: #000;
	}
#mainContent #searchbox label {
	font-size: 95%;
	}
#secondaryContent #searchbox label {
	font-size: 85%;
	}
#searchbox label {
	margin: 0 5px 0 0;
	float: left;
	}
#searchbox input {
	margin: 0 2px 0 0;
	float: left;
	}
#searchbox input#sName {
	padding: 3px;
	}
#searchbox div {
	margin: 0 0 8px 0;
	}
ul.alfabet {
	margin: 0 0 4px 0; padding: 0;
	}	
.alfabet li {
	float: left;
	width: 20px;
	text-align: center;
	}
.alfabet li a {
	padding: 0 2px;
	}
.alfabet li span.ejartist {
	color: #DDDDDD;
	}
	
/* FOOTER LINKS
==========================================================================*/
#footer li {
	margin: 0 5px; padding: 0;
	display: inline;
	}
#footer li.sel a {
	color: #000;
	}/*
#footer a {
	text-decoration: none;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #942212;
	border-bottom: 1px dotted #808080;
	}
#footer a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	}*/
#footer a.login {
	color: #000;
	border: none;
	}
	
	
/* Artlist 
 ------------------------------------------ */
ul.friendlist {
	margin: 0; padding: 0 0 20px 0;
}
ul.friendlist li {
	width:125px; height:140px;
	margin: 0 0 1em 0; padding: 0 5px;
	float: left;
	text-align: center;
	}
ul.friendlist li .imgruta {
	margin: 0 auto 3px auto; padding: 0;
	height: 100px;
	overflow: hidden;
	text-align: center;
	}

ul.friendlist li.img4 {
	margin: 0; padding: 0;
	width: 130px;
	float: left;
	}
	
.almanacka {
	margin: 2px 0 1em 0; padding: 5px;
	border: 2px solid #942212;
}
/* BLOGG
==========================================================================*/
.bloggpost{
	margin: 0 0 1em 0; padding: 0 0 1em 0;
	}
	
ul#blogg {
	border-top: 1px dotted #d3d3d3;
	margin: 0 0 1em 0; padding: 0 0 10px 0;
	}
ul#blogg li {
	margin: 0; padding: 10px 0;
	border-bottom: 1px dotted #d3d3d3;
	}
.bloggpost #searchbox {
	background-color: red;
	}
	
/* clearfixa
-------------------------------------------------*/
.clearfixa:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfixa {
	display: inline-block;
	}
.clearfixa {
	margin: 1px 0 0 0;
	display: block;
	}
#frmRegister .clearfixa label {
	width: 125px;
	float: left;
	border: none;
}
#frmRegister .clearfixa input {
	width: 18px;
	float: left;
}