MyBB Community Forums

Full Version: [Project] Theme by iAndrew
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

Today i try this theme, https://community.mybb.com/mods.php?action=view&pid=751

Very beautiful and awesome, after hours working on it, i decide try one thing....
Log out and come back, is impossible to log in with this Theme, Anyone know the issue and how to fix it ?

Regards,
Hello @Mastersly, thanks for your reply

I Try , this Template has the code
<input name="my_post_key" type="hidden" value="{$mybb->post_code}" />
After the form, only in member login,
The others has no any Form action similar of the post.
I Try another template GamingJan, i got same problem, reloading caché and deleting my coockies on google works, i was able to Login.

Right now i want this template working, check it, http://lepiigortv.ddns.net/forum

And yes, after register you are directly Logged in, but if you log out you cannot log in again, i test it with Admin, user, on 2 Differents Phones ( with 5G ), and 2 Computers and Host, impossible to login i dont understand.
Then im trying to find cookies path about template i dont found it, i see maybe is the problem about this changing the path, cause using uniservZ, is in www/forum, maybe cookies i need replace by this form.
The template is this one: https://community.mybb.com/mods.php?action=view&pid=751

<?xml version="1.0" encoding="UTF-8"?>
<theme name="project" version="1807">
	<properties>
		<templateset><![CDATA[39]]></templateset>
		<editortheme><![CDATA[mybb.css]]></editortheme>
		<imgdir><![CDATA[images/project]]></imgdir>
		<logo><![CDATA[images/project/logo.png]]></logo>
		<tablespace><![CDATA[5]]></tablespace>
		<borderwidth><![CDATA[0]]></borderwidth>
		<color><![CDATA[]]></color>
		<disporder><![CDATA[a:10:{s:6:"dd.css";i:1;s:8:"css3.css";i:2;s:10:"global.css";i:3;s:8:"menu.css";i:4;s:7:"new.css";i:5;s:16:"star_ratings.css";i:6;s:17:"thread_status.css";i:7;s:14:"showthread.css";i:8;s:9:"modcp.css";i:9;s:10:"usercp.css";i:10;}]]></disporder>
	</properties>
	<stylesheets>
		<stylesheet name="thread_status.css" attachedto="forumdisplay.php|usercp.php|search.php" version="1807"><![CDATA[.thread_status {
	display: inline-block;
	background-repeat: no-repeat;

}

.thread_status.dot_folder {
    position:relative;
}

.thread_status.dot_folder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 0;
	content: "\f114";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.dot_hotfolder {
    position:relative;
}

.thread_status.dot_hotfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -20px;
	content: "\f07b";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
    font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;		
}

.thread_status.dot_hotlockfolder {
    position:relative;
}

.thread_status.dot_hotlockfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -40px;
	content: "\f023";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.dot_lockfolder {
    position:relative;
}

.thread_status.dot_lockfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -60px;
	content: "\f023";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.dot_newfolder {
    position:relative;
}

.thread_status.dot_newfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -80px;
	content: "\f14a";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.dot_newhotfolder {
    position:relative;
}

.thread_status.dot_newhotfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -100px;
	content: "\f08a";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.dot_newhotlockfolder {
    position:relative;
}

.thread_status.dot_newhotlockfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -120px;
	content: "\f08a";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.dot_newlockfolder {
    position:relative;
}

.thread_status.dot_newlockfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -140px;
	content: "\f023";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.folder {
    position:relative;
}

.thread_status.folder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -160px;
	content: "\f115";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;		
}

.thread_status.hotfolder {
    position:relative;
}

.thread_status.hotfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -180px;
	content: "\f08a";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.hotlockfolder {
    position:relative;
}

.thread_status.hotlockfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -200px;
	content: "\f004";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.lockfolder {
    position:relative;
}

.thread_status.lockfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -220px;
	content: "\f023";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.movefolder {
    position:relative;
}

.thread_status.movefolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -240px;
	content: "\f079";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.newfolder {
    position:relative;
}

.thread_status.newfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -260px;
	content: "\f07c";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.newhotfolder {
    position:relative;
}

.thread_status.newhotfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -280px;
	content: "\f004";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
    font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.newhotlockfolder {
    position:relative;
}

.thread_status.newhotlockfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -300px;
	content: "\f023";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}

.thread_status.newlockfolder {
    position:relative;
}

.thread_status.newlockfolder:before {
	color: #86618f;
	position: absolute;
	background-position: 0 -320px;
	content: "\f023";
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
    height: 23px;	
}


		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		]]>
		</stylesheet>
		<stylesheet name="star_ratings.css" attachedto="forumdisplay.php|showthread.php" version="1807"><![CDATA[.star_rating,
.star_rating li a:hover,
.star_rating .current_rating {
	background: url(images/star_rating.png) left -1000px repeat-x;
	vertical-align: middle;
}

.star_rating {
	position: relative;
	width:80px;
	height:16px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

td .star_rating {
	margin: auto;
}

.star_rating li {
	display: inline;
}

.star_rating li a,
.star_rating .current_rating {
	position: absolute;
	text-indent: -1000px;
	height: 16px;
	line-height: 16px;
	outline: none;
	overflow: hidden;
	border: none;
	top:0;
	left:0;
}

.star_rating_notrated li a:hover {
	background-position: left bottom;
}

.star_rating li a.one_star {
	width:20%;
	z-index:6;
}

.star_rating li a.two_stars {
	width:40%;
	z-index:5;
}

.star_rating li a.three_stars {
	width:60%;
	z-index:4;
}

.star_rating li a.four_stars {
	width:80%;
	z-index:3;
}

.star_rating li a.five_stars {
	width:100%;
	z-index:2;
}

.star_rating .current_rating {
	z-index:1;
	background-position: left center;
}

.star_rating_success,
.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.inline_rating {
	background: url(images/star_rating.png) left -1000px repeat-x;
	float: left;
	vertical-align: middle;
	padding-right: 5px;
}
		
		]]>
		</stylesheet>
		<stylesheet name="usercp.css" attachedto="usercp.php|usercp2.php|private.php" version="1807"><![CDATA[.usercp_nav_item {
	display: block;
	padding: 5px 0 5px 5px;
}
.usercp_nav_composepm {
	background-position: 0 0;
}

.usercp_nav_pmfolder {
	background-position: 0 -20px;
}

.usercp_nav_sub_pmfolder {
	padding-left: 40px;
	background-position: 0 -40px;
}

.usercp_nav_trash_pmfolder {
	padding-left: 40px;
	background-position: 0 -60px;
}

.usercp_nav_pmtracking {
	background-position: 0 -80px;
}

.usercp_nav_pmfolders {
	background-position: 0 -100px;
}

.usercp_nav_profile {
	background-position: 0 -120px;
}

.usercp_nav_email {
	padding-left: 40px;
	background-position: 0 -140px;
}

.usercp_nav_password {
	padding-left: 40px;
	background-position: 0 -160px;
}

.usercp_nav_username {
	padding-left: 40px;
	background-position: 0 -180px;
}

.usercp_nav_editsig {
	padding-left: 40px;
	background-position: 0 -200px;
}

.usercp_nav_avatar {
	padding-left: 40px;
	background-position: 0 -220px;
}

.usercp_nav_options {
	background-position: 0 -240px;
}

.usercp_nav_usergroups {
	background-position: 0 -260px;
}

.usercp_nav_editlists {
	background-position: 0 -280px;
}

.usercp_nav_attachments {
	background-position: 0 -300px;
}

.usercp_nav_drafts {
	background-position: 0 -320px;
}

.usercp_nav_subscriptions {
	background-position: 0 -340px;
}

.usercp_nav_fsubscriptions {
	background-position: 0 -360px;
}

.usercp_nav_viewprofile {
	background-position: 0 -380px;
}

.usercp_nav_home {
	background-position: 0 -400px;
}

.usercp_notepad {
	width: 99%;
}

.usercp_container {
	margin: 5px;
	padding: 8px;
	border:1px solid #CCCCCC;
}

.pmspace {
	float: right;
	margin: -3px 5px;
}

.pmspace_container {
	background: #fff;
	border: 1px solid #ccc;
	width: 100px;
	display: inline-block;
}

.pmspace_used {
	display: inline-block;
	color: #fff;
	margin: -1px;
}

.pmspace_used.low {
	border: 1px solid #0c5a01;
	background: #167203;
}

.pmspace_used.medium {
	background: #ff862b;
	border: 1px solid #d7611e;
}

.pmspace_used.high {
	background: #e73c3c;
	border: 1px solid #c00;
}

.pmspace_unused {
	display: inline-block;
}

.pmspace_text {
	padding: 1px 5px;
	display: inline-block;
}
		]]>
		</stylesheet>
		<stylesheet name="showthread.css" attachedto="showthread.php" version="1807"><![CDATA[ul.thread_tools,
ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.thread_tools li {
	padding-left: 24px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
	background-image: url(images/showthread_sprite.png);
	background-repeat: no-repeat;
}

ul.thread_tools li.printable {
	background-position: 0 0;
}

ul.thread_tools li.sendthread {
	background-position: 0 -20px;
}

ul.thread_tools li.subscription_add {
	background-position: 0 -40px;
}

ul.thread_tools li.subscription_remove {
	background-position: 0 -60px;
}

ul.thread_tools li.poll {
	background-position: 0 -80px;
}

.showthread_spinner {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
}


		
		]]>
		</stylesheet>
		<stylesheet name="modcp.css" attachedto="modcp.php" version="1807"><![CDATA[.modcp_nav_item {
	display: block;
	padding: 1px 0 1px 5px;
}

.modcp_nav_home {
	background-position: 0 0;
}

.modcp_nav_announcements {
	background-position: 0 -20px;
}

.modcp_nav_reports {
	background-position: 0 -40px;
}

.modcp_nav_modqueue {
	background-position: 0 -60px;
}

.modcp_nav_modlogs {
	background-position: 0 -80px;
}

.modcp_nav_editprofile {
	background-position: 0 -100px;
}

.modcp_nav_banning {
	background-position: 0 -120px;
}

.modcp_nav_warninglogs {
	background-position: 0 -140px;
}

.modcp_nav_ipsearch {
	background-position: 0 -160px;
}

.modqueue_message {
	overflow: auto;
	max-height: 250px;
}

.modqueue_controls {
	width: 270px;
	float: right;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	padding: 6px;
	font-weight: bold;
}

.modqueue_controls label {
	margin-right: 8px;
}

.label_radio_ignore,
.label_radio_delete,
.label_radio_approve {
	font-weight: bold;
}

.modqueue_meta {
	color: #444;
	font-size: 95%;
	margin-bottom: 8px;
}

.modqueue_mass {
	list-style: none;
	margin: 0;
	width: 150px;
	padding: 0;
}

.modqueue_mass li {
	margin-bottom: 4px;
	padding: 0;
}

.modqueue_mass li a {
	display: block;
	padding: 4px;
	border: 1px solid transparent;
}

.modqueue_mass li a:hover {
	background: #efefef;
	border: 1px solid #ccc;
	text-decoration: none;
}
		
		]]>
		</stylesheet>
		<stylesheet name="global.css" version="1807"><![CDATA[
body {
	background: #151515;
	color: #646464;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	overflow-y: scroll;
	
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

a:link {
	color: #0d2744;
	text-decoration: none;
}

a:visited {
	color: #0d2744;
	text-decoration: none;
}

a:hover,
a:active {
	color: #000;
	text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#container {
	color: #646464;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.wrapper {
	width:100%;
	margin: auto auto;
}

#logo {
	background: transparent;
	padding: 10px 0;
	margin-top: 20px;
}

#content {
	width: auto !important;
	color: #646464;
	padding: 10px 5px;
	overflow: hidden;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.menu li {
	margin: 0 7px;
	display: inline;
}

#header ul.menu li a {
	padding-left: 20px;
	background-image: url(images/headerlinks_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 16px;
}

#logo ul.top_links {
	font-weight: bold;
	text-align: right;
	margin: -10px 5px 0 0;
}

#logo ul.top_links a.search {
	background-position: 0 0;
}

#logo ul.top_links a.memberlist {
	background-position: 0 -20px;
}

#logo ul.top_links a.calendar {
	background-position: 0 -40px;
}

#logo ul.top_links a.help {
	background-position: 0 -60px;
}

#logo ul.top_links a.portal {
	background-position: 0 -180px;
}

#panel .upper a.logout {
	font-weight: bold;
	background: url(images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
	background: url(images/headerlinks_sprite.png) 0 -100px no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .upper a.register {
	background: url(images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .lower ul.panel_links {
	float: left;
}

#panel .lower ul.panel_links a.usercp {
	background-position: 0 -120px;
}

#panel .lower ul.panel_links a.modcp {
	background-position: 0 -140px;
}

#panel .lower ul.panel_links a.admincp {
	background-position: 0 -160px;
}

#panel .lower ul.user_links {
	float: right;
}

#panel .lower ul.user_links li a {
	padding: 0;
	background-image: none;
}

#panel .upper {
	background: #0f0f0f url(images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 7px;
	clear: both;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
	color: #fff;
}

#panel .lower {
	background: #efefef;
	color: #999;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active {
	color: #666;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	background: #0066a2 url(images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#footer {
	clear: both;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
	background: #efefef;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 6px;
	overflow: hidden;
	
	font-size: 13px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #777;
}

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .language select {
	border-color: #ccc;
}

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .theme select {
	border-color: #ccc;
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 4px 0 0 0;
}

