@charset "utf-8";

/* 

	Kunde: bruvikbygda.no
	Versjon: 1.1
	Design: snedig.no
	E-post: elisabeth@snedig.no
	Opprettet: 23-09-08
	Endret: 

*/


* {margin: 0; padding: 0; border: none; list-style-type: none;}
body {background-color: #2F9196; color: #2D2D28; font: 76%/1.6 'Lucida Grande', 'Ludica Sans Unicode', sans-serif;}
a {color: #2F9196; text-decoration: none;}
a:hover {color: #267777;}

h1 a 			{
				margin-left: 10px;
				color: white; 
				font-size: 1.2em;
				font-weight: normal;
				}
 
h1 a:hover 		{
				color: white; 
				}

/*---Main layout---*/

#wrapper		{
				width: 940px;
				margin: 30px auto;
				background-color: #E2E1C7;
				}
		
#header			{
				/*bakgrunnsbildet er definert i header.php for at malsystemet i wp skal fungere*/
				height: 150px;
				margin-bottom: 15px;
				}
		
#mainNav		{
				float: left;
				width: 180px;
				}
		
#content		{
				width: 740px;
				float: right;
				margin-bottom: 10px;
				border-left: 1px solid #7D8933;
				min-height: 45em;
				
				}
			
#mainContent	{
			float: left;
				width: 500px;
				background-color: #E2E1C7;
				margin-left: 20px;
				}
				
#kunngjeringar		{
				float: right;
				margin-right: 12px;
				width: 180px;
				min-height: 45em;
				border-left: 1px solid #7D8933;
				}
							
#footer			{
				clear: both;
				line-height: 2em;
				background-color: #2F9196;
				}

				
/*---Divs&details---*/

#header h1		{
				font-size: 1.4em;
				}

#footer p		{
				font-size: .9em;
				line-height: 2em;
				color: #74BAB8;
				margin-left: 15px;
				}


#kunngjeringar h2	{
					font-size: 1.1em;
					text-transform: uppercase;
					color: #2F9196;
					margin-bottom: 1.6em;
					margin-left: 16px;
					}

#footer a		{
				color: #74BAB8;
				}

#footer a:hover	{
				color: white;
				}


/* ------------- CSS for a menu based on wp_list_categories ---------------- */

#mainNav		{
				font-size: 1.2em;
				margin-right: 6px;
				margin-left: 6px;
				}

#mainNav ul li a	{
					padding-left: 6px;
					width: 180px;
					display: block;
					outline: 0px solid white;
					}

#mainNav ul li ul	{margin-bottom: 1em;}

#mainNav ul li       a	{color: #386307;}
#mainNav ul li ul li a	{color: #7D8933; text-indent: 15px;}

#mainNav ul li.current_page_item a {color: white; background-color: #487818;}
#mainNav ul li.current_page_item ul li a	{color: #7D8933; background-color: #E2E1C7;} /*back to original colours*/

#mainNav ul li.current_page_parent a {color: white; background-color: #487818;}
#mainNav ul li.current_page_parent ul li a {color: #7D8933; background-color: #E2E1C7;} /*back to original colours*/
#mainNav ul li.current_page_parent ul li.current_page_item a {color: white; background-color: #98A052;}

#mainNav ul li a:hover {color: white; background-color: #2F9196;}
#mainNav ul li ul li a:hover {color: white; background-color: #6FC1C1;}
#mainNav ul li.current_page_item ul li a:hover {color: white; background-color: #6FC1C1;}
#mainNav ul li.current_page_parent a:hover {color: white; background-color: #6FC1C1;}
#mainNav ul li.current_page_parent ul li a:hover {color: white; background-color: #6FC1C1;}


/* ------------- end menu ---------------- */




/*---      ---*/

				
#mainContent p	{
				margin-bottom: .6em;
				}

#mainContent a	{
				font-weight: bold;
				}

#mainContent a:hover	{
						text-decoration: underline;
						}

.post			{
				margin-bottom: 1em;
				padding-bottom: 1em;
				border-bottom: 1px solid #F4F2D9;
				}

.post h2		{
				clear: both;
				font-size: 1.8em;
				margin-bottom: .4em;
				color: #7D8933;
				}

