.topbar {
	background: #393b47 url(../../../images/revolution/bfbg.jpg) top center;
	border-bottom: 0px solid #262626;
	height: 220px;
	padding: 0;
	margin: auto;
	text-shadow: 1px 1px 0px #262832;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	
	color: #fff;
}

.topbar_weapon {
	background: url(../../../images/revolution/waffe2.png) top center scroll no-repeat;
	width: 100%;
	color: #fff;
	height: 100px;
	position: absolute;
	pointer-events: none;
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.postbit_buttons > a,
a.button {
	color: #00aadc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
}

.blink {
  animation: blink 1s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
}


}

@-webkit-keyframes blink {
  to {
    visibility: hidden;
}


}

adminlink {
	color: white;
	text-shadow: 0 0 .4em #00aadc,0 0 .4em #00aadc,0 0 .4em #00aadc;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	
	text-decoration: none;
	font-weight: bold;
}

adminlink:hover {
	color: white;
	text-shadow: 0 0 .4em #00aadc,0 0 .4em #00aadc,0 0 .4em #00aadc;
	
	font-weight: bold;
}

select2-container-multi,
select2-choices {
background-image: none;
background-color: #151515
}

.textbox:focus {
box-shadow: 0 0 10px #9ecaed;
}

.sceditor-container textarea {
text-shadow: none;
}

.post.classic blockquote{
color: #FFF;
}


.pm_alert a:link {
	color: #fff;
    -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     -ms-transition: 0.5s;
     transition: 0.5s;
text-decoration: none;
}

.pm_alert a:visited {
	color: #4B4C4C;
	text-decoration: none;
}

.pm_alert a:hover, a:active {
    color: #fff;
    text-shadow: -1px 1px .4em #000, 1px -1px .4em #000;
}

.pm_alert userlink {
	color: #fff;
    -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     -ms-transition: 0.5s;
     transition: 0.5s;
text-decoration: none;
}

.pm_alert userlink:hover,
.pm_alert userlink:active {
	color: #fff;
text-decoration: none;
text-shadow: none;
}


.pagination_page a:link {
	color: #ffffff;
}

.fieldset a:link {
	color: #fff;
}