#footer .lower {
	color: #666;
	padding: 6px 6px 12px 6px;
	overflow: hidden;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #ccc;
	font-weight: bold;
}

#footer .lower a:hover,
#footer .lower a:active {
	color: #ccc;
	text-decoration: underline;
	font-weight: bold;
}

#footer .lower #current_time {
	float: right;
	color: #888;
}

#debug {
	color: #ccc;
	float: center;
	text-align: center;
	margin-top: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
	background: #5a3d62 !important;
	width: 35px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	text-shadow: rgba(0,0,0,0.25) 0px -1px 0px;
	border: 1px solid #4f3356;
	
	font-size: 20px;
}

.forum_status i {
	display: inline-block;
	padding: 5px 5px;
}

.forum_on {
	color: #fff;
}

.forum_off, .forum_offlock, .forum_offlink {
	color: #ccc;
}

.forum_off i {
	color: #ccc;
	opacity: .4;
}

.forum_offlock i:before {
	color: #ccc;
	content: "\f05e";
}

.forum_offlink i:before {
	color: #ccc;
	content: "\f079";
}

.subforumicon {
	width: 5px;
	color: #646464;
	height: 5px;
	display: inline-block;
	margin: 0 5px;
	
	font-size: 5px;
}

.subforum_minion {
	color: #646464;
	font-size: 5px;
}

.subforum_minioff, .subforum_miniofflock, .subforum_miniofflink {
	color: #646464;
	font-size: 5px;
}

.subforum_minioff {
	color: #646464;
	opacity: .4;
	
	font-size: 5px;
}

.subforum_miniofflock i:before {
	color: #646464;
	content: "\f111";
	
	font-size: 5px;
}

.subforum_miniofflink i:before {
	color: #646464;
	content: "\f111";
	
	font-size: 5px;
}

table {
	color: #646464;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.tborder {
	background: #fff;
	width: 100%;
	margin: auto auto;
	border: 1px solid #e5e5e5;
	padding: 0px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background-image: url(images/project/23.jpg);
	color: #fff;
	border: 1px solid #3a3a3a;
	transition-duration: .4s;
	padding: 10px;
	
	font-size: 13px;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.thead a:hover,
.thead a:active {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.tcat {
	background: #fff;
	color: #646464;
	padding: 10px;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.tcat a:link {
	color: #646464;
}

.tcat a:visited {
	color: #646464;
}

.tcat a:hover,
.tcat a:active {
	color: #646464;
}

.trow1 {
	background: #fff;
	color: #646464;
	border-top: 1px solid #e5e5e5;
	padding: 10px;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.trow2 {
	background: #fff;
	color: #646464;
	border-top: 1px solid #e5e5e5;
	padding: 10px;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.trow_shaded {
	background: #fff;
	color: #646464;
	border-top: 1px solid #e5e5e5;
	padding: 10px;
	
	font-size: 13px;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border-bottom-color: #eaeaea;
}

.post.classic.unapproved_post .post_author {
	border-color: #eaeaea;
}

.post.unapproved_post .post_controls {
	border-top-color: #eaeaea;
}

.trow_deleted,
.post.deleted_post {
	background: #fff;
	color: #646464;
	border-top: 1px solid #e5e5e5;
	padding: 10px;
	font-size: 13px;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}

.trow_sep {
	background: #5a3d62 !important;
	color: #fff;
	border-top: 1px solid #4f3356;
	transition-duration: .4s;
	padding: 10px;
	border-bottom: 1px solid #4f3356;
	
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.tfoot {
	background: #0c478d;
	color: #fff;
	border-top: 4px solid #72537a;
	padding: 8px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	
	font-weight: normal !important;
}

.tfoot a:link {
	color: #fff;
	text-decoration: none;
	font-weight: normal !important;
}

.tfoot a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal !important;
}

.tfoot a:hover,
.tfoot a:active {
	color: #fff;
	text-decoration: none;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	background: #fff;
	color: #53325c;
	padding: 10px 10px;
	border: 1px solid #e5e5e5;
	font-size: 12px;
}

.navigation a:link {
	color: #53325c;
	text-decoration: none;
}

.navigation a:visited {
	color: #53325c;
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
	color: #53325c;
	text-decoration: none;
}

.navigation .active {
	color: #53325c;
	font-size: 12px;
}

.smalltext {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.largetext {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
}

fieldset {
	color: #646464;
	padding: 12px;
	border: 1px solid #ccc;
	text-shadow: 1px 1px #fff;
	-moz-box-shadow: 0 1px 2px 0 #eee;
	-webkit-box-shadow: 0 1px 2px 0 #eee;
	box-shadow: 0 1px 2px 0 #eee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background: #fff;
	margin: 0;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

fieldset.trow1,
fieldset.trow2 {
	color: #646464;
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #fff;
	color: #646464;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	-webkit-text-fill-color: #646464 !important;
	box-shadow: inset 2px 3px 3px rgba(0,0,0,0.07);
	box-sizing: border-box;
	border: 1px #e2e2e2 solid;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

textarea {
	background: #ffffff;
	color: #646464;
	border: 1px solid #ccc;
	padding: 5px;
	line-height: 1.4;
	outline: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	-webkit-text-fill-color: #646464 !important;
	box-shadow: inset 2px 3px 3px rgba(0,0,0,0.07);
	box-sizing: border-box;
	border: 1px #e2e2e2 solid;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

select {
	background: #fff;
	color: #646464;
	padding: 4px;
	border: 1px solid #ccc;
	outline: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 0 0 10px #efefef;
	-webkit-box-shadow: inset 0 0 10px #efefef;
	box-shadow: inset 0 0 10px #efefef;
	text-shadow: 0px 1px 1px #fff;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

button,
input.button {
	color: #fff;
	background-image: linear-gradient(#272727, #212121);
	border: 1px solid #000;
	text-shadow: 1px 1px 0px #161617;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 9px;
	cursor: pointer;
	outline: 0;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 2px 0px rgba(255, 255, 255, 0.05), 0px -1px 0px rgba(255, 255, 255, 0.05), 0px -1px 0px rgba(255, 255, 255, 0.1);
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

button:hover,
input.button:hover {
	color: #ddd;
	-moz-transition: all 0ms ease 0s;
	-webkit-transition: all 0ms ease 0s;
	-o-transition: all 0ms ease 0s;
	-ms-transition: all 0ms ease 0s;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
    width: 500px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	color: #646464;
	border: 1px solid #fff;
	padding: 10px;
	-webkit-box-shadow: 0px 15px 34px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 15px 34px rgba(0,0,0,0.2);
	box-shadow: 0px 15px 34px rgba(0,0,0,0.2);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.popup_menu .popup_item {
	background: #fff;
	color: #646464;
}

.popup_menu .popup_item:hover {
	color: #124060;
}

.trow_reputation_positive {
	background: #99c579;
	color: #fff;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.trow_reputation_negative {
	background: #c75b56;
	color: #fff;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.tcat_menu > .expcolimage {
	color: #646464;
	margin-top: 0;
}

blockquote {
	background: #f1f5f8;
	color: #646464;
	border: 1px solid #f1f5f8;
	margin: 0;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-left: 4px solid #214f7e;
}

blockquote cite {
	color: #646464;
	border-bottom: 1px solid #f1f5f8;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
	
	font-style: normal;
	font-weight: bold;
}

blockquote cite span {
	color: #646464;
	float: right;
	
	font-size: 12px;
	font-weight: normal;
}

blockquote cite span.highlight {
	color: #646464;
	float: none;
	padding-bottom: 0;
	
	font-weight: bold;
}

.codeblock {
	background: #e6eaec;
	color: #646464;
	border: 1px solid #e6eaec;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-left: 4px solid #3d8c40;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.codeblock .title {
	color: #646464;
	border-bottom: 1px solid #e6eaec;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
	
	font-weight: bold;
}

.codeblock code {
	color: #646464;
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #86618f;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 15px;
	border-bottom: 4px solid #72537a;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: normal;
}

.red_alert {
	background: #bd362f;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	word-wrap: break-word;
	padding: 10px 20px;
	border-bottom: 4px solid #982b25;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: normal;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert  a:active {
	color: #fff;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
	
	font-weight: normal !important;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current,
.pagination a {
	background: #fff;
	color: #a599a5;
	border: 1px solid #e5e5e5;
	padding: 4px 6px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagination a {
	background: #fff;
	color: #a599a5;
	border: 1px solid #e5e5e5;
	padding: 4px 6px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagination .pagination_current {
	background: #2a2a2a;
	color: #fff;
	border: 1px solid #222222;
	padding: 4px 6px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagination a:hover {
	background: #86618f;
	color: #ffffff;
	border: 1px solid #72537a;
	padding: 4px 6px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pagination .go_page img {
	margin-bottom: -10px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	padding: 10px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.post.classic .post_author {
	width: 15%;
	float: left;
	margin: 0 1% 15px 0;
	padding: 10px 1%;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	background: #fff;
	padding: 5px;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	color: #646464;
	float: right;
	padding: 3px 10px 3px 5px;
	line-height: 1.3;
	
	font-size: 12px;
}

.post.classic .post_author div.author_statistics {
	color: #646464;
	margin: 6px 0 0 0;
	padding: 10px 10px 3px 10px;
	float: none;
}

.post .post_head {
	padding-bottom: 4px;
	border-bottom: 1px dashed #eaeaea;
	margin-bottom: 4px;
	
	font-size: 13px;
}

.post .post_head span.post_date {
	color: #666;
	font-size: 12px;
}

.post .post_head span.edited_post {
	color: #999;
	font-size: 12px;
}

.post .post_head span.edited_post a {
	color: #666;
	font-size: 12px;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
}

.post.classic .post_content {
	float: left;
	width: 79%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dashed #eaeaea;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	color: #999;
	margin: 4px 0;
	
	font-size: 11px;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	background: #fff;
	color: #fff;
	clear: both;
	padding: 5px;
	overflow: hidden;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top: none;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border: 1px solid #ccc;
	border-top: none;
}

.postbit_buttons > a:link,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	background: #86618f;
	color: #fff;
	display: inline-block;
	padding: 3px 7px;
	margin: 1px;
	transition-duration: .4s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #72537a;
	
	font-size: 12px;
}

.postbit_buttons > a:hover {
	background: #61406a;
	border: 1px solid #502d59;
}

.postbit_buttons a span:before {
	content: "";
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: normal;
}

.postbit_buttons a.postbit_find span:before {
content: "\f002";
}

.postbit_buttons a.postbit_reputation_add span:before {
content: "\f067";
}

.postbit_buttons a.postbit_email span:before {
content: "\f0e0";
}

.postbit_buttons a.postbit_website span:before {
content: "\f0ac";
}

.postbit_buttons a.postbit_pm span:before {
content: "\f199";
}

.postbit_buttons a.postbit_quote span:before {
content: "\f10e";
}

.postbit_buttons a.postbit_multiquote span:before {
content: "\f055";
}

.postbit_buttons a.postbit_multiquote_on span:before {
content: "\f056";
   color: #DB1304;
}

.postbit_buttons a.postbit_edit span:before {
content: "\f044";
}

.postbit_buttons a.postbit_qdelete span:before {
content: "\f00d";
}

.postbit_buttons a.postbit_qrestore span:before {
content: "\f067";
}

.postbit_buttons a.postbit_report span:before {
content: "\f0a1";
}

.postbit_buttons a.postbit_warn span:before {
content: "\f0e3";
}

.postbit_buttons a.postbit_purgespammer span:before {
content: "\f071";
}

.postbit_buttons a.postbit_reply_pm span:before {
content: "\f112";
}

.postbit_buttons a.postbit_reply_all span:before {
content: "\f122";
}

.postbit_buttons a.postbit_forward_pm span:before {
content: "\f064";
}

.postbit_buttons a.postbit_delete_pm span:before {
content: "\f00d";
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}	

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: #86618f;
	color: #fff;
	display: inline-block;
	padding: 6px 9px;
	margin: 2px 2px 6px 2px;
	border-right: 6px solid #72537a;
	transition-duration: .4s;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-left: 6px solid #72537a;
	
	font-size: 13px;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	display: inline-block;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

.quick_jump {
	background: url(images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
  z-index: 9999;
  color: #ffffff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
}

.jGrowl.top-left {
  left: 0px;
  top: 0px;
}

.jGrowl.top-right {
  right: 0px;
  top: 0px;
}

.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}

.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}

.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}

.jGrowl-notification {
  background-color: #000000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  word-break: break-all;
  min-height: 40px;
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: .85em;
}

.jGrowl-notification .jGrowl-close {
  background-color: transparent;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}

.jGrowl-closer {
  background-color: #000000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  word-break: break-all;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
}


}

/** jGrowl End **/

/** Modal Start **/

.modal {
	background: #ffffff;
	display: none;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border-color: transparent;
	box-shadow: 0px 10px 70px rgba(0,0,0,0.3);
}

.modal a.close-modal {
	background: url(images/close.png) no-repeat 0 0;
	width: 30px;
	position: absolute;
	top: 5.5px;
	right: 6.5px;
	display: block;
	height: 60px;
	text-indent: -9999px;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.1 - 2015-05-10
* http://trentrichardson.com/Impromptu
* Copyright (c) 2015 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute; 
	background-color: #777777;
}

iframe.jqifade{
	display:block;
	z-index:-1;
}

div.jqi{
 
	width: 400px; 
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}

div.jqi .jqicontainer{
}

div.jqi .jqiclose{
 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold;
}

div.jqi .jqistate{
	background-color: #fff;
}

div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px; 
	line-height: 20px; 
	border-bottom: solid 1px #eeeeee;
}

div.jqi .jqimessage{
 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
	overflow: auto;
}

div.jqi .jqibuttonshide{
	display: none;
}

div.jqi .jqibuttons{
 
	text-align: right; 
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4; 
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button{
 
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal; 
	border: none;
	border-left: solid 1px #e4e4e4; 
	color: #777; 
	font-weight: bold; 
	font-size: 12px;
}

div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}

div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}

.jqiwarning .jqi .jqibuttons{
 
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
 
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{
 position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;
}

.jqi .jqiarrowtl{
 left: 10px; top: -20px; border-bottom-color: #ffffff;
}

.jqi .jqiarrowtc{
 left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px;
}

.jqi .jqiarrowtr{
 right: 10px; top: -20px; border-bottom-color: #ffffff;
}

.jqi .jqiarrowbl{
 left: 10px; bottom: -20px; border-top-color: #ffffff;
}

.jqi .jqiarrowbc{
 left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px;
}

.jqi .jqiarrowbr{
 right: 10px; bottom: -20px; border-top-color: #ffffff;
}

.jqi .jqiarrowlt{
 left: -20px; top: 10px; border-right-color: #ffffff;
}

.jqi .jqiarrowlm{
 left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px;
}

.jqi .jqiarrowlb{
 left: -20px; bottom: 10px; border-right-color: #ffffff;
}

.jqi .jqiarrowrt{
 right: -20px; top: 10px; border-left-color: #ffffff;
}

.jqi .jqiarrowrm{
 right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px;
}

.jqi .jqiarrowrb{
 right: -20px; bottom: 10px; border-left-color: #ffffff;
}

/** Impromptu End */

		
		]]>
		</stylesheet>
		<stylesheet name="menu.css" version="1807"><![CDATA[#cssmenu {
     position: relative;
	height: 44px;
    z-index: 1;
	 width: auto;
	margin-top: 6px;
	
	
}

#cssmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
    z-index: 1;
    color: #ccc;
}

#cssmenu > ul {
    position: relative;
	display: block;
    z-index: 1;
    color: #ccc;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-center ul {
    text-align: center;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

#cssmenu > ul > #menu-button {
    display: none;
}

#cssmenu ul li a {
    display: block;
    text-decoration: none;
    display: inline-block;
    padding: 20px 20px;
    margin: 6px 6px 6px 6px;
    color: #ccc;
    transition: text-shadow 3s;
    -moz-transition: text-shadow 3s;
    -webkit-transition: text-shadow 3s;
    -o-transition: text-shadow 3s;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px; 
	box-shadow: none;
	 z-index: -1;
}

#cssmenu > ul > li > a {
	color: #f1f1f1;
	padding: 10px 12px;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
	font-weight: bold;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 32px;
}

#cssmenu > ul > li:hover > a {
    color: #fff;
-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;	
}

#cssmenu li.has-sub::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

#cssmenu > ul > li.has-sub::after {
    right: 10px;
    top: 20px;
    border: 5px solid transparent;
}

#cssmenu > ul > li:hover::after {
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 70px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 8;
}

#cssmenu ul ul ul {
    top: 37px;
    padding-left: 5px;
}

#cssmenu ul ul li {
    position: relative;
}

#cssmenu > ul > li:hover > ul {
    left: auto;
    top: 44px;
    opacity: 1;
}

#cssmenu.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
    opacity: 1;
}

#cssmenu ul ul li:hover > ul {
    left: 170px;
    top: 0;
    opacity: 1;
}

#cssmenu.align-right ul ul li:hover > ul {
    left: auto;
    right: 170px;
    top: 0;
    opacity: 1;
    padding-right: 5px;
}

