/**
 * Filename: style.css
 * @title Strong Mind
 * @description Strong Mind - Foredrag til erhvervslivet
 * @placeholder <u><b>Placeholder 1</b></u>:<br /><i>Liste visning af foredragsholdere</i>.
 * @placeholder <u><b>Placeholder 2</b></u>:<br /><i>Foredragsholdere karosel</i>.
 * @placeholder <u><b>Placeholder 3</b></u>:<br /><i>Referencer</i>.
 * @placeholder <u><b>Placeholder 4</b></u>:<br /><i>Logo</i>.
 */

body {
	font-family: Arial, Verdana;
	font-size: 0.75em;
	color: #424242;
	background: url("gfx/body_bg.jpg") bottom repeat-x;
	margin: 0px;
}

a:link, a:visited {
	color: #6F8D16;
}

a:active, a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: normal;
	border-bottom: 1px solid #a4d020;
	margin: 0px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

/*** HEADER ***/
#header {
	text-align: center;
}

#menu {
	background: #484848;
	color: #fff;
	font-size: 0.9em;
	height: 25px;
	line-height: 25px;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 10px;
}

#speakers {
	margin-top: 10px;
	background: #484848;
	color: #fff;
	height: 105px;
}

#speakers ul {
	list-style: none;
	margin: 0px;
	padding: 7px 0px 0px 0px;
}

#speakers ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 2px;
}

/*** MAIN CONTAINER ***/
#container {
	width: 970px;
	margin: 0px auto;
}

/*** BREADCRUMS ***/
#breadcrumbs {
	font-size: 0.85em;
	font-weight: bold;
	height: 15px;
	line-height: 20px;
	background: #fff;
	color: #666;
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
}

#breadcrumbs div {
	float: left;
	padding: 0px 0px 0px 5px;
	height: 15px;
}

#breadcrumbs div.last {
	
}

/*** SIDEBAR LEFT ***/
#sidebar_l {
	float: left;
	width: 172px;
	min-height: 50px;
}

#sidebar_l h1, #sidebar_l h2, #sidebar_l h3 {
	border: none;
}

#sidebar_l .box {
	
}

#sidebar_l .box .box_top {
	height: 9px;
	background: url("gfx/box/box-top.jpg") no-repeat;
}

#sidebar_l .box .box_top_content {
	background: #f2ffcc;
	border-left: 1px solid #a4d020;
	border-right: 1px solid #a4d020;
	border-top: 1px solid #a4d020;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sidebar_l .box .box_blue {
	background: #f2ffcc;
	border: 1px solid #a4d020;
	text-align: center;
}


/*** SIDEBAR RIGHT ***/
#sidebar_r {
	float: right;
	width: 172px;
}

#sidebar_r h1, #sidebar_r h2, #sidebar_r h3 {
	border: none;
}

#sidebar_r .box .box_top {
	height: 9px;
	background: url("gfx/box/box-top.jpg") no-repeat;
}

#sidebar_r .box .box_top_content {
	background: #f2ffcc;
	border-left: 1px solid #a4d020;
	border-right: 1px solid #a4d020;
	border-top: 1px solid #a4d020;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sidebar_r .box .box_blue {
	background: #f2ffcc;
	border: 1px solid #a4d020;
	padding: 5px;
	margin-bottom: 10px;
}

#sidebar_r form {
	padding: 0px 10px;
	text-align: center;
}

#sidebar_r input[type=submit] {
	border: 1px solid #a9a9a9;
	background: #E6E6E6;
	width: 98%;
	cursor: pointer;
}

#sidebar_r input.text {
	border: 1px solid #a9a9a9;
	background: #fff;
	width: 97%;
	padding: 3px 0px;
}

#sidebar_r label {
	width: 100%;
	display: block;
	font-weight: bold;
}

/*** CONTENT ***/
#content {
	float: left;
	margin-left: 20px;
	width: 585px;
	min-height: 400px;
}

#content h1, #content h2, #content h3, #content h4 {
}

#contentleft {
	float: left;
	margin-right: 21px;
	width: 282px;
}

#contentright {
	float: left;
	width: 282px;
}

#c_left {
	float: left;
	margin-right: 20px;
	width: 365px;
}

#c_right {
	float: left;
	width: 200px;
}

#refleft {
	float: left;
	margin-right: 21px;
	width: 181px;
}

#refmid {
	float: left;
	margin-right: 21px;
	width: 181px;
}

#refright {
	float: left;
	width: 181px;
}

/*** FOOTER ***/
#footer {
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #424242;
	font-size: 0.9em;
}


/*** FORM ELEMENTS ***/
#form_newsletter {
}

input, textarea, select {
	font-family: Arial, Verdana;
	margin-top: 2px;
}

blockquote {
	font-style: italic;
	border-left: 2px #414042 solid;
	margin-left: 10px;
	padding-left: 10px;
}

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 ***/
.message {
	background: #B2DBA8 url("gfx/icons/accept.png") 2px 6px no-repeat;
	color: #fff;
	font-size: 10px;
	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: 10px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 20px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	margin: 5px 0px;
}

hr.clear, div.clear {
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}