/*******************************/
/* STYLE SHEET - Version 1.0   */
/* SITE: www.ekvalltornblom.se */
/* AUTHOR: Michael Campanella  */
/* WWW.CAMPANELLA.SE           */
/*******************************/

/* GENERIC */
@font-face {
	font-family: Futura lt;
	src: url('../fonts/FtraLt__.ttf');
}

body {
	font: 1.1em Futura lt, Arial, Verdana, sans-serif; 
	line-height: 1.3em;
	background: #252525;
	color: #FFF;
}



h1, h2{
	margin: 0px 0px 15px 0px;
	width: 60%;
	border-bottom: double 4px #7c7c7c;
	font: normal 1.8em/1.3 futura lt, arial, san-serif; 
	text-align: left;
	color: #FFF;
}
h2 {
	margin-top: 50px;
}
h3, h4 {
	margin: 0px 0px 15px 0px;
	font: normal 1.4em/1.3 futura lt, arial, san-serif; 
	text-align: left;
	color: #FFF;
}
p a, li a {
	color: #FFF;
	text-decoration: none; 
}
p a:hover, li a:hover {
	border-bottom: 1px solid #66cccc;
}
a img {
	border: 1px solid #7c7c7c;
}
a img:hover {
	border: 1px solid #66cccc;
}
#tourquise {
	color: #66cccc;
} 

/* HELPERS */

.float_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.float_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.center {
	margin: 15px auto 15px auto;
	display: block;
}

/* LAYOUT */

#wrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto 0 auto;
	overflow: auto;
	padding: 0;
}

#header {
	width: 940px;
	height: 80px;
	background-image: url("../images/layout/header.jpg");
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
}
#navigation {
	width: 761px;
	height: 75px;
	margin: 17px auto 30px auto;
	background-image: url("../images/layout/nav_bg.jpg");
	background-repeat: no-repeat;
	overflow: auto;
	text-align: center;
}
ul#nav_menu {
	width: 760px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
ul#nav_menu li {
	list-style-type: none;
	display: block; 
	width: 190px;
	height: 60px;
	float: left;
	margin: 0;
}
ul#nav_menu li#hem { background-image: url("../images/layout/hem.jpg");}
ul#nav_menu li#hem:hover {background-image: url("../images/layout/hem_hv.jpg");}
ul#nav_menu li#om {background-image: url("../images/layout/om.jpg");}
ul#nav_menu li#om:hover {background-image: url("../images/layout/om_hv.jpg");}
ul#nav_menu li#konstnarer {background-image: url("../images/layout/konstnarer.jpg");}
ul#nav_menu li#konstnarer:hover {background-image: url("../images/layout/konstnarer_hv.jpg");}
ul#nav_menu li#butik {background-image: url("../images/layout/butik.jpg");}
ul#nav_menu li#butik:hover {background-image: url("../images/layout/butik_hv.jpg");}

ul#nav_menu li a {
	display: inline-block;
	width: 190px;
	height: 60px;
}
ul#nav_menu li a:hover {
	border-bottom: none;
}

body.hem ul#nav_menu li#hem {background-image: url("../images/layout/hem_hv.jpg");}
body.om ul#nav_menu li#om {background-image: url("../images/layout/om_hv.jpg");}
body.konstnarer ul#nav_menu li#konstnarer {background-image: url("../images/layout/konstnarer_hv.jpg");}
body.butik ul#nav_menu li#butik {background-image: url("../images/layout/butik_hv.jpg");}

#content {
	width: 560px;
	min-height: 600px;
	float: left;
	margin: 0 0 50px 10px;

}
#exhibit {
	width: 554px;
	margin: 0px 0px 0px 0px;
	border: 1px solid;
}

#sidebar {
	width: 290px;
	min-height: 600px;
	float: left;
	margin: 0px 0 25px 80px;
}

#footer {
	clear: both;
	width: 761px;
	margin: 0 auto 0 auto;
	border-top: 1px solid #7c7c7c;

}
#footer p {
	text-align: center;
	font-size: 85%;
}

/* Hem */

ul#kommande {
	width: 480px;
	border-left: double 4px #7c7c7c;
	border-right: double 4px #7c7c7c;
	list-style-type: none;
	margin: 30px auto 0px auto;
	padding: 10px 0px 10px 0px;
}
ul#kommande li {
	width: 460px;
	height: 25px;
	margin: 0 auto 5px auto;
	display: block;
	border-bottom: 1px solid #7c7c7c;
	padding-left: 5px;
	font-family: futura lt, arial, san-serif; 
}
ul#kommande li:hover {
	border-bottom: 1px solid #66cccc;
}

/* KonstnŠrer */

ul.shadetabs {
	width: 280px;
	border-left: double 4px #7c7c7c;
	border-right: double 4px #7c7c7c;
	list-style-type: none;
	margin: 80px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
ul.shadetabs li {
	width: 260px;
	height: 25px;
	margin: 0 auto 5px auto;
	display: block;
	border-bottom: 1px solid #7c7c7c;
	padding-left: 5px;
	font-family: futura lt, arial, san-serif; 
}
ul.shadetabs li:hover {
	border-bottom: 1px solid #66cccc;
}
ul.shadetabs li a:hover {
	border-bottom: none;
}