
.hide				{ display: none; }
.invisible		{ visibility: hidden; }

.left				{ float: left; }
.right			{ float: right; }

.clear			{ clear: both; }

.clear_null		{ clear: both; display: block; height: 1px; font-size: 1px; line-height: 1px; overflow: hidden; }

/*Float containers fix*/ 
.clearfix{display: inline-block;}
.clearfix:after {
content: "."; display: block; height:0; clear:both; visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}/* End hide from IE-mac */ 

* {
	font-size: 100.1%;
}


html{ font-size:100%; } /* Required for  IE */

body	{ 
	color: #000; 
	background-color: #fff;
	font-family: Verdana, Helvetica, Geneva, Lucida, sans-serif;
	font-size: 0.625em;
	line-height: 1.5em;
}

a:link					{ color : #199bdc; }
a:visited				{ color : #199bdc; } 
a:hover					{ color : #da251d; } 
a:active					{ color : #da251d; }

a:link					{ text-decoration: underline; }
a:visited				{ text-decoration: underline; }
a:hover					{ text-decoration: none; } 
a:active					{ text-decoration: none; }


.wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 755px;
	position: relative;
}

.container {
	width: 100%;
	text-align: center;
	clear: both;
}

h1 {
	font-size: 2.8em;
	line-height: 1em;
	font-weight: normal;
	color: #105cb6;
}

h2 {
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	color: #666;
}

h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #0960AA;
	margin-bottom: 1.2em;
}

p {
	font-size: 1.2em;
	margin-bottom: 1em;
}

p.caption {
	color: #666;
}

.label {
	font-size: 1.1em;
	color: #858585;
}

.name {
	font-size: 1.2em;
}

.value {
	font-size: 1.1em;
	color: #0960AA;
}

table {
	padding: 0;
	border: none;
/*	margin-bottom: 3.6em;*/
}

td {
	padding: 0 0 0.5em 10px;
	vertical-align: top;
}

td.label {
	padding: 0.05em 0 0 0;
}

#header {
	clear:both;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 2.5em;
	padding-top: 0;
	margin-top: 0;
}

#logo {
	position: absolute;
	left: 0;
	top: 5.5em;
}

#logo h1 {
	margin-bottom: 0.072em;
}

#logo p.caption {
	margin-left: 0.15em;
}

#god {
	width: 220px;
	padding-top: 4.65em;
	margin-left: 370px;
}

#god h2 {
	margin-bottom: 0.1em;
}

#god p.caption {
	margin: 0 0 0.2em 0.12em;		
}

#main_content {
	border-bottom: 1px solid #fff;
	float: left;
}

#column_1 {
	width: 260px;
	margin-right: 30px;
	float: left;
	display: inline-block;
}

#column_2 {
	width: 250px;
	float: left;
	display: inline-block;
}

#column_3 {
	width: 185px;
	float: right;
	display: inline-block;
}


/* hero */

#hero_top {
	margin: 0 0 1em 80px;
	border-bottom: 1px solid #d1d1d1;
	min-height: 8.5em;
	position: relative;
}

* html #hero_top  {
	height: 8.5em;
}

#hero_top p.caption {
	margin: 0.05em 0 0.6em 0;
	width: 50px;
	text-align: right;
  line-height: 20px;
}

#avatar {
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

#essential_info {
	margin: 0 0 1.2em 60px;
}

#essential_info h3 {
	margin-bottom: 0.5em;
	word-wrap: break-word;
  padding-right: 12px;
  line-height: 20px;
}

#essential_info p {
	margin-bottom: 0.5em;
}

#essential_info .level {
	font-size: 1.1em;
	color: #0960AA;
}

#essential_info .motto {
	font-style: italic;
	word-wrap: break-word;
}

#characteristics td.label {
	text-align: right;
	width: 130px;
}

.guild {
	font-style: italic;
}

.guild_status {
	font-style:normal;
}


table#equipment {
	width: 250px;
}

.b_list li {
	background: url(/images/bullet.png) no-repeat 0 0.4em;
	padding-left: 1em;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	list-style: none;	
}

.b_list_incompl li {
	font-size: 1.0em;
	margin-bottom: 0.2em;
	color:#999;
	list-style-type:none;
}

.b_list {padding:0;}

