/* GENERAL STYLES */
/*
Template specific style definitions.

Site: Klima-it.dk
Author: Joakim Jensen Møller & Adam Barry
Date: 9 September 2008
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Template: Frontpage
***********************************************************/

/*: Branding image
----------------------------------------------------------*/
.branding {
	width: 620px;
	height: 250px;
	margin-bottom: 17px;
	float: left;
	overflow: hidden;
}


/*: Frontpage preamble: 
----------------------------------------------------------*/
#content .preamble {
	width: 580px;
	border-top: 4px solid #e57200;
	background-color: #4e6a37;
	color: white;
	padding: 20px;
	float: left;
}

.preamble blockquote {
	font-size: 1.15em;
}


/*: Frontpage slogan: 
----------------------------------------------------------*/
.column .focus-box {
	width: 260px;
	height: 173px;
	background-color: #3e552b;
	border-top: 4px solid #3e552b;
	padding: 20px;
	float: left;
	display: block;
	position: relative;
}

.column .focus-box img {
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.column .focus-box p, .column .focus-box blockquote {
	width: 200px;
	text-align: right;
	font-weight: bold;
	float: right;
	position: relative;
	z-index: 2;
}


/*: Frontpage shortcuts: 
----------------------------------------------------------*/
ul.shortcuts {
	width: 940px;
	list-style-type: none;
	padding-top: 17px;
	padding-bottom: 0;
	float: left;
}

.shortcuts li {
	background-color: #d8ddd4;
	width: 300px;
	height: 250px;
	color: inherit;
	margin-left: 20px;
	float: left;
}

.shortcuts li.first {
	margin-left: 0;
}

.shortcuts a {
	width: 260px;
	/*height: 230px;*/
	border-top: 4px solid #3e552b;
	background-color: inherit;
	color: black;
	padding-left: 20px;
	padding-right: 20px;
	/*padding-bottom: 20px;*/
	display: block;
}

.shortcuts * {
	cursor: pointer;
}

.shortcuts li img {
	position: relative;
	top: 0;
	left: -20px;
}

.shortcuts li span {
	width: 100%;
	float: left;
	display: block;
}

.shortcuts li span.heading {
	background-color: inherit;
	color: black;
	padding-top: 10px;
	display: block;
}

.shortcuts li:hover span.heading {
	background-color: inherit;
	color: #e57200;
}

.shortcuts li span.description {
	background-color: inherit;
	font-weight: normal;
	color: black;
	text-transform: none;
	padding-bottom: 1em;
}

.shortcuts .join span {
	background-color: inherit;
	font-size: 1em;
	font-weight: bold;
	color: black;
	text-transform: none;
}

.shortcuts span {
	background-color: inherit;
	font-family: georgia, serif;	
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #e57200;
	padding-top: 5px;
	float: right;	
}

.shortcuts a:hover {
	border-color: #e57200;
}

.shortcuts a:hover dd, .shortcuts a:hover span {
	background-color: inherit;
	color: #8b9980;
}

.shortcuts dl {
	padding-left: 20px;
	padding-right: 20px;
}


/***********************************************************
Template: standardPage
***********************************************************/

/*: Article
----------------------------------------------------------*/
.article {
	width: 580px;
	background-color: #ebeee9;
	color: inherit;
	border-top: 4px solid #e57200;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 17px;
	float: left;
}

.article h1 {
	background-color: inherit;
	color: black;
}

#site .article .preamble {
	width: 100%;
	background-color: #ebeee9;
	font-size: 1.3em;
	color: black;
	border-top: none;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
}

.article blockquote {
	font-weight: bold;
	padding: 10px;
}

.article li {
	padding-top: .2em;
	padding-bottom: .2em;
}

.tags dt, .tags dd {
	font-family: georgia, serif;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-right: 5px;
	display: inline;
}

.tags dt {
	background-color: inherit;
	color: #4e6a37;
}

.tags dd {
	background-color: inherit;
	color: #e57200;
}