#cssmenu ul ul li a {
    width: 130px;
    padding: 10px 20px;
    font-size: 12px;
    color: #9ea2a5;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#cssmenu.align-right ul ul li a {
    text-align: right;
}

#cssmenu ul ul li:hover > a {
    background: #3f9889;
    color: #fff;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
    border-bottom: 0;
}

#cssmenu > ul > li > ul::after {
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 30px;
}

#cssmenu.align-right > ul > li > ul::after {
    left: auto;
    right: 30px;
}

#cssmenu ul ul li.has-sub::after {
    border: 4px solid transparent;
    right: 10px;
    top: 12px;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub::after {
    border-left-color: transparent;
    right: auto;
    left: 10px;
}

#cssmenu ul ul li.has-sub:hover::after {
    right: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#cssmenu.align-right ul ul li.has-sub:hover::after {
    border-left-color: transparent;
    left: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


		
		
		
		]]>
		</stylesheet>
		<stylesheet name="new.css" version="1807"><![CDATA[
.user {
    background: #fff;
    color: #646464;
    padding: 10px 15px;
    transition: all 0.3s ease;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    font-style: normal;
	text-align: left;
}

a.googlelogin:link,
a.googlelogin:visited,
a.googlelogin:active {
    border-color: #9c2f2e;
    border-top-color: #a33230;
    border-bottom-color: #902c2a;
    background-color: #BF3A38;
    background-image: -webkit-linear-gradient(#BF3A38, #b33635);
    background-image: linear-gradient(#BF3A38, #b33635);
    width: 80%;
    color: #fff;
    display: inline-block;
    padding: 6px 8px;
    margin: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
}

.newmember a:link,
.newmember a:visited,
.newmember  a:hover,
.newmember a:active {
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.statstborder {
	background: #fff;
	width: 100%;
	margin: auto auto;
	border: 1px solid #e5e5e5;
	padding: 0px;
	border-top: none;
	border-left: 6px solid #e5e5e5;
}

.trow_reputation_positive  a:link,
.trow_reputation_positive  a:visited,
.trow_reputation_positive   a:hover,
.trow_reputation_positive  a:active {
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

br {
 clear:left
}

.footmenu {
    width: 100%;
}

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

.footmenu ul li {
    display: inline;
}

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

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

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

.cmn-t-shake {
  padding: 20px 40px;
  color: #fff;
}

.cmn-t-shake:hover {
  color: #fff;
  -webkit-animation: shake .5s ease-in-out;
  -moz-animation: shake .5s ease-in-out;
  -ms-animation: shake .5s ease-in-out;
  -o-animation: shake .5s ease-in-out;
  animation: shake .5s ease-in-out;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
}

20% {
    -webkit-transform: translateX(-10px);
}

40% {
    -webkit-transform: translateX(10px);
}

60% {
    -webkit-transform: translateX(-10px);
}

80% {
    -webkit-transform: translateX(10px);
}

100% {
    -webkit-transform: translateX(0);
}


}

@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
}

20% {
    -moz-transform: translateX(-10px);
}

40% {
    -moz-transform: translateX(10px);
}

60% {
    -moz-transform: translateX(-10px);
}

80% {
    -moz-transform: translateX(10px);
}

100% {
    -moz-transform: translateX(0);
}


}

@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
}

20% {
    -ms-transform: translateX(-10px);
}

40% {
    -ms-transform: translateX(10px);
}

60% {
    -ms-transform: translateX(-10px);
}

80% {
    -ms-transform: translateX(10px);
}

100% {
    -ms-transform: translateX(0);
}


}

@-o-keyframes shake {
  0% {
    -o-transform: translateX(0);
}

20% {
    -o-transform: translateX(-10px);
}

40% {
    -o-transform: translateX(10px);
}

60% {
    -o-transform: translateX(-10px);
}

80% {
    -o-transform: translateX(10px);
}

100% {
    -o-transform: translateX(0);
}


}

@keyframes shake {
  0% {
    transform: translateX(0);
}

20% {
    transform: translateX(-10px);
}

40% {
    transform: translateX(10px);
}

60% {
    transform: translateX(-10px);
}

80% {
    transform: translateX(10px);
}

100% {
    transform: translateX(0);
}


}

.trows {
	background: #373737;
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid #2f2f2f;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.trows a:link,
.trows a:visited,
.trows a:active {
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.trows  a:hover {
	color: #ccc;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.tborders {
	background: #373737;
	width: 100%;
	margin: auto auto;
	padding: 0px;
}

#topbar {
	background: #2a2a2a url(images/project/hbg.jpg) bottom right no-repeat;
	height: 150px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px;
	text-shadow: rgba(0,0,0,0.25) 0px -1px 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3) inset, 0px 2px 0px rgba(255, 255, 255, 0.05) inset, 0px -1px 0px rgba(255, 255, 255, 0.05), 0px -1px 0px rgba(255, 255, 255, 0.1) inset;
}

.menu ul {
    margin: 0; 
    padding: 0;
    list-style-type: none;
}

.menu ul li a {
    text-decoration: none;
    color: #fff; 
    padding: 10.5px 11px;
    display:block;
    border-bottom: 1px solid #2f2f2f;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu ul li a:visited {
    color: white;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu ul li a:hover, .menu ul li .current {
	color: white;
	border-right: 4px solid #86618f;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

h1 {
		color:#fff;
		margin:0 auto;
		margin-top:60px;
		margin-bottom:40px;
		font-size:30px;
		width:300px;
		text-align:center;
}

.actions li {
  display: inline;
  list-style-type: none;
  padding-right: 5px;
  font-size: 1.2em;
  background: #222222;
  border: 2px solid #86618f;
  padding: 5px 8px;
  color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.actions a:link,
.actions a:visited,
.actions  a:hover,
.actions a:active {
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

#debug a:link,
#debug a:visited,
#debug a:active {
	color: #ccc;
	-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;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

#debug  a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
}

a.goo:link,
a.goo:visited,
a.goo:hover,
a.goo:active {
	color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding: 5px;
	background-color: #bc3b2c;
	font-size: 16px;
    box-shadow: 0 .1em .1em 0 rgba(0,0,0,.2),0 .1em .2em 0 rgba(0,0,0,.19);
}

a.insta:link,
a.insta:visited,
a.insta:hover,
a.insta:active {
     background: #125688; 
	 padding: 5px; 
	 color: #fff;
}

a.yt:link,
a.yt:visited,
a.yt:hover,
a.yt:active {
   background: #bb0000; 
   padding: 5px; 
   color: #fff;
}

a.goog:link,
a.goog:visited,
a.goog:hover,
a.goog:active {
	color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding: 5px;
	background-color: #D14836;
	font-size: 16px;	
    box-shadow: 0 .1em .1em 0 rgba(0,0,0,.2),0 .1em .2em 0 rgba(0,0,0,.19);
}

a.tw:link,
a.tw:visited,
a.tw:hover,
a.tw:active {
    background: #55acee; 
	padding: 5px; 
	color: #fff;
}

a.fb:link,
a.fb:visited,
a.fb:hover,
a.fb:active {
    background: #3b5998; 
	padding: 5px; 
	color: #fff;
}

legend {
	background: #466baf;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0.2em 0.5em;
	text-align: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #3b5991;
	text-shadow: 1px 1px 0px #3b5991;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #5376b7 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #5376b7 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #5376b7 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 {
	background: #86618f;
	width: 80%;
	color: #fff;
	display: inline-block;
	padding: 6px 8px;
	margin: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #212121;
	
	font-size: 13px;
}

a.button5:hover {
	background: #72537a;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

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

.pagination2 a:link, .pagination2 a:visited {
	background: #414141;
	color: #fff;
	border: 1px solid #414141;
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
	padding: 3px 6px;
	transition: all 0.5s ease;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	font-size: 9px !important;
}

.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;
	border: 1px solid #ccc;
	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:#2a2a2a;color:#FFF;max-width:200px;padding:5px 8px 4px;text-align:center
}

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

/* 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 #2a2a2a
}

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

.tipsy-arrow-s{
border-top-color:#2a2a2a;
}

.tipsy-arrow-e{
border-left-color:#2a2a2a;
}

.tipsy-arrow-w{
border-right-color:#2a2a2a;
}

.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
}

.pm_alert a:link,
.pm_alert a:visited,
.pm_alert a:hover,
.pm_alert  a:active {
	color: #fff;
}

a.button4:link,
a.button4:visited,
a.button4:active {
	background: #2a2a2a;
	width: 80%;
	color: #fff;
	display: inline-block;
	padding: 6px 8px;
	margin: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #212121;
	
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

a.button4:hover {
	background: #212121;
	color: #ccc;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.button6:link,
a.button6:visited,
a.button6:active {
	color: #ccc;
	display: inline-block;
	padding: 4px 0px;
	margin-top: 10px;
	-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;
	
	font-size: 12px;
}

a.button6:hover {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.quicksearch {
	background: #275482;
	width: 225px;
	color: #fff;
	float: right;
	padding: 0;
	height: 41px;
	transition: all 0.5s ease;
	z-index: 99;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	margin-top: -3px;
	box-shadow: inset 0 .1em .2em 0 rgba(0,0,0,.2),0 .2em .3em 0 rgba(0,0,0,.19);
	-webkit-box-shadow: 0 0 0px 1000px #275482 inset !important;
	-webkit-text-fill-color: #fff !important;
	border-left: 1px solid #3b699a;
	border-right: 1px solid #3b699a;
}

.searchbox {
	background: transparent;
	color: #fff;
	border: 1px none;
	height: 15px;
	padding: 15px 15px;
	margin: 0;
	
	font-size: 13px;
	font-style: italic;
}

.searchbutton {
	background: transparent;
	color: #ccc;
	cursor: pointer;
	padding: 4px 6px;
	margin-top: 0px;
	border: none;
	outline: none;
	
	font-family: FontAwesome;
	font-size: 15px;
}

.searchbutton:hover {
	color: #fff;
	cursor: pointer;
}

: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: #2a2a2a;
	color: #fff;
	display: inline-block;
	height: 10px;
	line-height: 10px;
	padding: 5px 6px 5px 6px;
	transition: all 0.3s ease;
	border: 1px solid #222222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	font-size: 11px;
	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;
}

.trowh {
	width: 100%;
	color: #fff;
	padding: 5px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	margin-top: 0px;
	
	font-family: 'Lato',sans-serif,Helvetica,Arial,sans-serif;
	font-size: 13px;
}

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

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

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

.fa-angle-double-up:before {
	background: #5a3d62;
	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;
}

.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;
}

footer {
	background: #222222;
	width: auto;
	color: #fff;
	padding: 0px;
	height: auto;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	
	font-size: 11px;
}

footer h3 {
	color: #ccc;
}

footer a {
	-webkit-animation: moveAndBack 1s ease-in-out;
	-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;
	font-weight: 600;
}


		]]>
		</stylesheet>
		<stylesheet name="dd.css" version="1807"><![CDATA[.col,
.col * { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.col {
  position: relative;
  float: left;
  padding: 0 1em;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

@media all and (max-width: 480px) {
  .col { 
    width: 100% !important;
    margin: 0 !important;
  }
}

.fade{
opacity:0;
-webkit-transition:opacity .15s linear;
-o-transition:opacity .15s linear;
transition:opacity .15s linear
}

.fade.in{
opacity:1
}

.dropdown,.dropup{
position:relative
}

.dropdown-toggle:focus{
outline:0
}

.dropdown-menu{
position:absolute;
top:100%;
left:0;
z-index:1000;
display:none;
float:left;

	
padding: 15px 0;
margin:2px 0 0;
text-align:left;
list-style:none;
background-color:#fff;
border-left: 4px solid #72af46;
border: 1px solid rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-background-clip: padding-box;
background-clip: padding-box;
border-radius:4px; 
font-family: 'Lato',sans-serif,Helvetica,Arial,sans-serif;
font-size: 13px;
color: #0b1017;
text-shadow: 0px 1px 1px #fff;
	
}

.dropdown-menu.pull-right{
right:0;left:auto
}

.dropdown-menu .divider{
height:1px;
margin:9px 0;
overflow:hidden;
background-color:#f5f5f5;
}

.dropdown-menu>li>a{
display:block;
padding:3px 20px;
clear:both; 
line-height:1.42857143;
color:#646464;
white-space:nowrap;
font-family: 'Lato',sans-serif,Helvetica,Arial,sans-serif;
font-size: 13px;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
color:#fff;
text-decoration:none; 
background:#72537a;
font-family: 'Lato',sans-serif,Helvetica,Arial,sans-serif;
font-size: 13px;
text-shadow: 0px 1px 1px #72537a;

}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{
color:#fff;
text-decoration:none;
background-color:#72537a;
outline:0; 
font-family: 'Lato',sans-serif,Helvetica,Arial,sans-serif;
font-size: 13px;
text-shadow: 0px 1px 1px #72537a;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
color:#fff; 
background:#72537a;
font-family: 'Lato',sans-serif,Helvetica,Arial,sans-serif;
font-size: 13px;
text-shadow: 0px 1px 1px #72537a;	
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
text-decoration:none;
cursor:not-allowed;
background-color:transparent;
background-image:none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
font-family: 'Lato',sans-serif,Helvetica,Arial,sans-serif;
font-size: 13px;
text-shadow: 0px 1px 1px #72537a;	
}

.open>.dropdown-menu{
display:block
}

.open>a{
outline:0
}

.dropdown-menu-right{
right:0;left:auto
}

.dropdown-menu-left{
right:auto;left:0
}	
		
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
	font-family: 'Lato',sans-serif,Helvetica,Arial,sans-serif;font-size: 13px;
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
	font-family: 'Lato',sans-serif,Helvetica,Arial,sans-serif;font-size: 13px;
}		
		
	
		
		
		
		
		
		
		
		
		]]>
		</stylesheet>
		<stylesheet name="css3.css" version="1807"><![CDATA[tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
	border-right: 0;
}

.tborder {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.tborder tbody tr:last-child > td {
	border-bottom: 0;
}

.tborder tbody tr:last-child > td:first-child {
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.tborder tbody tr:last-child > td:last-child {
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.thead {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.thead_collapsed {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.thead_left {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.thead_right {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.tcat_menu {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
  	border-radius: 0 !important;
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
	-moz-border-radius-bottomleft: 2px !important;
	-moz-border-radius-bottomright: 2px !important;
	-webkit-border-bottom-left-radius: 2px !important;
	-webkit-border-bottom-right-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.postbit_buttons > a,
a.button {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.post.classic .post_author {
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

.popup_menu .popup_item_container:first-child .popup_item {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.popup_menu .popup_item_container:last-child .popup_item {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.pagination a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.pollbar {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
		]]>
		</stylesheet>
	</stylesheets>
	<templates>
		<template name="footer" version="1807"><![CDATA[	</div>
</div>
</div>
                <!-- MyBB is free software developed and maintained by a volunteer community.
					It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
					to show your support for MyBB.  If you choose to remove or modify the copyright below,
					you may be refused support on the MyBB Community Forums.

					This is free software, support us and we'll support you. -->
				<!-- End powered by --> 
		
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}


</td>
<td valign="top" style="-moz-border-top-right-radius: 3px; -webkit-border-top-right-radius: 3px;border-top-right-radius: 3px; padding: 20px; background: #373737;">

{$welcomeblock}
	
<h3><i style="color: #fff; font-size: 15px;" class="fa fa-angle-double-down fa-fw"></i> Navigation </h3>

<div class="menu">
<ul>
<li><a class="cmn-t-shake" href="portal.php"><i style="color: #666666; font-size: 9px;" class="fa fa-chevron-right fa-fw"></i> &nbsp; Home</a></li>
<li><a class="cmn-t-shake" href="index.php"><i style="color: #666666; font-size: 9px;" class="fa fa-chevron-right fa-fw"></i> &nbsp; Forums</a></li>
<li><a class="cmn-t-shake" href="{$mybb->settings['bburl']}/memberlist.php"><i style="color: #666666; font-size: 9px;" class="fa fa-chevron-right fa-fw"></i> &nbsp; Members</a></li>
<li><a class="cmn-t-shake" href="{$mybb->settings['bburl']}/search.php"><i style="color: #666666; font-size: 9px;" class="fa fa-chevron-right fa-fw"></i> &nbsp; Search</a></li>
<li><a class="cmn-t-shake" href="misc.php?action=help"><i style="color: #666666; font-size: 9px;" class="fa fa-chevron-right fa-fw"></i> &nbsp; Help</a></li>
<li><a class="cmn-t-shake" href="search.php?action=getnew"><i style="color: #666666; font-size: 9px;" class="fa fa-chevron-right fa-fw"></i> &nbsp; Nuevo Temas</a></li>
<li><a class="cmn-t-shake" href="#"><i style="color: #666666; font-size: 9px;" class="fa fa-chevron-right fa-fw"></i> &nbsp; Link One</a></li>
<li><a class="cmn-t-shake" href="#"><i style="color: #666666; font-size: 9px;" class="fa fa-chevron-right fa-fw"></i> &nbsp; Link Two</a></li>
<li><a class="cmn-t-shake" href="#"><i style="color: #666666; font-size: 9px;" class="fa fa-chevron-right fa-fw"></i> &nbsp; Link Three</a></li>
<li><a class="cmn-t-shake" href="#"><i style="color: #666666; font-size: 9px;" class="fa fa-chevron-right fa-fw"></i> &nbsp; Link Four</a></li>
</ul>
</div> <br />

<h3><i style="color: #fff; font-size: 15px;" class="fa fa-angle-double-down  fa-fw"></i> Latest Topics </h3>
			
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborders">
<td>
<div class="latestthreads float_left"></div>
</td>
</table>
	
  <script type="text/javascript">
	jQuery(function(){
		jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
	});
	</script>	
	
	
</td>
</tr>
</table>



<footer>
<table width="100%" cellspacing="0" cellpadding="5" border="0">
<tr>
<td valign="top">
	
<div class="footmenu">
<ul>
<li><a title="Rss" href="{$mybb->settings['bburl']}/misc.php?action=syndication">
<i style="color: #FA9B39; font-size: 15px;" class="fa fa-rss fa-fw"></i>
</a></li>
	
<li><a title="Archive mode" href="<archive_url>"><i style="font-size: 15px;" class="fa fa-hdd-o fa-fw"></i></a></li>
{$contact_us}
<li><a title="Forum stats" href="{$mybb->settings['bburl']}/stats.php"><i style="font-size: 15px;" class="fa fa-bar-chart-o fa-fw"></i></a></li>
<li><a title="Forum team" href="{$mybb->settings['bburl']}/showteam.php"><i style="font-size: 15px;" class="fa fa-user fa-fw"></i></a></li>
<li><a title="Mark all forums read" href="misc.php?action=markread{$post_code_string}"><i style="font-size: 15px;" class="fa fa-gamepad fa-fw"></i></a></li>
</ul>
<div style="margin-top: 5px;" class="float_right">{$theme_select}</div>		
<br />
</div>	
</td>
</tr>
</table>
</footer>

	<div align="center">	
		<span class="smalltext">
			<a class="button6" href="http://www.mybb.com" target="_blank">Forum software by &copy; MyBB {$mybbversion}</a> 
			<i style="color: #afaeae; font-size: 9px;" class="button6 fa fa-chevron-right fa-fw"></i> 
			<a class="button6" href="http://iandrew.org" target="_blank">Theme &copy; iAndrew 2016</a>
			</span>
		<debugstuff>
	</div>	
 </div>]]></template>
		<template name="footer_contactus" version="1807"><![CDATA[<li><a title="Contact us" href="{$mybb->settings['contactlink']}"><i style="font-size: 15px;" class="fa fa-envelope-o fa-fw"></i></a></li>]]></template>
		<template name="forumbit_depth1_cat" version="1807"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead{$expthead}" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">

{$sub_forums}
</tbody>

</table>
<br />]]></template>
		<template name="forumbit_depth2_cat" version="1807"><![CDATA[<tr>
<td class="{$bgcolor}" align="center" width="1"><div class=" forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-gamepad"></i></div></td>
<td class="{$bgcolor}">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>]]></template>
		<template name="forumbit_depth2_forum" version="1807"><![CDATA[<tr>
<td class="{$bgcolor}" align="center" width="1"><div class=" forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-gamepad"></i></div></td>
	
<td class="{$bgcolor}">
<strong><a href="{$forum_url}"><span style="font-size:13px;">{$forum['name']}</span></a></strong>  {$forum_viewers_text}
<div class="smalltext">{$forum['description']} {$modlist} {$subforums}</div>
</td>
	
<td class="{$bgcolor}" width="13%" align="right" style="white-space: nowrap">
<strong>{$threads}{$unapproved['unapproved_threads']}</strong> Topics<br />		
<strong>{$posts}{$unapproved['unapproved_posts']}</strong> Replies
</td>
	
<td class="{$bgcolor}" width="23%" align="left" style="white-space: nowrap">{$lastpost}</td>
</tr>]]></template>
		<template name="forumbit_depth3_statusicon" version="1807"><![CDATA[<div title="{$lightbulb['altonoff']}" class="subforumicon subforum_{$lightbulb['folder']} ajax_mark_read" id="mark_read_{$forum['fid']}"><i style="font-size: 13px;" class="fa fa-folder-o"></i> </div>&nbsp;&nbsp;]]></template>
		<template name="forumbit_subforums" version="1807"><![CDATA[<br /> {$sub_forums}]]></template>
		<template name="forumdisplay" version="1807"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
	lang.inline_edit_description = "{$lang->inline_edit_description}";
	lang.post_fetch_error = "{$lang->post_fetch_error}";
// -->
</script>
<!-- jeditable (jquery) -->
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_edit.js?ver=1804"></script>
</head>
<body>
{$header}
{$moderatedby}
{$rules}
{$subforums}
{$threadslist}
{$usersbrowsing}	
{$footer}
</body>
</html>]]></template>
		<template name="forumdisplay_newthread" version="1807"><![CDATA[<a href="newthread.php?fid={$fid}" class="button new_thread_button"><i style="font-size: 12px;" class="fa fa-plus-circle fa-fw"></i> <span> Nuevo Tema</span></a>]]></template>
		<template name="forumdisplay_subforums" version="1807"><![CDATA[<table style="padding: 2px;" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td style="border: 1px solid #113154;" class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
{$forums}
</table>
<br />]]></template>
		<template name="forumdisplay_thread" version="1807"><![CDATA[<tr class="inline_row">
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></td>
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
	<td class="{$bgcolor}{$thread_type_class}">
		{$attachment_count}
		<div>
          <span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span></span>
			<div class="author smalltext">Topic started by {$thread['profilelink']}</div>
			{$thread['multipage']}
		</div>
	</td>
		{$rating}
	<td align="center" width="10%" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">
		{$thread['replies']}</a>{$unapproved_posts} Replies <br />
	    {$thread['views']}  Views
	
	</td>
	<td class="{$bgcolor}{$thread_type_class}" width="9%" style="white-space: nowrap; text-align: left;">
		<span class="lastpost smalltext">{$lastpostdate}<br />
		<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
	</td>
{$modbit}
</tr>]]></template>
		<template name="forumdisplay_threadlist" version="1807"><![CDATA[<div class="float_left">{$multipage}</div>
<div class="float_right">{$newthread}</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder clear">
	<tr>
		<td class="thead" colspan="{$colspan}">
			<div class="float_right">
				<span class="smalltext"><strong>
					<a title="Mark all forums read" href="misc.php?action=markread&amp;fid={$fid}{$post_code_string}"><i style="font-size: 14px;" class="fa fa-gamepad fa-fw"></i></a> 
					
					
					<a title="Subscribe to this forum" href="usercp2.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}"><i style="font-size: 14px;" class="fa fa-star-o fa-fw"></i></a>{$clearstoredpass}</strong></span>
			</div>
			<div>
				<strong>{$foruminfo['name']}</strong>
			</div>
		</td>
	</tr>
	<tr>
		<td class="tcat" colspan="3" width="66%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=subject&amp;order=asc">{$lang->thread}</a> {$orderarrow['subject']} / <a href="{$sorturl}&amp;sortby=starter&amp;order=asc">{$lang->author}</a> {$orderarrow['starter']}</strong></span></td>
		{$ratingcol}
		<td class="tcat" align="center" width="7%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=replies&amp;order=desc">{$lang->replies}</a> {$orderarrow['replies']}</strong></span></td>
		
		<td class="tcat" align="left" width="16%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td>
		{$inlinemodcol}
	</tr>
	{$selectall}
	{$announcementlist}
	{$threads}
	<tr>
		<td class="tfoot" align="right" colspan="{$colspan}">
			<form action="forumdisplay.php" method="get">
				<input type="hidden" name="fid" value="{$fid}" />
				<select name="sortby">
					<option value="subject"{$sortsel['subject']}>{$lang->sort_by_subject}</option>
					<option value="lastpost"{$sortsel['lastpost']}>{$lang->sort_by_lastpost}</option>
					<option value="starter"{$sortsel['starter']}>{$lang->sort_by_starter}</option>
					<option value="started"{$sortsel['started']}>{$lang->sort_by_started}</option>
					{$ratingsort}
					<option value="replies"{$sortsel['replies']}>{$lang->sort_by_replies}</option>
					<option value="views"{$sortsel['views']}>{$lang->sort_by_views}</option>
				</select>
				<select name="order">
					<option value="asc"{$ordersel['asc']}>{$lang->sort_order_asc}</option>
					<option value="desc"{$ordersel['desc']}>{$lang->sort_order_desc}</option>
				</select>
				<select name="datecut">
					<option value="1"{$datecutsel['1']}>{$lang->datelimit_1day}</option>
					<option value="5"{$datecutsel['5']}>{$lang->datelimit_5days}</option>
					<option value="10"{$datecutsel['10']}>{$lang->datelimit_10days}</option>
					<option value="20"{$datecutsel['20']}>{$lang->datelimit_20days}</option>
					<option value="50"{$datecutsel['50']}>{$lang->datelimit_50days}</option>
					<option value="75"{$datecutsel['75']}>{$lang->datelimit_75days}</option>
					<option value="100"{$datecutsel['100']}>{$lang->datelimit_100days}</option>
					<option value="365"{$datecutsel['365']}>{$lang->datelimit_lastyear}</option>
					<option value="9999"{$datecutsel['9999']}>{$lang->datelimit_beginning}</option>
				</select>
				{$prefixselect}
				{$gobutton}
			</form>
		</td>
	</tr>
</table>
<div class="float_left">
	{$multipage}
</div>
<div class="float_right" style="margin-top: 4px;">
	{$newthread}
</div>
<br class="clear" />
<br />

<div class="float_right" style="text-align: right;">
	{$inlinemod}
	{$forumjump}
</div>
<br class="clear" />
{$inline_edit_js}]]></template>
		<template name="forumdisplay_thread_multipage" version="1807"><![CDATA[<span class="pagination2 smalltext">{$threadpages}{$morelink}</span>]]></template>
		<template name="forumdisplay_thread_rating" version="1807"><![CDATA[<td align="center" class="{$bgcolor}{$thread_type_class}" id="rating_table_{$thread['tid']}">
		<ul class="star_rating{$not_rated}" id="rating_thread_{$thread['tid']}">
			<li style="width: {$thread['width']}%" class="current_rating" id="current_rating_{$thread['tid']}">{$ratingvotesav}</li>
		</ul>
		<script type="text/javascript">
		<!--
			Rating.build_forumdisplay({$thread['tid']}, { width: '{$thread['width']}', extra_class: '{$not_rated}', current_average: '{$ratingvotesav}' });
		// -->
		</script>
	</td>]]></template>
		<template name="forumdisplay_usersbrowsing" version="1807"><![CDATA[<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>{$lang->users_browsing_forum} </strong></td></tr>
<tr><td class="trow1">
<span class="smalltext"> {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>
</td></tr>
</table><br>]]></template>
		<template name="header" version="1807"><![CDATA[<div class="wow fadeInRight box topforum"><i class="fa fa-angle-double-up fa-1x"></i></div>

<div id="mainwidth2">	
	
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0">
<tr>
<td style="-moz-border-top-left-radius: 3px; -webkit-border-top-left-radius: 3px;border-top-left-radius: 3px; background: #f5f5f5;" valign="top" width="80%">		
	
<div id="topbar">					
	<div class="wrapper">		
		
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0">
<tr>
<td valign="top">

<div class="cmn-t-shake" align="center" id="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>	
	
</td>
<td>&nbsp;</td>
<td valign="top">


	
</td>
</tr>
</table>	
		
     </div>
</div>		
	
<navigation> 	

	 <div class="container">
       <div id="content"> 
		   <div class="wrapper">
			    
                {$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				{$awaitingusers}]]></template>
		<template name="headerinclude" version="1807"><![CDATA[<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.4.0/animate.min.css"> 
<link href='https://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css' />

<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />

<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />

<script src="https://use.fontawesome.com/d4e09fbff1.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1800"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1800"></script>
<script type="text/javascript" src="images/project/bootstrap.min.js"></script>
<script type="text/javascript" src="images/project/jquery.tipsy.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script> new WOW().init(); </script>


{$stylesheets}

<script type="text/javascript">
$(function(){
    // ADD SLIDEDOWN ANIMATION TO DROPDOWN //
    $('.dropdown').on('show.bs.dropdown', function(e){
        $(this).find('.dropdown-menu').first().stop(true, true).slideDown();
    });

    // ADD SLIDEUP ANIMATION TO DROPDOWN //
    $('.dropdown').on('hide.bs.dropdown', function(e){
        e.preventDefault();
        $(this).find('.dropdown-menu').first().stop(true, true).slideUp(400, function(){
            //On Complete, we reset all active dropdown classes and attributes
            //This fixes the visual bug associated with the open class being removed too fast
            $('.dropdown').removeClass('open');
            $('.dropdown').find('.dropdown-toggle').attr('aria-expanded','false');
        });
    });
});
</script>

<script type="text/javascript">
$(function() {
$("a").tipsy({gravity: $.fn.tipsy.autoNS, fade: true});
$("title").tipsy({gravity: $.fn.tipsy.autoNS, fade: true});
$("img").tipsy({gravity: $.fn.tipsy.autoNS, fade: true});
$("i").tipsy({gravity: $.fn.tipsy.autoNS, fade: true});
$("span").tipsy({gravity: $.fn.tipsy.autoNS, fade: true});
$("div").tipsy({gravity: $.fn.tipsy.autoNS, fade: true});
});
</script>

<script type="text/javascript">
jQuery(document).ready(function() {
    var offset = 100;
    var duration = 250;
    jQuery(window).scroll(function() {
        if (jQuery(this).scrollTop() > offset) {
            jQuery(".topforum").fadeIn(duration);
        } else {
            jQuery(".topforum").fadeOut(duration);
        	}
    });
    
    jQuery('.topforum').click(function(event) {
        event.preventDefault();
        jQuery('html, body').animate({scrollTop: 0}, 600);
        	return false;
    	})
});
</script>


<script type="text/javascript">
<!--
	lang.unknown_error = "{$lang->unknown_error}";

	lang.select2_match = "{$lang->select2_match}";
	lang.select2_matches = "{$lang->select2_matches}";
	lang.select2_nomatches = "{$lang->select2_nomatches}";
	lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}";
	lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}";
	lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}";
	lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}";
	lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}";
	lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";
	lang.select2_loadmore = "{$lang->select2_loadmore}";
	lang.select2_searching = "{$lang->select2_searching}";

	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var rootpath = "{$mybb->settings['bburl']}";
	var imagepath = "{$theme['imgdir']}";
  	var yes_confirm = "{$lang->yes}";
	var no_confirm = "{$lang->no}";
	var MyBBEditor = null;
	var spinner_image = "{$theme['imgdir']}/spinner.gif";
	var spinner = "<img src='" + spinner_image +"' alt='' />";
// -->
</script>]]></template>
		<template name="header_quicksearch" version="1807"><![CDATA[	<div class="float_right quicksearch">
		<form method="post" action="{$mybb->settings['bburl']}/search.php">
			<input type="hidden" name="action" value="do_search" />
        		<input type="hidden" name="postthread" value="1" />
        		  <input type="hidden" name="forums" value="all" />
        		  <input type="hidden" name="showresults" value="threads" />
        		  <input class="searchbox" type="text" name="keywords" placeholder="Search..." />
        		  <input class="searchbutton" type="submit" value="&#xf002" title="Search" />
				  <div class="float_right" style="margin-right: 2px;">                 
			     </div>
		        </form>			
	 	        </div>]]></template>
		<template name="header_welcomeblock_guest" version="1807"><![CDATA[<h3><i style="color: #fff; font-size: 15px;" class="fa fa-angle-double-down fa-fw"></i> User Panel </h3>

<div style="color: #fff;" align="center">
	
Welcome guest, not a member yet?	<br /><br />

Why not sign up today and start posting on out community forums.  <br /> <br />


<a class="button4 login" href="{$mybb->settings['bburl']}/member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true }); return false;"><i style="color: #fff; font-size: 15px;" class="fa fa-sign-in"></i> &nbsp; Sign in</a> 
	  
	 <br />
	  
<a class="button5 register" href="{$mybb->settings['bburl']}/member.php?action=register"><i style="color: #fff; font-size: 15px;" class="fa fa-gamepad"></i> &nbsp; Register </a>
</div>
	<br />

               <div class="modal" id="quick_login" style="display: none;">
					<form method="post" action="{$mybb->settings['bburl']}/member.php">
						<input name="action" type="hidden" value="do_login" />
						<input name="url" type="hidden" value="" />
						<input name="quick_login" type="hidden" value="1" />
						<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" class="tborder">
							<tr>
								<td class="thead" colspan="2"><strong>{$lang->login}</strong></td>
							</tr>
							<tr style="padding: 20px;">
								<td style="padding: 20px;" class="remember_me trow1">									
<div align="center">									
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr style="padding: 20px;">
<td valign="top" width="50">
	
<strong>{$login_username}</strong><br />
	
	
<p class="field"><input style="margin-left: -3px; padding: 9px  12px;" name="quick_username" id="quick_login_username" type="text" value="" class="textbox initial_focus" /></p>
	
	
<input name="quick_remember" id="quick_login_remember" type="checkbox" value="yes" class="checkbox" checked="checked" />
<label for="quick_login_remember">{$lang->remember_me}</label>
	
</td>
<td>&nbsp;</td>
<td valign="top">
	
<strong>{$lang->password}</strong><br />
	
<p class="field"><input style="margin-left: -2px; padding: 9px  12px;" name="quick_password" id="quick_login_password" type="password" value="" class="textbox" /></p> 
	
<a href="{$mybb->settings['bburl']}/member.php?action=lostpw" class="lost_password">{$lang->lost_password}</a>
</td>
</tr>
</table>
	</div>									

								</td>
							</tr>
							<tr>
								<td class="trow2" colspan="2">
									<div align="center">
										<input name="submit" type="submit" class="button" value="{$lang->login}" />
									</div>
								</td>	
							</tr>
						</table>
					</form>
				</div>
				<script type="text/javascript">
					$("#quick_login input[name='url']").val($(location).attr('href'));
				</script>]]></template>
		<template name="header_welcomeblock_member" version="1807"><![CDATA[<h3><i style="color: #fff; font-size: 15px;" class="fa fa-angle-double-down fa-fw"></i> User Panel </h3>

<div align="center">
	
<a class="header_avatar" href="{$mybb->settings['bburl']}/usercp.php?action=avatar"> <img src="{$mybb->user['avatar']}" height="75px" width="75px" align="top" class="miniav"/></a> <br /> <br />

<span style="color:#fff;">Welcome Back, {$mybb->user['username']}</span>
</div>


<script>
$(document).ready(function() {
//create a default avatar for those without one.
if($('.header_avatar img', this).attr('src') == ''){
$('.header_avatar img').attr('src', "images/project/default_avatar.png");
}
});
</script>



<div align="center">

<span class="dropdown">
<a data-toggle="dropdown" href="#">	
  <span style="color:#fff;">{$mybb->user['username']} <i style="font-size: 9px;" class="fa fa-chevron-down fa-fw"></i></span></a> &nbsp; 
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">	  
<li role="presentation"><a href="{$mybb->settings['bburl']}/usercp.php"> User Panel </a></li>
<li role="presentation"><a href="{$mybb->settings['bburl']}/usercp.php?action=profile"> Edit Profile </a></li>
<li role="presentation"><a href="{$mybb->settings['bburl']}/usercp.php?action=options"> Edit Options </a></li>
<li role="presentation"><a href="{$mybb->settings['bburl']}/usercp.php?action=editsig"> Edit Signature </a></li>
<li role="presentation"><a href="{$mybb->settings['bburl']}/usercp.php?action=editlists"> Friends List </a></li>
<li role="presentation">
<a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}"> Sign Out </a>
</li>	
{$modcplink}
{$admincplink}
 </ul>
	</a>		
</span>
		
		&nbsp;
		
<span class="dropdown">
<a class="white" data-toggle="dropdown" href="#">	
 <span style="color:#fff;">Messages  <i style="font-size: 9px;" class="fa fa-chevron-down fa-fw"></i></span></a> 
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">	  
<li role="presentation"><a href="private.php?fid=1"> Inbox  </a></li>	
<li role="presentation"><a href="private.php?action=send"> Compose  </a></li>
<li role="presentation"><a href="private.php?fid=2"> Sent Items </a></li>
<li role="presentation"><a href="private.php?action=tracking"> Tracking </a></li>
</ul>
</a>		
</span>	
		
		&nbsp;

<a title="Unread Messages" style="margin-top: 5px;" href="{$mybb->settings['bburl']}/private.php" id="pm_notification">  {$mybb->user['pms_unread']}  </a> 		
		
</div>]]></template>
		<template name="header_welcomeblock_member_admin" version="1807"><![CDATA[<li role="presentation"><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php" class="admincp">{$lang->welcome_admin}</a></li>]]></template>
		<template name="header_welcomeblock_member_moderator" version="1807"><![CDATA[<li role="separator" class="divider"></li>	
<li role="presentation"><a href="{$mybb->settings['bburl']}/modcp.php">
 Mod panel </a>
</li>]]></template>
		<template name="index" version="1807"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
<style>
.navihgation {display:none;} /*Index only*/
</style>	
</head>
<body>
{$header}
{$forums}
{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>]]></template>
		<template name="index_birthdays" version="1807"><![CDATA[<tr>
<td class="trow1"><strong>{$lang->todays_birthdays}</strong>  <span class="smalltext">{$bdays}</span></td>
</tr>]]></template>
		<template name="index_boardstats" version="1807"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="statstborder">
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$forumstats}	
{$birthdays}
</tbody>
</table>]]></template>
		<template name="index_stats" version="1807"><![CDATA[<tr>
<td class="trow1">

<span style="font-size: 12px; background: #bd3627; color: #fff;  padding: 6px 5px;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;">  {$stats['numthreads']} Topics  </span> &nbsp; 

<span style="font-size: 12px;color: #fff;background: #72af46;padding:6px 5px;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;">  {$stats['numposts']} Replies  </span> &nbsp; 	

<span style="font-size: 12px;color: #fff;background: #ab7a4b;padding:6px 5px;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;">  {$stats['numusers']} Members  </span> &nbsp;  	

<span style="font-size: 12px;color: #fff;background: #466baf;padding:6px 5px;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;">  Most online was {$recordcount}  </span> &nbsp;  	

<span class="newmember" style="font-size: 12px;color: #fff;background: #72537a; padding:6px 5px;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;">  Latest Member {$newestmember}  </span>	
	
</td>	
</tr>]]></template>
		<template name="index_whosonline" version="1807"><![CDATA[<tr>
<td class="trow1">
<span class="smalltext">
{$lang->online_note}
	
<span title="Who's online" class="float_right" style="padding: 5px;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; background: #e5e5e5; border: 1px solid #e5e5e5;"><a href="online.php"><i style="color: #466baf; font-size: 13px;" class="fa fa-user fa-fw"></i></a></span>
	
<br />
	
{$onlinemembers}
	
</span>
</td>
</tr>]]></template>
		<template name="member_profile" version="1807"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1804"></script>
	
	
