/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	background-color: #f0ece0;
	color: #271b08;
	margin:0;
	background: url("../../../images/backgrounds/bg.jpg");
	-webkit-background-size: cover; /* pour Chrome et Safari */ 
	-moz-background-size: cover; /* pour Firefox */ 
	-o-background-size: cover; /* pour Opera */ 
	background-size: cover; /* version standardisée */
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

html {
	background-image: rgba(255, 255, 255, 0);
}

body {
	background-image: rgba(255, 255, 255, 0);
}

h1 {
	color: #271b08;
}

.site-description h1 {
	color: #fff;
}

.site-description p {
	color: #fff;
}

h2 {
	color: #654c22;
}

h3 {
	color: #654c22;
}

hr {
	border-top-color: #c7bdaa;
}


/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a {
	color: #654c22;
}

a:hover, a:focus, a:active {
	color: #978464;
}

h3 a {
	color: inherit;
}

.navbar-header ul.linklist > li > a {
	color: #fff;
}

.navbar-header ul.linklist > li.selected > a {
	color: #654c22;
}

.navbar-header ul.linklist > li:hover > a, .navbar-header ul.linklist > li > a:hover {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

li.header a, th a {
	color: #fefbf5;
}

li.header a:hover, th a:hover {
	color: #fff;
}

li.no_notifications {
    color: #654c22;
}

dl[class*="_unread"] a.forumtitle, dl[class*="_unread"] a.topictitle, a.subforum.unread {
	color: #75a14a;
}

.dropdown-extended .header a {
	color: #fefbf5;
}

.dropdown-extended .header a:hover {
	color: #fff;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-color: #f0ece0;
}

/* Post body links */
.postlink:hover {
	background-color: #e9dfcd;
	color: #82693e;
}

.signature a, .signature a:hover {
	background-color: transparent;
}

/* Back to top of page */
.top i {
	color: #8b8374;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.wrap {
	background-color: rgba(255, 255, 255, 0.7);
	border-color: #dbd5c9;
}

.headerbar {
	color: #271b08;
}

.navbar {
	background-color: #f0ece0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.navbar.navbar-header {
	background-color: #654c22;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	color: #fefbf5;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.navbar-header.fixed-nav {
	background-color: rgba(101, 76, 34, 0.95);
}

.panel {
	background-color: #f0ece0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	color: #271b08;
}

div.post {
	background-color: #f0ece0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.post h3 {
	color: #624b25;
}

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

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

.bg1 {
	background-color: #f0ece0;
}

table.zebra-list tr:nth-child(2n+1) td, ul.zebra-list li:nth-child(2n+1) {
	background-color: #f0ece0;
}

.bg2 {
	background-color: #e2ddd1;
}

table.zebra-list tr:nth-child(2n) td, ul.zebra-list li:nth-child(2n) {
	background-color: #e2ddd1;
}

.bg3 {
	background-color: #f3efe6;
}

.section-posting .panel.bg3 {
	background-color: #f0ece0;
}

/* Horizontal lists
----------------------------------------*/
.navbar-header ul.linklist > li.selected {
	background-color: #f0ece0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

.navbar-header ul.linklist > li:hover {
	background-color: #c5a46c;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1) inset, 0 2px 3px -2px rgba(255, 255, 255, 0.1);
}

/* Profile in list items
---------------------------------------- */
.header-profile > a {
	text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
}

.header-profile > a > span.username {
	color: #fff;
}

li:hover .header-profile .username {
	color: inherit;
}

/* Table styles
---------------------------------------- */
table.table1 thead th {
	background-color: #c09855;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	color: #fefbf5;
}

table.table1 tbody tr {
	background: none;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	color: #000;
}

table.table1 td {
	color: #271b08;
}

table.table1 tbody td {
	background-color: #f0ece0;
	border-top-color: #e8e1cf;
}

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

table.table1 tbody th {
	background-color: #dbd5c9;
	border-bottom-color: #e8e1cf;
	color: #000;
}

table.info tbody th {
	color: #000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000;
}

dl.details dd {
	color: #654c22;
}

.sep {
	color: #c09855;
}

/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {
	color: #196db5;
}

.icon.icon-green, a:hover .icon.icon-green {
	color: #1b9a1b;
}

.icon.icon-red, a:hover .icon.icon-red {
	color: #bc2a4d;
}

.icon.icon-orange, a:hover .icon.icon-orange {
	color: #f60;
}

.icon.icon-bluegray, a:hover .icon.icon-bluegray {
	color: #536482;
}

.icon.icon-gray, a:hover .icon.icon-gray {
	color: #777;
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray {
	color: #999;
}

.icon.icon-black, a:hover .icon.icon-black {
	color: #333;
}

/* Arrow links */
a.arrow-left .icon, a.arrow-right .icon {
	color: #654c22;
}

a.arrow-left:hover .icon, a.arrow-right:hover .icon {
	color: #978464;
}

/* Subforums */
.subforum.read .icon.icon-blue, a.subforum.read:hover .icon.icon-blue {
	color: #978464;
}

.subforum.unread .icon.icon-red, a.subforum.unread:hover .icon.icon-red {
	color: #71582e;
}

/* Feed icon */
a.feed-icon-forum .icon:before {
	color: #978464;
}

/* Jumpbox */
.jumpbox .dropdown li {
	border-top-color: #dfd7be;
}

.jumpbox-cat-link {
	background-color: #c09855;
	border-top-color: #c09855;
	color: #fff;
}

.jumpbox-cat-link:hover {
	background-color: #654c22;
	border-top-color: #654c22;
	color: #fff;
}

.jumpbox-forum-link {
	background-color: #f0ece0;
}

.jumpbox-forum-link:hover {
	background-color: #f4f2ea;
}

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

.jumpbox-sub-link {
	background-color: #f0ece0;
}

.jumpbox-sub-link:hover {
	background-color: #f4f2ea;
}

/* Miscellaneous styles
---------------------------------------- */
.copyright {
	color: #8b8374;
}

.error {
	color: #c05555;
}

div.post.reported {
	background-color: #f0e0e0;
}

.staff-link {
	color: #82693e;
}

div.rules {
	background-color: #f0e0e0;
	border-color: #b40000;
	color: #c05555;
}

p.post-notice {
	background-color: #f0e0e0;
	color: #c05555;
}

p.post-notice.reported {
	background-color: #f0dada;
	border-color: #d29292;
}

p.post-notice.unapproved {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #196db5;
}

p.post-notice.deleted {
	background-color: #e1f0da;
	border-color: #a6d292;
	color: #4b7e33;
}

.stat-block {
	background-color: #f0ece0;
	border-bottom-color: #e8e1cf;
	border-top-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}


/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */
ul.topiclist li {
	color: #271b08;
}

ul.topiclist li.header {
	background-color: #c09855;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	border-bottom-color: #ab833f;
	border-top-color: #e6d6bb;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	color: #fefbf5;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

li.row {
	background-color: #f0ece0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	border-bottom-color: #e8e1cf;
	border-top-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

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

li.row.reported {
	background-color: #f0e0e0;
}

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

li.row strong {
	color: #000;
}

.rtl ul.topiclist dl dd {
	border-right-color: transparent;
}

ul.cplist dd {
	border-color: #e8e1cf;
}

.rtl ul.cplist dl dd {
	border-color: #e8e1cf;
}

ul.cplist li.row:hover dd {
	border-color: #ebe5d5;
}

li.header dt, li.header dd {
	color: #fefbf5;
}

/* Post body styles
---------------------------------------- */
.postbody {
	color: #271b08;
}

/* Content container styles
---------------------------------------- */
.panel .panel {
	background-image: none;
}

.panel.online:before, .post.online:before {
	border-right-color: #80b900;
	border-top-color: #80b900;
}

.content {
	color: #271b08;
}

.content h2, .panel h2 {
	border-bottom-color: #e8e1cf;
	color: #897759;
}

dl.faq dt {
	color: #271b08;
}

.posthilit {
	background-color: #fff;
	color: #c05555;
}

/* Post signature */
.signature {
	border-top-color: #e8e1cf;
}

/* Post noticies */
.notice {
	border-top-color: #ddd3ba;
}

/* BB Code styles
---------------------------------------- */
/* Quote block */
blockquote {
	background-color: #ebe7df;
	border-color: #dfd9cc;
	border-left-color: #ffaa72;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: rgba(255, 255, 255, 0.2);
}

/* Code block */
.codebox {
	background-color: #ebe7df;
	border-color: #dfd9cc;
	border-left-color: #72aaff;
}

.codebox p {
	border-bottom-color: #dfd9cc;
}

.codebox code {
	color: #1c5434;
}

/* Attachments
---------------------------------------- */
.attachbox {
	background-color: #f7f5ef;
	border-color: #ebe6d7;
}

.attachbox dd {
	border-top-color: #efeade;
}

.attachbox p {
	color: #654c22;
}

.attachbox p.stats {
	color: #654c22;
}

/* Inline image thumbnails */
dl.file dd {
	color: #654c22;
}

dl.thumbnail dt a img {
	background-color: #f0ece0;
	border-color: #ddd4ba;
}

dl.thumbnail dt a:hover img {
	background-color: #fff;
	border-color: #978464;
}

/* Post poll styles
---------------------------------------- */
fieldset.polls dl {
	border-bottom-color: #e8e1cf;
	border-top-color: #fff;
	color: #271b08;
}

fieldset.polls dl.voted {
	color: #000;
}

fieldset.polls dd div {
	color: #fefbf5;
}

.pollbar1 {
	background-color: #514736;
}

.pollbar2 {
	background-color: #544833;
}

.pollbar3 {
	background-color: #584930;
}

.pollbar4 {
	background-color: #5e4a29;
}

.pollbar5 {
	background-color: #654c22;
}

.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

/* Poster profile block
---------------------------------------- */
.postprofile {
	border-color: #e8e1cf;
	color: #271b08;
}

.postprofile strong {
	color: #000;
}

dd.profile-warnings {
	color: #bc2a4d;
}


/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

.button {
	background-color: #654c22;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	border-color: #654c22;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	color: #fefbf5;
}

.button:hover, .button:focus {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
	box-shadow: 0 1px 3px rgba(255, 255, 255, 0.15);
	color: #fff;
}

.button.locked-button, .button.locked-button:hover {
	background-color: #b93329;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	border-color: #b93329;
}

.button .icon, .button-secondary {
	color: #fefbf5;
}

.button-secondary:focus, .button-secondary:hover, .button:focus .icon, .button:hover .icon {
	color: #fff;
}

.caret {
	border-color: rgba(255, 255, 255, 0.2);
}

.rtl span.caret {
	border-right-color: rgba(255, 255, 255, 0.2);
}

/* Search box buttons
---------------------------------------- */
.search-box .button-search, .search-box .button-search-end {
	box-shadow: none;
}

/* Post control buttons
---------------------------------------- */
.post-buttons .button {
	background-color: #f0ece0;
	border-color: #e2dbc4;
	color: #735625;
	box-shadow: none;
}

.post-buttons .button:hover, .post-buttons .button:focus {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
	border-color: #d4caa9;
	color: #9a7331;
}

.post-buttons .button .icon {
	color: #735625;
}

.post-buttons .button .icon.fa-exclamation-triangle {
	color: #ffae00;
}

.post-buttons .button .icon.fa-times {
	color: #f00;
}

.post-buttons .button .icon.fa-exclamation {
	color: #f40;
}

.post-buttons .button .icon.fa-info {
	color: #00b6ff;
}

.post-buttons .button:hover .icon, .post-buttons .button:focus .icon {
	color: #9a7331;
}

/* Poster contact icons
---------------------------------------- */
.contact-icons a {
	border-color: #dfd7be;
}

.contact-icons a:hover {
	background-image: radial-gradient(ellipse at center center, #ffffff, rgba(255, 255, 255, 0) 75%);
}

/* Pagination
---------------------------------------- */
dl.row-item .pagination {
	color: #9d8f78;
}

.pagination li a {
	background-color: #faf9f5;
	border-color: #cdbe97;
	box-shadow: none;
	color: #654c22;
}

.pagination li.ellipsis span {
	background: transparent;
	color: #000;
}

.pagination li.active span {
	background-color: #c09855;
	border-color: #c09855;
	color: #fefbf5;
}

.pagination li a .icon {
	color: #654c22;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background-color: #654c22;
	background-image: none;
	border-color: #654c22;
	color: #fefbf5;
}

/* Search box
--------------------------------------------- */
.search-box .inputbox, .search-box .inputbox:hover, .search-box .inputbox:focus {
	border-color: #b2a57f;
}

.search-header {
	background-color: #b2a57f;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

/* Images
---------------------------------------- */
.site_logo							{ background-image: none; }
.contact-icon						{ background-image: url("./images/icons_contact.png"); }

/* Post-profile no avatar */
.no-avatar .avatar-container			{ background-image: url("./images/no_avatar.png"); }

/* Profile & navigation icons */
.pm-icon							{ background-position: 0 0; }
.email-icon							{ background-position: -21px 0; }
.jabber-icon						{ background-position: -80px 0; }
.phpbb_icq-icon						{ background-position: -61px 0 ; }
.phpbb_wlm-icon						{ background-position: -182px 0; }
.phpbb_aol-icon						{ background-position: -244px 0; }
.phpbb_website-icon					{ background-position: -40px 0; }
.phpbb_youtube-icon					{ background-position: -98px 0; }
.phpbb_facebook-icon				{ background-position: -119px 0; }
.phpbb_googleplus-icon				{ background-position: -140px 0; }
.phpbb_skype-icon					{ background-position: -161px 0; }
.phpbb_twitter-icon					{ background-position: -203px 0; }
.phpbb_yahoo-icon					{ background-position: -224px 0; }


/* Forum icons & Topic icons */
.global_read, .announce_read, .forum_read, .forum_read_subforum, .sticky_read, .topic_read, .pm_read, .topic_read_hot {
	background-image: url("./images/read.png");
}

.global_read_mine, .announce_read_mine, .sticky_read_mine, .topic_read_mine, .topic_read_hot_mine {
	background-image: url("./images/read_mine.png");
}

.global_read_locked, .announce_read_locked, .forum_read_locked, .sticky_read_locked, .topic_read_locked {
	background-image: url("./images/read_locked.png");
}

.global_read_locked_mine, .announce_read_locked_mine, .sticky_read_locked_mine, .topic_read_locked_mine {
	background-image: url("./images/read_locked_mine.png");
}

.global_unread, .announce_unread, .forum_unread, .forum_unread_subforum, .sticky_unread, .topic_unread, .pm_unread, .topic_unread_hot {
	background-image: url("./images/unread.png");
}

.global_unread_mine, .announce_unread_mine, .sticky_unread_mine, .topic_unread_mine, .topic_unread_hot_mine {
	background-image: url("./images/unread_mine.png");
}

.global_unread_locked, .announce_unread_locked, .forum_unread_locked, .sticky_unread_locked, .topic_unread_locked {
	background-image: url("./images/unread_locked.png");
}

.global_unread_locked_mine, .announce_unread_locked_mine, .sticky_unread_locked_mine, .topic_unread_locked_mine {
	background-image: url("./images/unread_locked_mine.png");
}

.forum_link, .topic_moved {
	background-image: url("./images/link.png");
}


/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
---------------------------------------- */
.panel-container .panel li.row {
	border-bottom-color: #e8e1cf;
	border-top-color: #fff;
}

.panel-container ul.cplist {
	border-color: #e8e1cf;
}

.panel-container ul.topiclist + p {
	background-color: #f4f2ea;
	border-color: #ddc9a5;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
	color: #fefbf5;
}

.panel-container table.table1 thead th {
	border-bottom-color: #e8e1cf;
	color: #271b08;
}

.cp-main .pm-message {
	background-color: #f0ece0;
	border-color: #ddd7c8;
}

/* CP tabbed menu
---------------------------------------- */
.tabs .tab > a {
	background-color: #c09855;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	border-top-color: rgba(255, 255, 255, 0.3);
	color: #fefbf5;
}

.tabs .tab > a:hover {
	background-color: #654c22;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	color: #fff;
}

.tabs li.activetab > a, .tabs li.activetab > a:hover {
	background-color: #f6f3ec;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
	border-color: #f6f3ec;
	color: #271b08;
}

/* Mini tabbed menu used in MCP
---------------------------------------- */
.minitabs .tab > a {
	background-color: #f9f9f9;
	border-color: #ece8de;
}

.minitabs .activetab > a, .minitabs .activetab > a:hover {
	background-color: #e7e2d6;
	border-bottom-color: #e7e2d6;
	color: #271b08;
}

/* Responsive tabs
---------------------------------------- */
.responsive-tab .responsive-tab-link:before {
	border-color: #fefbf5;
}

.responsive-tab .responsive-tab-link:hover:before {
	border-color: #fff;
}

/* UCP navigation menu
---------------------------------------- */
/* Link styles for the sub-section links */
.navigation a {
	background-color: #c09855;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	color: #fefbf5;
}

.navigation a:hover {
	background-color: #654c22;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	color: #fff;
}

.navigation .active-subsection a, .navigation .active-subsection a:hover {
	background-color: #e7e2d6;
	background-image: none;
	color: #271b08;
}

/* Preferences pane layout
---------------------------------------- */
.panel-container h2 {
	color: #271b08;
}

.panel-container .panel {
	background-color: #e7e2d6;
	box-shadow: none;
}

.cp-main .pm {
	background-color: #f0ece0;
}

/* Friends list */
.cp-mini {
	background-color: #e2ddd1;
}

dl.mini dt {
	color: #271b08;
}

/* PM Styles
---------------------------------------- */
/* PM Message history */
.current {
	color: #000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #bc2a4d;
	border-right-color: #bc2a4d;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #f60;
}

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

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

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000;
}

/* Avatar gallery */
.gallery label {
	background: #e2ddd1;
	border-color: #e8e1cf;
}

.gallery label:hover {
	background-color: #f3efe6;
}


/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
---------------------------------------- */
select {
	background-color: #faf9f5;
	border-color: #9d8f78;
	color: #271b08;
}

select:hover {
	background-color: #fff;
	border-color: #654c22;
}

select:focus {
	background-color: #fff;
	border-color: #c09855;
}

label {
	color: #271b08;
}

option.disabled-option {
	color: #8b8374;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #271b08;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #faf9f5;
}

/* Posting page styles
---------------------------------------- */
.message-box textarea {
	color: #271b08;
}

.message-box textarea.drag-n-drop {
	outline-color: rgba(171, 163, 150, 0.5);
}

.message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(139, 131, 116, 0.5);
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #faf9f5;
	border-color: #9d8f78;
	color: #271b08;
}

.inputbox::placeholder {
	color: #665d4f;
}

/* IE 10+ */
.inputbox:-ms-input-placeholder {
	color: #665d4f;
}

.inputbox:hover {
	background-color: #fff;
	border-color: #654c22;
}

.inputbox:focus {
	background-color: #fff;
	border-color: #c09855;
}

.inputbox:focus::placeholder {
	color: transparent;
}

/* Form button styles
---------------------------------------- */
a.button1, input.button1, input.button3, a.button2, input.button2 {
	background-color: #c09855;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	border-color: #c09855;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	color: #fefbf5;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

input.button3 {
	background-image: none;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	background-color: #654c22;
	border-color: #654c22;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	color: #fff;
}

/* Focus states */
a.button1:focus, input.button1:focus, a.button2:focus, input.button2:focus, input.button3:focus {
	color: #fff;
}

input.disabled {
	color: #665d4f;
	text-shadow: none;
}

/* Action-bar Control
---------------------------------------- */
.action-bar.control a:hover {
	background-color: #c09855;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	border-color: #c09855;
	box-shadow: 0 1px 3px rgba(255, 255, 255, 0.15);
	color: #fefbf5;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	background-color: #f0ece0;
	border-color: #654c22;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.darken {
	background-color: #000;
}

.loading_indicator {
	background-color: #000;
	background-image: url("./images/loading.gif");
}

.dropdown-extended ul li {
	border-top-color: #cdc5b0;
}

.dropdown-extended ul li:hover {
	background-color: #e2ddd1;
	color: #000;
}

.dropdown-extended .footer {
	border-top-color: #9d8f78;
	border-top-style: solid;
	border-top-width: 1px;
	color: #000;
}

.dropdown-extended .header {
	background-color: #654c22;
	border-bottom-color: #9d8f78;
	color: #fefbf5;
	text-shadow: none;
}

.dropdown .pointer {
	border-color: #9d8f78 transparent;
}

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

.dropdown-extended .pointer-inner {
	border-color: #654c22 transparent;
}

.dropdown .dropdown-contents {
	background-color: #f0ece0;
	border-color: #9d8f78;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.dropdown-up .dropdown-contents {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.dropdown li, .dropdown li li {
	border-color: #dfd7be;
}

.dropdown li.separator {
	border-color: #dfd7be;
}

/* Responsive breadcrumbs
---------------------------------------- */
.breadcrumbs .crumb:before {
	color: #8b8374;
}

/* Notifications
---------------------------------------- */
.notification_list p.notification-time {
	color: #ce7e7e;
}

.notification_list p.notifications_time {
	color: #ce7e7e;
}

.notification_list li.bg3 a {
	color: inherit;
}

.notification_list li.bg3 strong {
	color: #c05555;
}

.notification_list li.notification-reported strong, .notification_list li.notification-disapproved strong {
	color: #75a14a;
}

.badge {
	background-color: #e03030;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	color: #fff;
}


/*
--------------------------------------------------------------
 Custom Options
-------------------------------------------------------------- */

/* Collaspe
---------------------------------------- */
dd.collapse-btn:after, dd.collapse-btn:before {
	border-color: #fff;
}

/* Scroll to top
---------------------------------------- */
.backtotop {
	background-color: #c09855;
}

.backtotop:hover {
	background-color: #654c22;
}

.backtotop .scroll-up {
	border-color: #fefbf5;
}

/* Switch colors
---------------------------------------- */
.color-brown	{ background-color: #63a61f; }
.color-green	{ background-color: #a68142; }
.color-red		{ background-color: #d13d3d; }

a.switch span {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

a.switch:hover span {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
