/* style.css, v2.2 2009/1/22 
 *
 * ZERO POINT theme (grey), for Drupal 6
 * Dr. Florian Radut, florian[at]radut.net
 */

#topex {
	z-index: 1;
}
#top_bg {
	background: transparent url(images/fill_top.png) 0 100% repeat-x;
}
#top_left {
	background: transparent url(images/fill_top_left.png) 0 100% no-repeat;
}
#top_right {
	background: transparent url(images/fill_top_right.png) 100% 100% no-repeat;
	padding: 0 25px;
}
#body_bg {
	border-bottom: 1px solid #ddd;
}
#body_left {
	background: transparent url(images/all/fill_left.png) 0 0 repeat-y;
}
#body_right {
	background: transparent url(images/all/fill_right.png) 100% 0 repeat-y;
	padding: 0 25px;
}

body {
	color: #000000;
}

a, a:link,
.title, .title a,
.node .terms,
#aggregator .news-item .categories, #aggregator .source, #aggregator .age,
#forum td .name,
div.admin-panel .description {
	color: #777;
}

#section1 {
	padding-top: 15px;
}

#sidebar-left {
	margin: 20px 0 20px 20px;
}
#sidebar-right {
	margin: 20px 20px 20px 0;
}

#sidebar-left .block, #sidebar-right .block {
	background: #fff url(images/fill_block.png) 0 100% repeat-x;
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 15px;
}

#sidebar-left .block .title, #sidebar-right .block .title {
	padding: 6px 6px 6px 28px;
	margin: 0;
}

#sidebar-left .block .content, #sidebar-right .block .content {
	padding: 6px;
	margin: 0;
}

.front h2.title a {			/* front */
	font-size: 160%;
	line-height: normal;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: Calibri,Arial,Helvetica,Sans-Serif;

}

.not-front h1.title {		/* node */
	font-size: 160%;
	padding: 0px 0;
	font-weight: bold;
	background:#E5F6E7;
	font-family: Calibri,Arial,Helvetica,Sans-Serif;

}

h1, h2, h3 {
	color: #777;
}

#section1 td.section.divider,
#section2 td.section.divider {
	border-left: 1px dashed #ddd;
}

#breadcrumb {
	padding-left: 20px;
	clear: both;
	font-size: 80%;
}
#breadcrumb, #breadcrumb a {
	font-weight: normal;
	color: #1e201b !important;
}

#breadcrumb .breadcrumb {
	padding: 0;
}

#bar {
	padding: 4px 0 3px;
}

#footer, #footer a {
	color: #888 !important;
}

#logo {
	float: left;
	margin: 0 15px 5px 15px;
	padding: 0 0 0 10px;
}

#site-slogan {
	color: #000;
	padding: 3px 0 0 0;
	margin: 0;
}

#mission {
	color: #535353;
	border: solid 1px #ddd;
}

#search .form-item label, .block-search .form-item label {
	display: none;
}

#search {
	float: right;
}
#search .form-text, #search .form-submit {
	font-size: 12px;
	height: 22px;
	vertical-align: middle;
	border: 1px solid #555;
}
#search .form-text {
	width: 110px;
	padding: 0 0.4em;
}
#toplinks {
	margin-right: 10px;
	line-height: 22px;
	display: inline;
	font-size: 13px;
}
#toplinks, #toplinks a {
	color: #000 !important;
	font-weight: normal;
}

.submitted, .links {
	color: #3f3f3f;
}
.comment {
	border: 1px solid #d3d3d3;
}
.comment .title {
	padding: 10px 0 12px 19px;
	background: transparent url(images/all/icon-comment.png) left center no-repeat;
}
.block .title {
	text-transform: uppercase;
}
.block-image .content {
	background: none !important;
}
#content-middle {
	margin-right: 20px;
	float: left;
}
#content-middle .block {
	padding: 10px 0 0 0;
}
#aggregator .feed-source {
	background-color: #eee;
	border: 1px solid #ccc;
}
#forum td.forum, #forum td.posts {
	background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
	background-color: #ddd;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
	height: 1.5em;
	border: 1px solid #bbb;
}
#forum td.container {
	background: #cdcdcd url(images/all/forum-container.jpg) right top no-repeat;
}
#forum td.container a {
	padding: 10px 0 10px 40px;
	background: transparent url(images/all/forum-link.png) left center no-repeat;
}
.signature p {
	font-size: 85%;
	margin: 7px 0;
}
blockquote {
	padding: 0 10px;
	background-color: #eee;
	border: 1px solid #ddd;
	font-style: italic;
}
blockquote a:link {
  text-decoration: underline;
}
.messages {
	padding: 0.3em;
	margin-bottom: 1em;
	background-color: #eee;
	border: 1px solid #ccc;
}
#profile .profile {
	border: 1px solid #abc;
}
.form-item label {
	font-size: 1em;
	color: #222;
}
.item-list .title {
	color: #222;
}
div.admin-panel .body {
	background-color: #f4f4f4;
}
div.admin-panel h3 {
	color: #abc;
	padding: 5px 8px 5px;
	margin: 0;
}
#belowme {
	padding: 5px 44px;
	text-align: center;
}
.by, .by a, .by a:hover {
	color: #ddd !important;
	text-decoration: none;
}

/* MENU & link STYLES */

li.expanded {
	list-style-image: url(images/all/menu-expanded.png);
}
li.collapsed {
	list-style-image: url(images/all/menu-collapsed.png);
}

