/*
Template par Malcom pour GW2.FR

Codé par Yoone

http://www.gw2.fr/
*/

body
{
	background-color: #473c3b;
	text-align: center;
	font: 12px Tahoma, Arial, Hevetica, Sans-serif;
}

a,a:visited
{
	color: #473C3E;
}
a:hover
{
	text-decoration: none;
}

a img,a:visited img
{
	border: 0;
}


/**
 * General Structure
 */

div#container
{
	width: 873px;
	margin: 0 auto 0 auto;
	text-align: left;
}


/**
 * Banner/Nav
 */
div#banner
{
	height: 170px;
	background: url('./images/banner.png') no-repeat;
	margin: 0 0 10px 0;
	clear: both;
}

div#nav
{
	/*background: url('./images/nav_bg.png') no-repeat;*/
	height: 35px;
	margin: 0px 0px 0px 2px;
	width: 582px;
	overflow: hidden;
	float: right;
}

	div#nav a
	{
		color: #ffffff;
		font: bold 11px Tahoma, Arial, Hevetica, Sans-serif;
		text-decoration: none;
		height: 12px;
		display: block;
		float: right;
		text-shadow: 0 0 10px #000;
		/*padding: 11px 17px 11px 17px;*/
		padding: 11px 10px 11px 10px;
		text-transform: uppercase;
		margin: 1px 0 0 0;
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
	}
	
	div#nav a:hover
	{
		text-shadow: 0 0 10px #ddd;
		/*background: url('./images/nav_hover.jpg') repeat-x;*/
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
	}


/**
 * Columns
 */

.col1 {
	float: right ;
	width: 190px ;
}
.col2 {
	float: left ;
	width: 676px;
}
.col1 .box h1 {
	background-image: url("./images/col1_head.jpg") ;
}
.col2 .box h1 {
	background-image: url("./images/col2_head.png") ;
}
.col3 .box h1 {
	background-image: url("./images/col3_head.png") ;
}
.col1 .box .bar {
	background-image: url("./images/col1_foot.jpg") ;
}
.col2 .box .bar {
	background-image: url("./images/col2_foot.png") ;
}
.col3 .box .bar {
	background-image: url("./images/col3_foot.png") ;
}

.col1 {
	width: 190px;
}

.col3 {
	width: 873px;
	margin: 0;
}

h1 {
	height: 24px;
	color: #473c3e;
	font: 15px 'Trebuchet MS', Tahoma, Arial, Helvetica, Sans-serif;
	padding: 5px 0 0 8px;
	margin: 0;
}
h1 a, h1 a:visited {
	color: #473c3e;
}
h2 {
	color: #473c3e;
	font: 15px 'Trebuchet MS', Tahoma, Arial, Helvetica, Sans-serif;
	margin: 0;
}

.box .bar {
	height: 23px;
	color: #473c3e;
	padding: 6px 0 0 7px;
	margin: 0;
	font-size: 11px ;
}

.box .content, .box ul {
	border-left: 1px solid #fff ;
	border-right: 1px solid #fff ;
	background-color: #cAc0b6 ;
	padding: 5px ;
	margin: 0 ;
}
.box ul {
	list-style: none ;
}

.box {
	margin-bottom: 10px ;
}





/**
 * Footer
 */
div#footer
{
	background: url('./images/footer.png') no-repeat;
	height: 31px;
	clear: both;
}

div#footer a
{
	display: block;
	height: 31px;
	color: #473c3e;
	text-decoration: none;
}

div#footer a:hover
{
	display: block;
	height: 31px;
	color: #473c3e;
	text-decoration: underline;
}

div#footer a span
{
	float: right ;
	font-size: 8pt ;
	padding: 9px;
}

/**
 * GW2.FR addons
 */
div#guild_name
{
	position: absolute;
	width: 822px;
	text-align: right;
	margin-top: 35px;
	padding-top: 45px;
	padding-right: 50px;
	font-size: 21pt;
	color: #fff;
	text-shadow: 0 0 10px #000;
}

