/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			deblogacademie
	Based on style:		prosilver (the default phpBB 3.2.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		JB
    --------------------------------------------------------------
*/

/* colours.css changes */
html, body {
	background-color: #eeeeee;
	font-family:  Helvetica,Verdana, Arial, sans-serif;
}

.content {
	font-family:  Helvetica,"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}

p.author {
		font-family:  Helvetica, Verdana, Arial, sans-serif;
}

a.forumtitle {
	font-family:  Helvetica,"Trebuchet MS", Arial, Sans-serif;	
	font-size: 1.1em;
}
a.topictitle {
	font-family:  Helvetica, Arial,"Trebuchet MS", Sans-serif;
	font-size: 1.1em;
}

h2 {
	font-family:  Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 1.8em;
}
		
body.simple {
	min-height: 100%;
	background-color: #FFF;
	padding: 0 5px;
}

.wrap {
	max-width: 850px;
	margin: 0 auto;
	padding: 13px 23px;
	border: 2px solid #FFF;
    border-radius: 0px; /* aangepast JB*/
	/* box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, .25); */
}

.search-header {
	box-shadow: 0 0 10px #505C65;
}

.headerbar {
	background-color: #7C8891;
	background-image: url("./images/bg_header.gif");
}

.navbar {
	background-color: #DCDEE2;
}

.forabg, .forumbg {
	background-color: #3aa8f4;
	background-image: linear-gradient(to bottom, #3aa8f4 0%,#3aa8f4 2px,#3aa8f4 92px,#3aa8f4 100%);
}

.copyright a {
	color: #000000 !important;
}

li.row {
	background-color: #FFFFFF;
}

li.row:hover {
	background-color: #EBEFF1;
}

li.row.bg3 {
	background-color: #F0F4F6;
}

li.row.bg3:hover {
	background-color: #F4F8FA;
}

.site_logo {
	background-image: url("./images/site_logo.gif");
}

/* responsive.css changes */
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
	html, body {
		background-color: #FFF;
	}

	body {
		padding-left: 5px;
		padding-right: 5px;
	}

	#wrap {
		width: 850px;
		padding: 0;
		border-width: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	#wrap {
		width: auto;
	}
}
.bg1	{ background-color: #f7f7f7;}
.bg2	{ background-color: #f2f2f2; }
.bg3	{ background-color: #ebebeb; }

a {
	color: #333333;
}

ul.topiclist li {
	color: #333333;
}

ul.topiclist dd {
	font-size: 0.70em;
}

blockquote {
	background-color: #BBDEF7;
	border-color: #BBDEF7;
}

blockquote blockquote {
	background-color: #91BDDC;
}

blockquote blockquote blockquote {
	background-color: #5893C5;
	border-color: #5893C5;
}

blockquote blockquote blockquote blockquote {
	background-color: #368AD2;
	border-color: #368AD2;
}
ul.topiclist dt {
    font-size: 1.00em;
}
@media (max-width: 500px) {

	p.responsive-center {
		float: right;
		text-align: center;
		margin-bottom: 5px;
	}
}	
/* navigatie bar */ 
.hmenu { 
   padding: .3em 0 .3em 0; 
   background: #3aa8f4; 
   border-radius: 0px
}

/*.hmenu ul { 
   list-style: none; 
} 

.hmenu ul li { 
   display: inline; 
} */

/* Links on gradient backgrounds */

.hmenu a {
	 color: #FFFFFF;
}	 
.hmenu  a:link{ 
   padding: 1.3em .4em 1.3em 1.0em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: 1.40em;  
} 


.hmenu  a:hover{  
   padding: 1.3em .4em 1.3em 1.0em; 
   text-decoration: underline; 
   font-weight: bold; 
   font-size: 1.40em; 
   color: #f6f0cc; 

}
