/*
CSS for elaztic.com created by Lasse Seesink Jørgensen.
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 */
	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 {
	padding: 0px;
	margin: 0px;

}

li {
	text-indent: 10px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}


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


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

/* 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/header2.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;
}

.left_clear {
	float: left;
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}

.blue {
	color: #396475; /* dark blue color */
}


/* ---- 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;
	text-indent: 0px;
}

#menu ul li a {
	float: left;
	color: white;
	padding: 8px 10px;
	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 ---- */border: none;

/* left column used in kunstnere.html */
#leftcolumn_wide {
	width: 67%;
	float: left;
}

/* right column used in kunstnere.html */
#rightcolumn_narrow {
	width: 30%;
	height: 100%;
	float: right;
	border-color: grey;
	border-style: dashed;
	border-width: 1px;
	padding: 5px;
}

#rightcolumn_narrow ul li {
	text-indent: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 1em;
}


/* header for stort bogstav i listen af kunstnere */
#leftcolumn_wide h2 {
	text-align: left;
}



/* ---- 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;
}

/* --- Udstillingssteder styles --- */

div.threerow {
	float: left;
	width: 30%;
	height: 8em;
	overflow: auto;
	margin: 5px;
}

/* --- Banner style --- */

#banner{
	text-align:center;
	margin:30px 0px;
}

#banner img {
	border: none;
}
