/*
Theme Name: kriesi_support
Theme URI: http://www.awesomestyles.com/bbpress-themes/view/businesslike
Description: A clean, lightweight blue and white business theme
Version: 1.0
Author: Free CSS Templates
Author URI: http://www.spyka.net
Ported By: bbPress themes
Porter URI: http://www.awesomestyles.com
*/

/* Globals 
=================================== */

* { margin: 0; padding: 0; }
#head .nav{
font-size:13px;
}
body {
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

a, a:visited { 
	color:#2F517F;
	text-decoration:none;
} 
a:hover { 
	color:#213959; 
}


pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background-color: #c00;
	color: #fff;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:-2px;
	line-height:1em;
	padding-left:10px;
	padding-top:45px;
	text-align:left;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}
h2 {
	text-align:left;
	padding:0 0 10px 10px;
	font-size:0.7em;
	color:#999999;
	font-weight:normal;
	text-transform:uppercase;
}
h3 {
	font-size:1.6em;
	font-weight:normal;
	color:#74a0cc;
	letter-spacing:-1px;
}
h4 {
	color:#333333;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0;
	padding:7px 0;
	text-transform:none;
}

div.page-wrap h2 {
	padding-left:0;
	color:#74a0cc;
	font-size:17px;
	text-transform:none;
}

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

img.avatar { border: 1px solid #ddd; }

.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

table { font-size:13px; }

/* Structure
=================================== */
/* wrapper */
div#wrapper {
	border-top:5px solid #74a0cc;
}

/* header */
div#header {
	background:#0B0B0B url('images/header_background.jpg') repeat-x scroll top left;
	height:140px;
	display:block;
	border-top:1px solid #5483C0;
}
div.header-left {
	background:transparent url('images/header_left.jpg') no-repeat scroll top left;	
	width:56px;
	height:140px;
	float:left;
}
div.header-text {
	background-image:url('images/header_gradient.jpg');
	background-repeat:repeat-x;
	height:140px;
	float:left;
}
div.header-right {
	width:34px;
	float:left;
	height:140px;
	background-image:url('images/header_right.jpg');
	background-repeat:no-repeat;
}


/* nav */
div#navbar {
	background:#e0e0e0 url('images/nav-bg.jpg') repeat-x scroll top left;
	height:50px;
	padding:5px 39px 5px 35px;
}
div.user-header {
	float:left;
	width:50%;
	padding-top:12px;
}
div.user-header p {
	color:#666666;
	padding-left:5px;
	padding-top:5px;
}
div.user-header p.loginmeta {
	padding-top:0;
}
div.search {
	float:right;
	width:50%;
	padding-top:11px;
}
div.search p {
	text-align:right;
}
div.search form.search-form input#q {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-khtml-border-radius:4px;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	 
	color:#333333;
	font-family:Tahoma,Arial,sans-serif;
	padding:5px;
}
input.submit, input.accbutton {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-khtml-border-radius:4px;
	background-color:#74a0cc;
	border:1px solid #fff;
	 
	padding:4px 5px;
	color:#fff;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:auto;
	overflow:visible;
}
#register-page p.submit, #profile-page p.submit {
	margin:0px;
	text-align:left;
}
#register-page  p.submit {
margin:10px 0 0 215px;
}


#register-page p.submit input, #postformsub, #profile-page p.submit input, input.accbutton {
background-color:#3279BB;
border:medium none;
color:#FFFFFF;
font-size:11px;
overflow:visible;
padding:6px 10px;
width:auto;
}

#postformsub{
cursor:pointer;
background-color:#3279BB;
}

#top .notice a, #top .notice a:hover{ 
color:#fff;
}

#postformsub:hover{
background:#333;
}

.bbcrumb {
	font-size:11px;
	font-weight:normal;
}
.bbcrumb a {
	color:#777;
}

div.page-wrap {
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	clear:both;
	margin:20px 35px;
	padding:10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div.footer {
	background:#74a0cc;
	clear:both;
	border-top:5px solid #34598D;
}
div.footer p {
	text-align:center;
	color:#fff;
	font-size:0.75em;
	padding:20px 0;
	margin:0;
}
div.footer p a {
	color:#fff;
	border-bottom:none;
	text-decoration:underline;
}

.clear {
	clear:both;
}

#footer p.showoff {
	color: #888;
}

