article {
  width: 75%;
  float: left;
}

aside {
  width: 23.5%;
  float: right;
}
header {
	margin: 60px 0;
}

section#pm_notice i {
    font-size: 15px;
}

#active-portal ul.menu .active-portal a,
#active-forum ul.menu .active-forum a,
#active-calendar ul.menu .active-calendar a,
#active-memberlist ul.menu .active-memberlist a {
	background: white;
		color: #940b1a !important; 
	text-shadow: none;
}

#active-portal ul.menu .active-portal a:hover,
#active-forum ul.menu .active-forum a:hover,
#active-calendar ul.menu .active-calendar a:hover,
#active-memberlist ul.menu .active-memberlist a:hover {
	background: white;
}

a.button.closed_button {
    background: #812200;
    color: white;
}

.forum-name {
    font-size: 14px;
}

.top-bar {
	background: rgba(32,32,32,0.5);
	height: 35px;
	line-height: 35px;
	color: white;
}

.avatar-box {
	height: 25px;
	width: 25px;
	margin: 5px 0 5px 5px;
	float: left;
	border-radius: 50%;
	background: url(../../../images/default_avatar.png) no-repeat;
	background-size: 100% auto;
}
.avatar-box img { 
	height: 30px; 
	width: 30px; 
}
.avatar-box img[src=""] {
	display: none;
}

input[type="submit"] {
    font-family: FontAwesome, helvetica,arial,sans-serif;
}

.top-bar span { 
	 float: right;

}
.top-bar a, .top_bar span {
			 padding: 5px 10px;	
	color: white;
}

.welcome a {
	padding: 0;  
}

.top-bar span:hover {
	background: rgba(255,255, 255, 0.1);

}

.top-bar span:first-child {
	position: relative;
}
.links-ucp {
  position: absolute;
  background: white;
  z-index: 999999;
  display: none;
  margin: 0;
  width: 288px;
  padding: 0 5px 10px 0;
  line-height: 19px;
}

.links-ucp a, .links-ucp span {
  color: black;
  font-size: 10px;
  padding: 0 !important;
}

.links-ucp li {
  color: black;
  list-style: none;
  width: 48%;
  float: left;
  margin: 0px;
  font-size: 10px;
  padding: 0 !important;
}

.selected-user {
	background: white;
}

.selected-user a {
		color: #6e6868;	
		font-weight: bold;
}

span:hover.selected-user  {
	background: white !important;
}


footer {
  padding: 1px 12px;
  font-size: 11px;
  position: relative;
  text-align: center;
  background: rgb(235, 215, 215);
  border-bottom: 5px solid #eee;
  width: 86%;
  line-height: 120%;
  margin: 0 auto;
}

footer #copyright {
	color: #848484;
  float: right;
	text-align: right;
  text-shadow: 0px 1px 0px #fff;
}

footer a {
	color: #848484;
  text-shadow: 0px 1px 0px #fff;
}

footer select {
	 display: inline !important;
	 float: left;
	 margin: 11px 10px;;
}

.forumbit-style {
	background: #f3ebec;
	margin: auto auto;
	width: 100%;
	font-size: 11px;
	padding: 9px;
}

.forumbit-style a:first-child {
	font-weight: normal;
}

.lastpost {
	text-align: left;
}

.lastpost-avatar {
	width: 30px;
	height: 30px;
	padding: 1px;
	border: 1px solid #d5d5d5;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	float: left;
	margin: 0 15px;
}

.advanced-search {
	float: right;
	color: rgb(240, 240, 240);
	font-size: 18px !important;
	margin: 5px;
}	

.statround, .statround a {
	    display: inline-block;
	    margin: 0 10px 0 10px;
	    background: #e2e2e2;
	    color: #4a4a4a;
	    padding: 2px 4px;
	    font-weight: bold;
	    -moz-border-radius: 2px;
	    -webkit-border-radius: 2px;
	    border-radius: 2px;
	    text-align: center;
}



.top-box {
    font: normal 14px helvetica, arial, sans-serif;
    margin: 10px 0 0 0;
    color: #662020;
    padding: 5px 10px;
    background: #ecdbdb;
}

.panel-box {
	background: #fcf7f7;
	padding: 5px 10px;
}

.top {
	background: url(../../../images/ipb/top.png);
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
}

.border-stats {
	background: #e2e2e2;
	height: 3px;
}

.top {
    width: 24px;
    height: 24px;
    position: absolute;
    display: inline-block;
    background: #bdbdbd;
    text-align: center;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    top: 13px;
    border-radius: 16px;
    opacity: 0.4;
    outline: 0;
}

