/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver_dasjudoforum
	Based on style:		prosilver
	style author:		dasjudoforum
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/


/*
--------------------------------------------------------------
cwp: Elemente aus Datei colours.css
-------------------------------------------------------------- */

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a { color: #105289; }
a:hover	{ color: #FF7F00; }   /*CWp Wert geändert Original #D31141 */

/* Round cornered boxes and backgrounds
---------------------------------------- */
.wrap {
	background-color: #EBEFF7; /*CWp Wert geändert Original #FFF */
	border-color: #E6E9ED;
}

.headerbar {
	color: #0053A2; /*CWp Wert geändert Original #FFFFFF*/
}

.headerbar, .forumbg {
  /*CWp Wert geändert für eigenen Style*/
	background-color: #0053A2;
	background-image: -webkit-linear-gradient(top, #0053A2 0%, #0053A2 2px, #0053A2 92px, #0053A2 100%);
	background-image: linear-gradient(to bottom, #0053A2 0%,#0053A2 2px,#0053A2 92px,#0053A2 100%);
	background-repeat: repeat-x;
}

.forabg {
  /*CWp Wert geändert für eigenen Style*/
	background-color: #0053A2;
	background-image: -webkit-linear-gradient(top, #0053A2 0%, #0053A2 2px, #0053A2 92px, #0053A2 100%);
	background-image: linear-gradient(to bottom, #0053A2 0%,#0053A2 2px,#0053A2 92px,#0053A2 100%);
	background-repeat: repeat-x;  
}


/*
--------------------------------------------------------------
cwp: Elemente aus Datei colours.css
-------------------------------------------------------------- */

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
	border-color: #C7C3BF;
	background-color: #E9E9E9; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E9E9E9 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E9E9E9',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 0 1px #FFFFFF inset;
	-webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
	color: #0053A2; /*CWp Wert geändert Original #D31141 */
}


/* Search box
--------------------------------------------- */
.search-header {
	box-shadow: 0 0 0px #0075B0; /*CWp geändert, ursprünglich box-shadow: 0 0 10px #0075B0;*/
}


/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a:hover {
	background: #DDEDFB;
	color: #0053A2;  /*CWp Wert geändert Original #D31141 */
}



/*
--------------------------------------------------------------
cwp: Elemente aus Datei common.css
-------------------------------------------------------------- */


/* Main blocks
---------------------------------------- */
.wrap {
	border: 1px solid transparent;
	border-radius: 8px;
	margin: 0 auto;
	/*CWp: Modifikation max-width*/
	max-width: 97%; 
	padding: 15px;
	min-width: auto;


	/*
		min-width: 625px;
	*/
}

.site_logo {
	background-image: url("./images/site_logo.gif");

	display: inline-block;
	/* CWp Größe des Logos geändert */
  	width: 308px;
	height: 85px;
}
.logo {
	float: left;
	padding: 10px 13px 0 10px;
	width: 100%;        /* CWp Originaler Wert: auto */
	text-align: center; /* CWp Zeile neu hinzugefügt um Logo zu zentrieren */
}


/* Site description and logo */
.site-description {
	float: left;
	width: 100%;
	
}



/*
--------------------------------------------------------------
cwp: Elemente aus Datei content.css
-------------------------------------------------------------- */

/* Forum list column styles */
dl.row-item dt, dl.row-item dd {
	min-height: 35px;
	padding:8px 0 0 0; /*CWP: Modifikation. Zeile hinzugefügt um Titel der Unterforen vertikal zu zentrieren */
}