<script>
	$(document).ready(function(){
	
	$('ul.tabs li').click(function(){
		var tab_id = $(this).attr('data-tab');

		$('ul.tabs li').removeClass('current');
		$('.tab-content2').removeClass('current');

		$(this).addClass('current');
		$("#"+tab_id).addClass('current');
	})

})
	</script>
	
<style>
			.container2{
			margin: 0 auto;
		}



		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #fff;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
			border: 1px solid #72537a;
			border-bottom: none;
			background: #86618f;
		}

		ul.tabs li.current{
			background: #fff;
			color: #222;
			border: 1px solid #e5e5e5;
			border-bottom: none;
		}

		.tab-content2{
			display: none;
			background: #fff;
			padding: 15px;
			border: 1px solid #e5e5e5;
		}

		.tab-content2.current{
			display: inherit;
		}
	</style>
	
	
	
	
</head>
<body>
{$header}
<div class="float_right" style="text-align: center">{$buddy_options}{$ignore_options}{$report_options}</div> <br /><br />
<fieldset>
	<table width="100%" cellspacing="0" cellpadding="0" border="0">
		<tr>
			<td width="75%">
				<span class="largetext"><strong>{$formattedname}</strong></span><br />
				<span class="smalltext">
					({$usertitle})<br />
					{$groupimage}
					{$userstars}<br />
					<br />
					<strong>{$lang->registration_date}</strong> {$memregdate}<br />
					<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />
					<strong>{$lang->local_time}</strong> {$localtime}<br />
					<strong>{$lang->postbit_status}</strong> {$online_status}
				</span>
			</td>
			<td width="25%" align="right" valign="middle">{$avatar}</td>
		</tr>
	</table>
