/**
 * Filename: style.css
 * @title Redelux v.1.0
 * @description Standard tema til Redelux.
 * @placeholder <u><b>Placeholder 1</b></u>:<br /><i>Findes til højre i headeren</i>.
 * @placeholder <u><b>Placeholder 2</b></u>:<br /><i>Findes lige over footeren</i>.
 */

body {
	margin: 0px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 0.8em;
	color: #858585;
        /**color: #444444;*/
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", "Times New Roman", "Trebuchet MS", Verdana, Tahoma, sans-serif;
	color: #a08f60;
	margin: 0px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.4em;
}

a:link, a:visited {
	text-decoration: none;
	color: #858585;
	border-bottom: 1px solid #B8B8B8;
}

a:active, a:hover {
	color: #a08f60;
	border-bottom: 1px solid #a08f60;
}

/*** HEADER ***/
#header {
	background: #020203 url("gfx/header_bg.jpg") repeat-x;
	/*border: 1px solid blue;*/
}

#inner_header {
	width: 998px;
	height: 219px;
	background: url("gfx/inner_header_bg.jpg") no-repeat;
	margin: 0px auto;
	
	/*border: 1px solid blue;*/
}

#inner_header .extra {
	float: right;
	margin-right: 40px;
	width: 300px;
	
	/*border: 1px solid white;*/
}

#inner_header .extra blockquote {
	font-family: "Times New Roman", Georgia, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

/*** MENU ***/
#menu {
	width: 220px;
	height: 219px;
	
	line-height: 2.19em;
	
	padding-top: 28px;
	margin-left: 85px;
	
	/*border: 1px solid white;*/
}

#menu a {
	color: #888886;
	text-decoration: none;
	border: none;
	display: block;
}

#menu a:hover, #menu a.active {
	color: #fff;
}

#menu a.m1 {
	padding-left: 90px;
}

#menu a.m2 {
	padding-left: 75px;
}

#menu a.m3 {
	padding-left: 60px;
}

#menu a.m4 {
	padding-left: 45px;
}

#menu a.m5 {
	padding-left: 30px;
}

#menu a.m6 {
	padding-left: 15px;
}

/****** CONTAINER ******/
#container {
	width: 998px;
	margin: 0px auto;
	background: url("gfx/body_bg.jpg") no-repeat;
}

#inner_container {
	width: 829px;
	margin: 0px auto;
	padding: 0px 40px;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
	line-height: 1.5em;
}

#inner_container #spacer  {
	padding-top: 130px;
}

#inner_container:hover a {
	border-bottom: 1px solid #858585;
}

#inner_container blockquote {
	font-style: italic;
	border-left: 2px #414042 solid;
	margin-left: 10px;
	padding-left: 10px;
}

/*** SIDEBAR ***/
#sidebar {
	float: left;
	width: 260px;
	height: 320px;
	margin-top: 40px;
	color: #484847;
	
	/*border: 1px solid purple;*/
}

#sidebar h3 {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
}

#sidebar #contact {
	padding: 0px 10px;
	background: url("gfx/contact_bg.png") no-repeat;
	height: 305px;
}

#sidebar #contact form {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
}

#sidebar #contact form input.submit {
	width: 100px;
	height: 20px;
	color: #fff;
	border: none;
	cursor: pointer;
	background: url("gfx/btn_submit.png") no-repeat;
}

#sidebar #contact .text {
	width: 94%;
}

/*** FOOTER ***/
#footer {
	width: 909px;
	min-height: 30px;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	background: #1b1d2a url("gfx/footer_bg.png") no-repeat center center;
	border-left: 1px solid #1b1d2a;
	border-right: 1px solid #1b1d2a;
	border-bottom: 1px solid #7b7b7b;
	
	/*border: 1px solid green;*/
}

/*** FORM ELEMENTS ***/
input, textarea {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 11px;
}

pre {
	margin: 0px auto;
	border: #000000 1px dotted;
	padding: 10px;
	color: #414042;
	background: #f7f7f7;
	font-family: "Courier New" , Monospace;
	text-align: left;
	width: 97%;
	max-height: 600px;
	overflow: auto;
}

/*** OTHERS ***/
hr.clear {
	visibility: hidden;
	margin: 0px;
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.message {
	background: #B2DBA8 url("gfx/icons/accept.png") 2px 6px no-repeat;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 20px;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	margin: 5px 0px;
}

.error {
	background: #F6836B url("gfx/icons/exclamation.png") 2px 6px no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 20px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	margin: 5px 0px;
}