.notice {
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice.error {
	background-color:#CC0000;
	color:#FFFFFF;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */
div.usernamelogin {
	float:left;
	padding-right:10px;
}
div.passwordlogin {
	float:left;
	color:#eee;
}
div.passwordlogin input, div.usernamelogin input {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-khtml-border-radius:4px;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	 
	color:#333333;
	font-family:Tahoma,Arial,sans-serif;
	padding:5px;
}
p.loginmeta {
	float:right;
	float:right;
	position:relative;
	top:5px;
	color:#777;
}
div.user-header form.login input.submit {
	margin-left:10px;
}
label.rememberme {
	color:#777777;
	display:block;
	float:left;
	font-size:10px;
	padding:4px 10px;
}
label.rememberme input {
	position:relative;
	top:3px;
	background-color:#FFFFFF;
	border:medium none;
	padding:0;
}

/* Front Page
=================================== */

#front-page #hottags {
	float:right;
	width:20%;
	overflow: hidden;
}

#front-page #hottags  h2, div.page-wrap .topic-admin h2, div.page-wrap .tag-admin h2 {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#CCCCCC;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:7px;
}


.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding:0 5px 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	color: #555;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #f9f9f9; }

/* Page navigation
=================================== */

/*
a.page-numbers,
span.page-numbers {
	padding: 3px 4px;
	margin-left: 5px;
	border:1px solid #f0f0f0;
}

span.page-numbers.current {
	color: #666;
	border-color:#ccc;
	background-color:#ccc;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
	background-image: none;
}

span.page-numbers.dots {
	padding: 0;
}
*/



/* Topic Page
=================================== */

.infobox {
background:none repeat scroll 0 0 #F8F8F8;
border:1px solid #EEEEEE;
color:#666666;
font-size:11px;
padding:1em 10px;
}

.infobox ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: disc;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
float:left;
padding:0 1em 0 0;
width:54%;
}

#topic-tags {
	border-left: 1px solid #ddd;
	float: right;
	padding: 0 0 0 1em;
}

#tag-form p {
	margin-bottom: 0;
}
#topic-tags p {
	color:#666;
}

input#tag {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	line-height:14px;
	margin:0;
	color:#666;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #eee;
}

input#tagformsub {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#74a0cc;
	border:none;
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	margin:0;
	padding:4px 8px;
}


.nav {
	margin: 15px 0;
	padding: 12px 0;
	text-align: right;
	font-size:12px;
}

#thread {
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	clear: both;
	padding-bottom: 20px;
	/* Hack to force padding on .threadauthor on IE */
}

#thread li ol, #thread li ul { margin:0 0 20px 30px; font-size: 13px; }

#thread li ol li, #thread li ul li { padding: 0; }

	.threadauthor {
background:url("http://www.kriesi.at/wp-content/themes/kriesi_at/images/skin1/say.png") no-repeat scroll right 15px transparent;
float:left;
padding:0 0;
width:87px;
font: 11px
}

.threadauthor p {
font-size:11px;
line-height:17px;
margin-right:20px;
overflow:hidden;
padding:0;
}}

.threadauthor small { font: 11px Arial, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 1.5em 1em;
	margin-left: 86px;
	background-color: #fff;
	border:1px solid #eee;
}


#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e4f3e1;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #e4f3e1;
}


#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote, #thread .post code {
	margin: 10px 0 10px 20px;
	padding: 10px;
	display:block;
	border-left: 3px solid #ccc;
	background-color:#f9f9f9;
}
#thread .post blockquote p {
	margin-bottom:5px;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Arial, Arial, Helvetica, sans-serif;
	color:#999;
}
.poststuff a {
	color:#999;
	border-bottom:1px dotted #999;
}