/*#navlinks, #navlist, #subnavlist, */
#navlist2 {
	text-align: center;
}
.navleft {
	text-align: left;
	padding-left: 20px;
}
.navcenter {
	text-align: center;
}
.navright {
	text-align: right;
	padding-right: 20px;
}
.browser-opera #navlinks.navleft, .browser-opera #navlinks.navcenter, .browser-opera #navlinks.navright {
	text-align: left;
	padding-left: 20px;
}
#navlist.links li, #navlinks a {
	border: none;
	margin: 0;
	padding: 0;
}
#navlist.links a, #navlinks ul li a {
	/*border: 1px solid #c4c4c4;
	border-bottom: none;
	padding: 5px 24px;
	*/
	border: none;
	padding: 6px 25px 5px;
	color: #fff !important;
	background-color: #777;
	font-weight: normal !important;
	text-transform: uppercase;
	font-family: Tahoma, Calibri,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 25px;
}
/*#navlist li a.active, #navlinks ul li a.active,*/
#navlist li a:hover, #navlinks ul li a:hover {
	color: #fff !important;
	background-color: #dbdbdb !important;
	text-decoration: none;
}

#subnavlist.links li {
	border: none;
	margin: 0;
	padding: 0;
}
#subnavlist.links a {
	border: 1px solid #ddd;
	color: #444 !important;
	background-color: #eee;
	padding: 2px 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}
#subnavlist li a:hover {
	background-color: #dbdbdb !important;
	text-decoration: none;
}
#navlist2 {
	margin-top: 15px;
}
#navlist2 a {
	color: #888 !important;
	font-weight: normal;
}
#navlist2 li a:hover {
	color: #000;
	text-decoration: none;
}
#navlist2 li a.active {
	color: #000;
}

ul.links li {
	border-left: 1px solid #d3d3d3;
}
.book-navigation .page-links {
	border-top: 1px dashed #d3d3d3;
	border-bottom: 1px dashed #d3d3d3;
}
.book-navigation {
	padding-top: 20px;
}
#footer ul.links li {
	border-left: 1px solid #909090;
}

#main .content a {
	text-decoration: underline;
}
#attachments a {
	text-decoration: none !important;
}
#attachments a:hover {
	text-decoration: underline !important;
}
.book-navigation a {
	text-decoration: none !important;
}
.book-navigation a:hover {
	text-decoration: underline !important;
}

/* mathi */

.view-seneste-opskrift .views-field-title { 			
	font-size: 190%;
	line-height: normal;
	font-weight: bold;
	font-family: Calibri,Arial,Helvetica,Sans-Serif;
	border-bottom:3px solid #94090D;
	padding-bottom:15px;
}

thead th {
border-bottom:3px solid #94090D;
padding-right:1em;
text-align:left;
}


.view-seneste-opskrifter { 			
	font-size: 110%;
	line-height: normal;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: Georgia, Calibri,Arial,Helvetica,Sans-Serif;
}

.imagecache-Opskrift .imagecache-Opskrift_Billede{
	padding-top:15px;
}

.field-field-ingredienser {
float:left;
background: #E5F6E7;
margin:5px 30px 30px 0;
padding:10px;
}

.field-field-antal-personer{
background: #E5F6E7;
}

#forum .forum-table th, #forum .forum-topics th, #forum .forum-topics th a, #forum .forum-topics th a:link, #forum .forum-topics th a:hover, #forum .forum-topics th a:visited {
background-color:#157F00;
color:#FFFFFF;
font-weight:bold;
}

#forum th {
border-bottom:0 none;
text-align:center;
}

#forum-statistics-header {
background-color:#157F00;
color:#FFFFFF;
font-weight:bold;
}

#forum-statistics-header, .forum-statistics-sub-header, .forum-statistics-sub-body {
padding:0.3em 0.5em;
}

.forum-statistics-sub-header {
background-color:#157F00;
font-weight:bold;
}

.post-info {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#157F00 none repeat scroll 0 0;
border-bottom:1px solid #157F00;
color:#FFFFFF;
}

.forum-post-links {
background-color:#FFFFFF;
border-left:1px solid #157F00;
}

.forum-post {
border:2px solid #157F00;
}

.post-title {
border-bottom:1px solid #157F00;
font-weight:bold;
}

.forum-post-panel-main {
background-color:#FFFFFF;
border-left:1px solid #157F00;
}

.forum-post-wrapper {
background-color:#E5F6E7;
}

.quicktabs_tabpage{
background-color:#E5F6E7;
}

.form-text {
margin:5px;
width:16em;
}

.form-text {
border:1px solid #157F00;
font-size:1.1em;
height:1.5em;
vertical-align:middle;
}


.field-type-embed-gmap .field-item{
	font-family: Georgia, "Times New Roman", Times, serif;
	float:right;
	width: 40%;
	padding-left:10px;
	}
.field-type-embed-gmap .field-label{
	font-family: Georgia, "Times New Roman", Times, serif;
}

.field-field-adresse .field-label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom:1px solid #E5F6E7;
}

.field-field-adresse{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 58%;
}


.field-field-opening-hours .field-label{
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #E5F6E7;
	line-height:normal;
}


.field-field-contact .field-label{
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #E5F6E7;
}

.field-field-contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.field-field-kilde .field-label {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #E5F6E7;
}

.field-field-kilde {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


.field-field-comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #E5F6E7;
	width:58%;
}

.field-field-image .field-item{
	display:inline;
}

.field-field-image .field-label{
	border-bottom:1px solid #E5F6E7;
	width:58%;
}

.field-field-image-opskrift {
float:left;
padding-top:0px;
padding-right:20px;
padding-top:0px;
}

.flere-billeder {
display:inline;
}

.field-field-antal-personer {
margin-top:30px;
}


.field-field-food-image {
display: inline;
padding: 3px;
margin: 5px;
text-align: left;
}