</fieldset>
	
<br />
{$awaybit}{$bannedbit}	
	
	
<div class="container2">

	<ul class="tabs">
		<li class="tab-link current" data-tab="tab-1"> Forum info</li>
		<li class="tab-link" data-tab="tab-2">Contact details</li>
		<li class="tab-link" data-tab="tab-3">Profile</li>
		<li class="tab-link" data-tab="tab-4">Signature</li>
		<li class="tab-link" data-tab="tab-5">Moderate</li>
	</ul>

	<div id="tab-1" class="tab-content2 current">
		
		
		
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr>
		<td width="50%" valign="top">
			<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborderposts">
				<tr>
					<td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
				</tr>
				<tr>
					<td class="trow1" style="width: 30%;"><strong>{$lang->joined}</strong></td>
					<td class="trow1">{$memregdate}</td>
				</tr>
				<tr>
					<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
					<td class="trow2">{$memlastvisitdate}</td>
				</tr>
				<tr>
					<td class="trow1"><strong>{$lang->total_posts}</strong></td>
					<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total}){$findposts}</td>
				</tr>
				<tr>
					<td class="trow2"><strong>{$lang->total_threads}</strong></td>
					<td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total}){$findthreads}</td>
				</tr>
				<tr>
					<td class="trow1"><strong>{$lang->timeonline}</strong></td>
					<td class="trow1">{$timeonline}</td>
				</tr>
				{$referrals}
				{$reputation}
				{$warning_level}
			</table>
		</td>
	</tr>
