/*
	Author: Thomas Skaflem <ts@macsimum.no>
	Site: vigeland.no

	Colors:
		orange: #??????
		yellow: #??????

	Categories:
		- Basic stuff
		- Main layout
		- Top navigation
		    - Navigation elements
		- Top bar
		- Right stuff
		- Left stuff
			- Navigation
			- Product list
		- Typography and content structure
		    - Products
		    - Articles
*/
@import 'reset.css';




#frontpage_pic 
{
	/* Make sure image width/height + padding match "#frontpage" width and height */
	padding: 7px 10px 7px 10px; 
	width: 641px;
	height: 483px;
}
/*
	Basic stuff
-----------------------*/
body {
	width: 100%;
	background: #fff url(../gfx/background.jpg) top repeat-x;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,p,a { font-family: Arial; }
strong {font-weight: bold;}
/*
	Main layout
-----------------------*/
#wrapper-top {
	width:990px;
	height:10px;
	background: transparent url(../gfx/content_top_shadow.png);
	margin: 60px auto 0 auto;
}
#wrapper-bottom {
	width:990px;
	height:10px;
	background: transparent url(../gfx/content_bottom_shadow.png);
	margin: 0 auto 50px auto;
}
#wrapper {
	width: 990px;
	height: auto;
	background: transparent url(../gfx/content_bg_shadow.png) center repeat-y;
	margin: 0 auto;
	padding-bottom: 30px;
}

#wrapper a{
     color: #108acb; /*#919294;*/
     text-decoration: none;
}

#right {
	width: 235px;
	height: auto;
	float: right;
	margin-right: 38px;
}

#right a 
{
	color: Black;
}

#right a:hover 
{
	color: White;
}

#header {
	width: 960px;
	height: 87px;
	/*background: #fff url(../gfx/header.jpg) no-repeat;*/
	background: #fff url(../gfx/vigeland_logo_top_2.png) center repeat-x;
	
	margin-left: 15px;
}
    #header p {
        font-size: 0.6em;
        color: #919294;
        float: left;
        padding: 40px 0 0 25px;
        text-transform: uppercase;
    }

#header img {
	vertical-align: bottom;
	float: right;
	padding-top: 25px;
	padding-right: 40px;
	
}

#bottom 
{
	float: left;
	margin-left: 15px;
	text-align: left;
	width: 960px;
}
#bottom p 
{
	padding-left: 17px;
}

#footer {
	width: 960px;
	height: 29px;
	border-top: 1px solid #dfe0e0;
	border-bottom: 1px solid #dfe0e0;
	clear: both;
	margin-left: 15px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}
    #footer p {
    font-size: 0.6em;
    color: #919294;
    padding: 10px 17px;
}
    #footer p.left {
        position: absolute;
        left: 0;
    }
    #footer p.right {
        position: absolute;
        right: 0;
    }
    #footer span {
        float: right;
        display: block;
    }
/*
	Top navigation
-----------------------*/
#menu {
	height: 33px;
	width: 960px;
	margin-left: 15px;
	/*background: #fff url(../gfx/menu-bg.jpg) repeat-x;*/
	background: #fff url(../gfx/blue_top_bg.png) repeat-x;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold; 
	/*font-variant:small-caps;*/
	text-transform: uppercase;
	padding-top: 12px; /*10px;*/
}

#menu ul li { float: left;}

#menu ul li a {
    display: block; 
    height: 33px;
    /*text-indent: -9999px;*/
    text-decoration: none;
    margin-left: 27px;
    margin-right: 27px; /*33px;*/
  	 color: Black;

}
    /* Navigation elements */
    #menu a.hjem {
        /*background: transparent url(../gfx/buttons/hjem.jpg) no-repeat;*/
        width: 28px;
        /*background-position: 0 -33px;*/
    }
        
    #menu a.inspirasjon {
        /*background: transparent url(../gfx/buttons/inspirasjon.jpg) no-repeat;*/
        width: 70px;
        /*background-position: 0 -33px;*/
    }
    #menu a.produkter {
        /*background: transparent url(../gfx/buttons/produkter.jpg) no-repeat;*/
        width: 65px;
        /*background-position: 0 -33px;*/
    }
    #menu a.kampanje {
        /*background: transparent url(../gfx/buttons/kampanje.jpg) no-repeat;*/
        width: 57px;
        /*background-position: 0 -33px;*/
    }
    #menu a.om-vigeland {
        /*background: transparent url(../gfx/buttons/om-vigeland.jpg) no-repeat;*/
        /*width: 72px;*/
        /*background-position: 0 -33px;*/
        width: 90px;
    }
    #menu a.kontakt {
        /*background: transparent url(../gfx/buttons/kontakt.jpg) no-repeat;*/
        width: 50px;
        /*background-position: 0 -33px;*/
    }
    #menu a:hover, #menu a.active {background-position: 0 0;}
    #menu ul li a:hover, #menu .active { color: White; }
    
    