/*: Comments
----------------------------------------------------------*/
.comments {
	width: 580px;
	background-color: #f3f5f2;
	color: inherit;
	border-top: 4px solid #bcc5b6;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

.comments dt {
	text-transform: uppercase;
	font-size: 1.05em;
	border-bottom: 1px solid #bec6b8;
	padding-bottom: 10px;
}

.comments dt span {
	background-color: inherit;
	color: #bcc5b6;
}

.comments dd {
	width: 580px;
	border-bottom: 1px solid #bec6b8;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	position: relative;
	z-index: 1;
}

.comments dd span {
	text-align: center;
	padding-right: 5px;
}

.comments .author {
	width: 150px;
	float: left;
}

.comments .author img {
	margin-left: 30px;
}

.comments .author span {
	font-size: 0.75em;
	display: block;
	clear: both;
}
.comments .author .name {
	background-color: inherit;
	font-weight: bold;
	color: #e57200;
}

.comments .author .date {
	background-color: inherit;
	font-size: 0.7em;
	color: #4e6a37;
}

.comments .comment {
	width: 410px;
	padding-top: 10px;
	float: left;
	overflow: hidden;
}

.comments .comment h3 {
	background-color: inherit;
	font-family: georgia, serif;
	font-size: 1em;
	text-transform: uppercase;
	color: black;
	padding-top: 0;
	padding-bottom: 5px;
	margin-top: 0;
}

.comments dd a.report {
	padding-top: 1em;
	float: right;
}


/*: Comments: Fieldsets
----------------------------------------------------------*/
.comments fieldset {
	width: 560px;
	border: none;
	float: left;
}

.comments fieldset legend {
	display: none;
}

.comments fieldset h2 {
	width: 100%;
	font-family: georgia, serif;
	background-color: inherit;
	text-transform: uppercase;
	font-size: 1.2em; 
	font-weight: bolder;
	letter-spacing: 0em;
	color: black;
	padding-left: 0;
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}

.comments fieldset ul {
	width: 100%;
}

.comments fieldset li {
	width: 100%;
	padding-bottom: 10px;
	margin: 0;
	float: left;
}

.comments fieldset li label {
	width: 100%;
	padding-bottom: 5px;
	float: left;
	clear: both;
}

.comments fieldset li input.text {
	width: 210px;
}

.comments fieldset li textarea {
	width: 400px;
	height: 160px;
	padding: 5px;
}


/*: Comments: Fieldset report
----------------------------------------------------------*/
#site .comments fieldset.report {
	width: 260px;
	background-color: gray;
	color: white;
	padding: 20px;
	position: absolute;
	top: 20px;
	left: 620px;
	z-index: 2;
}

.comments fieldset.report h2 {
	background-color: inherit;
	background-image: url(../graphics/comments/arrow.gif);
	background-repeat: no-repeat;
	color: white;
	padding-left: 30px;
	margin: 0;
	position: relative;
	top: 0;
	left: -15px;
}

.comments fieldset.report textarea {
	width: 248px;
}


/*: Definition-list: Links
----------------------------------------------------------*/
.column dl.links {
	width: 260px;
	background-color: #3e552b;
	color: inherit;
	border-top: 4px solid #e57200;
	padding: 20px;
	margin-top: 17px;
	float: left;
}

.column dl.links dt {
	width: 260px;
	background-color: inherit;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	border-bottom: 1px solid #657756;
	padding-bottom: 5px;
	margin: 0;
	float: left;
}

.column dl.links dd {
	width: 260px;
	background-color: #3e552b;
	color: inherit;
	border-bottom: 1px solid #657756;
	padding: 0;
	float: left;
}

.column dl.links dd a, .tabs dl.links dd span {
	width: 235px;
	text-align: left;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: block;
	float: left;
}

.tabs dl.links dd span {
	background-color: inherit;
	color: white;
}

.column dl.links a:hover {
	background-color: #e57200 !important;
	color: white !important;
}

.column dl.links a {
	background-image: url(/graphics/arrows/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 2px 13px;
}

.column dl.links a.outgoing {
	background-image: url(/graphics/arrows/arrow_up.gif);
	background-position: 2px 11px;
}

.column dl.links a.download {
	background-image: url(/graphics/arrows/arrow_down.gif);
	background-position: 2px 11px;	
}


/*: Definition-list: Links (first column)
----------------------------------------------------------*/
.column.first dl.links {
	width: 580px;
	background-color: #EBEEE9;
	border-top: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
	float: left;
}

.column.first dl.links dt {
	width: 580px;
	background-color: #ebeee9;
	font-family: georgia, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	border-color: #bec6b8;
	padding-top: 20px;
}

.column.first dl.links dd {
	width: 580px;
	background-color: #EBEEE9;
	color: inherit;
	border-bottom: 1px solid #bec6b8;
	float: left;
}

.column.first dl.links a, dl.links span {
	width: 555px;
	height: 100%;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: block;
	clear: both;
	float: left;
}

.column.first dl.links a {
	background-image: url(/graphics/arrows/arrow_green_right.gif);
}

.column.first dl.links a.outgoing {
	background-image: url(/graphics/arrows/arrow_green_up.gif);
}

.column.first dl.links a.download {
	background-image: url(/graphics/arrows/arrow_green_down.gif);
}

/* EDITOR PROPERTIES */

