/*
	CSS for opplevostfold.no
	Author: Michael Odden <contact@michaelodden.com>
	Last-modified: 
	
	Common colors:
		red: #ed1c24
		red, dark: #A00309
		gray: #bcbcbc
		highlight (blue): #0377BA, #0B6AA0
	
		
*/

body { background: #fff; margin-top: 0; }
#header h1 { display: none; }
h3 { color: black; font-size: 12px; margin: 0; }
.nv { display: none; }

/* General rules based on design */
* { font-family: "Lucida Grande"; }
a { text-decoration: none; color: #fff;  }
a:hover {}
a:active {}
#content p { font-family: arial; font-size: 14px;}
#content a { color: #0B6AA0; }
#content a:hover { text-decoration: underline; }

/* color scheme */
body {  }
#container { background: #ed1c24; padding-top: 10px; }
#nav-main {
	background: #ddd;
	border-radius: 5px 5px 0 0;
	}
#nav-main a { font-family: arial; font-size: 14px; }
#nav-main .current a { text-decoration: underline; }

#header { background: white; height: 220px; }
/*	#logo-container, #header-image { background: white; height: 160px; }  */
	#logo-container { padding-top: 5em; } 
	#logo-container img { margin-left: 10px; } 
#nav-assistive { color: white; }
	#nav-assistive a { color: white; }
	#nav-assistive a:hover { text-decoration: underline; } 
#content { background: #ddd; padding-bottom: 2em; border-radius: 0 0 5px 5px;}
	#inner-content { margin: 0 1em 1em; }

/* Main navigation */
#nav-main { }
#nav-main ul { margin: 0; padding: 0 0 0 1em; clear: both; list-style: none; }
#nav-main li { float: left; padding: 0; margin: 0; list-style: none; }
#nav-main a { color: black; display: block; padding: 1em 1em; }
#nav-main a:hover { text-decoration: underline; }

/* Typography */
h1 { font-weight: normal; border-bottom: 2px solid #ccc; margin-top: .3em; }
h2 { } 
h3 { }
h4 { }
p { }



/* Gallery */

ul.galleries { }
ul.galleries a { font-size: 1.4em; color: black; }
ul.galleries { }
ul.galleries { }

ul.gallery-images { list-style: none; margin: 0; padding: 0; width: 100%;}
ul.gallery-images li { float: left; margin: 0; padding: .5em; }

/* Footer  */
#footer { text-align: center; margin: 1em 6em; padding-bottom: .1em; color: #f66; bottom: -5em; position: relative; }
	#footer a { color: #aaa; }
	
	
/* Compatibility stash */
#nav-main {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
