
br {
 clear:left
}

.usermenu {
    width: 100%;
}

.usermenu ul {
    margin: 0; padding: 0;
    float: left;
}

.usermenu ul li {
    display: inline;
}

.usermenu ul li a {
    float: left; text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
}

.usermenu ul li a:visited {
    color: white;
}

.usermenu ul li a:hover, .usermenu ul li .current {
    color: white;
}

#debug a:link,
#debug a:visited,
#debug  a:hover,
#debug a:active {
	color: #fff;
	font-size: 14px;
}

legend {
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0.2em 0.5em;
	text-align: left;
	background: #b23636;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #882929;
	text-shadow: 1px 1px 0px #882929;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #cc3d3d 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #cc3d3d 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #cc3d3d 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 10px;
}

fieldset {
	background: #fff;
	border: 1px solid #dadada;
	box-shadow: rgba(0,0,0,0.05) 0px 1px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}

#fadehover  a {
	text-shadow: 1px 1px 0px #fff;
}

#fadehover a:hover{
opacity: 2;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
  	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
}

a.button5:link,
a.button5:visited,
a.button5:active {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	padding: 4px 6px;
	display: inline-block;
	margin: 2px 2px 6px 2px;
	
	font-family: Source Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
	font-size: 18px;
}

a.button5:hover {
}

a.button4:link,
a.button4:visited,
a.button4:active {
	padding: 5px 6px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	
	background: linear-gradient(to bottom, #fff 0%,#f4f4f4 100%);
	color: #414141;
	border: 1px solid #fff;
	text-shadow: #fff 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
	box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
	
	font-family: Source Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
	font-size: 14px;
}

div.theme, div.language {
    display: inline-block;
}

.pagination2 a:link, .pagination2 a:visited {
    background: #737373;
    color: #fff;
    text-shadow: #565758 0px 1px 1px;
    border: 1px solid #737373;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
    padding: 1px 4px;
    transition: all 0.5s ease;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
}

.stposts {
	background: #fff;
	color: #646464;
	border: 1px solid #fff;
	padding: 20px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	
	font-size: 13px;
}

.tborderposts {
	background: transparent;
	width: 100%;
	margin: auto auto;
	padding: 1px;
}

/* TOOLTIP STYLES */

.tipsy{
font-size:12px;position:absolute;padding:5px;z-index:100000
}

.tipsy-inner{
background-color:#000;color:#FFF;max-width:200px;padding:5px 8px 4px;text-align:center
}

/* Rounded corners */
.tipsy-inner{
border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px
}

/* Uncomment for shadow */
/*.tipsy-inner {
 box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000;
}

*/
.tipsy-arrow{
position:absolute;width:0;height:0;line-height:0;border:5px dashed #000
}

/* Rules to colour arrows */
.tipsy-arrow-n{
border-bottom-color:#000
}

.tipsy-arrow-s{
border-top-color:#000
}

.tipsy-arrow-e{
border-left-color:#000
}

.tipsy-arrow-w{
border-right-color:#000
}

.tipsy-n .tipsy-arrow{
top:0;left:50%;margin-left:-5px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent
}

.tipsy-nw .tipsy-arrow{
top:0;left:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent
}

.tipsy-ne .tipsy-arrow{
top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent
}

.tipsy-s .tipsy-arrow{
bottom:0;left:50%;margin-left:-5px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent
}

.tipsy-sw .tipsy-arrow{
bottom:0;left:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent
}

.tipsy-se .tipsy-arrow{
bottom:0;right:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent
}

.tipsy-e .tipsy-arrow{
right:0;top:50%;margin-top:-5px;border-left-style:solid;border-right:none;border-top-color:transparent;border-bottom-color:transparent
}

.tipsy-w .tipsy-arrow{
left:0;top:50%;margin-top:-5px;border-right-style:solid;border-left:none;border-top-color:transparent;border-bottom-color:transparent
}

:focus {
	outline: none;
}

.thead_collapsed {
   opacity: 0.4;
}

.thead {
   -webkit-transition: all 250ms ease-in-out;
   -moz-transition: all 250ms ease-in-out;
   -o-transition: all 250ms ease-in-out;
   transition: all 250ms ease-in-out;
}

#pm_notification {
	background: #bb0000;
	color: #fff;
	display: inline-block;
	height: 10px;
	line-height: 10px;
	padding: 5px 6px 5px 6px;
	transition: all 0.3s ease;
	border: 1px solid #bb0000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 10px;
	font-size: 12px;
	font-style: normal;
}

a#pm_notification {
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
}

a#pm_notification: hover {
	color: #fff;
    text-shadow: 1px 1px 0 #cc4a48;
}

#header {
	height: 120px;
	padding: 15px;
}

.select2-results,
.select2-no-results,
.select2-container{
    text-shadow:none;
}

#mainwidth2 {
	width: 92%;
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

.fa-angle-double-up:before {
	background: #49657d;
	color: #fff;
	padding: 12px 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
	
	font-size: 17px;
}

.topforum {
	color: #333;
	cursor: pointer;
	padding: 20px 20px;
	position: fixed;
	bottom: 1em;
	right: -10px;
	display: none;
	transition: all 0.5s ease;
	opacity: 0.75;
	
	text-decoration: none;
	font-size: 15px;
}

.topforum:hover {
	color: #73ba5e;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 1;
}

br {
 clear:left
}

.menu {
    background: #f1f4f6;
    border: 8px solid #395063;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.menu ul {
    margin: 0; padding: 0;
    float: left;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    float: left; text-decoration: none;
    color: #656060;
    text-shadow: 1px 1px 0px #fff;
    padding: 10.5px 11px;
    background-color:  #f1f4f6;
}

.menu ul li a:visited {
    color: #656060;
    text-shadow: 1px 1px 0px #fff;
}

.menu ul li a:hover, .menu ul li .current {
	color: #395063;
	text-shadow: 1px 1px 0px #fff;
	background-color: #fff;
}


		