/*  
Theme Name: Presentations Skills Wordpresstema
Theme URI: http://www.presentationskills.dk
Description: Tema for Presentation Skills hjemmeside
Version: 0.1
Author: Mads-Peter E. Jakobsen
Author URI: http://www.euskom.dk/blog

*/

@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}	

body {
	background: #ffffff;
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 13px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}

p{
margin: 0px 0px 19px 0px;
padding: 0px;
}

h1 {
	font-size: 26px;
	line-height: 38px;
	color: #739c46;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	padding-top: 19px;
}

h2 {
	font-size: 19px;
	line-height: 38px;
	color: #46839c;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	padding-top: 19px;
	padding-bottom: 0px;
}

a:link
{
	color: #739c46;
	text-decoration: none;
}

a:hover
{
	color: #739c46;
	border-bottom: #739c46 2px solid;
}

a:active
{
	color: #739c46;
	text-decoration: underline;
}

a:visited
{
	color: #739c46;
	text-decoration: none;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}

.navigation {
	width: 960px;
	margin: 0px auto;
	padding: 40px 0px 30px 0px;
}

.menu {
	
	float: left;
	height: 30px;
}

.menu ul {
	padding: 0px;
	margin: 0px;
}

.menu li {
	display: inline;
	list-style-type: none;
	margin-right: 25px;
	height: 80px;
}

.menu a {
	font-size: 19px;
	text-decoration: none;
	color: #000000;
}

.menu a:hover {
	border-bottom: #739c46 solid 3px;
}	

.search {
	float: right; 
	height: 30px;
}

.act {
	border-bottom: #739c46 solid 3px;
}

.bar {
	clear: both;
	width=100%;
	background: url(bg.jpg);
	background-repeat:repeat-x;
	height: 299px;
}

.logo {
	width: 960px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

.container
{
	clear: both;
	width: 960px;	
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding: 5px 0px 70px 0px;
}

.content
{
	float: left;
	width: 470px;
}

#sidebar
{
	float: right;
	width: 380px;
}

#sidebar li
{
		list-style-type: none;
}

.push {
	height: 100px;
}

.footer {
	clear: both;
	height: 100px;
	background: #739c46;
	width: 100%;
}

a img {
	border: 0px;
}

.logo a:hover {
    border: none;
}

input.btn {
        color: #46839c;
        border: solid 1px #46839C;
        background: #ffffff;
}