/*   
Theme Name: Henrik Kure
Theme URI: http://www.henrikkure.dk
Description: Template udviklet til Henrik Kures hjemmeside.
Author: henrik-kure
Author URI: http://www.henrikkure.dk
Version: 1.0
.
General comments/License Statement if any.
.
*/


body {
background-color: #f1f1f1;
color: #bdbab5;
text-align:center;
margin:0px;
padding:0px;
top:0px;
bottom:0px;
left:0px;
right:0px;
width:100%;

  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum";
  -ms-font-feature-settings: "onum";
  -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";
}

html,body{
min-height:100%}

#wrapper{
background-image: url(images/bg.gif);
width: 775px;
background-repeat:repeat-y;
margin:0 auto;
min-height:100%;
overflow: hidden;
padding-bottom: 8px #ffffff;
margin-bottom: 8px #ffffff;
}

#header {
top: 0px;
width: 775px;
height: 185px;
padding: 0px;
margin: 0px;
background-image: url(images/bg_top_775x185.gif);
text-align: left;
vertical-align: bottom;
}

#logo {
FONT-SIZE: 1.3em;
FONT-FAMILY: Georgia, Times New Roman, Arial, Verdana, Helvetica, Geneva;
FONT-WEIGHT: 500;
COLOR: #ffffff;
float: right;
position: relative;
right: 18px;
width: 200px;

}

#menu {
position: relative;
padding-top: 150px;
height: 25px;
width: 600px;
left: 88px;
margin: 0px;
FONT-SIZE: 1em;
FONT-FAMILY: Minion Pro, Open Sans, Georgia, Times New Roman, Arial, Verdana, Helvetica, Geneva;

}

#container {
position:relative;
float: left;
left: 88px;
width: 441px;
padding-bottom: 32px;
padding-top: 0px;
text-align: left;
FONT-SIZE: 1em;
COLOR: #333333;
LINE-HEIGHT: 145%;
FONT-FAMILY: Minion Pro, Georgia, Times New Roman, Arial, Verdana, Helvetica, Geneva;

}

#sidebar {
position: relative;
float: right;
right: 18px;
width: 200px;
COLOR: #666666; 
FONT-SIZE: 1em;
LINE-HEIGHT: 145%;
FONT-FAMILY: Minion Pro, Georgia, Times New Roman, Arial, Verdana, Helvetica, Geneva;
min-height: 100%;
text-align: left;
}

ul {
margin-left: 17px;
padding-left: 0px;
}

li {
margin-left: 0px;
padding-left: 0px;
}

h1 {
FONT-WEIGHT: bold; 
FONT-SIZE: 1.8em;
FONT-FAMILY: Minion Pro, Georgia, Times New Roman, Arial, Verdana, Helvetica, Sans-serif;
margin-bottom: 32px;
line-height: 32px;
top: 32px;
margin-top: 0px;
}

h2 {
FONT-WEIGHT: normal;
FONT-SIZE: 1.3em;
margin-top: 0px;
margin-bottom: 0px;
}

h3 {
FONT-WEIGHT: bold;
FONT-SIZE: 0.9em;
margin-top: 0px;
margin-bottom: 0px;
}

ul,ol {
margin-left: 19px;
padding-left: 0px;
}


li {
margin-left: 0px;
padding-left: 0px;
}

input {
border-color: #e7e7de;
border-width: 1px;
border-style: solid;
FONT-FAMILY: Minion Pro, Georgia, Times New Roman, Arial, Verdana, Helvetica, Geneva;
font-size: 1em;
width: 100%;
}

textarea {
border-color: #e7e7de;
border-width: 1px;
border-style: solid;
FONT-FAMILY: Minion Pro, Georgia, Times New Roman, Arial, Verdana, Helvetica, Geneva;
font-size: 1em;
width: 99%;
}

#comment {
width: 100%;
height: 200px;
border-color: #e7e7de;
border-width: 1px;
border-style: solid;
}

#submit {
FONT-FAMILY: Minion Pro, Georgia, Times New Roman, Arial, Verdana, Helvetica, Geneva;
font-size: 1em;
}

.divider {
background-image: url(images/divider_441x30.gif);
width: 441px;
background-repeat:repeat-y;
margin:0 auto;
height:30px;
overflow: hidden;
}

A:link {
COLOR: #32aacf;
text-decoration: none;
font-weight: normal;
}
A:visited {
COLOR: #32aacf; 
text-decoration: none;
font-weight: normal;
}
A:active {
COLOR: #32aacf; 
TEXT-DECORATION: underline;
font-weight: normal;
}
A:hover {
COLOR: #32aacf;
TEXT-DECORATION: underline;
font-weight: normal;
}

.menu:link, .menu:visited {
COLOR: #32aacf; 
text-decoration: none;
padding-right: 19px;
}

.menu:active, .menu:hover {
COLOR: #e7e7de; 
text-decoration: none;
padding-right: 19px;
}

.form {
width: 50%;
border-color: #6a6a5d;
border-width: 1px;
border-style: solid;
}

.button-old {
margin-top: 4px;
border-color: #6a6a5d;
border-width: 1px;
border-style: solid;
}

.clear { clear:  both; }
