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

@import url("imageset.css");
@import url("extra.css");
@import url("forms.css");
@import url("colours.css");*/
@import url("headers.css");
@import url("website.css");

/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
.site_logo {
	background-image: url("./images/site_logo.png");
	height: 99px;
	width: 300px;
}
html, body {
/*	background-color: #0076B1; *//* remove for phpbbmexico */
	background-image: url("./images/background.png");
	background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
    position: relative;
	background-attachment: fixed;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #28313F;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #115098;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
#wrap {
	background-color: #FFF;
	border-color: #065817;
    box-shadow: 2px 4px 35px 1px #fff;
}

.headerbar {
	background-color: #12A3EB;
/*	background-image: url("./images/square.png"); */
	color: #FFFFFF;
}

.navbar {
	background-color: #9fdabb;
}

.forabg {
	background-color: #065817 !important;
	background-image: url("./images/bg_list.gif");
}

.forumbg {
	background-color: #065817 !important;
	background-image: url("./images/bg_header.gif");
}


.forabg, .forumbg {
	background-color: #094F0E;
	background-image: -webkit-linear-gradient(top, #529E57 0%, #094F0E 35px, #094F0E 100%);
	background-image: linear-gradient(to bottom, #529E57 0%,#094F0E 35px,#094F0E 100%);
}

.pollbar5 { background-color: #187E1F; }

.action-bar .coloredbutton {
	border-color: #094F0E;
	background-color: #094F0E;
	background-image: -webkit-linear-gradient(top, #187E1F 0%, #094F0E 100%);
	background-image: linear-gradient(to bottom, #187E1F 0%,#094F0E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#187E1F', endColorstr='#094F0E',GradientType=0 );
}
.action-bar .coloredbutton:hover {
	background-color: #094F0E;
	background-image: -webkit-linear-gradient(top, #094F0E 0%, #187E1F 100%);
	background-image: linear-gradient(to bottom, #094F0E 0%,#187E1F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094F0E', endColorstr='#187E1F',GradientType=0 );
}

.pagination li.active span {
	background: #187E1F;
	border-color: #187E1F;
}

.pagination li a:hover {
	background: #187E1F;
	border-color: #187E1F;
}
.panel {
	background-color: #a8d6bc;
	color: #28313F;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.bg1 {
	background-color: #9fdabb;;
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #9fdabb;;
}

.bg2 {
	background-color: #9fdabb;;
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #9fdabb;;
}

.bg3	{ 
	background-color: #9fdabb;}

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}
