/*  
Theme Name: Simply Elastic Fantastic
Theme URI: http://hjemmesidedesign.com
Description: A minimalistic elastic theme
Version: 0.1
Author: Mike H. Nielsen
Author URI: http://hjemmesidedesign.com

	

*/

/*STANDARD TAGS*/
body{
	background-color: #E0E0E0;
	font-family: helvetica, verdana;
	font-size: 100%;
	text-align: center;
}
p{
	padding-right: 2em;
	font-size: 0.875em;
}
/*headers*/
h1, h2, h3{
	font-family: 'courier new';
	font-weight: bold;
	font-variant: small-caps;
	color: #008AB8;
}

h1{
	font-size: 2em;
	vertical-align: middle;	
}
h2{
	font-size: 1.5em;
}
h3{
	display: inline;
}
#divSideBar h3{
	color: #000000;
}
/*links*/
a{
        font-family: 'courier new';
	text-decoration: none;
	color: #008AB8;
}
a:active{
        font-family: 'courier new';
	text-decoration: none;
	color: #008AB8;
}
a:hover{
        font-family: 'courier new';
	text-decoration: none;
	color: #008AB8;
}
a:visited{
        font-family: 'courier new';
	text-decoration: none;
	color: #008AB8;
}

/*lists*/
ul{
	font-size: 0.875em;
	list-style:none;
	padding-left:0;
	margin-left:0;
}

/*CSS KLASSER*/
.internalContent{
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
}
.description{
	font-family: 'lucida console';
	font-size: 0.8em;
	margin-top: -1em;
}

/*CSS BLOKKE*/
#divHeader{
	width: 48em;
	height: 8em;
	border-bottom: dotted #008AB8 1px;
	vertical-align: center;
	
}
#divMainContent{
	width: 32em;
	border-left: dotted #008AB8 1px;
	display: block;
	float: right;
	background-color: #FFFFFF;
	height: 100%;
}
#divSideBar{
	width: 15em;
	display:inline;
	float: left;
	background-color: #FFFFFF;
	
}
#divPlaceHolder{
	margin: 0 auto;
	width: 48em;
	background-color: #FFFFFF;
	text-align: left;
	overflow: auto;
	scrolling: no;
}
#footer{
	
}