.entry h1, .entry h2, .entry h3 	{color: #5A6025;}

.entry h1	{
			font-size: 1.4em;
			}

.entry h2	{
			font-size: 1.2em;
			margin-bottom: 0em;
                        clear: both;
                        padding-top: 2em;
			}
			
.entry h3	{
			font-size: 1em;
			color: #2D2D28;
			}

#kunngjeringar .post {
					margin-left: 16px;
					margin-bottom: 1em;
					padding-bottom: 1em;
					border-bottom: 1px solid #81C6C6;
					}

				
.last_modified {
			font-size: 1em;
			color: #2F9196;
margin-top: -14px;
margin-bottom: 14px;
			}

/*---Bilder---*/

img		{
		margin: 1em 0;
		}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 7px 12px 0;
	display: inline;
	}

img.aligncenter {
	padding: 0;
	margin: 0 0 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
#sponsors img	{
				margin-bottom: 10px;
				}


/* the end */

/* calendar widget list */
/* * Thickbox CSS */
div#TB_title {
	/*background-color: #105681;
*/
	background-color: #000000;
	color: #FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
	color: #cfcfcf;
}
/* * JQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
	width: 225px;
	word-wrap: break-word;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#tooltip ul {
	padding: 0;
}
#tooltip li {
	margin: 0 10px;
	width: auto;
}
/* * Large Calendar */
/* * Calendar formatting */
#wp-calendarLarge {
	border-collapse: collapse;
	margin: auto;
}
#calendar_wrapLar img {
	border: none;
	padding: 0;
	margin: 0;
}
#wp-calendarLarge td {
	border: thin solid black;
	width: 70px;
	height: 100px;
	padding: 0;
	vertical-align: top;
font-size: 9px;
	font-weight: normal;
}
.event-block a:link, .event-block a:visited, .event-block a:hover, .event-block a:active {
	text-decoration: none;
	border: none;
}
#wp-calendarLarge .event-block {
	border-top: 1px solid #444;
	display: block;
	padding: 2px 0 0 2px;
	line-height: 11pt;
	color: navy;
}
#wp-calendarLarge .dayHead {
	/* background-color: #333333;
*/
	background-color: #173b6d;
	color: white;
	font-weight: bold;
	z-index: 1000;
}
#todayLarge {
	background-color: #9BA9CF;
	color: #FFF;
}
/* * Days events calendar */
#EC_daysEvents {
	font-size: 14px;
}
.EC_title {
	background: #A4CAE6;
}
.EC_location {
	background: #FFF8DC;
}
.EC_time {
	background: #CCCCCC;
}
.EC_date {
	background: #E0EEEE;
}
.EC_linkout_and_postid {
	background: #bfd3ed;
}
/* * Widget Calendar formatting OPTIONAL */
.EC_Widget_display {
	text-align: center;
}
.widgettitle {
	text-align: left;
	/* margin: 0 0 1em;
*/
}
#wp-calendar caption {
	margin: 10px 0 0 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	background-color: white;
	border: thin solid darkgray;
	-moz-border-radius: 3px 3px 0 0;
}
#wp-calendar {
	margin: 0 1px 0 2px;
	border-collapse: collapse;
}
*+html #wp-calendar #today {
	border: 3px solid blue !important;
}
#wp-calendar #today {
	display: block;
	font-weight: bold;
	background-color: #a8c3d6;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;
*/
	z-index: 1;
}
#wp-calendar .pad {
	font-weight: bold;
}
#wp-calendar .padcent {
	background-color: white;
	border: thin solid darkgray;
}
#wp-calendar .padday {
	background-color: gainsboro;
}
#wp-calendar th {
	width: 11%;
	color: white;
	background-color: #173b6d;
}
#wp-calendar td {
	border: thin solid darkgray;
	background-color: white;
	text-align: center;
}
/* * Widget List Calendar OPTIONAL */

#events-calendar-list {

					margin-left: 16px;
					margin-bottom: 1em;
					padding-bottom: 1em;
					border-bottom: 1px solid #81C6C6;

}

#events-calendar-list li {
text-align: left;
	
}
#events-calendar-list li a:link, #events-calendar-list li a:visited, #events-calendar-list li a:hover, #events-calendar-list li a:active {
	background: none;
	text-decoration: none;
	border: none;
	color: dimgray;
}
#events-calendar-list li:hover {
	background-color: gainsboro;
	
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding: 20px;
	height: 160px;
	opacity: 0.95;
	background: url('../images/shadow3.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
}
#tooltip.pretty div {
	width: 220px;
	text-align: left;
}
#tooltip.fancy {
	background: url('../images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}


#comment {
        width: 500px;
	height: 100px;
}
