/*
Title:	Master styles for screen media
Author:	mail@henninglystad.no, leaning heavily on dan@simplebits.com
*/

body {
	font-family: Georgia, Times, serif;
	color: #000;
	font-size: 10.5pt;
	background: #fff;
	line-height: 1.6em;
	}

/* links */

a:link, a:visited {
	/*font-family: Myriad, Helvetica, Arial, sans-serif;*/
	color: #369;
	outline: none;
	text-decoration: none;
	/*font-weight: bold;*/
	
	}
a:hover {
	color: #000;
	text-decoration: none;
	
	}


/* page structure
------------------------------------------------------------------------- */

#wrap {
	width: 98%;
	margin: 0 auto;
	max-width: 1000px;
	

	}
#main {
	float: left;
	width: 65%;
	}
#secondary {
	float: right;
	width: 33%;
	}
.main-left {
	float: left;
	width: 65%;
	}
.main-right {
	float: right;
	width: 33%;
	/*background: #ddd;*/
	}
#footer {
	
	}

/* header
------------------------------------------------------------------------- */
#logo {
	background: url(../images/naa-logo-gold-140px.png) no-repeat top left;
	padding: 0 0 0 0;
	margin: 10px 0;
	}

#logo h1 {
	float: left;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 32px 50px 5px 135px;
	font-weight: normal;
	}
#logo em {
	font-size: 130%;
	font-style: normal;
	}
#logo ul {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	color: #666;
	text-align: right;
	margin-top: 30px;
	}
#logo ul li {
	float: left;
	padding: 0 3px;
	}
#logo a {
	display: block;
	color: #000;
	}
#logo a:hover {
	color: #000;
	text-decoration: none;
	}

/* nav */

 #nav {
	background: #e3e3e3;
	overflow: hidden;
	}
#nav li {
	float:left; 
	}
#nav li a {
	overflow: hidden;
	display: block;
	color: #897131;
	margin:0 5px 0 5px; 
	padding:10px 5px 10px 5px;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	}
#nav li a.first {
	margin-left: 0;
	padding-left: 10px;
	}
#nav li a:hover {
	color: #000;
	text-decoration: none;
	} 
#nav ul li a strong {
	display: block;
	}
#nav ul li a em {
	display: block;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #666;
	}
#nav ul li.last {
	margin-right: -10px;
	}
	
#header {
	margin: 30px 0 30px 0;
	}
.current {
	background: #fff;
	border-left: solid 1px #87705d;
	border-top: solid 1px #87705d;
	border-right: solid 3px #87705d;
	}
.sub-nav li {
	float: left;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.85em;
	}	
.sub-nav li a {
	color: #897131;
	}
.sub-nav li a:hover {
	color: #000;
	text-decoration: none;
	}

/* main styles
------------------------------------------------------------------------- */
#main img {
	max-width: 100%;
	/*float: left;*/
	padding:0 2% 2% 0;
	display: inline;
	}
#main2 img {
	max-width: 100%;
	float: left;
	padding-right: 15px;
	display: inline;
	}
#main div {
	position: relative;
	margin-bottom: 10px;
	}
#main h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	padding: 10px 0 10px 0;
	font-weight: bold;
	}	
#main h2 em {
	font-style: normal;
	font-weight: normal;
	}
#main h3 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 0 0 3px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #87705d;
	line-height: 1.3em;
	}
#main h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #897131;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}
#main h4 em {
	font-style: normal;
	font-weight: normal;
	}
#main h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.85em;
	font-style: italic;
	}
#main p {
	padding-bottom: 10px;
	font-size: 1.1em;
	
	}
#main em {
	font-style: normal;
	font-weight: bold;
	}
#main a:hover {
	background-color: #ebe4c2;
	}	
.column {
	float: left;
	width: 300px;
	margin-right: 5px;
	}
#main ul {
	padding-bottom: 15px;
	}
#main dl {
	padding: 0 10px 10px 0;
	width: 310px;
	float: left;
	}
