/* @override http://annebech.com/wp-content/themes/annebech/style.css */

/*   
Theme Name: Anne Bech
Theme URI: http://annebech.com
Description: Anne Bech's super special theme
Author: Jakob Helmer
Author URI: http://www.jakobhelmer.dk
Version: 1.0
*/

/* Reset browser defaults */
@import url('reset.css');

/* Structure */

body {
	background: url(img/bg-hd.jpg) fixed no-repeat 0 0;
	font: 13px/18px Helvetica,Arial,sans-serif;
}

a {
	text-decoration: none;
	color: rgb(243,146,0);
}

a:hover {
	color: gray;
}

#wrapper {
	position: absolute;
	top: 48px;
	left: 54px;
}

#menu {
	background: url(img/black.png);
	float: left;
	width: 461px;
	margin-right: 18px;
}

#tabbar {
	font: bold 60px/48px Helvetica,Arial,sans-serif;
	margin: 36px 36px 42px 36px;
}

#tabbar ul {
	list-style: none;
}

#tabbar li a {
	color: white;
}

#tabbar li a:hover {
	color: rgb(128,128,128);
}

#tabbar li.tabselected a {
	color: rgb(243,146,0);
}

#tabbar li.tabselected a:hover {
	color: rgb(243,146,0);
}

#tabbar li.current_page_ancestor.current_page_parent a {
	color: rgb(243,146,0);
}

#tabbar li.current_page_item a {
	color: rgb(243,146,0);
}

#video {
	margin: 18px;
}

#content {
	width: 426px;
	min-height: 582px;
	float: left;
	background: rgb(244,244,244);
	color: rgb(87,87,87);
	padding: 18px;
	margin-bottom: 120px;
	margin-right: 18px;
}

.front-img {
	margin-bottom: 36px;
}


#content h2, #newsletter h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 24px;
	color: rgb(243,146,0);
}

#entries {
	margin: 6px;
}

.entry p {
	margin-bottom: 24px;
}

.entry ul {
	list-style-type: disc;
	padding-left: 18px;
	margin-bottom: 24px;
}

.entry ol, .children ol {
	list-style-type: decimal;
}

.children {
	float: right;
	width: 186px;
	background: white;
	font: 13px/18px Helvetica,Arial,sans-serif;
	margin: 0 0 18px 18px;
	border-top: 3px solid rgb(100,100,100);
}

.children ul {
	list-style-type: disc;
	padding-left: 18px;
	margin: 18px 18px 36px 18px;
}

.children ul li {
	margin-bottom: 6px;
}

.children h3 {
	margin: 18px 18px 0 18px;
}

#newsletter {
	width: 170px;
	float: left;
	background: rgb(244,244,244);
	color: rgb(87,87,87);
	padding: 18px;
	padding-top: 24px;
	margin-bottom: 18px;
}

#newsletter p {
	margin-bottom: 18px;
}

#newsletter input[type="submit"] {
	margin-top: 2px;
}

#footer {
	clear: both;
}

#footer-right {
	margin-left: 479px;
	width: 390px;
	padding: 18px 36px;
	font-size: 12px;
	line-height: 18px;
	background: white;
	color: rgb(87,87,87);
}

#gallery-1 {
	margin-bottom: 18px;
}

div#gallery-1.gallery.galleryid-61 {
	padding-bottom: 18px;
}

#gallery-1 dl.gallery-item dt.gallery-icon a img.attachment-thumbnail {
	border: 0;
}

input[type="submit"] {
	border: 1px solid silver;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	line-height: 20px;
	height: 25px;
	background: #F2F2F2 url('img/white-grad.png') repeat-x;
	text-shadow: 0 1px 0 #fff;
	font-size: 11px;
	padding: 0 10px 0 9px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	margin-left: -1px;
}

input[type="submit"]:active {
	background: #eee url('img/white-grad-active.png') repeat-x scroll left top;
}

input[type="submit"]:hover {
	border: 1px solid rgb(243,146,0);
}

input[type="text"] {
	height: 18px;
	width: 150px;
	padding: 3px;
	margin: 0 0 9px 0;
	color: gray;
	border: 1px solid silver;
}

input[type="text"]:focus {
	color: rgb(87,87,87);
}
