/* phpBB3 Style Sheet
    -----------------------------------------------------------------------------
	Style name:			City Lights
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Talk19Zehn ( ongray-design.de )
	Style Updated by:	Prosk8er ( https://gotskillslounge.com )
    -----------------------------------------------------------------------------
*/

html, body {
	color: #D0AA7E;
	background-color: #000000;
}

h1 {
	color: #D0AA7E;
}

h2 {
	color: #D0AA7E;
}

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

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

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

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

a { color: #D0AA7E; }
a:hover	{ color: #D08D3F; }

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
	color: #D0AA7E;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #D0AA7E;
}

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

/* Post body links */
.postlink {
	border-bottom-color: #D0AA7E;
	color: #D0AA7E;
}

.postlink:visited {
	border-bottom-color: #A97E4D;
	color: #DEC38F;
}

.postlink:active {
	color: #D0AA7E;
}

.postlink:hover {
	background-color: #000002;
	border-bottom-color: #D0AA7E;
	color: #D0AA7E;
}

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

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

/* Arrow links */
.arrow-left:hover, .arrow-right:hover {
	color: #D0B89D;
}

/* Round cornered boxes, backgrounds ect
------------------------------------------- */
.wrap {
	background-color: #000001;
	border-color: transparent;
	border: 6px inset #15151F;
}

.navbar {
	background-color: #000001;
	background-image: none;
	filter: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear, box-shadow 0.2s linear;
	border-color: rgba(140,82,203,0.8) box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(20, 39, 200, 0.6);
	box-shadow: 4px 4px 49px 9px rgba(244, 220, 122, 0.44);
	padding: 18px 56px;
	margin: 8px auto;
}

.forabg {
	background-color: #171616;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}

.forumbg {
	background-color: #171616;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}

.panel {
	background-color: #000001;
	color: #FFFBD5;
}

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

.post h3 a.first-unread,
.post:target h3 a {
	color: #FFFBD5;
}

.bg1 {
	background-color: #000001;
}

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

.bg2 {
	background-color: #000002;
}

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

.bg3 {
	background-color: #000003;
}

.ucprowbg {
	background-color: #191919;
}

.fieldsbg {
	background-color: #181818;
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-top-color: transparent;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #FFFBD5;
}

table.table1 tbody tr {
	border-color: #272727;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #000000;
	color: #FFFBD5;
}

table.table1 td {
	color: #FFFBD5;
}

table.table1 tbody td {
	border-top-color: #FFFBD5;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #FFFBD5;
	background-color: #000000;
}

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

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

dl.details dd {
	color: #EADA96;
}

.sep {
	color: #FFFBD5;
}

/* 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: #901C1D;
}

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

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

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

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

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

.alert_close .icon:before {
	background-color: #EBBC02;
}

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

.jumpbox-cat-link {
	background-color: #000;
	border-top-color: #000;
	color: #DEC38F;
}

.jumpbox-cat-link:hover {
	background-color: #171717;
	border-top-color: #171717;
	color: #FFFBD5;
}

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

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

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

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

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

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

.error {
	color: #ED7236;
}

.reported {
	background-color: #737373;
	background-image: none;
	filter: none;
}

li.reported:hover {
	background-color: #8B8B8B !important;
	background-image: none;
	filter: none;
}

.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #000002;
	border-radius: 7px;
	border: 3px outset #D76500;
	color: #EADA96;
}

.rules h3 {font-size: 1.2em; text-transform: none;}
.rules > div a {border-bottom: 1px solid transparent; text-decoration: underline; color: inherit;}
.rules > div a:visited {text-decoration: underline; color: inherit;}
.rules > div a:hover {text-decoration: underline; color: inherit; background-color: #010101;}
.rules > div .active > a {font-size: 1.1em; text-decoration: underline; color: inherit;}
.rules > p a {font-weight: bold; border-bottom: 1px solid #FFFBD5; text-decoration: none; color: inherit;}
.rules > div a.button2 {font-size: 1.0em; color: #FFFBD5;}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.rules > div a {border-bottom: 1px solid transparent; text-decoration: underline; color: inherit;}
	.rules > p a {font-weight: bold; border-bottom: 1px solid #FFFBD5; text-decoration: none; color: inherit;}
}

p.post-notice {
	background-color: #2D2D2D;
	background-image: none;
	filter: none;
	border-left: 3px solid #D76500;
}

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

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

ul.topiclist li {
	color: #D0AA7E;
}

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

.rtl ul.topiclist dd {
	border-right-color: #DEC38F;
	border-left-color: transparent;
}

ul.topiclist li.row dt a.subforum.unread {
	border-left: 1px solid #FFFBD5;
	font-style: italic;
	padding-left: 2px;
	color: #FFFBD5;
}

li.row {
	border-top-color: transparent;
	border-bottom-color: #282828;
}

li.row strong {
	color: #D0AA7E;
}

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

li.row:hover dd {
	border-left-color: #DB9C35;
}

.rtl li.row:hover dd {
	border-right-color: #DB9C35;
	border-left-color: transparent;
}

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

/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #DEC38F;
}

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

.postbody h3 a {
	color:#DEC38F;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #EAE0B9;
}

.content h2, .panel h2 {
	color: #EAE0B9;
	border-bottom-color: #000000;
}

dl.faq dt {
	color: #EAE0B9;
}

.posthilit {
	background-color: #633511;
	color: #F6DABA;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
}

.signature {
	border-top-color: #DEC38F;
}

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

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #333333;
	border-color: #DEC38F;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #333333;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #333333;
}

/* Code block */
.codebox {
	background-color: #333333;
	border-color: #DB9C35;
}

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

.codebox code {
	color: #CCCCCC;
}

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #505050;
	border-color: #DB9C35;
	color: #F2DF66;
}

.pm-message .attachbox {
	background-color: #282828;
}

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

.attachbox p {
	color: #FFDA6A;
}

.attachbox p.stats {
	color: #FFDA6A;
}

.attach-image img {
	border-color: #444444;
}

/* Inline image thumbnails */

dl.file dd {
	color: #D0AA7E;
}

dl.thumbnail img {
	border-color: #444444;
	background-color: #666666;
}

dl.thumbnail dd {
	color: #D0AA7E;
}

dl.thumbnail dt a:hover {
	background-color: transparent;
}

dl.thumbnail dt a:hover img {
	border-color: #333333;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #000001;
	color: #EADA96;
}

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

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

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: #DB9C35;
}

.pollbar1 {
	background-color: #B47610;
	border-bottom-color: #F3CB00;
	border-right-color: #F3CB00;
}

.rtl .pollbar1 {
	border-left-color: #B47610;
}

.pollbar2 {
	background-color: #B47610;
	border-bottom-color: #F3CB00;
	border-right-color: #F3CB00;
}

.rtl .pollbar2 {
	border-left-color: #B47610;
}

.pollbar3 {
	background-color: #B47610;
	border-bottom-color: #F3CB00;
	border-right-color: #F3CB00;
}

.rtl .pollbar3 {
	border-left-color: #B47610;
}

.pollbar4 {
	background-color: #B47610;
	border-bottom-color: #F3CB00;
	border-right-color: #F3CB00;
}

.rtl .pollbar4 {
	border-left-color: #B47610;
}

.pollbar5 {
	background-color: #B47610;
	border-bottom-color: #F3CB00;
	border-right-color: #F3CB00;
}

.rtl .pollbar5 {
	border-left-color: #B47610;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #EAE0B9;
	border-color: #D08D3F;
}

.pm .postprofile {
	border-color: #D0AA7E;
}

.postprofile strong {
	color: #FFFBD5;
}

.postprofile dd, .postprofile dt {
	line-height: 1.8em;
}

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

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

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

.button {
	border-color: #A57628;
	background-color: #000000;
	background-image: -webkit-linear-gradient(top, #000, #777, #010101);
	background-image: linear-gradient(to bottom, #000, #777, #010101);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#777',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 0 1px transparent inset;
	text-shadow: none;
}

.button:hover,
.button:focus {
	border-color: #DEC38F;
	background-color: #010101;
	background-image: -webkit-linear-gradient(top, #010101, #777, #000);
	background-image: linear-gradient(to bottom, #010101, #777, #000);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#777',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 0 1px transparent inset;
	text-shadow: none;
}

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

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

.button-search:hover,
.button-search-end:hover {
	border-color: #DB9C35;
}

.caret	{ border-color: #DB9C35; }
.caret:hover	{ border-color: #F6DABA; }

.contact-icons a		{ border-color: #DB9C35; }
.contact-icons a:hover	{ background-color: #7D4810; }

/* Pagination
---------------------------------------- */

.pagination li a {
	background: #181818;
	filter: none;
	border-color: #DEC38F;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #DEC38F;
}

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

.pagination li.active span {
	background: #000001;
	border-color: #DEC38F;
	color: #D08D3F;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #191919;
	border-color: #A97E4C;
	filter: none;
	color: #D09B5E;
	text-shadow: none;
}

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

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

.search-box .inputbox {
	background-image: none;
	filter: none;
	border-right-width: 0;
	border-radius: 4px 0 0 4px;
	float: left;
	height: 24.5px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 10px #FFC463;
	width: 162px;
}

/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/announce_read.png"); }
.global_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.global_read_locked					{ background-image: url("./images/announce_read_locked.png"); }
.global_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.png"); }
.global_unread						{ background-image: url("./images/announce_unread.png"); }
.global_unread_mine					{ background-image: url("./images/announce_unread_mine.png"); }
.global_unread_locked				{ background-image: url("./images/announce_unread_locked.png"); }
.global_unread_locked_mine			{ background-image: url("./images/announce_unread_locked_mine.png"); }

.announce_read						{ background-image: url("./images/announce_read.png"); }
.announce_read_mine					{ background-image: url("./images/announce_read_mine.png"); }
.announce_read_locked				{ background-image: url("./images/announce_read_locked.png"); }
.announce_read_locked_mine			{ background-image: url("./images/announce_read_locked_mine.png"); }
.announce_unread					{ background-image: url("./images/announce_unread.png"); }
.announce_unread_mine				{ background-image: url("./images/announce_unread_mine.png"); }
.announce_unread_locked				{ background-image: url("./images/announce_unread_locked.png"); }
.announce_unread_locked_mine		{ background-image: url("./images/announce_unread_locked_mine.png"); }

.forum_link							{ background-image: url("./images/forum_link.png"); }
.forum_read							{ background-image: url("./images/forum_read.png"); }
.forum_read_locked					{ background-image: url("./images/forum_read_locked.png"); }
.forum_read_subforum				{ background-image: url("./images/forum_read_subforum.png"); }
.forum_unread						{ background-image: url("./images/forum_unread.png"); }
.forum_unread_locked				{ background-image: url("./images/forum_unread_locked.png"); }
.forum_unread_subforum				{ background-image: url("./images/forum_unread_subforum.png"); }

.sticky_read						{ background-image: url("./images/sticky_read.png"); }
.sticky_read_mine					{ background-image: url("./images/sticky_read_mine.png"); }
.sticky_read_locked					{ background-image: url("./images/sticky_read_locked.png"); }
.sticky_read_locked_mine			{ background-image: url("./images/sticky_read_locked_mine.png"); }
.sticky_unread						{ background-image: url("./images/sticky_unread.png"); }
.sticky_unread_mine					{ background-image: url("./images/sticky_unread_mine.png"); }
.sticky_unread_locked				{ background-image: url("./images/sticky_unread_locked.png"); }
.sticky_unread_locked_mine			{ background-image: url("./images/sticky_unread_locked_mine.png"); }

.topic_moved						{ background-image: url("./images/topic_moved.png"); }
.pm_read,
.topic_read							{ background-image: url("./images/topic_read.png"); }
.topic_read_mine					{ background-image: url("./images/topic_read_mine.png"); }
.topic_read_hot						{ background-image: url("./images/topic_read_hot.png"); }
.topic_read_hot_mine				{ background-image: url("./images/topic_read_hot_mine.png"); }
.topic_read_locked					{ background-image: url("./images/topic_read_locked.png"); }
.topic_read_locked_mine				{ background-image: url("./images/topic_read_locked_mine.png"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/topic_unread.png"); }
.topic_unread_mine					{ background-image: url("./images/topic_unread_mine.png"); }
.topic_unread_hot					{ background-image: url("./images/topic_unread_hot.png"); }
.topic_unread_hot_mine				{ background-image: url("./images/topic_unread_hot_mine.png"); }
.topic_unread_locked				{ background-image: url("./images/topic_unread_locked.png"); }
.topic_unread_locked_mine			{ background-image: url("./images/topic_unread_locked_mine.png"); }


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

/* Main CP box
----------------------------------------*/

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

.panel-container .panel li.row {
	border-bottom-color: #000001;
	border-top-color: #000001;
}

ul.cplist {
	border-top-color: #000001;
}

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

.panel-container table.table1 thead th {
	color: #EADA96;
	border-bottom-color: #000001;
}

.cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #191919;
}

/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
	background: #333333;
	color: #FFFBD5;
}

.tabs .tab > a:hover {
	background: #010101;
	color: #B7A276;
}

.tabs .activetab > a,
.tabs .activetab > a:hover {
	background: #000000;
	background: -webkit-linear-gradient(top, #000, #777, #010101);
	background: linear-gradient(to bottom, #000, #777, #010101);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#777', GradientType=0 );
	border-color: #010101;
	box-shadow: 0 1px 1px #DEC38F inset;
	color: #DECEB0;
}

.tabs .activetab > a:hover {
	color: #DECEB0;
}

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

.minitabs .activetab > a,
.minitabs .activetab > a:hover {
	background-color: #282828;
	color: #DB9C35;
}

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

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

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
.navigation a {
	color: #FFFBD5;
	background: #010101;
	background: -webkit-linear-gradient(left, #010101 50%, #333333 100%);
	background: linear-gradient(to right, #010101 50%, #333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#333333',GradientType=1 );
}

.rtl .navigation a {
	color: #FFFBD5;
	background: #010101;
	background: -webkit-linear-gradient(left, #010101 50%, #333333 100%);
	background: linear-gradient(to right, #010101 50%, #333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#333333',GradientType=1 );
}

.navigation a:hover {
	background: #181818;
	color: #DEC38F;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-decoration: underline;
}

.navigation .active-subsection a {
	background: #333333;
	color: #DEC38F;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-decoration: underline;
}

.navigation .active-subsection a:hover {
	color: #FFFBD5;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
	#navigation a, .rtl #navigation a {
		background: #333333;
	}
}

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

.panel-container .panel {
	background-color: #333333;
}

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

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

dl.mini dt {
	color: #DECEB0;
}

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

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

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

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

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

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

/* Avatar gallery */
.gallery label {
	background-color: #808080;
	border-color: #D0AA7E;
}

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

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

/* General form styles
----------------------------------------*/
select {
	border-color: #282828;
	background-color: #000002;
	color: #FFFBD5;
}

label {
	color: #EAE0B9;
}

option.disabled-option {
	color: graytext;
}

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

fieldset.fields1 {
	border-color: #FFFBD5;
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #FFFBD5;
	text-decoration: none;
}

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

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

input#password.inputbox,
input#username.inputbox {
	background: #181818;
}

/* Posting page styles
----------------------------------------*/

.message-box textarea {
	color: #FFFBD5;
	background-image: url("./images/site_logo_small.jpg");
	background-repeat: no-repeat;
	background-position: 98% 92%;
}

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

.message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(16, 164, 242, 0.5);
}

#message {
	background-color: #191919;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #191919;
	border-color: #D0AA7E;
	color: #FFFBD5;
}

.inputbox:-moz-placeholder {
	color: #FFFBD5;
}

.inputbox::-webkit-input-placeholder {
	color: #FFFBD5;
}

.inputbox:hover {
	border-color: #FFFBD5;
}

.inputbox:focus {
	border-color: #FFFBD5;
	color: #FFFBD5;
}

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

.inputbox:focus::-webkit-input-placeholder {
	color: transparent;
}

/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #FFFBD5;
	background-color: #010101; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #010101 0%, #CC9D4F 100%);
	background-image: linear-gradient(to bottom, #010101 0%,#CC9D4F 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#CC9D4F',GradientType=0 ); /* IE6-9 */
}

a.button1, input.button1 {
	border-color: #DEC38F;
}

input.button3 {
	background-image: none;
	filter: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #DEC38F;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
	color: #FFFBD5;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #DEC38F;
	color: #FFFBD5;
	background-color: #404040; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #CC9D4F 0%, #010101 100%);
	background-image: linear-gradient(to bottom, #CC9D4F 0%,#010101 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC9D4F', endColorstr='#010101',GradientType=0 ); /* IE6-9 */
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	border-color: #191919;
	color: #FFFBD5;
}

input.disabled {
	color: #CC9D4F;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	background-color: #000001;
	border-color: #A57628;
}

.darken {
	background-color: #000000;
}

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

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

.dropdown-extended ul li:hover {
	background-color: #171717;
	color: #EADA96;
}

.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #CC9D4F;
	color: #EADA96;
}

.dropdown-extended .footer {
	border-top-style: solid;
	border-top-width: 1px;
}

.dropdown-extended .header {
	background-color: #171717;
	background-image: -webkit-linear-gradient(top, #181818 0%, #191919 100%);
	background-image: linear-gradient(to bottom, #181818 0%,#191919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#191919',GradientType=0 );
	text-shadow: 1px 1px 1px transparent;
}

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

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

.dropdown-extended .pointer-inner {
	border-color: #8D6421 transparent;
}

ul.linklist li.responsive-menu a.responsive-menu-link:before {
	border-color: #8D6421;
}

ul.linklist li.responsive-menu a.responsive-menu-link:hover:before, ul.linklist li.responsive-menu.visible a.responsive-menu-link:before {
	border-color: #B3802B;
}

.dropdown .dropdown-contents {
	background: #000001;
	border-color: #B3802B;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

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

.dropdown li, .dropdown li li {
	border-color: transparent;
}

.dropdown li.separator {
	border-color: transparent;
}

/* Notifications Common - ADDs
---------------------------------------- */
.dropdown-extended .dropdown-contents {
	width: 300px;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
	color: #EADA96;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #F3CB00;
}

/* ADDs Button, Common, Content, Icons, Logo, adapt/responsive and more
------------------------------------------------------------------------------ */
.wrap {
	max-width: 1152px;
}

.row .pagination {
	margin-top: 4px;
	margin-bottom: 4px;
}

.action-bar {
	margin: 14px 0;
}

.post {
	border-bottom: 2px solid #CC9D4F;
}

.fa-chevron-circle-up::before {
	content: "\f139";
	color: #CC9D4F;
}

.fa-external-link-square::before {
	content: "\f0ea";
	color: #FFFBD5;
}

.fa-external-link::before {
	content: "\f08e";
	color: #FFFBD5;
}

.fa-question::before {
	content: "\f128";
	color: #FE7600;
}

.fa-angle-left::before {
	color: #FFFBD5;
}

.fa-angle-right::before {
	color: #FFFBD5;
}

.fa-commenting-o::before {
	content: "\f234";
	color: #CC9D4F;
}

.fa-file-o::before {
	color: #FFFBD5;
}

.dropdown li {
	background-color: #282828;
	color: #D0AA7E;
}

dl.row-item dt {
	background-position: 7px 1%;
	background-repeat: no-repeat;
	background-size: 17px auto;
}

dl.row-item {
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: 42px auto;
}

dl.row-item dt .list-inner {
	padding-left: 60px;
}

dl.row-item dt, dl.row-item dd {
	min-height: 45px;
}

.postbody h3 img {
	vertical-align: sub;
}

.badge {
	background-color: #FFC463;
	border-radius: 10px;
	text-align: center;
	white-space: nowrap;
	font-size: 10px;
	line-height: 1;
	float: right;
	display: inline-block;
	margin-left: 3px;
	vertical-align: baseline;
	position: relative;
	top: 3px;
	padding: 4px 6px;
	color: #000000;
}

.badge.hidden {
	display: none;
}

.wrap, .navbar, .forabg, .forumbg, .panel, .post, .headerbar {
	border-radius: 10px;
}

.forabg, .forumbg, .navbar, .headerbar {
	padding: 5px 13px 6px 13px;
}

.dropdown .dropdown-contents {
	border-radius: 4px;
}

.button {
	color: #FFFBD5;
}

.icon, .button .icon {
	color: #FFFBD5;
}

.submit-buttons input#agreed {
	font-weight: normal;
}

.permissions {
	color: #EAE0B9;
	line-height: 14px;
}

dd input[type="number"] { background: #181818; font-size: 1.2em; padding: 6px; color: #D09C5F; }

#ch {
	background: #333333;
	font-size: 1.1em;
	padding: 4px;
	border-color: #D09C5F;
	color: #D09C5F;
}

h1 a {
	text-decoration: underline;
}

.online-list em a { font-weight: bold !important; }

/* Prevent horizontal scrollbars on thumbnails-responsive e.q. IE11 not working anymore smaller 701px so we need a workaround content-css
-------------------------------------------------------------------------------------------------------------------------------------------- */
dl.thumbnail dt a img {
	width: 100%;
	height: auto;
}

/* site-description, search and logo */

.site_logo {
	display: inline-block;
	background-image: url("./images/site_logo.gif");
	width: 234px;
	height: 64px;
	background-repeat: no-repeat;
}

.search-header {
	margin-top: 23px;
}

.logo {
	padding: 18px 13px 0 12px;
}

/* format for own headerbar css
--------------------------------- */
h1 {
	color: #D0AA7E;
	font-size: 1.8em;
	margin-right: 6px;
	margin-bottom: 18px;
}

.headerbar {
	background: #000000;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
	color: #D0AA7E;
}

#imagecity_lightsheaderbar {
	background: #000;
	background-image: url("./images/city_life_headerbar.png");
	background-position: 50% 54%;
	background-repeat: no-repeat;
	text-align: center;
	min-height: 90px;
}

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

.site_logo {
	display: inline-block;
	width: 149px;
	height: 52px;
}

.logo {
	float: left;
	width: auto;
	padding: 8px 10px 0 8px;
	transform: rotate(-34deg);
	margin-left: -24px;
	margin-top: -84px;
}

.headerblock_left {
	float: left;
	margin-top: 8px;
	margin-bottom: 6px;
	width: 58%;
}

.headerblock_right {
	float: right;
	margin-top: 8px;
	margin-bottom: 6px;
}

/* Adds responsive design */

@media (min-width: 701px) {
	.postbody {
	width: calc(100% - 210px - 1px - 16px);
	}
	.postprofile {
	width: 210px;
	}
	div.backgroundtranspbox {
	width: 568px;
	height: 102px;
	margin: 0 auto;
	background-image: none;
/* 
	background-image: url("./images/city_life_crhg.jpg");
 */
	background-repeat: no-repeat;
	border: 2px solid transparent;
	}
	div.transpbox {
	width: 500px;
	height: auto;
	margin: 20px 30px;
	background-color: #3E3029;
	filter: alpha(opacity=70);
	opacity: 0.7;
	border: 1px solid #EAC28E;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear, box-shadow 0.2s linear;
	border-color: rgba(140,82,203,0.8) box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(20, 39, 200, 0.6);
	box-shadow: 4px 4px 49px 9px rgba(244, 220, 122, 0.44);
	}
	div.transpbox p {
	margin: 10px auto;
	font-weight: bold;
	color: #FFFBD5;
	text-align: center;
	}
}

@media (min-width: 1220px) {
	#footer_block_wrap {
	border-bottom: 6px transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0px;
	width: 1014px;
	}
	.footercl-l {
	background-image: url("./images/slogan-cl.jpg");
	background-repeat: no-repeat;
	height: 72px;
	float: left;
	width: 93px;
	padding: 0px;
	}
	.footercl-m {
	background: url("./images/slogan-cmid.jpg");
	background-repeat: repeat;
	height: 72px;
	margin: 0px 93px 0px 93px;
	width: auto;
	padding: 0px;
	}
	.footercl-r {
	background-image: url("./images/slogan-cr.jpg");
	background-repeat: no-repeat;
	height: 72px;
	float: right;
	margin-top: -72px;
	width: 93px;
	padding: 0px;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.wrap {
	background-image: none;
	filter: none;
	border-image: none;
	border-width: 1px;
	}
	.wrap, .navbar, .forabg, .forumbg, .panel, .post, .headerbar {
	border-radius: 0px;
	}
	.forabg, .forumbg, .navbar, .headerbar {
	padding: 5px 3px 6px 3px;
	}
	.site-description p {
	display: block;
	}
	.logo {
	display: none;
	float: none;
	padding: 8px;
	}
	fieldset.display-actions {
	text-align: left;
	}
	fieldset.display-actions label {
	padding-right: 2px;
	margin-top: 6px;
	white-space: normal;
	}
	fieldset.display-actions label {
	padding: 12px 10px 8px 2px;
	white-space: normal;
	}
}

@media only screen and (max-width: 701px), only screen and (max-device-width: 701px) {
	.wrap {
	max-width: 1152px;
	}
}

@media only screen and (max-width: 875px), only screen and (max-device-width: 875px) {
	select, .inputbox {
	max-width: 240px;
	}
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	dl.row-item dt a {
	display: inline;
	line-height: 1.55em;
	}
}

/* responsive design headerbar */

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	#imagecity_lightsheaderbar {
	background-size: auto 40%;
	}
	.imagecity_lightsheaderbar-responsive {
	background: #000;
	display: block;
	max-width: 63%;
	margin: 12px auto;
	}
	h1 {
	font-size: 1.4em;
	text-align: center;
	}
	.headerblock_left {
	width: 98%;
	}
}

/* ToDo - Supplement, edit your own works here - ADDs print help output the page (Browser-Print-Page)
------------------------------------------------------------------------------------------------------------ */
@media print {
html, body {width: 100% !important; height: 100% !important; padding: 0 !important; margin: 0 !important; font-family: "times new roman", times, serif; font-size: 80%; background: none; background-image: none; filter: none; border-image: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; color: #000000;}
h1, h2, h3, h1 a, h2 a, h3 a, solo {font-family: "times new roman", times, serif; font-size: 88%; color: #000000; background: none; text-decoration: none; border: none; font-weight: normal;}
.headerbar, .logo, .headerblock_right, #jumpbox, ul.post-buttons, a.top, #top, .postprofile, .signature, .signature a {display: none;}
html, body, h1, h2, h3, h1 a, h2 a, h3 a, solo, .page-header, .wrap, #wrap, .forabg, .forumbg, .message-box textarea, .backgroundtranspbox, .transpbox {font-size: 84%; text-decoration: none; background-image: none; filter: none; border-image: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; color: #000000;}
img, .site-description img, div > .navbar, .quick-login, .stat-block, .online-list, .birthday-list, .statistics, .action-bar, .bar-bottom {display: none;}
.copyright {text-align: left; margin-top: 20px; padding: 14px 0px 10px 12px; color: #000000;}
div.rules, a, a.mark, a.mark-read, a.arrow-right, a.arrow-left, .search-header, .search-box .inputbox, .panel, .post {border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; color: #000000;}
.button {background-color: transparent; background: none; background-image: none; filter: none; border-image: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
.button, a.button1, input.button1, input.button3, a.button2, input.button2 {background-color: transparent; background-image: none; filter: none; border: none; color: #000000;}
ul.topiclist li.row dd {padding: 4px 0 9px 0; margin-bottom: 8px; border: none;}
}
