﻿/*  
Theme Name: lederboka.no
Description: Design og oppsett til lederboka.no
Version: 1.0
Author: Eskild Skov Pedersen
Author URI: http://simplisert.com
*/
*{
	margin:0;
	padding:0;
}




/*-------------------------
--------HOVEDGREIER--------
---------------------------*/
body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #EDEDED;
	margin:0 0 20px 0; /*for IE*/
}

#page{	
	margin:20px auto;
	padding:30px 50px;
	border:1px solid #e2e2e2;
	width:700px; /*800-padding*2*/
	background: #fff;
}

/*-------------------------
----------HEADER-----------
---------------------------*/

#header{
	margin:0 0 20px 0;
}
	#header h1{
		font:4em Georgia, "Times New Roman", Serif;
	}

	#header a{
		color:#111;
		text-decoration:none;
	}
	
	#header hr{
		margin: 20px 0 0 0;
	}
	
	#header #description {
			font:2em Georgia, "Times New Roman", Serif;

	}
/*-------------------------
----------VIKTIG MARKUP-----
---------------------------*/


a{
	color:#0000ff;
}

a:hover{
	color:red;
}

hr{
	border:none;
	height: 1px;
	color:#e2e2e2;
	background-color:#e2e2e2;
}



p{
	line-height:1.8em;
	font-size:1.2em;
	margin:0 0 7px 0;
}

img{
	padding:2px;
	margin:0 6px 0px 0;
	border: 1px solid #E2E2E2;
	float:left
}

li{
	list-style: none;
}

hr{
	clear:both;
}

blockquote{
	margin:0 0 0 30px;	
}

ul{
	margin:0 0 10px 0;
}
/*-------------------------
---------INNHOLD-----
---------------------------*/
h2{
	margin:0 0 4px 0;
	font-size:1.6em;
	font-weight:bold;
	font-family:Georgia, "Times new roman", serif;
}

h3{
	clear:both;
	font-size:1.3em;
	margin:15px 0 1px 0;
}
#content{
	float:right;
	width:80%;
	margin:0 0 30px 0;
}
	#content li{
	line-height: 1.6em;
	font-size: 1.2em;
	list-style-type: square;
	list-style-position: inside;
}
#welcome{
	clear:both;
	background: #f1f1f1;
	width:96%;
	padding:2%;
	font:2em Georgia, "Times New Roman", Serif;
	line-height:1.3em; 
	overflow: auto;

}

	#welcome img{
		margin:0 8px 0 0;
	}
#com_front{
	font-size:1.1em;
	line-height:1.5em;
}

	#com_front li{
		list-style:none;
	}
	
#contact li{
	list-style:none;
}

.ngg-gallery-thumbnail-box img{
	margin:0 5.5px 5.5px 0;
}

a:hover img {
	background:#E2E2E2;
}

#front_list li{
	list-style: none;
}
/*-------------------------
---------SIDEBAR-----------
---------------------------*/
#sidebar{
	width:20%;
	float:right;
}

	#sidebar li a{
		font-size:1.1em;
		line-height: 1.5em;
	}
	
li.post p{
	margin: 0;
	display: inline
}


/*-------------------------
----------FOOTER-----------
---------------------------*/
div#footer{
text-align:center;
clear:both;
margin: 20px auto 0 auto;
}

	#footer p{
		margin:0 auto;
		text-align:center;
		width:100%;
	}
	
	#created_by, #created_by a{
		color:#ccc;
		text-align:right;
		float:right;
	}
	
		#created_by a{
			float:none;
		}

/*-------------------------
----------MISC-------------
---------------------------*/

.clear{
	clear:both;	
}
		 a[href$=".doc"]
		{
		padding-bottom:2px;
		padding-right:19px;
		padding-top:2px;
		background: url(/wp-content/themes/lederboka/images/silkicons/page_white_word.png) no-repeat scroll right center;
		}

		 a[href$=".pdf"]
		{
		padding-bottom:2px;
		padding-right:19px;
		padding-top:2px;
		background: url(/wp-content/themes/lederboka/images/silkicons/page_white_acrobat.png) no-repeat scroll right center;
		}

		 a[href$=".ppt"]
		{
		padding-bottom:2px;
		padding-right:19px;
		padding-top:2px;
		background: url(/wp-content/themes/lederboka/images/silkicons/page_white_powerpoint.png) no-repeat scroll right center;
		}