.headerbar {
	border-radius: 0;	
}

#headerbar {
	position:relative; 
//	display:block; 
	margin: auto;
}
#headerbar ul li {
	margin-top: 0px; 
	repeat-x; position:absolute; 
	list-style: none; 
	right: -20px; 
}
#headerbar ul li.show {
//	z-index:500;
}

.templatemo1 {
	background-image: url(./images/templatemo_wrapper1.jpg);
}

.templatemo2 {
	background-image: url(./images/templatemo_wrapper2.jpg);
}

.templatemo3 {
	background-image: url(./images/templatemo_wrapper3.jpg);
}

.templatemo4 {
	background-image: url(./images/templatemo_wrapper4.jpg);
}

.templatemo5 {
	background-image: url(./images/templatemo_wrapper5.jpg);
}

#logo_portal {
    float: left;
    width: auto;
    position: absolute;
    top: -10px;
    left: 60px;
//    z-index: 1000;
}

#logo_forum {
    float: right;
    width: auto;
    position: absolute;
    top: 55px;
    right: 70px;
//    z-index: 5000;
}

#logo_menu {
    float: right;
    width: auto;
    position: absolute;
//    top: 198px;
    top: 188px;	
    right: -20px;
//    z-index: 5000;
    color: #000000;
}

#menu {
    background: #70c32e;
    height: 21px;
    width: auto;
    margin: 0 auto;
    clear: both;
    border: 1px solid #a8f534;
    text-align: center;
    color: #000000;
    padding-top: 4px;
}

#menu .menu > li {
    width: auto;
    float: left;
    position: relative;
	right: 0;
}

#menu a {
    color: #000000;
//    font-size: 14px;
	font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    margin: 0 20px;
//    margin-top: 3px;
}

#menu a:hover {
    color: #d4ffa1;
}

#menu .submenu-link:after {
    content: "\f107";
    font-family: "FontAwesome";
    color: #000;
    margin-left: 10px;
}

#menu .submenu {
	margin-top: 3px;
    border: 1px solid #70c32e;
    background: #83db8a;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 180px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
}

#menu .submenu a {
    text-align: center;
    display: block;
    padding: 12px 2px;
    font-size: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#menu .submenu li:last-child a {
  border-bottom: none;
}
#menu li:hover .submenu {
  opacity: 1;
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.body {
	padding: 0; 
}

.wrap {
	border: 0;
	border-radius: 0;
//	padding: 0 20px;
}

.headerbar {
//	background: #b3e1b6;
//	margin-bottom: 4px;
//    height: 211px;

}

.search-header {
    margin-top: 0;
    position: relative;
//    z-index: 200;
//    right: 3px;
    top: 2px;
}

textarea {
/*	background-image: url(./images/watermark.png);
    background-position: right bottom;
    background-repeat: no-repeat;*/
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    width: 60%;
    padding: 2px;
    font-size: 1em;
    line-height: 1.4em;
}

/* Smiles block style / phpBB 3.0.x style prosilver */
.smiles-tabs {
	position: relative;
	overflow: hidden;
	margin: 5px auto 0;
}
 
/* Nav */
.smiles-tabs .smiles-nav {
	text-align: center;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
 
.smiles-tabs .smiles-nav li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
 
.smiles-tabs .smiles-nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}
 
.smiles-tabs .smiles-nav a span {
	font-size: 1.0em;
}
 
.smiles-tabs .smiles-nav li.tab-current a {
	color: #74777b;
}
 
.smiles-tabs .smiles-nav a:focus {
	outline: none;
}
 
.smiles-tabs .smiles-nav a:hover {
	text-decoration: none;
}

/* Top Line */
.tabs-style-topline .smiles-nav li {
	border: 1px solid rgba(40,44,42,0.1);
}
 
.tabs-style-topline .smiles-nav li:not(:last-child) {
	border-right: none;
}
 
.tabs-style-topline .smiles-nav li.tab-current {
	border-top-color: #4692BF;
	border-bottom: none;
}
 
.tabs-style-topline .smiles-nav a {
	padding: 0.5em 0;
	background: rgba(40,44,42,0.05);
	color: #74777b;
	line-height: 1.3;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
 
.tabs-style-topline .smiles-nav a:hover,
.tabs-style-topline .smiles-nav a:focus {
	background: rgba(202,220,235,0.15);
	color: #4692BF;
}
 
.tabs-style-topline .smiles-nav li.tab-current a {
	background: none;
	box-shadow: inset 0 3px 0 #4692BF;
	color: #4692BF;
}
 
.tabs-style-topline .smiles-nav a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.firstpost div.post{
	background-color:#e6e6e6;
/*	margin-bottom: 40px;	*/
/*    border: 6px solid #72da72;*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.firstpost div.thanks{
	background-color:#e6e6e6;
	margin-bottom: 40px;	
/*    border: 6px solid #72da72;*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding-bottom: 20px;
	padding-left: 10px;	
}

.mark-read {
	padding: 10px 0;
	font-weight:bold;
}

li.rightmenu a {
	display:inline;
}

ul.dropdown-contents li.rightmenu .crumb {
    display: block;
    margin: 7px 0;
}