</table>

		
		
	</div>
	<div id="tab-2" class="tab-content2">
		{$contact_details}
	</div>
	<div id="tab-3" class="tab-content2">
		{$profilefields}
	</div>
	<div id="tab-4" class="tab-content2">
		{$signature}
	</div>
	<div id="tab-5" class="tab-content2">
		{$modoptions}{$adminoptions}
	</div>
</div>	
	
<br />
	
{$footer}
</body>
</html>]]></template>
		<template name="member_profile_addremove" version="1807"><![CDATA[<a style="padding-bottom: 5px; padding: 5px 7px;" href="{$add_remove_options['url']}" class="button small_button {$add_remove_options['class']}">
<span><i style="font-size: 13px;" class="fa fa-user fa-fw"></i>  {$add_remove_options['lang']}</span>
</a>]]></template>
		<template name="member_profile_adminoptions" version="1807"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborderposts">
<tr>
<td colspan="2" class="thead"><strong>{$lang->admin_options}</strong></td>
</tr>
<tr>
<td class="trow1">
<ul>
<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php?module=user-users&amp;action=edit&amp;uid={$uid}">{$lang->admin_edit_in_acp}</a></li>
<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php?module=user-banning&amp;uid={$uid}">{$lang->admin_ban_in_acp}</a></li>
</ul>
</td>
</tr>
</table>
<br />]]></template>
		<template name="member_profile_contact_details" version="1807"><![CDATA[<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborderposts tfixed">
	<colgroup>
	<col style="width: 30%;" />
	</colgroup>
	<tr>
		<td colspan="2" class="thead"><strong>{$lang->users_contact_details}</strong></td>
	</tr>
	{$website}
	{$sendemail}
	{$sendpm}
	{$contact_fields['icq']}
	{$contact_fields['aim']}
	{$contact_fields['yahoo']}
	{$contact_fields['skype']}
	{$contact_fields['google']}
</table>]]></template>
		<template name="member_profile_customfields" version="1807"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborderposts tfixed">
<colgroup>
<col style="width: 30%;" />
</colgroup>
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_additional_info}</strong></td>
</tr>
{$customfields}
</table>
<br />]]></template>
		<template name="member_profile_modoptions" version="1807"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborderposts">
<tr>
<td colspan="2" class="thead"><strong>{$lang->mod_options}</strong></td>
</tr>
{$manageuser}
<tr>
<td class="trow2">
{$memprofile['usernotes']}<br />
{$editnotes}
</td>
</tr>
</table>
<br />]]></template>
		<template name="member_profile_signature" version="1807"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborderposts tfixed">
<tr>
<td class="thead"><strong>{$lang->users_signature}</strong></td>
</tr>
<tr>
<td class="trow1 scaleimages">{$memprofile['signature']}</td>
</tr>
</table>
<br />]]></template>
		<template name="modcp_nav" version="1807"><![CDATA[<td width="20% {$lang->nav_width}" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
	<tr>
		<td class="thead"><strong>{$lang->nav_menu}</strong></td>
	</tr>
	<tr><td class="trow1 smalltext"><a href="modcp.php" class="modcp_nav_item modcp_nav_home"><i style="font-size: 16px;" class="fa fa-home fa-fw"></i>{$lang->mcp_nav_home}</a></td></tr>
	{$modcp_nav_forums_posts}
	{$modcp_nav_users}
</table>
</td>]]></template>
		<template name="modcp_nav_announcements" version="1807"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=announcements" class="modcp_nav_item modcp_nav_announcements"><i style="font-size: 16px;" class="fa fa-bullhorn fa-fw"></i>  {$lang->mcp_nav_announcements}</a></td></tr>]]></template>
		<template name="modcp_nav_banning" version="1807"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=banning" class="modcp_nav_item modcp_nav_banning"><i style="font-size: 16px;" class="fa fa-ban fa-fw"></i>  {$lang->mcp_nav_banning}</a></td></tr>]]></template>
		<template name="modcp_nav_editprofile" version="1807"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=finduser" class="modcp_nav_item modcp_nav_editprofile"><i style="font-size: 16px;" class="fa fa-edit fa-fw"></i>  {$lang->mcp_nav_editprofile}</a></td></tr>]]></template>
		<template name="modcp_nav_forums_posts" version="1807"><![CDATA[	<tr>
		<td class="thead tcat_menu tcat_collapse{$collapsedimg['modcpforums']}">
			<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['modcpforums']}.png" id="modcpforums_img" class="expander" alt="[-]" title="[-]" /></div>
			<div><span class="smalltext"><strong>{$lang->mcp_nav_forums}</strong></span></div>
		</td>
	</tr>
	<tbody style="{$collapsed['modcpforums_e']}" id="modcpforums_e">
		{$nav_announcements}
		{$nav_modqueue}
		{$nav_reportcenter}
		{$nav_modlogs}
	</tbody>]]></template>
		<template name="modcp_nav_ipsearch" version="1807"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=ipsearch" class="modcp_nav_item modcp_nav_ipsearch"><i style="font-size: 16px;" class="fa fa-retweet fa-fw"></i>  {$lang->mcp_nav_ipsearch}</a></td></tr>]]></template>
		<template name="modcp_nav_modlogs" version="1807"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=modlogs" class="modcp_nav_item modcp_nav_modlogs"><i style="font-size: 16px;" class="fa fa-file-o fa-fw"></i>  {$lang->mcp_nav_modlogs}</a></td></tr>]]></template>
		<template name="modcp_nav_modqueue" version="1807"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=modqueue" class="modcp_nav_item modcp_nav_modqueue"><i style="font-size: 16px;" class="fa fa-inbox fa-fw"></i>  {$lang->mcp_nav_modqueue}</a></td></tr>]]></template>
		<template name="modcp_nav_reportcenter" version="1807"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=reports" class="modcp_nav_item modcp_nav_reports"><i style="font-size: 16px;" class="fa fa-exclamation-triangle fa-fw"></i>  {$lang->mcp_nav_report_center}</a></td></tr>]]></template>
		<template name="modcp_nav_users" version="1807"><![CDATA[	<tr>
		<td class="thead tcat_menu tcat_collapse{$collapsedimg['modcpusers']}">
			<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['modcpusers']}.png" id="modcpusers_img" class="expander" alt="[-]" title="[-]" /></div>
			<div><span class="smalltext"><strong>{$lang->mcp_nav_users}</strong></span></div>
		</td>
	</tr>
	<tbody style="{$collapsed['modcpusers_e']}" id="modcpusers_e">
		{$nav_editprofile}
		{$nav_banning}
		{$nav_warninglogs}
		{$nav_ipsearch}
	</tbody>]]></template>
		<template name="modcp_nav_warninglogs" version="1807"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=warninglogs" class="modcp_nav_item modcp_nav_warninglogs"><i style="font-size: 16px;" class="fa fa-file-o fa-fw"></i>  {$lang->mcp_nav_warninglogs}</a></td></tr>]]></template>
		<template name="multipage" version="1807"><![CDATA[<div class="pagination">
<span class="pages">{$lang->multipage_pages}</span>
{$prevpage}{$start}{$mppage}{$end}{$nextpage}
</div>]]></template>
		<template name="nav" version="1807"><![CDATA[<div style="margin-top: 7px;" class="navigation">
<i style="color: #646464; font-size: 16px;" class="fa fa-home fa-fw"></i>{$nav}{$activesep}{$activebit}
	
	
<div style="margin-top: -1px;" class="float_right">
<a href="http://facebook.com"><img title="Like us on Facebook" src="images/project/facebook.png" /></img></a>
<a href="http://twitter.com"><img title="Tweet us on Twitter" src="images/project/twitter.png" /></img></a>
<a href="http://youtube.com"><img title="Subscribe on Youtube" src="images/project/youtube.png" /></img></a>
</div>
</div>]]></template>
		<template name="nav_dropdown" version="1807"><![CDATA[]]></template>
		<template name="portal" version="1807"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']}</title>
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_announcements} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php?portal=1" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_announcements} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?portal=1&type=atom1.0" />
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="22%">
{$welcome}
{$pms}
{$search}
{$latestthreads}
</td>
<td>&nbsp;</td>
<td valign="top">
{$stats}	
{$announcements}
{$whosonline}	
{$multipage}
</td>
</tr>
</table>
{$footer}
</body>
</html>]]></template>
		<template name="portal_latestthreads_thread" version="1807"><![CDATA[<tr class=" latestthreads_portal">
<td width="100%" class="trows">
<a href="{$mybb->settings['bburl']}/{$thread['threadlink']}">{$thread['subject']}</a>
<span class="smalltext"><br />{$lang->by} {$lastposterlink}<br /> {$lastpostdate}   
 <br /> 
</span>
</td>
</tr>]]></template>
		<template name="portal_stats" version="1807"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->forum_stats}</strong></td>
