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

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=a9741ba1");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=be57a41d");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=b64464fb");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=87b53e08");

.wrap {
	border: 0;
	border-radius: 0;
}
.site_logo {
	background-image: url("/styles/zonepsy/theme/images/logoForumZP.jpg");
}
.headerbar, .forumbg {
	background-color: #45A;
	background-image: none;
 }
 ul.forums {
	background-color: #CCF;
	background-image: none;
 }
.forabg {
	background-color: #135;
	background-image: none;
	border-radius: 0px;
}
.forumbg {
	background-color: #135;
	border-radius: 0px;
}
ul.topiclist li.row dd.posts, ul.topiclist li.row dd.topics {
	background-color: #DAE0F5;
	background-image: none;
}
.navbar { background-color: #45A; }
.navbar a { color: white; }
.bg1, .bg2 { background-color: #CCF; }
.post.bg2 { background-color: #DDF; }
.panel { background-color: white; }
.postprofile {
    margin: 10px 15px 10px 0;
    min-height: 80px;
    border: 1px solid transparent;
    border-width: 0 0 0 1px;
    float: left;
    display: inline;
}
li.header dt, li.header dd {
    padding-top: 10px;
    padding-bottom: 10px;
}
.postbody h3 a { display: inline; }
.postprofile .avatar img {
    margin-top: 10px;
}
dd.lastpost { text-align: center; }
ul.topiclist dt {
    margin-right: -350px;
}
ul.viewforum.topiclist dt {
    margin-right: -440px;
}
.post {
	margin-bottom: 0;
	border-radius: 0;
}
ul.forum-to-website {
	list-style-type: none;
	font-size: large;
	margin: 10px 0;
	color: #B32;
}
ul.forum-to-website a { color: #B32; }
ul li i { margin-right: 10px; }