.top:hover {
    background: #872c2c;
    color: #fff;
    opacity: 1;
}

.top img {
    margin-top: 5px;
}

.thead_collapsed {
    opacity: .5;
}

a.register {
    background: #7ba60d;
    color: #fff;
    padding: 3px 8px;
    margin-left: 5px;
    border: 1px solid #7ba60d;
    -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

span.welcome:hover {
    background: none;
}

.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 100%;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    padding: 0;
    width: 17%;
    margin: 0;
    background: #f0f0f0;
    border-radius: 4px 0 0 4px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: right;
    margin: 0.2em 0;
    border-width: 1px 0 1px 1px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:first-child {
	text-align:center;
	background: white;
	padding-bottom: 20px;
	margin-top: -1px;
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:first-child img {
	width: 130px;
	height: 130px;

}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    color: black;
    font-size: 14px;
    padding: 11px 1em;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    border-right: none !important;
    border: 1px solid #dfdfdf;
    background: white;
    font-weight:bold;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: right;
    width: 81%;
    border-radius: 0;
    position: relative;
    left: -1px;
}

:focus {
	outline: none;
}

.profile {
	padding: 0 25px 25px;
    border: none;
    margin: 0;
}

.reputation {
       display: inline-block;
       line-height:15px;
       padding: 20px 30px;
       font-size: 9px;
       text-align: center;
       font-weight: bold;
       text-transform: uppercase;
       color: #fff;
		float: right;
       -moz-border-radius: 4px;
       -webkit-border-radius: 4px;
       border-radius: 4px;
       background: #7BA60D;
}

.count-reputation {
    color: white !important;
    font-size: 20px;
}


.stats-thread {
	font-size: 12px;
	color: #777;
}

.stats-thread a {
	color: #878787;
}

#posts {
	background: white;
}

.postbit-classic-top {
	background: #e8d8d8;
	padding: 0 10px;
	height: 36px;
	margin: 0 0 5px 0;
	line-height: 36px;
	font-weight: normal;
	font-size: 13px;
}
.oldest, .newest {
    font-size: 25px;
    opacity: .4;
}

.oldest:hover, .newest:hover {
    color:#872c2c !important;
    opacity: 1;
}

.avatar-started  img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 10px;
}

.info-author-thread {
    background: #f8f8f8;
    padding: 15px 5px;
}

.menu-ucp {
    float: left;
    padding: 0;
    margin: 0;
    width: 88%;
    background: #f0f0f0;
    border-radius: 4px 0 0 4px;
}
.menu-ucp li {
    clear: right;
    margin: 0.2em 0;
    border-width: 1px 0 1px 1px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}

.menu-ucp li a {
    display: block;
    color: black;
    font-size: 14px;
    padding: 11px 1em;
}
.menu-ucp li a:hover {
    cursor: pointer;
}
#home-ucp .home-ucp-active,
#send-ucp-active .send-ucp-active,
#drafts-ucp-active .drafts-ucp-active, 
#folders-ucp-active .folders-ucp-active,
#editlists-ucp-active .editlists-ucp-active,
#profile-ucp-active .profile-ucp-active,
#changename-ucp-active .changename-ucp-active,
#password-ucp-active .password-ucp-active,
#email-ucp-active .email-ucp-active,
#editsig-ucp-active .edit-ucp-sig,
#options-ucp-active .options-ucp-active,
#attachments-ucp-active .attachments-ucp-active,
#subscriptions-ucp-active .subscriptions-ucp-active,
#forumsubscriptions-ucp-active .forumsubscripions-ucp-active, 
#avatar-ucp-active .avatar-ucp-active,
#usergroups-ucp-active .usergroups-ucp-active,
#folder-ucp-active .folder-ucp-active,
#tracking-ucp-active .tracking-ucp-active,
#mcp .home-mcp-active,
#find-mcp-active .find-mcp-active,
#banning-mcp-active .banning-mcp-active,
#banuser-mcp-active .banning-mcp-active,
#ipsearch-mcp-active .ipsearch-mcp-active,
#reports-mcp-active .reports-mcp-active,
#warninglogs-mcp-active .warninglogs-mcp-active,
#modlogs-mcp-active .modlogs-mcp-active,
#announcements-mcp-active .announcements-mcp-active,
#modqueue-threads-mcp-active .modqueue-mcp-active,
#modqueue-posts-mcp-active .modqueue-mcp-active,
#modqueue-attachments-mcp-active .modqueue-mcp-active{
     margin-bottom: 0.2em;
     border-right: none !important;
     border: 1px solid #dfdfdf;
     background: white;
     font-weight:bold;
}
		
		