/*
Filename: futureclassic.css
Author: Rene Leege
URI: http://www.d-sign24.de

Description: modifies the layout of hello :D to fit the layout of technikboard.net

*/

*:focus {
	outline: none;
}

html {
	background: #fcfcfc;
}


a:link, a:visited {
	color: #fff;
}

a:hover, a:active {
	color: #83a110;
}

.icon {
	border: 0 !important;
	vertical-align: middle;
}

body {
	background: #3c4064;
	color: #fcfcfc;
	font-family: 'Trebuchet MS', 'Segoe UI', Tahoma, Verdana, Helvetica, Arial, sans-serif;
	margin: 0 !important;
}

.container {
	width: 945px;
}

#leftcolumn {
	width: 590px;
}

#rightcolumn {
	width: 330px;
}

p img {
padding: 1px;
border: 2px solid #ddd;
}

#headerContainer {
	margin: auto;
	max-width: 100%; min-width: 100%; width: 100%;
	background: #3c4064 url(images/headerBackground.jpg);	
	background-position: center bottom;
}

#header {
	max-width: 925px; min-width: 925px;
	text-align: left;
	margin: 0 auto; border-width: 0 !important;
	height: 93px;
}

#userPanel {
	background: url(images/userPanelBackground.png) repeat-x;
	background-position: center bottom;
	margin: auto;
	max-width: 100%; min-width: 100%; width: 100%;
	min-height: 30px;
}

.userPanelInner {
	max-width: 925px; min-width: 925px;
	text-align: left;
	margin: 0 auto; border-width: 0 !important;
}

#mainMenu {max-width: 100%; min-width: 100%; width: 100%; background: #fefefe url(images/mainMenuBackground.jpg) repeat-x; height: 32px; margin-bottom: 15px;}

.mainMenuInner ul {
	margin: 0;
	padding: 0;
}

.mainMenuInner ul li {
	float: left;
	display: inline !important;
	list-style: none;
	height: 32px;
	border-left: solid 1px #ddd;
}

.mainMenuInner ul li:last-child {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.mainMenu .mainMenuInner { max-width: 925px; min-width: 925px; margin: 0 auto; border-width: 0 !important;}

.mainMenu a {
	text-decoration: none;
	margin: 0 -1px 0 0;
	padding: 3px 5px 2px 5px;
	min-height: 23px;
	white-space: nowrap !important;
	color: #3c4064;
}


.mainMenu span {
	padding: 0 2px 0 0;
	font-size: 1.25em;
}

.mainMenuInner ul li.active {
	background: url(images/mainMenuBackgroundHover.jpg) repeat-x;
	color: #131841;
}

.post, .entry {
	color: #000;
}

.post {
	background-image: none;
	background: #fcfcfc;
	border: solid 1px #999;
	margin-bottom: 7px;
}

.post_top, .post_end {
	display: none;
}

p#userNote, p#boardUserAvatar {margin: 0;}

#boardUserAvatar {display: block !important; margin: 0;}

#boardUserAvatar img {margin-top: 0 !important; margin-right: 10px; margin-bottom: 5px; float: left; height: auto !important; width: auto !important; max-width: 48px; border: 0;}

#userNote { padding-top: 7px; padding-left: 10px; display: block !important;}

#userMenu {
	height: 22px;
}

#userMenu ul {
	margin: 0;
	padding: 0;
}

#userMenu ul li {
	float: left;
	display: inline !important;
	list-style: none;
}

#userMenu a {
	margin: 0 -1px 0 0;
	padding: 3px 5px 2px 5px;
	white-space: nowrap !important;
	color: #fff;
	text-decoration: none;
}


#userMenu span {
	padding: 0 2px 0 0;
}

#userMenu a span {
	text-decoration: underline;
}

.post a:link, .post a:visited {
	color: #131841
}

.post a:hover, .post a:active {
	color: #83a110;
}

.post h2.title {
	background: #3c4064 url(images/containerHeadBackground.jpg) repeat-x;
	margin-left: -22px;
	margin-right: -22px;
	color: #fff;
	font-size: 1.45em;
	padding-left: 20px;
	padding-bottom: 4px;
}

.post h2.title a {
	background-image: url(images/postM.png);
	background-repeat: no-repeat;
	color: #fff;
	padding-left: 26px;
}

.postdata {
	border-top: solid 1px #bbb;
	padding:  2px; 2px 0 2px;
	color: #555;
}

.postdata a:link, .postdata a:visited {
	color: #555;
}


.postdata a:hover, .postdata a:active {
	color: #83a110;
}

.pagers a:hover, .pagers a:active { color: #83a110; }

#footer {
	background: #fcfcfc url(images/mainMenuBackground.jpg) repeat-x;
}

#commentArea {
	background: #eeecfd;
	border: solid 1px #999;
}

#respond h3 {
	background: #3c4064 url(images/containerHeadBackground.jpg) repeat-x;
	margin-top: -8px;
	margin-left: -22px;
	margin-right: -22px;
	color: #fff;
	padding-top: 0;
}

#sidebar h2 {
	background: #a8d628 url(images/smallButtonsHover.jpg) repeat-x;
	color: #131841;
	padding-left: 25px;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	margin-left: -16px;
	margin-right: -17px;
}

li.widget_top {
	display: none;
}


li.widget_end {
	display: none;
}

ul#sidebar li  {
	border: solid 1px #999;
	margin-bottom: 10px;
	background: #d4d7ef;
}

ul#sidebar li ul li {
	border: none !important;
	margin-bottom: auto !important;
}

.widget ul li {
	background: url(images/sidebar_li.png) no-repeat -2px 1px !important;
	color: #000;
}

#sidebar a:link, #sidebar a:visited {
	color: #131841;
}


#sidebar a:hover, #sidebar a:active {
	color: #83a110;
}

.widget_tag_cloud {
	text-shadow: 0 1px 0 #fff;;
}
.widget_tag_cloud h2 {
	text-shadow: 0 0 0;
}

#footer {
	padding-top:  10px;
	border-top: solid 1px #999;
	color: #000;
}

#footer a:link, #footer a:visited {
	color: #000;
}

.footerOptionsInner ul {
	margin: 0;
	padding: 0;
}

.footerOptionsInner ul li {
	float: left;
	display: inline !important;
	list-style: none;
}


.footerMenuInner ul {
	margin: 0;
	padding: 0;
}

.footerMenuInner ul li {
	float: left;
	display: inline !important;
	list-style: none;
	padding-right: 7px;
	padding-left: 5px;
	border-right: solid 1px #999;
	height: 16px;
}

.footerMenuInner ul li:last-child {
	border-right: 0;
}
.footerMenuInner ul li span {
	padding-left: 2px;
}

.footerMenu a:link span,  .footerMenu a:visited span {
	color: #000 !important;
	text-decoration: underline;
}

#footerMenu {
	float: left;
}

#footerOptions {
	float: right;
}

#date span{
	color: #000 !important;
	padding-right: 7px;
}

.copyright {
	clear: both;
	text-align: center;
	padding-top: 15px;
}

.hidden {
	display: none;
}