/* @override 
	http://forfatterskolen.dk/wp-content/themes/forfatterskolen/style.css
*/

/*   
Theme Name: Forfatterskolen
Theme URI: http://www.forfatterskolen.dk
Description: Skabelon til Forfatterskolens hjemmeside
Author: Jakob Helmer
Author URI: http://www.jakobhelmer.com
Version: 3.0
*/

@import url('reset.css');

body {
	/*background: url(img/bg-body.png) repeat-x;*/
	background-color: rgb(240,240,240);
	font: 12px/18px Helvetica,Arial,sans-serif;
	color: rgb(82,82,82);
}

h1,h2,h3,h4 {
	color: rgb(43,33,29);
}

p {
	margin-bottom: 18px;
}

a {
	color: rgb(15,156,216);
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted silver;
}

blockquote {
	padding: 12px;
	margin-bottom: 18px;
	background: lightyellow;
	border: 1px solid rgb(230,219,85);
}

blockquote p {
	margin: 0;
}

h2 {
	padding: 22px 12px 18px;
	font: bold 18px/18px Helvetica,Arial,sans-serif;
	border-bottom: 1px solid rgb(222,222,222);
}

.three-col h2 {
	background: white;
	margin-right: 2px;
	border-top: 1px solid rgb(82,82,82);
}

a h2 {
	display: block;
}

a h2:hover {
	color: rgb(15,156,216) !important;
	background: url(img/bg-blue-light.png);
}

h3 a:hover {
	color: rgb(15,156,216) !important;
}

ul a h3 {
	line-height: 16px;
	margin-bottom: 1px;
}

.two-col ul, ol, #ans ul, ol {
	padding-left: 18px;
	margin-bottom: 18px;
}

.two-col ul, #ans ul {
	list-style: disc;
}

.two-col ol, #ans ol {
	list-style: decimal;
}

.two-col ol li ul, #ans ol li ul {
	margin: 0;
}



.post h2, #contact h2, #feature h2 {
	margin: -12px -12px 12px;
}

#wrapper {
	width: 944px;
	margin: 0 auto;
}

#nav {
	width: 942px;
	height: 89px;
	background: url(img/bg-header-dark.png) no-repeat;
	border-bottom: 1px solid rgb(82,82,82);
	margin-bottom: 18px;
}

#logo {
	width: 234px;
	height: 89px;
	float: left;
}

#logo:hover {
	
}

#tabbar {
	display: table;
	font-size: 14px;
	float: left;
	margin-left: 1px;
}

.tab, .tabselected {
	float: left;
}

#tabbar a {
	display: block;
	min-width: 92px;
	height: 18px;
	padding: 47px 13px 24px 13px;
	margin: 0;
	color: rgb(240,240,240);
	text-decoration: none;
	text-shadow: rgb(0,0,0) 0 -1px 0;
}

#tabbar a:hover {
	background: url(img/bg-darken.png);
	border-bottom: none;
}

.tabselected {
	background: url(img/bg-darken.png);
}

.tabselected a:hover {
	background: none !important;
}

.dmenu {
	position: absolute;
	left: -999em;
	margin: 90px 0 0 -1px;
	border: 1px solid rgb(160,160,160);
	border-top: none;
	border-bottom: none;
	text-align: left;
	box-shadow: 10px 10px 5px #888;
}

.tabbar .dmenu ul li a {
	background: white !important;
	border: none !important;
	border-bottom: 1px solid rgb(160,160,160) !important;
	color: rgb(15,156,216) !important;
	padding: 12px 32px 12px 12px !important;
	text-shadow: none !important;
}

.tabbar .dmenu ul li a:hover {
	background: rgb(231,245,251) !important;
	color: rgb(82,82,82) !important;
}

#search {
	float: right;
	height: 18px;
	padding: 44px 18px 0;
}

#searchform input {
	background: url(img/bg-search.png) 0 0 no-repeat;
	float: left;
	border: 0;
	height: 15px;
	width: 156px;
	padding: 4px 10px 4px 20px;
	font: 11px Lucida Grande,Lucida Sans Unicode,Helvetica,Arial,sans-serif;
	color: gray;
}

#feature {
	clear: both;
	background: white url(feature/random.php) no-repeat bottom right;
	float: left;
	width: 942px;
	height: 270px;
	border-top: 1px solid rgb(82,82,82);
	border-bottom: 1px solid rgb(222,222,222);
	margin-bottom: 18px;
	overflow: hidden;
}

#intro-1 {
	float: left;
	width: 212px;
	height: 246px;
	padding: 12px;
	background: white;
	overflow: hidden;
}

#intro-2 {
	float: left;
	width: 210px;
	padding: 12px;
	height: 246px;
	background: url(img/bg-blue.png);
	overflow: hidden;
}

#intro-2:hover {
	/*background: rgb(15,156,216);*/
}

#intro-2 p, #intro-2 h2 {
	color: white;
}

#contact {
	background: white;
	width: 210px;
	padding: 12px;
	margin-right: 2px;
	float: left;
	border-top: 1px solid rgb(82,82,82);
	border-bottom: 1px solid rgb(222,222,222);
	height: 358px;
	overflow: hidden;
}