.topic-admin ul {
	list-style:none;
	padding-top:10px;
	padding-left:7px;
	font-size:13px;
}
.topic-admin ul li {
	padding-bottom:8px;
	color:#444;
}
.topic-admin select {
	border:1px solid #ddd;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}
.topic-admin option {
	padding:0 3px;
}
.topic-admin input {
	background-color:#74a0cc;
	color:#fff;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	border:none;
	padding:5px 3px;
	font-size:11px;
}

.num, #forumlist small {
	font: 11px Arial,Arial,Helvetica,sans-serif;
	text-align: center;
	white-space: nowrap;
}
td.num {
	text-align:left;
}

h2.post-form {
	border-bottom-width: 0;
	margin-bottom: 2px;
}

.postform {
	background-color: #f8f8f8;
	border:1px solid #eee;
	padding: 1em;
	margin-bottom: 1em;
	float:left;
	width:95%;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;

	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.postform input, .postform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#777;
	border: 1px solid #ccc;
	width:95%;
}

.postform label {
	color:#444444;
	display:block;
	font-size:13px;
	font-weight:bold;
}

#top select{
padding:5px;
-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		background-color: #fff;
	border:1px solid #eee;
}


.postform #topic,
.postform #tags-input {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

#manage-tags {
	margin: 10px 0 0 7px;
	list-style: none;
}

#manage-tags input {
	border:1px solid #ddd;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
}
#manage-tags input[type=submit] {
	background-color:#74a0cc;
	border:medium none;
	color:#FFFFFF;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:5px 10px;
}

#manage-tags li {
	font-size:13px;
	color:#777;
	padding-bottom: 20px;
}
#manage-tags form {
	margin-top:5px;
}

p.allowed {
	background-color:#eee;
	line-height:1.5em;
	margin:25px 3px 3px;
	padding:10px;
	font-size:11px;
}

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
}

p.rss-link {
	text-align: right;
	font-size: 0.8em;
}

a.rss-link {
	padding: 6px 0 6px 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	float:right;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

#viewdiv {
	font-size:12px;
}
#viewdiv #views, #front-page #discussions ul#views {
	padding:0;
	list-style:none;
}
#viewdiv #views li.view {
	padding-bottom:10px;
}
#viewdiv #views li.view a {
	color:#fff;
	background-color:#74a0cc;
	font-weight:bold;
	padding:3px;
	font-family:Arial, Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { 
	padding: 8px 10px; 
	border-bottom:1px solid #e9e9e9; 
	color:#888;
}

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}


#latest th, #forumlist th, #favorites th {
	background: #3279BB;
	color:#FFFFFF;
	font-family:Arial,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:9px;
	text-align:left;
	text-transform:uppercase;
}

#latest th a, #forumlist th a, #favorites th a {
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	background-color:#74a0cc;
	color:#FFFFFF;
	font-style:normal;
	padding:7px 12px;
}

tr.bb-category td a {
	color:#666;
	font-weight:bold;
}
tr.bb-category td small {
	color:#999;
}
tr.bb-category td {
	background-color: #ddd;
	border-bottom:none;
}

#latest, #forumlist, #favorites {
	margin-bottom: 3em;
	border-spacing:0;
	width: 100%;
	font-size:12px;
}



#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}

/* Profile Page
=================================== */
#profile-page div.bbcrumb {
	position:relative;
	top:-50px
}
#profile-menu {
	list-style: none;
	position:relative;
	top:23px;
	background-color:#3279BB;
	display:block;
	padding:10px 7px 7px;
	margin-bottom:15px;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
	position:relative;
	top:-2px;
}

#profile-menu li a {
	font-size: 11px;
	padding: 7px 14px;
	color:#fff;
		-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
}

#profile-menu li.current a,
#profile-menu li.current a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-color:#74A0CC;
}

#profile-menu li a:hover {
	background-color:#74A0CC;
	text-decoration:none;
}

div.vcard {
	font-size:13px;
}

h3#useractivity {
	font-size:20px;
	letter-spacing:1px;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; font-size:13px; padding:0 0 30px;}

#userinfo dt { 
	display:block;
	float:left;
	font-weight:bold;
	width:150px;
}

