/* @override 
	http://danishmind.com/wp-content/themes/danishmind/style.css
	http://danishmind.com/wordpress/wp-content/themes/danishmind/style.css
*/

/*   
Theme Name: Danish Mind
Theme URI: http://www.danishmind.com
Description: Helle Høy'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 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#line {
	width: 100%;
	position: fixed;
	border-top: 9px solid #333;
}

#top-wrapper {
	width: 942px;
	margin: 0 auto;
}

#top {
	width: 366px;
	float: right;
	background: url('img/fade.png') repeat-x;
	font-size: 18px;
	margin-right: 192px;
}

#newsletter {
	width: 150px;
	float: left;
	color: rgb(255,255,255);
	padding: 12px 12px 15px 12px;
	background: rgb(243,146,0);
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}

#newsletter-panel {
	display: none;
	font-size: 13px;
	line-height: 18px;
}

#newsletter-panel h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 18px;
}

#newsletter-tab {
	display: block;
	color: rgb(255,255,255);
	cursor: pointer;
}

#newsletter-tab .open {
	background: url('img/down-white.png') no-repeat right;
}

#newsletter-tab .close {
	background: url('img/up-white.png') no-repeat right;
}

#contact {
	width: 150px;
	float: right;
	background: rgb(236,236,236);
	color: rgb(112,112,112);
	padding: 12px 12px 15px 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}

#contact-panel {
	display: none;
	font-size: 13px;
	line-height: 18px;
}

#contact-panel h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 18px;
}

#contact-tab {
	display: block;
	color: rgb(112,112,112);
	cursor: pointer;
}

#contact-tab .open {
	background: url('img/down-dark.png') no-repeat right;
}

#contact-tab .close {
	background: url('img/up-dark.png') no-repeat right;
}

#wrapper {
	width: 942px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 942px;
	margin-bottom: 36px;
	padding-top: 45px;
}

#main {
	width: 942px;
	margin: 0;
	padding: 0;
}

#nav {
	width: 342px;
	float: left;
	text-align: right;
}

#content {
	width: 558px;
	float: right;
}

#footer {
	width: 942px;
	clear: both;
	margin: 0;
	padding: 0;
}

#footer-text {
	width: 558px;
	float: right;
	padding: 108px 0 72px 0;
}

/* Style */

a {
	color: rgb(102,177,255);
	text-decoration: none;
}

p {
	margin-bottom: 18px;
}

#nav h3 {
	display: none;
}

#nav ul {
	font-size: 18px;
	line-height: 36px;
}

#nav li a {
	display: inline-block;
	padding: 0 22px 0 12px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
}

#nav li.current_page_item a, #nav li.current_page_ancestor a {
	background: rgb(102,177,255) url('img/arrow.png') no-repeat right;
	color: rgb(255,255,255);
}

#nav li.current_page_item a:hover, #nav li.current_page_ancestor a:hover {
	background: rgb(102,177,255) url('img/arrow.png') no-repeat right;
	color: rgb(255,255,255);
}

#nav li a:hover {
	background: rgb(236,236,236) url('img/arrow.png') no-repeat right;
	color: rgb(112,112,112);
}

#content {
	color: rgb(156,156,156);
	font-size: 18px;
	line-height: 24px;
	padding-top: 6px;
}

#content p {
	margin-bottom: 24px;
}

#content h3 {
	display: none;
}

body.page-child #content h3 {
	display: block;
	margin-top: 24px;
}

#content ul {
	list-style: disc;
	margin-bottom: 24px;
	padding-left: 24px;
}

#content ol {
	list-style: decimal;
	margin-bottom: 36px;
	padding-left: 36px;
}

#content blockquote {
	text-indent: 36px;
	font-style: italic;
}

#content:last-child {
	margin-bottom: 0;
}

#footer-text {
	color: rgb(156,156,156);
	font-size: 13px;
	line-height: 18px;
}

input[type="submit"] {
	border: 1px solid rgb(112,112,112);
	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;
	margin-bottom: 18px;
}

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(0,0,0);
}

input[type="text"] {
	height: 15px;
	width: 144px;
	margin: 0 0 6px 0;
	color: #333;
}

#content ul.child_pages {
	list-style-type: none;
	padding: 0;
	font-size: 18px;
	line-height: 36px;
	margin-top: -6px;
}

#content ul.child_pages li a {
}

#content ul.child_pages li a:hover {
	color: rgb(112,112,112);
}