#arrangementer {
	height: 382px;
}

#feeds {
	clear: both;
	float: left;
	width: 944px;
}

#content {
	float: left;
}

.category-udgivelser #content, .category-elever #content, .page-template-page-medarbejdere-php #content {
	background: url(img/bg-archive.png) repeat-y !important;
}

.category #content {
	background: url(img/bg-single.png) repeat-y;
}

.page-template #content {
	background: url(img/bg-single.png) repeat-y;
}

.single #content {
	background: url(img/bg-single.png) repeat-y;
}

.page-template-default #content, .page-parent #content {
	background: url(img/bg-page.png) repeat-y !important;
}



.col-white {
	background: white;
	width: 234px;
	margin-right: 2px;
	float: left;
	border-top: 1px solid rgb(82,82,82);
}

.col-blue {
	background: rgb(231,245,251);
	width: 234px;
	margin-right: 2px;
	float: left;
	border-top: 1px solid rgb(82,82,82);
}

.two-col {
	float: left;
	width: 446px;
	background: white;
	border-top: 1px solid rgb(82,82,82);
	padding: 12px 12px 36px;
	margin-right: 2px;
}

.three-col {
	float: left;
	width: 708px;
}

ul.menu-list li a {
	display: block;
	padding: 9px 12px;
	height: 17px;
	border-bottom: 1px solid rgb(222,222,222);
	text-decoration: none;
	/*color: rgb(82,82,82);*/
}

ul.menu-list li a:hover {
	background: url(img/bg-blue-light.png);
	color: rgb(43,33,29);
}

/*
li.current_page_item a {
	background: url(img/bg-blue-light.png);
	color: rgb(43,33,29);
}
*/

.post-list-s li a {
	display: block;
	padding: 12px;
	height: 83px;
	border-bottom: 1px solid rgb(222,222,222);
	text-decoration: none;
	overflow: hidden;
	line-height: 17px;
	/*color: rgb(82,82,82);*/
}

.post-list-s li a:hover {
	background: url(img/bg-blue-light.png);
}

.post-list-s li a img.attachment-thumbnail {
	float: left;
	width: 82px;
	margin-right: 10px;
}

.post-list-s-div {
	height: 86px;
	overflow: hidden;
}

.post-list-s-div span.timestamp {
	color: rgb(43,33,29);
}

.post-list-m li a {
	display: block;
	float: left;
	width: 210px;
	margin-right: 2px;
	padding: 12px;
	height: 299px;
	border-bottom: 1px solid rgb(222,222,222);
	text-decoration: none;
	line-height: 17px;
	overflow: hidden;
}

.post-list-m li a:hover {
	background: url(img/bg-blue-light.png);
}

.post-list-m-img {
	height: 210px;
	overflow: hidden;
	margin-bottom: 12px;
}

.meta-link {
	float: right;
	margin-top: -48px;
}

.meta-link a {
	margin-left: 5px;
	border: none;
}

.box-right {
	width: 210px;
	float: right;
	margin: 0 0 12px 12px;
	clear: both;
}

.custom-field {
	float: right;
	padding: 12px;
	padding-bottom: 0;
	background: lightyellow;
	border: 1px solid rgb(230,219,85);
	width: 184px;
}

.custom-field h3 {
	margin-bottom: 6px;
}

.page-img {
	max-height: 168px;
	overflow: hidden;
}

#ans {
	float: left;
	background: url(img/bg-archive.png) repeat-y;
	padding-bottom: 36px;
}

#ans p {
	margin: 12px 12px 18px 12px;
}

#ans ul, ol {
	margin: 0 12px 18px;
}

#ans blockquote {
	margin: 12px;
}

#ans blockquote p, #ans blockquote ul {
	margin: 0;
}

#footer {
	clear: both;
	padding-top: 72px;
	font: normal 11px/14px Helvetica,Arial,sans-serif;
	color: rgb(200,200,200);
}

#footer-meta {
	clear: both;
	float: left;
	padding: 6px 12px;
	background: rgb(40,40,40);
	width: 918px;
	font-size: 9px;
	border-top: 1px solid black;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: none;
}

#footer-nav {
	width: 942px;
	border-top: 1px solid black;
	background: url(img/bg-footer.png) no-repeat;
	float: left;
	height: 70px;
}

.footer-nav-long {
	float: left;
	padding: 12px;
	width: 212px;
	height: 46px;
}

#footer-nav li a {
	display: block;
	float: left;
	padding: 12px;
	width: 70px;
	height: 46px;
}

#footer-nav li a:hover {
	background: url(img/bg-darken.png);
}

a.link {
	background: white url(img/36px-blended.png) repeat-x;
	display: inline-block;
	padding: 6px 10px 7px;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	position: relative;
	cursor: pointer;
	color: rgb(82,82,82);
}

a.link:hover {
	border: none;
	background-color: whitesmoke;
}

.link.blue {
	background-color: rgb(15,156,216);
	color: white;
}

.link.blue:hover {
	background-color: rgb(82,82,82);
}