#userinfo dd { margin: 0 0 0px; padding: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; font-size: 13px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

#profile-page table {
	font-size:13px;
}

/* Search
=================================== */

#topic-search-form fieldset {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	font-size: 13px;
	background-color: #f8f8f8;
}

#topic-search-form div {
	clear: both;
}

#topic-search-form div label {
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
	width: 200px;
	vertical-align: top;
	padding-right: 10px;
	font-weight: bold;
}

#topic-search-form div div {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
}

#topic-search-form div div input {
	width: 280px;
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 3px;
}

#topic-search-form div div select {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 3px;	
	border: 1px solid #ccc;
	padding: 4px;
}

#topic-search-form div div option {
	padding:0 4px;
}

#topic-search-form div div input.submit-input {
	width:auto;
	color:#fff;
	font-family:Arial, sans-serif;
	font-weight:NORMAL;
	padding:5px;
	margin-left:215px;
	border:none;
}
#topic-search-form div.submit label {
	display:none;
}
#search-for { margin: 15px 0 5px; }

.search-results { margin: 0 0 10px; font-size: 13px; }

.search-results ol { margin: 5px 0 0 28px; }

.search-results ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border: 1px solid #e1e1e1;

	padding: 10px 0px;
	margin-bottom: 15px;
	background-color: #f8f8f8;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
	border:none;
	color:#777;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 9px 5px 5px 5px;
	text-align: right;
	width: 200px;
	vertical-align: top;
}

#login-page #remember {
	margin-top:5px;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	color:#aa3300;
	float:left;
	font-style:normal;
	margin-right:5px;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	width: 280px;
	border: 1px solid #ccc;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: #aa3300;
	vertical-align: 10%;
}

.form-invalid {
	background-color: #fff !important;
}

.form-invalid input {
	padding: 1px;
	border: 1px solid #c00 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}

p.submit input {
	line-height: 14px;
	padding:4px 6px;
	background-color:#3279BB;
	border:none;
	color:#fff;
	font-family:Arial, sans-serif;
	font-weight:normal;
	margin:0;
	-moz-border-radius: 4px;
	width:auto;
	overflow:visible;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

p.submit input:hover {
	background-color:#333;
}


.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	display: inline-block;
}
.clear {
	display:block;
}


.fullwidth .vcard #userlogin, .fullwidth .vcard #userinfo, .fullwidth .vcard .notice{
width:805px;
float:right;
clear:none;
}

.fullwidth .vcard .notice{
width:774px;
}


.vcard #useravatar{
width:105px;
float:left;
}

.vcard #userlogin, .vcard #userinfo, .vcard .notice{
width:80%;
float:right;
clear:none;
}

.vcard .notice{
width:70%;
}

.search-form{
position: absolute;
right: 0px;
top:-23px;
z-index: 9999;
}

#front-page #discussions{
position: relative;
top:-19px;
}

.search-form .text_input{
background: #fff;
width:150px;
}

.forum-template .content{
padding:0;
}



.forum-template .sidebar{
float:right;
margin-left:35px;
font-size: 11px;
}


#top #main .new_post_link{
display: block;
float:left;
padding:4px 10px;
font-size: 12px;
background: #3279BB;
color:#fff;
-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#top #main .new_post_link:hover{
background: #333;
text-decoration: none;
color:#fff;
}

#top #thread code  {
background:none repeat scroll 0 0 #F8F8F8;
border:1px solid #E1E1E1;
}

#top #thread code:hover{
position: relative;
width:870px;
z-index: 70;
}

#top #thread code {
font-family:"Andale Mono","Courier New",Courier,Monaco,monospace;
margin:15px 0;
overflow:auto;
padding:20px;
}

#top .must_login {
position:relative;
top:-10px;
z-index:100;
}


#top #main .sidebar .must_login a{
display:block;
padding:4px 0 4px 22px;
border-left:none;
border-right:none;
background: transparent url('images/signup.png') no-repeat 0 0 ;
margin-bottom:20px;
line-height: 12px;
float:left;
margin-right:20px;
z-index: 100;
position: relative;
}