#main dt {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
#main dd img {
	float: right;
	margin-left: 10px;
	}
#main dd em {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	}
.img-left {
	float: left;
	padding: 0 5px 5px 0;
	}
.entry {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #666;
	float: left;
	width: 100%;
	}
.entry img {
	float: left;
	}

.title-overlay span {
	display: block;
	position: absolute;
	width: 95%;
	top: 0;
	left: 0;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	background: #251d0e;
	background: rgba(37,29,18, .9);
	padding: 10px 0 10px 5%;
	}
p.title-overlay a:hover {
	text-decoration: none;
	}
/* main - utstillinger styles
------------------------------------------------------------------------- */
#utstilling_naak {
	float: left;
	width: 48%;
	}
	
#utstilling_snk {
	float: right;
	width: 48%;
	/*display: none;*/	
	}

#utstilling_naak img, #utstilling_snk img {

	}
	
/* #utstilling_naak h3, #utstilling_snk h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	line-height: normal;
	border-bottom: none;
	margin-bottom: 0;
	}	*/
#utstilling_naak h4, #utstilling_snk h4 {
	font-weight: bold;
	}
/*#utstilling_naak h5, #utstilling_snk h5 {
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}*/
.img_container {
	float: inherit;
	max-height: /*250px*/ 320px;
	overflow: hidden;
	position: relative;
	}
#utstilling_naak a, #utstilling_snk a {
	display: block;
	
	color: #000;
	}	
#utstilling_naak a:hover, #utstilling_snk a:hover {
	display: block;
	background: rgba(0,0,0, .9)
	color: #000;
	}
	
.verksted img {
	float: left;
	width: 200px;
	}

/* secondary styles
------------------------------------------------------------------------- */

#secondary img {
	max-width: 100%;
	padding: 5px 0 5px 0;
	}
#secondary h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	}
#secondary h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0 0 3px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #87705d;
	}
/* #secondary h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #87705d;
	}	*/
	
#secondary h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
	}
#secondary h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	font-style: italic;
	}
#secondary a:hover {
	background-color: #ebe4c2;
	}	
#secondary ul li em {
	font-weight: bold;
	font-style: normal;
	}	
#secondary ul {
	padding: 0 0 10px 0;
	}
#secondary p {
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px 0 0 0;
	line-height: 1.3em;
	font-size: 0.9em;
	}
#secondary p em {
	font-style: italic;
	}
.gallery /*img*/ {
	width: 50%;
	float: left;
	/* margin: 0  2% 3% 0 */
	max-height: 150px;
	overflow: hidden;
	position: relative;
	}

/* footer
------------------------------------------------------------------------- */
#footer {
	border-top: solid 1px #87705d;
	margin-top: 50px;
	padding: 20px 10px 30px 10px;
	background: url(http://www.nils-aas-kunstverksted.no/ee/images/naak-img/footer-bg.jpg) top left repeat-x;
	}
#footer .col4 {
	width: 21%;
	float: left;
	padding: 10px 2% 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	margin-bottom: 20px;
	line-height: 1.3em;
	}
#footer h3 {
	font-size: 1.1em;
	font-weight: bold;
	}
#footer a:hover {
	background-color: #ebe4c2;
	}	
#footer ul li em {
	float: right;
	}
#footer-logos {
	width: 100%;
	}
#footer-logos img {
	float: left;
	padding-right: 50px;
	}

/* misc.
------------------------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}
.blurb {
	padding: 10px 5px;
	background: #e3e3e3;
	margin-bottom: 10px;
	}
.nofloat img {
	float: none;
	clear: both;
	}
#secondary .blurb p cite {
	font-size: 1em;
	padding: 0 0 0 15px;
	line-height: 1.3em;
	}
#secondary .blurb p {
	background: url(../images/quote01.png) no-repeat top left;	
	padding: 10px 15px;
	font-family: Georgia, Times, serif;
	}
#secondary .blurb h5 {
	padding-left: 10px;
	}
.caps {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}
.fatcaps {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: bold;
	}


/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


.verksted:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}








