/*
Theme Name: Oerslev
Theme URI: http://www.mortengade.dk/
Description: Ørslev Kloster theme
Version: 0.1
Author: MG
Author URI: http://www.mortengade.dk/

*/


body {
	margin: 0px;
	padding: 0px;
	background: #ffffff; 
	font-family: Georgia;
	color: #333333;
	font-family: Georgia;
}

td,p {
	color: #333333;
	font-family: Georgia;
	font-size: 90%;

}

#wrap {
margin: 0px;
	padding: 0px;
	margin-left: auto;
margin-right: auto;
width:774px;

}

#all {
	width:774px;
	}

#container {
	width:774px;
	}
	
#hd {
	clear:both;
	padding: 0;
}


#headerbg {
	background: url("head.gif") no-repeat; 
	width:774px;
	height:200px;
}



#contentfield {
	float:left;
	width:480px;
	margin:0;
	padding:0px;
	font-size: 13px;
	line-height: 17px;
}



#sidebar {
	margin-left:500px;
	padding:7px;
	background: #f1f1f1; 
	font-size: 11px;
	line-height: 12px;
	}

#ft {
	clear:both;
}

#sidebar ul { 	
list-style-type:none; 
padding: 0;
margin: 0;
}

#itementry {
	padding-top: 2.0em;
}

#itemhead{
	width: 400px;
}


h3 {
	font-family: Georgia;
	font-size: 25px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 3px;
	}

.chronodata 
{	font-family: Georgia;
	font-size: 9px;
	font-weight: normal;
	color: #cccccc;
	margin-bottom: 2px;
}
.metadata{
}

a, a:link {
	color: #9a0000;
	text-decoration: none;
}



h3 a, h3 a:link, h3 a:hover {
	color: #333333;
	text-decoration: none;
}

h2 {
	margin-bottom: 5px;
	margin-top: 10px;

}


.widgettitle {
	font-family: Georgia;
	font-size: 95%;
	line-height: 115%;
	text-align: left;
	}

a:hover {
	color: #9a0000;
	text-decoration:underline;
	}


a img {
	border: none;
}
strong, b {
	font-weight: bold;
}

#divider {
	background: url("divider.png") center no-repeat; 
	width:480px;
	height: 30px;
}


/* ================================================================ 
MENU

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menuwrap {
	width:774px;
	height:28px;
	background: #ffffff; 
	}

#menu { 
	width:774px;
	background: #ffffff; 
	clear:both;
	}

	

/* get rid of the default padding - margin and bullets */

.menu ul {
padding:0; 
margin:0;
list-style-type: none;

}

/* make menu horizontal */

.menu ul li {
float:left;
position:relative;
}

/* set up the default top level links */

.menu ul li a, .menu ul li a:visited {

display:block;
font-size:15px;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right: 10px;
color:#000000;
background:#ffffff;
text-decoration:none;
text-align:left;

}


/* hide the drop down menu */

.menu ul li ul {
display: none;
}

/* remove all table style so that it does not interfere with the menu */

.menu table {
margin:-1px; 
border-collapse:collapse;
}


/* style the top level hover */

.menu ul li:hover a,
.menu ul li a:hover {
color:#000000;
background:#ffffff;
}

/* make the drop down menu show and correctly position it */

.menu ul li:hover ul,
.menu ul li a:hover ul {

display:block; 
position:absolute; 
left:0; 
background:#9a0000;
top:1.2em;
margin-top:8px;
width:120px;
border-top:0;
}

/* style the drop down links with no hover */

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {

display:block; 
color:#000; 
border:0;
margin:0;
color:#ffffff;
background:#9a0000;
font-weight:normal; 
font-size:0.9em;
height:auto; 
line-height:1em; 
padding:5px;
padding-right:10px;
}

/* style the drop down menu links when hovered */

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {

}

/* ================================================================ 
SEARCH

=================================================================== */

#search {
	height:15px;
	width:774px;
	margin-top:2px;
	margin-bottom:6px;
	clear:both;
}
#searchform {
	text-align: right;
	}

.searchinp { height: 15px; width: 100px; border: 1px solid #666666;	font-size: 11px; font-family:georgia; padding:0;}

.searchsub {
	height: 15px; font-size: 8px; border: 1px solid #E5E5E5; 
	margin-top: 2px;
	margin-bottom: 2px;
	}	
