/*
CSS for kunstbar.dk created by Lasse Seesink Joergensen.
Feel free to use this style sheet as inspiration.
Thanks to all the people and websites that publish help, tutorials, guides etc.
*/

/* ========== Generic styles ========== */


body {
	background-color: white;
	width: 100%;
}

* {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: verdana, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	color: black;
}

h1 {
	width: 100%;
	font-size: 20px;
	text-decoration: underline;
	text-align: center;
	text-transform: capitalize;
	vertical-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 {
	font-size: 16px;
	text-align: center;
	vertical-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* All caps header, eg. used in news section */
h3 {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	vertical-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

h4 {
	font-weight: bold;
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

p {

}

a:link {
	color: #396475; /* dark blue color */
	text-decoration: none;
	border-bottom: 0px;
	border-bottom-style: none;
}

a:visited {
	color: #396475; /* dark blue color */
	text-decoration: none;
	border-bottom: none;
	border-bottom-style: none;
}

a:hover {
	color: #618a9c; /* medium blue color */
	text-decoration: none;
	border-bottom: none;
	border-bottom-style: none;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

li {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: verdana, sans-serif;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	left: 0px;
}


/* ========== Specific styles ========== */


/* Centers divs on page */
#wrapper {
	width: 650px;
	position: relative;
	left: 50%;
	margin-left: -325px;
}

/* left column at 50% width */
#leftcolumn {
	width: 50%;
	float: left;
}

/* right column at 50% width */
#rightcolumn {
	width: 50%;
	float: right;
}

#header {
	/*height: 1px; necessary?? check size with image and apply if needed */
	width: 100%;
	height: 117px;
	margin-top: 10px;
	background: url(images/header.png) no-repeat;		
}

#footer {
	clear: both;
	width: 100%;
	height: 30px;
	margin-top: 30px;
	background: url(images/button_bg_darkblue.gif) repeat-x;
}

#footer p {
	color: white;
	text-align: center;
	padding: 0.5em;
}



/* ---- Menu styling ---- */

#menu {
	height: 30px;
	margin-bottom: 5px;
}

#menu ul {
	float: left;
	width: 100%;
	background: url(images/button_bg_darkblue.gif) repeat-x;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	color: white;
	padding: 5px 12px;
	text-decoration: none;
	border-bottom-style: none;
	background: transparent url(images/divider.gif) center right no-repeat;
}

#menu ul li a:visited {
	border-bottom-style: none;
}

#menu ul li a:hover {
	border-bottom-style: none;
	background: url(images/button_bg_orange.gif) repeat-x;
}



/* ---- Kunstnere styling ---- */

#artists_left {
	width: 200px;
	float: left;
	clear: left;
	position: relative;
	left: 0;
	margin-left: 0px;
}

#artists_right {
	width: 200px;
	float: right;
	clear: none;
	position: relative;
	left: 0;
	margin-left: 0px;
}

#news {
	width: 230px;
	float: right;
	clear: right;
	position: relative;
	left: 0;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px;
	border-style: dashed;
	vertical-align: top;
}

#news ul li {
	font-size: 10px;
	margin-bottom: 1em;
}


/* header for dates in news list */
#news h2 {
	font-size: 10px;
	margin: 0px;
}



/* ---- Galleri styles ---- */
div.kunst {
	width: 300px;
	
	float: left;
	clear: none;
	margin: 5px;
	padding: 0px 0px;
	border: 1px solid #808080; /* gray color */
	background: transparent;
	color: black;
}

div.kunst img {
	border: none;
	margin: 10px;
	width: 100px;
	height: 100px;
	vertical-align: center;
	float: left;
}

div.kunst p {
	margin-left: 120px;
	margin-right: 5px;
	margin-bottom: 0.5em;
	margin-top: 0px;
	line-height: 125%;
}

div.kunst h1 {
	margin-top: 1.5em;
}

#relaterede {
	clear: both;
	padding-top: 30px;
}

/* --- Profile styles --- */

div.profil h3 {
	text-align: left;
}
