@import url('../twentyten/style.css');

/*
Theme Name: Kappfjell
Theme URI: URI to your theme
Description: Developement theme by Carl Cerstrand
Author: Carl Cerstrand
Version: 1.0.1
Template: twentyten
Tags: two-columns, right-sidebar, custom-header, custom-colors, custom-background, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/



/* SIDANS BREDD ---START--- */

#access, .menu-header, div.menu, #colophon, #branding, #main {
	width:1000px;
}
/* SIDANS BREDD ---END--- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


#wrapper {
	width: 1000px;

background-image: url('images/kappfjell_bgfoto.jpg');
background-repeat:repeat-y;
}

#main{
	background-image: url('images/kappfjell_alpha.png')
}

#container {
	float: left;
	margin: 10px 0 20px 0;
	width: 100%;
	
}
#content {
border-right-style: solid;
border-right-width: 1px;
padding-right: 10px;
float: left;
	width: 700px;
	margin: 0 0 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	
	color: #000000;
	clear: both;
	width: 100%;
}

h1 {
	font-family: Georgia;
}

a:link {
	color: #999;
}
a:visited {
	color: #999;
}
a:active,
a:hover {
	color: #ffffff;
}

.page-link a:active,
.page-link a:hover {
	color: #ffffff;
}

.entry-title a:active,
.entry-title a:hover {
	color: #ffffff;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #ffffff;
}

.navigation a:active,
.navigation a:hover {
	color: #ffffff;
}

.entry-title {
	font-family: Georgia;
	font-weight: normal;
}

.cat-links,
footer.entry-meta
{

display:none;
}

#logos{
	float:left;
	height:49px;
	width:250px;
	
}

#logo_twigneck{
	float: left;
	width:120px;
	height:49px;
	
	
}

#logo_certones{
	float: right;
	width:120px;
	height:49px;
	
}



#minilinks{
	float:right;
	height:49px;
	width: 100px;
}

#logo_facebook{
	float: left;
	width:49px;
	height:49px;
	
	
}

#logo_spotify{
	float: right;
	width:49px;
	height:49px;
	
	
}

#logo_certones:hover, #logo_facebook:hover, #logo_spotify:hover{
	opacity: 0.7; 
    -moz-transition: all 0.4s ease-out;  /* FF4+ */
    -o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out;  /* IE10? */
    transition: all 0.4s ease-out;
	
}

hr {
	
	border-color: #000000;
	background-color: #000000;
}

/*
LAYOUT: END
*/

/* HEADER */
#branding img {
border-top: 0px solid black;
border-bottom: 0px solid black;
display: block;
float: left;
background:#E8DDCF;
opacity: 0.7;
}

/* HEADER: END */


/* MENY STYLING ---START--- */

#access {
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	width: 1000px;
	border-bottom: 5px solid black;
	background-image: url('images/kappfjell_alpha.png')
	
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 295px;
	width: 1000px;
	
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

/*KNAPP - DEFAULT */

#access a {
	color: #000000;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-family: Georgia;
	font-size:large;
}

/*KNAPP - DEFALUT - END */

#access ul ul {
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 20px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 100px;
	height: auto;
}

/*HOVER KNAPP*/

#access li:hover > a,
#access ul ul :hover > a {
	background: transparent;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}

/*AKTIV KNAPP*/

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #ffffff;
	
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* Changes the colour and padding of the sub-menu items */
#access ul ul a {
	background: #818286;
	color: #fff;
	padding: 10px 20px;
	width: 123px;
}

#access ul ul :hover > a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(129, 130, 134)),to(rgb(225, 232, 232)));
}

/* Changes the colour of the description text when on the current page */
#access ul li.current_page_item > a span,
#access ul li.current-menu-ancestor > a span,
#access ul li.current-menu-item > a span,
#access ul li.current-menu-parent > a span {
	color: #fff;
}







/* MENY STYLING ---END--- */

#site-generator {
	font-family: Arial;
	font-style: normal;
	text-align: center;
	float: none;
	margin: auto;
}

#site-generator a {
	background: none;
	line-height: 16px;
	padding-left: 0px;
}