/****************************************************************************************************/
/* TEXTS */ 
/****************************************************************************************************/

/********************************************************************************/
/* GLOBAL LINKS */
/********************************************************************************/

.blue-link {
	color: #0066cc;
}

.orange-link {
	color: #ffa115;
}

.gray-link, 
.add-link, 
.contact-link, 
.webmaster-link {
	color: #555;
}

.red-link, .alert {
	color: #d00;
}

.green-link {
	color: green;
}

.blue-link, 
.orange-link, 
.gray-link, 
.add-link, 
.red-link, 
.green-link {
	font-weight: normal;
}

.blue-link:hover, 
.orange-link:hover, 
.gray-link:hover, 
.add-link:hover, 
.red-link:hover, 
.green-link:hover {
	text-decoration: underline;
}

/******************************//* ADMIN */

#content.admin .add-link {
	font-size: 16px;
}

/********************************************************************************/
/* HEADER */
/********************************************************************************/

#header-center .recall a {
	font-size: 12px;
	color: white;
}

/******************************//* MENU HEADER */

#header-menu a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

#header-menu a.on span {
	color: #ffa115;
}

#header-menu a.off span {
	color: #777;
}

#header-menu a.off:hover span {
	color: #0099ff;
}

/******************************//* MENU FOUS */

.menu-fous h5 {
	font-weight: bold;
	text-align: center;
}

.menu-fous h5 a {
	color: #999;
}

.menu-fous h5 a:active, 
.menu-fous h5 a:visited {
	color: #999;
}

.menu-fous li.on h5 a {
	color: #777;
}

.menu-fous li.off:hover h5 a {
	color: #ffa115;
}

/******************************//* GAME DATA */

.game-data label {
	font-size: 12px;
	text-align: right;
}

/******************************//* POPUP */

#comment-title h4 {
	color: #777777;
}

/********************************************************************************/
/* CONTENT */
/********************************************************************************/

/******************************//* PREVIEW BLOCKS */

.thumbnail-light h4 {
	text-align: center;
}

/******************************//* PAGINATION */

.pagination ul{
	text-align: right;
}

.pagination ul a {
	color: #555;
}

.pagination ul a:hover {
	text-decoration: underline;
}

.pagination ul li.previous a:hover,
.pagination ul li.next a:hover {
	text-decoration: none;
}

/******************************//* DEFAULT */

#fou-text-block {
	text-align: right;
}

/******************************//* VIEW  */

#content.view .object,
#content.view li {
	color: #999;
	text-align: center;
}

#content.view li li {
	text-align: left;
}

#content.view p {
	text-indent: 30px;
	text-align: justify;
	line-height: 18px;
}

#content.view p.comments {
	text-indent: 0px;
}

/******************************//* ADMIN */

#content.admin h2 {
	font-size: 16px;
	font-weight: normal;
}

#content.admin form span {
	line-height: 20px;
}

#content.admin .block-middle-ct label span {
	vertical-align: top;
}

#content.admin label.checkbox-label {
	font-size: 15px;
}

#content.admin ul.bt-list {
	text-align: center;
}

/********************************************************************************/
/* FOOTER */
/********************************************************************************/

#footer ul {
	text-align: center;
}

#footer ul li a {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}

#footer p {
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color: #999;
}