</tr>
<tr>
<td class="trow1">
<div align="center">
<h3>
{$lang->num_members} {$stats['numusers']}, &nbsp; 
{$lang->latest_member} {$newestmember}, &nbsp;  
{$lang->num_threads} {$stats['numthreads']}, &nbsp;  
{$lang->num_posts} {$stats['numposts']}, &nbsp;  
<a href="{$mybb->settings['bburl']}/stats.php">{$lang->full_stats}
</h3>
</div>
</td>
</tr>
</table>
<br />]]></template>
		<template name="portal_whosonline" version="1807"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->online}</strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
{$lang->online_users} <strong>&raquo;</strong> {$lang->online_counts}<br />{$onlinemembers}
</span>
</td>
</tr>
</table>
<br />]]></template>
		<template name="postbit" version="1807"><![CDATA[

<br />

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr>
<td valign="top" width="22%">

	
<div class="user">		
<div class="post_author scaleimages">
<div align="center"><h3>{$post['onlinestatus']}   {$post['profilelink']}</h3>
	{$post['useravatar']}<br />
	<div class="author_information">
			<span class="smalltext">
				{$post['usertitle']}<br />
				{$post['userstars']}
				{$post['groupimage']}
			</span>
	</div>
	<div class="author_statistics">
	<br />	{$post['user_details']}
	</div>
</div>	
	</div>
	
	
<div align="center" class="postbit_buttons author_buttons">
		{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
	</div>	
	
		</div>
</td>
<td valign="top">

<div class="stposts">	
	
<div class="post_content">
	<div class="post_head">
		{$post['posturl']}
		{$post['icon']}
		<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
	{$post['subject_extra']}
	</div>
	<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
	<div class="post_body scaleimages" id="pid_{$post['pid']}">
		{$post['message']}

	</div>
	{$post['attachments']}
	{$post['signature']}
</div>


	</div>																	
	</div>	
	
	
<div class="post_controls">
	<div style="margin-top: 6px;" class="float_left post_meta" id="post_meta_{$post['pid']}"> {$post['iplogged']} </div>	

	
	<div class="postbit_buttons post_management_buttons float_right">
	{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
	</div>
</div>	
	
	</div>	
	
	
	
	
	
</td>
</tr>
</table>]]></template>
		<template name="postbit_classic" version="1807"><![CDATA[

<br />

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr>
<td valign="top" width="22%">

	
<div class="user">		
<div class="post_author scaleimages">
<div align="center"><h3>{$post['onlinestatus']}   {$post['profilelink']}</h3>
	{$post['useravatar']}<br />
	<div class="author_information">
			<span class="smalltext">
				{$post['usertitle']}<br />
				{$post['userstars']}
				{$post['groupimage']}
			</span>
	</div>
	<div class="author_statistics">
	<br />	{$post['user_details']}
	</div>
</div>	
	</div>
	
	
<div align="center" class="postbit_buttons author_buttons">
		{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
	</div>	
	
		</div>
</td>
<td valign="top">

<div class="stposts">	
	
<div class="post_content">
	<div class="post_head">
		{$post['posturl']}
		{$post['icon']}
		<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
	{$post['subject_extra']}
	</div>
	<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
	<div class="post_body scaleimages" id="pid_{$post['pid']}">
		{$post['message']}

	</div>
	{$post['attachments']}
	{$post['signature']}
</div>


	</div>																	
	</div>	
	
	
<div class="post_controls">
	<div style="margin-top: 6px;" class="float_left post_meta" id="post_meta_{$post['pid']}"> {$post['iplogged']} </div>	

	
	<div class="postbit_buttons post_management_buttons float_right">
	{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
	</div>
</div>	
	
	</div>	
	
	
	
	
	
</td>
</tr>
</table>]]></template>
		<template name="postbit_delete_pm" version="1807"><![CDATA[<a href="private.php?action=delete&amp;pmid={$id}&amp;my_post_key={$mybb->post_code}" title="{$lang->delete_title}" class="postbit_delete_pm"><span> &nbsp; {$lang->postbit_button_delete_pm}</span></a>]]></template>
		<template name="postbit_edit" version="1807"><![CDATA[<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="{$lang->postbit_edit}" class="postbit_edit"><span> &nbsp; {$lang->postbit_button_edit}</span></a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		$("#edit_post_{$post['pid']}").popupMenu();
	}
// -->
</script>]]></template>
		<template name="postbit_email" version="1807"><![CDATA[<br />	<a href="member.php?action=emailuser&amp;uid={$post['uid']}" title="{$lang->postbit_email}" class="postbit_email"><span></span></a>]]></template>
		<template name="postbit_find" version="1807"><![CDATA[<a href="search.php?action=finduser&amp;uid={$post['uid']}" title="{$lang->postbit_find}" class="postbit_find"><span></span></a>]]></template>
		<template name="postbit_forward_pm" version="1807"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=forward" title="{$lang->forward_title}" class="postbit_forward_pm"><span> &nbsp; {$lang->postbit_button_forward}</span></a>]]></template>
		<template name="postbit_iplogged_hiden" version="1807"><![CDATA[<a style="font-size: 11px; background: #2a2a2a; color: #fff; padding: 5px; transition: all 0.3s ease; border: 1px solid #222222; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;" href="moderation.php?action={$action}&amp;{$idtype}={$post[$idtype]}">{$lang->postbit_ipaddress_logged}</a>]]></template>
		<template name="postbit_multiquote" version="1807"><![CDATA[<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}" title="{$lang->postbit_multiquote}" class="postbit_multiquote"><span id="multiquote_{$post['pid']}"> &nbsp; {$lang->postbit_button_multiquote}</span></a>
<script type="text/javascript">
//<!--
	$('#multiquote_link_{$post['pid']}').css("display", "");
// -->
</script>]]></template>
		<template name="postbit_pm" version="1807"><![CDATA[<a href="private.php?action=send&amp;uid={$post['uid']}" title="{$lang->postbit_pm}" class="postbit_pm"><span></span></a>]]></template>
		<template name="postbit_purgespammer" version="1807"><![CDATA[<a href="moderation.php?action=purgespammer&amp;uid={$post['uid']}" title="{$lang->postbit_purgespammer}" class="postbit_purgespammer"><span> &nbsp; {$lang->postbit_button_purgespammer}</span></a>]]></template>
		<template name="postbit_quickdelete" version="1807"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" style="display: none;" id="quick_delete_{$post['pid']}" title="{$postbit_qdelete}" class="postbit_qdelete"><span> &nbsp; {$lang->postbit_button_qdelete}</span></a>
<script type="text/javascript">
// <!--
	$('#quick_delete_{$post['pid']}').css('display', '{$display}');
// -->
</script>]]></template>
		<template name="postbit_quickrestore" version="1807"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.restorePost({$post['pid']}); return false;" style="display: none;" id="quick_restore_{$post['pid']}" title="{$postbit_qrestore}" class="postbit_qrestore"><span> &nbsp; {$lang->postbit_button_qrestore}</span></a>
<script type="text/javascript">
// <!--
	$('#quick_restore_{$post['pid']}').css('display', '{$display}');