div#guild_name a
{
	color: #fff;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

div#guild_name a:hover
{
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 10px #ddd;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

input, textarea, select
{
	font: 12px Tahoma, Arial, Hevetica, Sans-serif;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
}

.smile
{
	margin-bottom: -4px;
}

.cat_list table {
	border-collapse: collapse ;
	width: 847px ;
	margin-left: 5px ;
	margin-right: 5px ;
}

.cat_list table td {
	border: 1px solid #84797b ;
	padding: 20px ;
	line-height: 15px ;
}

.cat_list table tr:hover {
	background-color: rgba(132, 121, 123, 0.2) ;
}

.pages_op {
	text-align: center ;
	margin-bottom: 10px ;
	color: #FFF ;
}
	.pages_op a, .pages_op a:visited {
		color: #FFF ;
		text-decoration: underline ;
	}
	.pages_op a:hover, .pages_op a:active {
		color: #FFF ;
		text-decoration: none ;
	}

.input_max {
	width: 850px ;
}

.input_max_2 {
	width: 650px ;
}

div.post_head {
	color: #FFF ;
	font-size: 10pt ;
	margin-bottom: 15px ;
}
	div.post_head a {
		color: #FFF ;
		text-decoration: underline ;
	}
	div.post_head a:hover {
		color: #FFF ;
		text-decoration: none ;
	}
div.post_head_right {
	float: right ;
	color: #FFF ;
	font-size: 10pt ;
}
	div.post_head_right a {
		color: #FFF ;
		text-decoration: underline ;
	}
	div.post_head_right a:hover {
		color: #FFF ;
		text-decoration: none ;
	}
.clear {
	clear: both ;
}
.author_info {
	float: left ;
	width: 160px ;
	margin-left: 2px ;
	margin-top: -2px ;
}
.post_content {
	margin-left: 160px ;
	margin-right: 5px ;
	padding-left: 5px ;
	margin-bottom: -5px ;
	margin-top: -5px ;
	border-left: 1px solid #fff ;
	min-height: 235px ;
	padding-top: 5px ;
}
.sign {
	border-top: 1px solid #fff ;
	padding-top: 5px ;
	margin-top: 40px ;
}
.post_content img, .sign img {
	max-height: 700px ;
	max-width: 700px ;
}

img { border: none ; }

#join_guild {
	padding-left: 6px ;
	padding-top: 140px ;
}

fieldset {
	border: 1px solid #1E3F51 ;
}
.home_clear {
	border-bottom:1px dotted #333;
}
.avatar_col1 {
	margin-left:5px;
	margin-right:5px;
	margin-top: 3px;
	float:left;
}
.guild_type {
	float:left;
	margin-right:10px;
	height:60px;
}
.home_desc {
	margin-left:5px;
	margin-top:10px;
}
.members_list {
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:-10px;
}
.quoteblock {
	padding: 10px ;
	background-color: rgba(180, 180, 180, 0.5) ;
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px ;
	-khtml-border-radius: 10px ;
	border-radius: 10px ;
	border: 1px solid #999 ;
}
.spacer10 {
	height:10px;
}
/*.manage_topic {
	margin-left:10px;
}*/
.forum_cat_head {
	width: 847px;
	height:35px;
	background-image: url('./images/fcat.jpg');
	background-repeat: no-repeat;
	margin-left: 5px;
}
.pad_cat {
	padding: 9px;
	color: #fff;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
}
.home_forum table {
	width: 643px ;
}
.home_forum table tr td {
	padding: 5px ;
}

/***** RANKS *****/
.membre { color: #572f38 ; }
.officier { color: #47487e ; }
.maitre { color: #C00 ; }
.visiteur { color: #435a87 ; }

.cat_list .mp {
	width: 650px ;
}
.pages { color: #fff; }
.pages a { color: #fff; }





div.box div.gw2DataGuildBox {
border-width: 0px;
margin-top: 15px;
padding: 0px;
width: 180px;
}
div.box div.gw2DataGuildBox h2 {
margin-bottom: 0px;
margin-top: 0px;
height: auto;
}
.gw2DataGuildBox ul.listProf li {
background: transparent;
}
