/*
 *  custom.css
 *
 * This file contains css values and hints for style elements that are frequently customised.
 * Note that this CSS file is loaded last so values defined here will override all others
 * including responsive.css
 */
 
 
 /*ARNAUD BEGIN
  */

 body {

	background:url(/phpBB2/images/normal_redy.jpg) repeat-y;
	background-attachment:fixed;
	background-color: #AD1010;
	color: #333;
	padding: 13px 0 25px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

 /*ARNAUD END
  */
/* Changing the header image
 * With this version of we_universal it is not possible to change the header image using CSS
 * It is recommended that the header image is changed by renaming your file to dashboard.jpg in
 * the styles/we_universal/theme/images/ directory.
 * Alternatively the link may be changed in styles/we_universal/template/overall_header.html
 * around line 211.


/* link decoration
 * Uncomment the following lines to have all links underlined
 * and visited links re-coloured
 */
/*
a:link,a:visited {
	text-decoration: underline;
	color: #3f3f3f; }

a:focus,
a:hover, a:active {
	text-decoration: underline; }
*/

/*
 * remove header background colour (no border around the image)
 */

.inventea-header {
	background: #ffffff;
	/*background-clip: border-box;*/
}

/*
 * set header background colour (appears as a border around the image, comment out this code for a white border)
 */

/*** begin header colour ***/
/*
.inventea-header {
	background: #a4a4a4;
}
*/
/*** end header colour ***/


/*
.inventea-sitename, .inventea-sitename h1{
	color: #005599;
}
*/

/* Set the maximum forum width on wide screens
 * To set a maximum width that the forum will not grow beyond, uncomment the following lines
 * and set a value (1200px or 1899px are typical values)
 */
.inventea-wrapper,
.inventea-header,
.inventea-footer {
	max-width: 1250px;
}


/* Allow post text to fill the available width on wide screens */
/*
.section-viewtopic .postbody .content {
	max-width: none;
}
*/

/*
 * Hide some non-essential menu items if desired
 */
/*
#menu_faq, #button_faq{
	display: none;
}
*/

/*
#menu_team, #button_team{
	display: none;
}
*/

/*
#menu_memberlist, #button_memberlist{
	display: none;
}*/


/*#topic_watch_button, #forum_watch_button,*/ #topic_bookmark_button, #topic_bump_button{
	display: none;
}

/*
 * Button hide threshold
 * The max-width here adjusts the screen widths for which the header buttons are replaced by a dropdown menu
 * set this value higher if the screen buttons start to wrap, or the text becomes ugly in your language.
 * The valid range of this value is 319px to 699px.
 * I prefer a value of 319px, but if you have added buttons, or use a language with long button labels,
 * a higher value may work better for you.
 */
@media only screen and (max-width:399px) {
	.inventea-menu li > a {
		   display: none;
	}

	.inventea-mobile-dropdown-menu {
		display: block;
	}
}

/*
 * To move the header buttons so that they sit outside the header image,
 * (as was the default for a few version of this style),
 * comment out the following blocks of code:
 */
/*** begin buttons inside ***/
.inventea-posts-menu {
	position: absolute;
	padding-top: 0px;
	right: 50px;
	z-index: 3;
}

.inventea-forum-menu {
	position: absolute;
	bottom: 0;
	z-index: 3;
}

@media only screen and (max-width: 459px){
	.inventea-dashboard img {
		padding-top: 22px;
		padding-bottom: 22px;
	}
}
/*** end buttons inside ***/



/*
 * ARNAUD TABLES IN VIEWFORUM
 */
ul.topiclist dt,
ul.topiclist dd,
table.table1 tbody td {
	padding: 7px;
	border: 0;
	vertical-align: middle;
	line-height: 8px;
	font-size: 10px;
}

dd.authorpost {
	width: 100px;
	text-align: center;
}
dd.posts {
	width: 55px;
}




dd.lastpost {
	width: 200px;
	text-align: left;
	vertical-align: middle;
}


/*
 * ARNAUD  IN overall header
 */
 
/* Space between menu items */
.inventea-menu li + li {
	margin-left: 4px;
}

.inventea-menu li > a {
	background: rgba(255, 255, 255, 0.7);
	color:#000000;
}

.inventea-menu li > a:focus,
.inventea-menu li > a:hover,
.inventea-menu li > a:active {
	background: rgba(181, 150, 150, 0.95);
}


ul.inventea-menu li a#current11{
	background:#cc0000;
	text-decoration:none;
	color:#ffffff;
}

/*
 * ARNAUD viewforum color of the headers
 */
.forabg,
.forumbg,
.cp-main table.table1 {
	background: #cc0000;
}

.post.bg1 .postprofile {
	background-color: #ff7d7d;
}

.post.bg2 .postprofile {
	background-color: #ff7d7d;
}
