/*
Theme Name: gyllsjo.se
Theme URI: http://www.gyllsjo.se
Description: Theme for gyllsjo.se.
Version: 1.0
Author: Agile Marketing
Author URI: http://www.agilemarketing.se
Tags: blue, three columns
Text Domain: 
*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 0.8em;
	background: #fff url(site_graphics/grey_background.jpg) repeat-x;
	} 


/* Structure */

#shadow_1 {
	margin: auto;
	width: 1006px;
	background: #fff url(site_graphics/shadow_1.gif) repeat-y;
	}

#shadow_2 {
	width: 1006px;
	background: url(site_graphics/shadow_2.gif) no-repeat;
	}


#container {
	margin-left: 18px;
	width: 960px;
	min-height: 1200px;
	border: 1px solid #888;
	background-color: #fff;
	position: relative;
	top: 0;
	left: 0;
	}

#header {
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 40px;
	}

#nav_main {
	width: 880px;
	margin-top: 10px;
	}

#content_start_page {
	margin-left: 40px;
	margin-right: 40px;
	min-height: 300px;
	padding-top: 380px;
	}

#content {
	margin-left: 40px;
	margin-right: 40px;
	min-height: 500px;
	padding-top: 180px;
	}

#content_top {
	min-height: 10px;
	}

#empty_left_column {
	width: 60px;
	margin-right: 40px;
	float: left;
	min-height: 100px;
	}


#nav_left {
	width: 180px;
	margin-right: 40px;
	border-top: 10px solid #0170b7;
	float: left;
	}

#main_content_start_page {
	width: 580px;
	float: left;
	margin-right: 20px;
	}
	
#main_content_wide {
	width: 680px;
	float: left;
	margin-right: 30px;
	}

#main_content_medium {
	width: 550px;
	float: left;
	margin-right: 40px;
	}

#main_content_narrow {
	width: 430px;
	float: left;
	margin-right: 40px;
	}


#right_content_start_page {
	width: 280px;
	float: right;
	}	

#right_content_normal_page {
	width: 190px;
	float: right;
	border-top: 10px solid #0170b7;
	height: 400px;
	}



#content_bottom {
	clear: both;
	padding-top: 20px;
	min-height: 10px;
	}

#box_blue {
	width: 280px;
	margin-right: 20px;
	border-top: 10px solid #0170b7;
	float: left;
	}

#box_green {
	width: 280px;
	border-top: 10px solid #45a12a;
	float: left;
	}


#footer {
	clear: both;
	margin: 30px 40px;
	border-top: 1px solid #0170b7;
	padding: 5px 20px;
	color: #666;
	font-size: 0.8em;
	}


.spacer {
	clear: both;
	height: 1px;
	}


	


/* Navigation */

/* Top navigation */
#nav_main ul {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #0170b7;
	}

#nav_main ul li {
	list-style: none;
	display: inline;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #FFF;
	}

#nav_main ul li a {
	text-decoration: none;
	color: #FFF;
	}

#nav_main ul li a:visited {
	text-decoration: none;
	}

#nav_main ul li a:hover {
	text-decoration: underline;
	}

.current_page_item, .current_page_parent{
	font-weight: bold;
	}

/* Left navigation */
#nav_left h2 {
	color: #0170b7;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	padding-left:0;
	margin-bottom: 15px;
	margin-top: 10px;
	}

#nav_left li {
	list-style: none;
	margin-top: 7px;
	padding-left: 0px;
	}

#nav_left li a {
	text-decoration: none;
	}

#nav_left li.current_page_item a {
	color: #0170b7;
	}





/* Footer */
#footer ul li {
	list-style: none;
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #666;
	}

	

/* Content */

#flash {
	width: 880px;
	height: 250px;
	margin-top: 10px;
	}

#photo_bar {
	width: 880px;
	height: 50px;
	margin-top: 10px;
	background-color:#bbb;
	}

a img {
	border: none;
	}

/* Language selector */
#language_list {
	float: right;
	padding-right: 72px;
	padding-top: 17px;
	}

#language_list ul li{
	list-style: none;
	display: inline;
	padding-right: 10px;
	}

/* Site map */
#sitemap li{
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#sitemap li li{
	padding-left: 25px;
	}

#sitemap li a{
	font-weight:normal;
	}
	
	


/* Typography */

p {
	line-height: 120%;
	margin-bottom: 7px;
	letter-spacing: normal;
	}

/*pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0170b7;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 7px;
	letter-spacing: normal;
	}
*/

strong {
	font-size: 120%;
	line-height: 120%;
	color: #0170b7;
	font-weight: bold;
	}

em {
	font-style: normal;
	}

h1 {
	font-size: 300%;
	color: #0170b7;
	font-weight: normal;
	/*margin-top: 15px;*/
	margin-bottom: 10px;
	}

#right_content_start_page h2, #right_content_normal_page h2, #box_blue h2 {
	font-size: 150%;
	color: #0170b7;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 3px;
	}

#box_green h2 {
	color: #45a12a;
	font-size: 150%;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 3px;
	}

h2 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 2px;
	}	

h3 {
	font-size: 90%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 2px;
	}

a {
	text-decoration: underline;
	color: #222;
	}

a:visited {
	text-decoration: underline;
	color: #222;
	}

a:hover {
	text-decoration: underline;
	color:#999;
	}

#main_content_medium li, #main_content_wide li, #main_content_narrow li {
	margin-left:20px;
	padding-left:5px;
	margin-bottom: 7px;
	}


/* images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0 0 10px 20px;
	display: inline;
	}

img.alignleft {
	padding: 0 20px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.aligncenter, .center {
        display:block;
        margin:0 auto 25px auto;
        }

/* Bl� "L�s mer >>" och "<< Tillbaka" 
a.more {
	color: #048;
	text-decoration: none;
	}
	
a.more:hover {
	color: #999;
	text-decoration: none;
	}*/
