/**
*
* @author 2011-2015 KillBill - killbill@jatek-vilag.com
* @copyright (c) 2014-2015 http://jatek-vilag.com/
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

/* common.css changes */
html body {
	width: 100%;
}

html, body {
	background-color: #000;
	color: #000;
}

body.simple {
	min-height: 100%;
	background-color: #000;
	padding: 0 5px;
}

#wrap {
	background-color: #8B7572;
	margin: 0 auto;
	padding: 13px 23px;
	border: 2px solid #000000;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px #FF2861, inset 0 3px 18px rgba(100, 100, 100, .25);
}

li.row strong {
	font-weight: bold;
}

.file dt a, .postprofile, a:hover
{
	color: #4a0c1d;
}

.search-header {
	box-shadow: 0 0 10px #440b1b;
}

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

.navbar {
	background-color: #C9AAA6;
}

.forabg, .forumbg {
	background-color: #440b1b;
	background-image: url("./images/bg_list.gif");
}

/* content.css changes */
li.row {
	background-color: #9f8683;
	border-bottom-color: transparent;
	border-top-color: #000000;
}

li.row:first-child {
	border-top-color: transparent;
}

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

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

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

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

#tabs .tab > a {
	background-color: #801431;
	border-color: #801431;
	color: #FF8D8F;
}

#tabs .tab > a:hover {
	background-color: #631026;
	border-color: #631026;
	color: #ffffff;
}

.bg1 {
	background-color: #AC918E;
}

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

.bg3, #tabs .activetab > a, #tabs .activetab > a:hover {
	background-image: none;
	background-color: #4A0C1D !important;
	border-color: #4A0C1D;
	color: #ffff00;
}

.panel {
	background-color: #AC918E;
}

table.table1 tbody tr, table.table1 tbody td {
	border-color: #4a0c1d;
}

table.table1 tbody tr:hover {
	background-color: #BEA09D;
}

#cp-main table.table1 td, #cp-main label, #cp-main dl.details dt, #cp-main dl.details dd, #cp-main .panel li.header dt, #cp-main .panel li.header dd {
	color: #fff;
}

dl.mini dt {
	color: #000;
}

dl.mini dd {
	color: #fff;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #99FF71;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #FFF019;
}

.postlink:hover {
	background-color: transparent;
}

table.table1 td a, #cp-main a, a.arrow-left, #memberlist a.postlink, .postbody a.postlink {
	text-decoration: none;
	border-bottom-color: transparent;
}

#cp-main a, a.arrow-left {
	color: #F3F0A4;
}

#cp-main .dropdown-contents a {
	color: #000;
}

#cp-main .dropdown-contents a:hover {
	color: #8A0520;
}

.postlink {
	color: #F3F0A4 !important;
}

table.table1 td a:hover, #cp-main a:hover, a:hover.arrow-left, a:hover.postlink {
	color: #F3F0A4;
	text-decoration: underline;
}

#cp-main .buttons a, #minitabs .tab a {
	color: #460B1B !important;
}

.button, .button:active, .button:focus{
	background-image: linear-gradient(to bottom, #985D56 0%,#9f8683 100%) !important;
	border-color: #5f0d12 !important;
	text-shadow: none !important;
	text-decoration: none !important;
}

.button {
	color: #4A050A !important;
}

.button .icon {
	color: #4A050A !important;
}

.button:hover {
	background-image: linear-gradient(to bottom, #DE758A 0%,#fff 100%) !important;
}

.button:hover, .button:hover span, .button:hover .icon {
	color: #000000 !important;
	text-decoration: none !important;
}

.panel-container .panel {
	background-color: #71132D;
	color: #ffffff;
}

h1, h4, .panel-container h2, li.header dt, li.header dd, .content h2, .panel h2, .forumbg .header a, .forabg .header a, th a, table.table1 thead th, ul.topiclist .header dd {
	color: #FFC261;
}

h2, h3 {
	color: #4A0C1D;
}

h3 {
	border-bottom-color: #450809;
}

#cp-main h2 {
	color: #FFC261;
}

ul.navlinks {
	border-top-color: #D1CFB8;
}

hr {
	border-color: #D1CFB8 #ffffff #ffffff;
}

.cp-mini, #cp-main .pm {
	background-color: #9f8683;
}

blockquote {
	background-color: #c9aaa6;
	border-radius: 10px;
}

#message.panel {
	color: #71132D;
}

.menutitle {
	color: #FFE76E;
}

.panel-container table.table1 thead th {
	border-bottom-color: #4A0C1D;
	color: #DBBE67;
}

#cp-main h3
{
	color: #fff;
}

.panel-container h3, .panel-container hr, #cp-menu hr {
	border-color: #4A0C1D;
}

#navigation a {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #E1BDB9 50%, #71132d 100%) repeat scroll 0 0;
	color: #C51F4B;
}

#navigation #active-subsection a:hover, #navigation a:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #71132d 50%, #E1BDB9 100%) repeat scroll 0 0;
	color: #ffff00;
}

#navigation #active-subsection a {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #E1BDB9 50%, #71132d 100%) repeat scroll 0 0;

	color: #4a0c1d;
}

select, .inputbox, fieldset.quick-login input.inputbox {
	background-color: #9f8683;
	border-color: #615250;
	color: #fff;
}

input[type=number] {
	background-color: #9f8683;
	border-color: #9f8683;
}

input[type=number]:focus {
	border-color: #ffff00;;
}

.inputbox:hover, fieldset.quick-login input.inputbox:hover {
	border-color: #615250;
}

.inputbox:focus, fieldset.quick-login input.inputbox:focus {
	border-color: #ffff00;
	color: #fff;
}

.sep {
	color: #6E0002;
}

option.disabled-option {
	color: #241F22;
}

fieldset dl dt label, fieldset dl:hover dt label {
	color: #fff;
}

a, label, .postbody, table.table1 td, .panel a, .copyright a, ul.topiclist li, dl.details dt, dl.details dd {
	color: #000;
}

ul.topiclist dd {
	border-left-color: #000000;
}

.dropdown-extended .header {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #F9D1CD 0%, #DEBBB7 100%) repeat scroll 0 0;
}

.dropdown .pointer-inner {
	border-color: #F9D1CD transparent;
}

.dropdown .pointer {
	border-color: #460B1B transparent;
}

.dropdown .dropdown-contents {
	background: #F9D1CD none repeat scroll 0 0;
	border-color: #460B1B;
	box-shadow: 1px 3px 5px rgba(70, 11, 27, 0.2);
}

.dropdown li, .dropdown li li , .dropdown li.separator {
	border-color: #7E7E7E;
}

.pagination li.active span {
	background-color: #71132D;
	border-color: #ffff00;
	color: #ffff00;
}

.pagination li a {
	background-color: #D3B2AE;
	border-color: #000;
	color: #000;
}

.pagination li a:hover, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background-color: #9f8683;
	border-color: #ffff00;
	color: #fff;
}

.copyright {
	color: #818181 !important;
}

.copyright a {
	color: #4B4B4B !important;
}

ul.forums {
	background-image: none;
	background-color: #AC918E;
}

div.rules {
	background-color: #FFE6E9;
	border: 2px solid #71132D;
	color: #bc2a4d;
}

div.rules a:hover {
	color: #8B0707;
}

textarea {
	background: #e9d1d1;
	color: #000;
}

.fields1 div label, .fields1 dd label{
	color: #ffffff;
}

.error {
	color: #6f0303;
}

/* responsive.css changes */
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
	#wrap {
		padding: 0;
		border-width: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	#wrap {
		padding: 0 5px !important;
	}
}