#top #main .sidebar .must_login .registerlink{
background: transparent url('images/register.png') no-repeat 0 0 ;
}

.items_purchased{
font-size:10px;
padding:4px;
background: #74A0CC;
color:#fff;
text-align: center;
display: block;
}

.userstate a {
background:none repeat scroll 0 0 #F8F8F8;
border:1px solid #E1E1E1;
color:#999999;
display:block;
float:left;
line-height:27px;
text-align:center;
width:27px;
}

.userstate a:hover {
background:#333;
border:1px solid #333;
color:#fff;
}

.logoutlink{
position:absolute;
right:260px;
top:-14px;
z-index:100;
}

#top .fullwidth #main  .content{
width:100%;
margin:0;
}

#latest td img{
padding:0 10px 0 0;
}

#topic_labels{
display:none;
}

.threadpost{
position:relative;
}

.staff .threadpost{
background: #ecf3f9;
border:1px solid #bad5f0;
color:#245386;
padding: 1.5em 4em 1.5em 1em;
}
.staff .poststuff{
border-top:1px dotted #68a0dc;

color:#68a0dc;
}

.staff .poststuff a{
color:#68a0dc;
}

#top #main .staff pre, #top #main .staff code{
background: #fff;
}

.staff .threadauthor {
background:url("http://www.kriesi.at/support/bb-templates/kriesi_support/images/say_staff.png") no-repeat scroll right 15px transparent;
}

.supportbadge{
background:url("http://www.kriesi.at/support/bb-templates/kriesi_support/images/support_badge.png") no-repeat scroll right top transparent;
height:83px;width:83px;
z-index:100;
position: absolute;
top:0;
right:0;
}

.Kriesi_badge{
background:url("http://www.kriesi.at/support/bb-templates/kriesi_support/images/support_badge_owner.png") no-repeat scroll right top transparent;
}

.Dude_badge{
background:url("http://www.kriesi.at/support/bb-templates/kriesi_support/images/support_badge_head.png") no-repeat scroll right top transparent;
}

#topic-search-form{
position: relative;
top:auto;
}

#top .search-results ol li {
border-bottom:1px solid #EEEEEE;
margin:0 0 13px;
padding:0 0 7px;
}

.staff a { text-decoration:underline; }


/*Supersearch*/



#top .SuperSearch {
background:none repeat scroll 0 0 #F8F8F8;
border:1px solid #E1E1E1;
margin:11px 0 27px;
padding:20px;
}

#top #SSsearch{
background:none repeat scroll 0 0 #FFFFFF;
width:350px !important;
border-color:#E5E5E5;
border-style:solid;
border-width:1px;
font-family:Arial,Helevtica,Verdana,san-serif;
font-size:12px;
-moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px;
border-radius:3px 3px 3px 3px;
padding:7px;
}

#top .indent{
margin:0;
}

#top .buttonLarge{
-moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px;
border-radius:3px 3px 3px 3px;
padding:7px;
border:none;
font-family:Arial,Helevtica,Verdana,san-serif;
font-size:12px;
background:none repeat scroll 0 0 #3279BB;
color:#fff;
font-weight:normal;
cursor: pointer;
}


#top .buttonLarge:hover{
background:#333;
}
#latest tr th h2{color:#fff;}

#top #main .nav{
height:auto;
line-height:auto;
padding:0;
position:static;
right:auto;
z-index:100;
top: auto;
}

table fieldset{
background:transparent;
}

.searchcontent{
display:block;
padding: 10px 0;
line-height: 1.3em;
color:#666;
}

#top .searchresults td, #top .searchresults td, #top .searchresults td {
vertical-align:baseline;
text-align: center;
}

#top #main .topicColumn{
text-align: left;
}

#top .SShighlight0{
background: #a9d0f7;
color:#333;
-moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px;
border-radius:3px 3px 3px 3px;
padding:3px;
}

#top .SShighlight0:hover, #top a:hover .SShighlight0{
background: transparent;
color:#74a0cc;
}

.adminstyle .unread_login_row{
background: #d6e6f7;
}

.userstate, .items_purchased{
display:none;

}