// -->
</script>]]></template>
		<template name="postbit_quote" version="1807"><![CDATA[<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}" title="{$lang->postbit_quote}" class="postbit_quote"><span> &nbsp; {$lang->postbit_button_quote}</span></a>]]></template>
		<template name="postbit_replyall_pm" version="1807"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=replyall" title="{$lang->reply_to_all}" class="postbit_reply_all"><span> &nbsp; {$lang->postbit_button_reply_all}</span></a>]]></template>
		<template name="postbit_reply_pm" version="1807"><![CDATA[<a href="private.php?action=send&amp;pmid={$id}&amp;do=reply" title="{$lang->reply_title}" class="postbit_reply_pm"><span> &nbsp; {$lang->postbit_button_reply_pm}</span></a>]]></template>
		<template name="postbit_report" version="1807"><![CDATA[<a href="javascript:Report.reportPost({$post['pid']});" title="{$lang->postbit_report}" class="postbit_report"><span> &nbsp; {$lang->postbit_button_report}</span></a>]]></template>
		<template name="postbit_rep_button" version="1807"><![CDATA[<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});" title="{$lang->postbit_reputation_add}" class="postbit_reputation_add"><span></span></a>]]></template>
		<template name="postbit_warn" version="1807"><![CDATA[<a href="warnings.php?action=warn&amp;uid={$post['uid']}&amp;pid={$post['pid']}" title="{$lang->postbit_warn}" class="postbit_warn"><span> &nbsp; {$lang->postbit_button_warn}</span></a>]]></template>
		<template name="postbit_www" version="1807"><![CDATA[<a href="{$post['website']}" target="_blank" title="{$lang->postbit_website}" class="postbit_website"><span></span></a>]]></template>
		<template name="showthread" version="1807"><![CDATA[<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
	var quickrestore_confirm = "{$lang->quickrestore_confirm}";
	var allowEditReason = "{$mybb->settings['alloweditreason']}";
	lang.save_changes = "{$lang->save_changes}";
	lang.cancel_edit = "{$lang->cancel_edit}";
	lang.quick_edit_update_error = "{$lang->quick_edit_update_error}";
	lang.quick_reply_post_error = "{$lang->quick_reply_post_error}";
	lang.quick_delete_error = "{$lang->quick_delete_error}";
	lang.quick_delete_success = "{$lang->quick_delete_success}";
	lang.quick_delete_thread_success = "{$lang->quick_delete_thread_success}";
	lang.quick_restore_error = "{$lang->quick_restore_error}";
	lang.quick_restore_success = "{$lang->quick_restore_success}";
	lang.editreason = "{$lang->postbit_editreason}";
// -->
</script>
<!-- jeditable (jquery) -->
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1804"></script>
<script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/thread.js?ver=1804"></script>
</head>
<body>
	{$header}
	{$threadnotesbox}
	{$pollbox}
	<div style="padding-bottom: 5px;" class="float_left">{$multipage}</div>
	<div class="float_right">{$newthread} {$newreply}</div>{$ratethread}
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborderposts tfixed clear">
		<tr>
			<td class="thead">
				<div class="float_right">
					<span class="smalltext"><strong><a href="javascript:;" id="thread_modes">Options <i style="font-size: 9px;" class="fa fa-chevron-down"></i></a>{$threadnoteslink}</strong></span>
				</div>
				<div>
					<strong>{$thread['threadprefix']}{$thread['subject']}</strong>
				</div>
			</td>
		</tr>
<tr><td id="posts_container">
	<div id="posts">
		{$posts}
	</div><br />
</td></tr>
		<tr>
			<td class="tfoot">
				<div class="float_left">
					<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> 
				</div>		
				<div class="float_right">		
					<a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
				</div>
			</td>
		</tr>
	</table>
	<div class="float_left">
		{$multipage}
	</div>
	<div style="padding-top: 4px;" class="float_right">
		{$newthread} {$newreply}
	</div>
	<br class="clear" />
	{$quickreply}
	{$threadexbox}
	{$similarthreads}
	<br />


	<div class="float_right" style="text-align: right;">
		{$moderationoptions}
		{$forumjump}
	</div>
	<br class="clear" />
	{$usersbrowsing}
	{$footer}
	<div id="thread_modes_popup" class="popup_menu" style="display: none;">

<div class="popup_item_container">
<a href="https://plus.google.com/share?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}" class="popup_item">
<i style="color: #dd4b39; font-size: 13px;" class="fa fa-google fa-fw"></i> &nbsp; Share on Google</a>
</div>

<div class="popup_item_container">
<a href="http://www.facebook.com/share.php?u={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}" class="popup_item">
<i style="color: #5272c1; font-size: 13px;" class="fa fa-facebook fa-fw"></i> &nbsp; Share on Facebook</a>
</div>

<div class="popup_item_container">
<a href="http://twitter.com/home?status={$thread['subject']} - {$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}" class="popup_item"> <i style="color: #55acee; font-size: 13px;" class="fa fa-twitter fa-fw"></i> &nbsp; Share on Twitter</a>
</div>

      
<div class="popup_item_container"><a href="/printthread.php?tid={$tid}" class="popup_item">
<i style="color: #646464; font-size: 13px;" class="fa fa-print fa-fw"></i> &nbsp; {$lang->view_printable}</a></div>
      
<div class="popup_item_container"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}" class="popup_item"><i style="color: #646464; font-size: 13px;" class="fa fa-bookmark fa-fw"></i> &nbsp; {$add_remove_subscription_text}</a></div>
      
<div class="popup_item_container"><a href="polls.php?action=newpoll&amp;tid={$tid}" class="popup_item">
<i style="color: #646464; font-size: 13px;" class="fa fa-align-left fa-fw"></i> &nbsp; {$lang->add_poll_to_thread}</a></div>
      
<div class="popup_item_container"><a href="sendthread.php?tid={$tid}" class="popup_item">
<i style="color: #646464; font-size: 13px;" class="fa fa-envelope fa-fw"></i> &nbsp; Send thread to a friend</a></div>
  </div>
	<script type="text/javascript">
	// <!--
		if(use_xmlhttprequest == "1")
		{
			$("#thread_modes").popupMenu();
		}
	// -->
	</script>
	<script type="text/javascript">
		$(".author_avatar img").error(function () {
			$(this).unbind("error").closest('.author_avatar').remove();
		});
	</script>
</body>
</html>]]></template>
		<template name="showthread_newreply" version="1807"><![CDATA[<a href="newreply.php?tid={$tid}" class="button new_reply_button"><i style="font-size: 14px;" class="fa fa-gamepad fa-fw"></i> 
	<span>New reply</span></a>&nbsp;]]></template>
		<template name="showthread_newreply_closed" version="1807"><![CDATA[<a href="newreply.php?tid={$tid}" class="button closed_button"><i style="font-size: 12px;" class="fa fa-ban fa-fw"></i> <span>{$lang->thread_closed}</span></a>&nbsp;]]></template>
		<template name="showthread_newthread" version="1807"><![CDATA[<a href="newthread.php?fid={$fid}" class="button new_thread_button"><i style="font-size: 14px;" class="fa fa-edit fa-fw"></i>
	<span> Nuevo Tema</span></a>&nbsp;]]></template>
		<template name="showthread_quickreply" version="1807"><![CDATA[<div id="quickreply_spinner" class="showthread_spinner" style="display: none"><img src="{$theme['imgdir']}/spinner.gif" /></div>
<br />
{$moderation_notice}
<form method="post" action="newreply.php?tid={$tid}&amp;processed=1" name="quick_reply_form" id="quick_reply_form">
	<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
	<input type="hidden" name="subject" value="RE: {$reply_subject}" />
	<input type="hidden" name="action" value="do_newreply" />
	<input type="hidden" name="posthash" value="{$posthash}" id="posthash" />
	<input type="hidden" name="quoted_ids" value="" id="quoted_ids" />
	<input type="hidden" name="lastpid" id="lastpid" value="{$last_pid}" />
	<input type="hidden" name="from_page" value="{$page}" />
	<input type="hidden" name="tid" value="{$tid}" />
	<input type="hidden" name="method" value="quickreply" />

	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
		<thead>
			<tr>
				<td class="thead" colspan="2">
					<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.png" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></div>
					<div><strong>{$lang->quick_reply}</strong></div>
				</td>
			</tr>
		</thead>
		<tbody style="{$collapsed['quickreply_e']}" id="quickreply_e">
			<tr>
				<td class="{$trow}">
					<div align="center" style="width: 99%">
	<textarea style="width: 100%; padding: 4px; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>
				
						
					
					</div>
					<div class="editor_control_bar" style="width: 99%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote">
						<span class="smalltext">
							{$lang->quickreply_multiquote_selected} <a href="./newreply.php?tid={$tid}&amp;load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}</a>.
						</span>
					</div>
				</td>
			</tr>
			{$captcha}
			<tr>
				<td colspan="2" class="tfoot">
					<div class="float_left">
					<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}{$option_signature} 	
					</div>
					
					<div class="float_right">
					<input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" id="quick_reply_submit" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" />
				</div>
				</td>
			</tr>
		</tbody>
	</table>
</form>]]></template>
		<template name="showthread_quickreply_options_close" version="1807"><![CDATA[<label><input type="checkbox" class="checkbox" name="modoptions[closethread]" value="1"{$closelinkch} />&nbsp;<strong>{$lang->close_thread}</strong></label>]]></template>
		<template name="showthread_quickreply_options_signature" version="1807"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->signature}</strong></label>]]></template>
		<template name="showthread_quickreply_options_stick" version="1807"><![CDATA[<label><input type="checkbox" class="checkbox" name="modoptions[stickthread]" value="1"{$stickch} />&nbsp;<strong>{$lang->stick_thread}</strong></label>]]></template>
		<template name="showthread_usersbrowsing" version="1807"><![CDATA[<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>{$lang->users_browsing_thread} </strong></td></tr>
<tr><td class="trow1">
<span class="smalltext">{$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>
</td></tr>
</table>
<br />]]></template>
		<template name="usercp_nav" version="1807"><![CDATA[<td width="20% {$lang->ucp_nav_width}" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tbody>
	<tr>
		<td class="thead"><strong>{$lang->ucp_nav_menu}</strong></td>
	</tr>
	<tr>
		<td class="trow1 smalltext"><a href="usercp.php" class="usercp_nav_item usercp_nav_home"><i style="font-size: 19px;" class="fa fa-home fa-4x"></i>  {$lang->ucp_nav_home}</a></td>
	</tr>
</tbody>
{$usercpmenu}
</table>
</td>]]></template>
		<template name="usercp_nav_attachments" version="1807"><![CDATA[<tr><td class="trow1 smalltext"><a href="usercp.php?action=attachments" class="usercp_nav_item usercp_nav_attachments"><i style="font-size: 19px;" class="fa fa-map-marker fa-4x"></i>  {$lang->ucp_nav_attachments}</a></td></tr>]]></template>
		<template name="usercp_nav_changename" version="1807"><![CDATA[<div><a href="usercp.php?action=changename" class="usercp_nav_item usercp_nav_username"><i style="font-size: 15px;" class="fa fa-edit fa-4x"></i>   {$lang->ucp_nav_change_username}</a></div>]]></template>
		<template name="usercp_nav_editsignature" version="1807"><![CDATA[<div><a href="usercp.php?action=editsig" class="usercp_nav_item usercp_nav_editsig"><i style="font-size: 15px;" class="fa fa-file-image-o fa-4x"></i>  {$lang->ucp_nav_edit_sig}</a></div>]]></template>
		<template name="usercp_nav_messenger" version="1807"><![CDATA[<tbody>
<tr>
	<td class="thead tcat_menu tcat_collapse{$collapsedimg['usercppms']}">
		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercppms']}.png" id="usercppms_img" class="expander" alt="[-]"/></div>
		<div><span class="smalltext"><strong>{$lang->ucp_nav_messenger}</strong></span></div>
	</td>
</tr>
</tbody>
<tbody style="{$collapsed['usercppms_e']}" id="usercppms_e">
	{$ucp_nav_compose}
	<tr>
		<td class="trow1 smalltext">
			{$folderlinks}
		</td>
	</tr>
	{$ucp_nav_tracking}
	<tr><td class="trow1 smalltext"><a href="private.php?action=folders" class="usercp_nav_item usercp_nav_pmfolders"><i style="font-size: 15px;" class="fa fa-navicon fa-4x"></i> {$lang->ucp_nav_edit_folders}</a></td></tr>
</tbody>]]></template>
		<template name="usercp_nav_messenger_compose" version="1807"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=send" class="usercp_nav_item usercp_nav_composepm"><i style="font-size: 15px;" class="fa fa-file-text fa-4x"></i>   {$lang->ucp_nav_compose}</a></td></tr>]]></template>
		<template name="usercp_nav_messenger_folder" version="1807"><![CDATA[<div><a href="private.php?fid={$folder_id}" class="usercp_nav_item {$class}"><i style="font-size: 15px;" class="fa fa-folder-open-o fa-4x"></i>  {$folder_name}</a></div>]]></template>
		<template name="usercp_nav_messenger_tracking" version="1807"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=tracking" class="usercp_nav_item usercp_nav_pmtracking"><i style="font-size: 15px;" class="fa fa-retweet fa-4x"></i>   {$lang->ucp_nav_tracking}</a></td></tr>]]></template>
		<template name="usercp_nav_misc" version="1807"><![CDATA[<tbody>
<tr>
	<td class="thead tcat_menu tcat_collapse{$collapsedimg['usercpmisc']}">
		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpmisc']}.png" id="usercpmisc_img" class="expander" alt="[-]" title="[-]" /></div>
		<div><span class="smalltext"><strong>{$lang->ucp_nav_misc}</strong></span></div>
	</td>
</tr>
</tbody>
<tbody style="{$collapsed['usercpmisc_e']}" id="usercpmisc_e">
	<tr><td class="trow1 smalltext"><a href="usercp.php?action=usergroups" class="usercp_nav_item usercp_nav_usergroups"><i style="font-size: 15px;" class="fa fa-star-o fa-4x"></i>   {$lang->ucp_nav_usergroups}</a></td></tr>
	<tr><td class="trow1 smalltext"><a href="usercp.php?action=editlists" class="usercp_nav_item usercp_nav_editlists"><i style="font-size: 15px;" class="fa fa-users fa-4x"></i>   {$lang->ucp_nav_editlists}</a></td></tr>
	{$attachmentop}
	<tr><td class="trow1 smalltext"><a href="usercp.php?action=drafts" class="usercp_nav_item usercp_nav_drafts"><i style="font-size: 15px;" class="fa fa-folder-o fa-4x"></i>   {$draftcount}</a></td></tr>
	<tr><td class="trow1 smalltext"><a href="usercp.php?action=subscriptions" class="usercp_nav_item usercp_nav_subscriptions"><i style="font-size: 15px;" class="fa fa-gamepad-square-o fa-4x"></i>   {$lang->ucp_nav_subscribed_threads}</a></td></tr>
	<tr><td class="trow1 smalltext"><a href="usercp.php?action=forumsubscriptions" class="usercp_nav_item usercp_nav_fsubscriptions"><i style="font-size: 15px;" class="fa fa-gamepad fa-4x"></i>   {$lang->ucp_nav_forum_subscriptions}</a></td></tr>
	<tr><td class="trow1 smalltext"><a href="{$profile_link}" class="usercp_nav_item usercp_nav_viewprofile"><i style="font-size: 15px;" class="fa fa-user fa-4x"></i>  {$lang->ucp_nav_view_profile}</a></td></tr>
</tbody>]]></template>
		<template name="usercp_nav_profile" version="1807"><![CDATA[<tbody>
<tr>
	<td class="thead tcat_menu tcat_collapse{$collapsedimg['usercpprofile']}">
		<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpprofile']}.png" id="usercpprofile_img" class="expander" alt="[-]" title="[-]" /></div>
		<div><span class="smalltext"><strong>{$lang->ucp_nav_profile}</strong></span></div>
	</td>
</tr>
</tbody>
<tbody style="{$collapsed['usercpprofile_e']}" id="usercpprofile_e">
	<tr><td class="trow1 smalltext">
		<div><a href="usercp.php?action=profile" class="usercp_nav_item usercp_nav_profile"><i style="font-size: 15px;" class="fa fa-cog fa-4x"></i> {$lang->ucp_nav_edit_profile}</a></div>
		{$changenameop}
		<div><a href="usercp.php?action=password" class="usercp_nav_item usercp_nav_password"><i style="font-size: 15px;" class="fa fa-lock fa-4x"></i>   {$lang->ucp_nav_change_pass}</a></div>
		<div><a href="usercp.php?action=email" class="usercp_nav_item usercp_nav_email"><i style="font-size: 15px;" class="fa fa-eye fa-4x"></i>   {$lang->ucp_nav_change_email}</a></div>
		<div><a href="usercp.php?action=avatar" class="usercp_nav_item usercp_nav_avatar"><i style="font-size: 15px;" class="fa fa-file-image-o fa-4x"></i>  {$lang->ucp_nav_change_avatar}</a></div>
		{$changesigop}
	</td></tr>
	<tr><td class="trow1 smalltext"><a href="usercp.php?action=options" class="usercp_nav_item usercp_nav_options"><i style="font-size: 15px;" class="fa fa-cogs fa-4x"></i>   {$lang->ucp_nav_edit_options}</a></td></tr>
</tbody>]]></template>
	</templates>
</theme>

Hello again
I Dont understand, i think is time... First time i use Mybb forum for example after 4h installed, on phone was without images, not responsive very weird, the next day all was good.

Now just i re install theme, i clear caché and cookies from my web, and now i am able to login... but i cant login like this:
If my name is Alex, i need enter alex not A big, in this case i am not able to login, rare...

Thanks for your help