/*
	Top bar
-----------------------*/
#top-bar {
	width: 960px;
	height: 50px;
	margin-left: 15px;
	text-align: left;
}
	#top-bar h3 {
		color: #f89e2b;
		font-size: 1em;
		font-weight: lighter;
		padding: 22px 0 0 22px;
	}

/*
	Right stuff
-----------------------*/
.small_header_bar 
{
	background: #fff url(../gfx/blue_small_bg.png) top repeat-x;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold; 
	/*font-variant:small-caps;*/
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	padding: 6px 1px 1px 10px;
}

.small_header_bar a 
{
		color: Black;
 	text-decoration: none;
}
a.aktuelt {
	width: 235px;
	height: 23px;
	/*background: #fff url(../gfx/aktuelt.jpg) no-repeat;*/
	display: block;
	/*text-indent: -9999px;*/
	/*margin-top: 25px;*/

}


div#aktuelt {
	width: 235px;
	height: auto;
	background-color: #f3f3f4;
	/*padding: 10px 0;*/
	text-align: left;
}

a.merkevarer {
	width: 235px;
	height: 23px;
	/*background: #fff url(../gfx/merkevarer.jpg) no-repeat;*/
	display: block;
	/*text-indent: -9999px;*/
	/*margin-top: 25px;*/
	/*margin-bottom: 50px;*/
}
a.merkevarer:hover, a.aktuelt:hover, a.active {
    background-position: 0 -23px;
    color: White;
}


#aktuelt img {
    float: left;
    margin-left: 10px;
	 width: 75px;
	 height: 75px;
}

#aktuelt h3 {
    font-size: 0.75em;
    font-weight: lighter;
    border-top: 1px solid #dfe0e0;
    border-bottom: 1px solid #dfe0e0;
    color: #919294;
    padding: 3px 0 3px 10px;
    margin-left: 80px;
}

#aktuelt p {
    font-size: 0.7em;
    color: #919294;
    line-height: 1em;
    margin-left: 80px;
    padding: 10px;
}
#aktuelt h3 a{
     color: #919294;
     text-decoration: none;
}
#aktuelt h3 a:hover {
    color: #108acb; /*#f8981d;*/
    }

/*
	Left stuff
-----------------------*/
#left {
	width: 660px;
	height: auto;
	margin-left: 37px;
	text-align: left;
}

.left-1 {
	width: 470px;
	height: auto;
	float: left;
	margin-left: 33px;;
}
.product_margin {
    margin-left: 15px;
}

	/* Navigation */
	ul#left-nav {
		width: 157px;
		list-style:none;
		float: left;
		border-top: 1px solid #dfe0e0;
		margin-bottom: 50px;
	}
	
	ul#left-nav li {
		font-size: 0.8em;
		border-bottom: 1px solid #dfe0e0;
		padding: 5px 0 5px 17px;
	}

	ul#left-nav a {
		color: #898a8d;
		text-decoration: none;
	}
	
	ul#left-nav a:hover {
		color: #108acb;
	}
	ul#left-nav a.active {
	    color: #108acb;
	    font-weight: bold;
	}
	
	/* Product list */
	h2.product-category {
		background-color: #f3f3f4;
		color: Black; /*#9e9ea1;*/
		font-size: 1em;
		font-weight: lighter;
		padding: 6px 0 6px 15px;
	}
	
	ul.products, ul.products li, ul.products a {
		display:block;
	}
	
	ul.products {
		margin-bottom: 25px;
	}

	ul.products a {
		font-size: 0.75em;
		padding: 6px 0 5px 15px;
		border-bottom: 1px solid #dfe0e0;
		text-decoration: none;
		color: #818285;
	}
	ul.products a:hover {background-color: #fff0dd;}
	
		span.product-name {
			display: block;
			width: 130px;
			float: left;
			font-weight: bold;
		}
		
		span.product-tags {
		
		}
		
/*
    Typography and content structure
-----------------------*/
#left h1 {
    font-size: 0.8em; /*0.9em;*/
    font-weight: lighter;
    border-top: 1px solid #dfe0e0;
    border-bottom: 1px solid #dfe0e0;
    color: Black; /* #919294;*/
    padding: 3px 0 3px 3px;
    margin-bottom: 15px;
}

