/*  
Theme Name: ZOOM Odense
Theme URI: http://www.html24.dk
Description: Wordpresstheme til ZOOM i Odense. Udviklet af html24 til Hello mom.
Version: 2.0
Author: Hello mom / html24.dk
Author URI: http://www.html24.dk

*/


/* ----------- Page Settings ----------- */

html, 
body {
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	text-align:center;
	font-family: Verdana, Sans-Serif;
}

a img {
	border: none;
}

h1{
	font-family: Georgia;
	font-weight: normal;
}

h2{
	font-size: 1.6em;
	font-weight: normal;
	margin-top:5px;
	margin-bottom:5px;
	font-family: Georgia;
}

/* Bliver brugt til menuoverskrift på undermenuen */
h3{
	font-size: 0.8em;
	font-weight: normal;
}

p{
	font-size:0.7em;
	font-family: Verdana;
}

/* ----------- Structure ----------- */


#container{
	width: 960px;
	background-color: #ffffff;
	margin:auto;
	text-align:left;
	border-left: 1px solid #bfbebe;
	border-right: 1px solid #bfbebe;
	border-bottom: 1px solid #bfbebe;
}

#topArea{
	height: 89px;
	background-color: #e7e7e7;
	border-top: 1px solid #bfbebe;
	border-bottom: 1px solid #cdcccc;
}

#logo{
	position:relative;
	display:block;
	top:15px;
	left:20px;
	width:200px;
}

/* START - Menu i toppen af siden */

#topAreaMenu{
	float:right;
}

#topAreaMenu a{
	font-family: Georgia;
	font-size:1em;
	color: gray;
	text-decoration: none;
}

#topAreaMenu a:hover{
	text-decoration: underline;
}

#topAreaMenu strong{
	font-weight: bold;
	color: black;
}

.current_page_item a{
	color: #000000 !important;
}

.current_page_item li a{
	color: gray !important;
}

.current_page_parent a{
	color: #000000 !important;
}

.current_page_parent li a{
	color: #a06d7e !important;
}

.current_page_ancestor a{
	color: #000000 !important;
}

#topAreaMenu ul{
	list-style:none;
	position:relative;
	top: -18px;
	margin-right: 20px;
}

#topAreaMenu ul li{
	list-style:none;
	display: inline;
	margin-left:5px;
	margin-right: 5px;
}

/* SLUT - Menu i toppen af siden */

/* START - Menu i siden */

#contentAreaMenu{
	width: 192px;
	float:left;
}

#contentAreaMenu ul{
	margin:0;
	padding: 0;
	list-style: none;
}

#contentAreaMenu ul ul{
	margin:0;
	padding: 5px;
	list-style: none;
}

#contentAreaMenu a{
	color: gray;
	font-size: 0.8em;
	text-decoration: none;
}

#contentAreaMenu a:hover{
	text-decoration: underline;
}

#contentAreaMenu strong{
	color: black;
	font-weight: normal;
}

/* SLUT - Menu i siden */

/* START - Indholdsområde */

#contentAreaContent{
	float:left;
	border-left: 1px solid gray;
	width:767px;
	margin-top:-24px;
}

.size-full{
    margin-left:-30px;
    padding-top:2px;
}

/* SLUT - Indholdsområde */

/* START - Footer */

#bottomArea{
	background-color: #333333;
	width: 960px;
	margin:auto;
	height:183px;
	color: #cccccc;
	text-align:left;
	font-family: Georgia;
	font-size: 1em;
}

#bottomAreaLeft{
	float:left;
	width:300px;
}

#bottomAreaRight{
	float:left;
	width:300px;
}

/* SLUT - Footer */

/* ----------- Clear and Spacing----------- */

.clear {
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin: 0 0 -1px 0;
}


