
/****************************************************
 * Sidebar
 */ 
#region-right {
	width: 306px;
	float:right;
}

#region-right section .content {
	background: url(../images/section-header-bg-1.png) 0 -27px repeat-x #252935;
	border: 1px solid #135581;
	/* border-top: 1px solid #342a1f; */
	padding-bottom: 20px;
	opacity: 0.9;
}

/****************************************************
 * Donate button
 */ 
#region-right #donate-button {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
}

#region-right #donate-button span.hover, #region-right #donate-button {
	background:url(../images/sidebar-donate-button.png) -1px -1px no-repeat;
	width: 305px;
	height: 123px;
	display: block;
	border-radius: 5px;
	border: 1px solid #568690;
	position: relative;
}

#region-right #donate-button span.hover {
	background-position: -1px -126px;
	border: none;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 1s;
	transition-property: opacity;
	transition-duration: 1s;
}

#region-right #donate-button span.shugo {
	background:url(../images/sidebar-donateeee.png) 0 0 no-repeat;
	width: 260px;
	height: 190px;
	display: block;
	position: absolute;
	bottom: -20px;
	right: -15px;
}

#region-right #donate-button:hover span.hover { opacity: 1; }

#region-right #donate-button {
	color: #FFF;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
	font-size: 14px;
}

#region-right #donate-button .text {
	position: absolute;
	top: 28px;
	left: 19px;
}

#region-right #donate-button strong {
	font-family: 'Anton', Helvetica, Arial, sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	line-height: 29px;
	font-weight: normal;
}

#region-right #donate-button .text:first-letter { font-size: 36px; }


/****************************************************
 * Login
 */ 
.login .content { padding: 35px; }

.login label { width: 80px; }

.login .form-text { width: 135px; }

/****************************************************
 * tabs
 */ 

#region-right .tabs {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 41px;
}

#region-right .tabs, #region-right .tabs li { list-style: none; }

#region-right .tabs li { float: left; }

#region-right .tabs a {
	border-radius: 4px;
	float: left;
	border-top: 1px solid #2a7792;
	border-left: 1px solid #2a7792;
	height: 41px;
	line-height: 41px;
	text-align: center;
	width: 152px;
	background:url(../images/sidebar-tabs-background.html) 0 0 repeat-x;
	text-transform : uppercase;
	color: #6dadb8;
	position: relative;
	outline: none;
}

#region-right .tabs a:hover {
	color: #FFF;
	background-position: left bottom;
}

#region-right .tabs .active a {
	background-position: left bottom;
	border-top: 1px solid #308398;
	border-left: 1px solid #308398;
	color: #FFF;
	box-shadow: 0 0 5px #0e2034;
	/*width: 155px;
	margin: 0 -4px;*/
	z-index: 100;
}

/****************************************************
 * Fortress status
 */ 
.fortress-status .content { padding: 20px 0; }

.fortress-status .content ul {
	list-style: none;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	width: 271px;
	padding: 8px;
	margin: 0 auto;
	background:url(../images/sidebar-fortress-icons.html) 0 0 repeat-y;
	display: none;
}

.fortress-status .content ul li {
	list-style: none;
	height: 29px;
	line-height: 29px;
	position: relative;
	margin: 1px 0;
	border-bottom: 1px solid #000;
}

.fortress-status .content ul li.first { border-top: 1px solid #000; }

.fortress-status .content ul li .corner {
	background:url(../images/sidebar-fortress-icons.html) -286px 0 repeat-y;
	position: absolute;
	height: 29px;
	width: 289px;
	top: -9px;
	left: -9px;
}

.fortress-status .content ul li.last .corner { height: 50px; }

.fortress-status .asmodians {
	background-color: #1c385b;
	box-shadow: inset 0px 0px 10px #10264b;
	color: #a2caef;
	border-top: 1px solid #173662;
}

.fortress-status .balaur {
	background-color: #9b4141;
	box-shadow: inset 0px 0px 10px #6f2d35;
	color: #f9a0a0;
	border-top: 1px solid #6b3b50;
}

.fortress-status .elyos {
	background-color: #617430;
	box-shadow: inset 0px 0px 10px #374f27;
	color: #bcd185;
	border-top: 1px solid #355645;
}

/****************************************************
 * Medias
 */ 
.medias .content { padding: 16px; }

.medias .content h3 {
	background: #000;
	font-weight: normal;
	font-size: 13px;
	padding:8px 7px;
}

.medias a img {
	display: block;
	border: 1px solid #193a52;
}