#left p, #bottom p {
    font-size: 0.7em;
    color: #919294;
    padding-bottom: 15px;
    line-height: 1.3em; /*1.1em;*/
}

	/* Products */
    img.product {
        width: 225px; /* 255px; */
        height: 225px; /* 249px; */
        float: left;
        margin-right: 15px;
    }
	#product_margin p {margin-left: 15px;}
    div.short_description {font-size: 1.09em;}

	img.medium_list {
	    width: 225px;
	    height: 225px;
	    float: left;
	    margin-right: 15px;
	    border: 1px solid #dfe0e0;
	    margin-bottom: 15px;
	}
	
	h2.product_list {
        font-size: 0.8em;
        font-weight: lighter;
        border-top: 1px solid #dfe0e0;
        border-bottom: 1px solid #dfe0e0;
        color: Black; /*KB #919294; */
        padding: 3px 0 3px 3px;
        margin-bottom: 15px;
        margin-left: 240px;
    }
    
   #wrapper .product_list strong {
            color: Black; /*KB #919294; */
            text-decoration: none;
    }
    
	.product {
       min-height: 195px;
		 
    }
	
	/* Articles */
	#left img.liten_aktuelt {
	    width: 75px;
	    height: 75px;
	    float: left;
	    margin-right: 15px;
	    border: 1px solid #dfe0e0;
	}
	
	#left img.medium_aktuelt 
	{
		width: 225px;
		height: 225px;
		float: left;
	   margin-right: 15px;
	   border: 1px solid #dfe0e0;
	}
		
	#left img.stor_aktuelt {
	    width: 225px; /*200px; /*322px;*/
	    height: auto;
	    float: left;
	    
	    margin-right: 15px;
	    margin-bottom: 50px;
  	    border: 1px solid #dfe0e0;
	}
	#left h2.article_list {
        font-size: 0.8em;
        font-weight: lighter;
        border-top: 1px solid #dfe0e0;
        border-bottom: 1px solid #dfe0e0;
        color: Black; /*KB #919294; */
        padding: 3px 0 3px 3px;
        margin-bottom: 15px;
        margin-left: 90px;
    }
    #left h2.article_list.medium {
    	margin-left: 240px;
    }
    
    #left .article_medium 
    {
    	margin-left: 240px;
    	min-height: 195px;
    }
        #left h2 a.article_link {
            color: Black; /*KB #919294; */
            text-decoration: none;
        }
        #left h2 a.article_link:hover {
            color: #108acb;
        }
    .article p {
       padding-left: 103px;
    }
    #full_article {
        /*padding-left: 349px;*/
            width: 418px; /*320px;*/ /* Todo: Calculate correct width */ 
            float: left;
           /* border: 2px solid red;*/
            
    }
    #full_article p, #full_article_imageless p {padding-left: 3px;}

   
 
 
 #id_moments 
 {
 	height: 200px;
 }
 
 #merkevarer h3 {
    font-size: 0.75em;
    font-weight: bold;
    /*border-top: 1px solid #dfe0e0;
    border-bottom: 1px solid #dfe0e0;*/
    color: #919294;
    padding: 13px 0 3px 3px;
}

#merkevarer p {
    font-size: 0.75em;
    color: #919294;
    line-height: 1em;
    padding: 13px 0 3px 3px; /*13px;*/
}
#merkevarer a{
     color: #919294;
     text-decoration: none;
}

.livets_gleder {
    width: 233px;
    height: 220px;
    border: 1px solid #dfe0e0;
    /*background: #fff url(../gfx/tmp.jpg) center no-repeat;*/
}

.livets_gleder img 
{
	padding: 6px 0px 0px 1px;
	border: 0;
}

#mp_bottom
{
	width: 233px;
	font-size: 0.7em;
	font-weight: bold;
   padding: 0px 0px 0px 6px;
}

#mp_bottom ul li { float: left;}

#mp_bottom ul li a {
    display: block; 
    text-decoration: none;
    margin-left: 1px;
  	 color: White;
  	 width: 54px;
  	 height: 16px;
	 text-decoration: bold;
background-color: #A8A9AD;
padding-top: 4px;
}
a.mp_time
{
	
}