.b_list.fu li {color:#999;}

* html .b_list li {
	height: 1px;
}

.b_list li span {
	font-size: 0.92em;
	color: #666;
}

.f_list li span {
  font-size: 100%;
}

table#panteons {
	width: 170px;
}

#panteons td.name {
	padding-left: 0;
}

#panteons td.value {
	width: 1em;
}

#panteons td.value a {text-decoration: none;}

#chronicle_header {
	margin: 6em 0 2.4em 0;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;	
}

#chronicle_header .wrapper {
	text-align: center;
}

#chronicle_header h3 {
	margin: 0 0 0.2em 0;
	line-height: 2.3em;
}


#chronicle {
	padding: 0 0 2.4em 0;
	border-bottom: 1px solid #d1d1d1;
}

#chronicle .wrapper {
	width: 580px;
}

#chronicle p {
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

#footer {
	margin: 2.4em 0 0 0;
	padding-bottom: 4.8em;
	font-size: 1.1em;
	color: #4c4c4c;
}

#footer  .wrapper {
	text-align: center;
}
     

#post textarea{ width: 100%; font-size: 1.6em;line-height:1.6em;}
#post-content{min-height: 50px;font-size: 1.2em;}
#post-content td {font-size: 1.2em;}
#post-content p {font-size: 100%;word-break:break-word;}

.logo_link a{text-decoration:none;color:#105CB6;} 

.panth_div {border-top: 1px solid #D1D1D1;margin-top:0.5em;margin-bottom:0.5em;}

blockquote
{
    border:1px solid #cda;
    border-left:3px solid #9a7;
    border-right:0;
    background:#efc;
    padding:1px 10px;
    margin-left:0;
}

.pd_minus {font-size:80%;color:#F02311;}
.pd_plus {font-size:80%;color:#59A80F;}

.popup_wrapper {;	margin: 0 auto;font-weight:normal;position: absolute;
    right: 0;top:2px;
    text-align: right;}

.popup_menu {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topright:4px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;	
	position:absolute;
	z-index: 1001;
  width: 14em;
}

.popup_menu ul li {
	width:13em;
	z-index:1001;
	border-bottom:1px solid #CCCCCC;	
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: center;
}


.popup_menu ul li a {text-decoration: none;}

.t_award_small {line-height: initial !important;}
.t_award_d {line-height: 2;}


.popup_menu ul {
	list-style: none outside none;	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
                                                                   
.cont_menu{font-size:0.9em;cursor:pointer;}
.cont_menu:hover{background : #199BDC;color:#FFFFFF;}

.fb_ltr {margin-bottom:-7px;}

#need_hero {width:150px;position:absolute;right:0;padding-top:5.65em;margin-left:600px;font-size:1.2em;font-weight:bold;text-align:right;}

#ach_b {padding-top:3.6em;}

#invite_link {padding-top:0.7em; text-align:left;}
.d_date {font-size:0.85em;color:#666;font-style:normal;}

ins {text-decoration: underline;}

.m_switch {
padding-top: 0.5em;text-decoration:none;text-align:center;font-size:1.2em;padding-bottom:2em;
}
.ban_reason {color:#AA0000;padding-bottom:1em;}

.editor_ok_button {;margin-top:0.7em;}
.editor_cancel_link {margin-left:0.3em}

.markup-preview {
    background:#F3F3F3 url(../images/preview.png) repeat scroll center;
    border:1px solid #999999;
    color:#000000;
    padding:0.5em;
}

.s_popup {
	padding: 20px 30px;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
	background: #F7F7F7;
	color:#555;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:110%;	
}

.popup {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.4);
    box-shadow: 0 0 18px rgba(0,0,0,0.4);
}

#edit_error {color:red;text-align:center;padding-top:1em;font-size:1.2em;}

.cmpl_desc {
	background: #efefef;
	margin: 0 auto;
	padding:5px;
	width: 200px;
	border-radius: 5px 5px 5px 5px;

	position:absolute;
	height:170px;    
}

.cmpl_desc div {padding: 5px;color: #000;}

.cmpl_desc textarea {
	width: 180px;
	height: 100px;
	background:white;	
    opacity:1;	
    font: 14px arial,sans-serif;
	border-radius: 5px 5px 5px 5px;
    border: 1px solid #DDDDDD;
    padding: 5px;	
}

.cmpl_desc a {margin-left: 10px;}

.aw_block {white-space: nowrap;}
