/*  phpBB3 Style Sheet
	--------------------------------------------------------------
	Style name:			Artodia: Elegance
	Based on style:		prosilver (the default phpBB 3.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Vjacheslav Trushkin ( http://www.artodia.com/ )
	--------------------------------------------------------------
*/

/*
    Change "none" to "block" (without quotes) to show website title and description in header
*/

/*
    Include css files
*/
﻿/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	/*color: #000000;*/
	background-color: #ffffff;
	background-image: url('styles/art_elegance_lime/theme/images/topbg.png');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

/*#wrap {  background-color: #ffffff; background-image: url('styles/art_elegance_lime/theme/images/warpbg.png');}*/

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

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}

hr.dashed {
	border-top-color: #CCCCCC;
}

/* Search box
--------------------------------------------- */

#search-box {
	color: #FFFFFF;
}

#search-box #keywords {
	background-color: #FFF;
}

#search-box input {
	border-color: #0075B0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background-color: #D7F4B3;
	min-height:160px;
	background-image: url("./styles/art_elegance_lime/theme/images/headers/pole.jpg");
	color: #F2FDE6;
}

.navbar {
	background-color: #F8F8F8;
	/*background-image: url("./styles/art_elegance_lime/theme/images/bg_header.jpg");*/
}

.forabg {
	background-color: #D7F4B3;
	/*background-image: url("./styles/art_elegance_lime/theme/images/bg_list.jpg");*/
}

.forumbg {
	background-color: #D7F4B3;
	/*background-image: url("./styles/art_elegance_lime/theme/images/bg_list.jpg");	*/
}

.panel {
	/*background-color: #E7F4FB;*/
	color: #28313F;
}

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

.post:target h3 a {
	color: #000000;
}
/*.post {border-top: 1px solid #ddd;}
.post {border-bottom: 1px solid #ddd;}
*/
.bg1	{ background-color:#F3FBFF}
.bg2	{ background-color: #F6FCFE}
.bg3	{ background-color: #E8EFEB}

.post.bg1{background-color:#EDF6FA;} 
.post.bg2{background-color:#F3FAED;}

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

/*span.corners-top {
	background-image: url("./styles/art_elegance_lime/theme/images/corners_left.png");
}

span.corners-top span {
	background-image: url("./styles/art_elegance_lime/theme/images/corners_right.png");
}

span.corners-bottom {
	background-image: url("./styles/art_elegance_lime/theme/images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("./styles/art_elegance_lime/theme/images/corners_right.png");
}
*/

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

ul.navlinks {
	border-bottom-color: #FFFFFF;
}

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

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

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

table.table1 td {
	color: #536482;
}

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

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

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

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

dl.details dd {
	color: #536482;
}

.sep {
	color: #1198D9;
}

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

.pagination span strong {
	color: #FFFFFF;
	background-color: #F69921;
	border-color: #CC9966;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	color: #996600;
	background-color: #FEE8BA;
	border-color: #CC9966;
}

.pagination span a:hover {
	border-color: #996600;
	background-color: #F69921;
	color: #FFF;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	/*background-image: url("./styles/art_elegance_lime/theme/images/icon_pages.gif");*/
}

.row .pagination span a, li.pagination span a {
	background-color: #f0f5f0;
	font-size:10px;
}

.row .pagination span a, .row .pagination span a:link, .row .pagination span a:visited, .row .pagination span a:active {
	border-color: #D4F3AF;
	color: #C29A49;

}
.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #F69921;
	color: #fff;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #555555;
}

.error {
	color: #BC2A4D;
}

.reported {
	background-color: #F7ECEF;
}

li.reported:hover {
	background-color: #ECD5D8 !important;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #ECD5D8;
	color: #BC2A4D;
}

p.rules {
	background-color: #ECD5D8;
	background-image: none;
}

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


a {color: #1B6F3A; color:#195C95} /* темно зеленковый */

h2>a, h1>a {  color: #1B6F3A;} /* светло зеленковый */
h1 {color: #2d7f6f; }
h1 a:hover, h2 a:hover	{color: #53AA73; color: #FF6600; }

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link,  th a:link {
	color: #FFFFFF; 
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, th a:visited {
	color: #FFFFFF;
}
#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #A8D8FF;
}
.forabg .header a:hover {color: #5A7E39;}
#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #C8E6FF;
}

/* Links for forum/topic lists */
a.forumtitle {
	color: #105289; color: #3A6123;
}

/* a.forumtitle:visited { color: #105289; } */

a.forumtitle:hover, a.topictitle:hover {
	color: #84B63F;  color: #689031;
}

a.forumtitle:active {
	color: #105289;
}

a.topictitle {
	color: #1D5F82;
}

/* a.topictitle:visited { color: #368AD2; } */

a.topictitle:active {
	color: #105289;
}

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

.postlink:visited {
	color: #5D8FBD;
	border-bottom-color: #666666;
}

.postlink:active {
	color: #368AD2;
}

.postlink:hover {
	/*background-color: #D0E4F6;*/
	color: #0D4473;
}

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

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #105289;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #D31141;  color: #4D7107;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #105289;
}

.search .postprofile a:hover {
	color: #D31141;
}

/* Back to top of page */
a.top {
	background-image: url("./styles/art_elegance_lime/imageset/icon_back_top.gif");
}

a.top2 {
	background-image: url("./styles/art_elegance_lime/imageset/icon_back_top.gif");
}

/* Arrow links  */
a.up		{ background-image: url("./styles/art_elegance_lime/theme/images/arrow_up.gif") }
a.down		{ background-image: url("./styles/art_elegance_lime/theme/images/arrow_down.gif") }
a.left		{ background-image: url("./styles/art_elegance_lime/theme/images/arrow_left.gif") }
a.right		{ background-image: url("./styles/art_elegance_lime/theme/images/arrow_right.gif") }

a.up:hover {
	background-color: transparent;
}

a.left:hover {
	color: #368AD2;
}

a.right:hover {
	color: #368AD2;
}


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

ul.forums {
	background-color: #FDFEFF;
	/*background-image: url("./styles/art_elegance_lime/theme/images/gradient.jpg");*/
}

ul.topiclist li {
	color: #4C5D77;
}

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

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

ul.topiclist li.row dt a.subforum.read {
	background-image: url("./styles/art_elegance_lime/imageset/icon_topic_latest.gif");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("./styles/art_elegance_lime/imageset/icon_topic_newest.gif");
}

li.row {
	border-bottom: 1px solid #d4f3af;
}

li.row strong {
	color: #000000;
}

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

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

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

li.header dt, li.header dd {
	color: #56733C;
}
/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #333333;
}

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

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

.content h2, .panel h2 {
	color: #115098;
	border-bottom-color:  #CCCCCC;
}

dl.faq dt {
	color: #333333;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

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

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

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #DFEDF3;
	/*background-image: url("./styles/art_elegance_lime/theme/images/quote.gif");*/
	border-color:#DEE8D4;
}

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

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

/* Code block */
dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

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

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

.attachbox p {
	color: #666666;
}

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

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

/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

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

dl.thumbnail dd {
	color: #666666;
}

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

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

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

fieldset.polls dl {
	border-top-color: #DCDEE2;
	color: #666666;
}

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

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

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

.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

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

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

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

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

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

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

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

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

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

/* Poster profile block
----------------------------------------*/
.rtl .postprofile {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

.pm .postprofile {
	border-left-color: #DDDDDD;
}

.rtl .pm .postprofile {
	border-right-color: #DDDDDD;
	border-left-color: transparent;
}

.postprofile strong {
	color: #365425;
}

.online {
	background-image: url("./styles/art_elegance_lime/imageset/ru/icon_user_online.gif"); 
}
.online dt {margin-top: 5px;}

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

/* Big button images */
a.print {
/*	background-image: url("./styles/art_elegance_lime/theme/images/icon_print.gif");*/
}

a.sendemail {
	/*background-image: url("./styles/art_elegance_lime/theme/images/icon_sendemail.gif");*/
}

a.fontsize {
	/*background-image: url("./styles/art_elegance_lime/theme/images/icon_fontsize.gif");*/
}

/* Icon images
---------------------------------------- */
/*
.sitehome						{ background-image: url("./styles/art_elegance_lime/theme/images/icon_home.gif"); }
.icon-faq						{ background-image: url("./styles/art_elegance_lime/theme/images/icon_faq.gif"); }
.icon-members					{ background-image: url("./styles/art_elegance_lime/theme/images/icon_members.gif"); }
.icon-home						{ background-image: url("./styles/art_elegance_lime/theme/images/icon_home.gif"); }
.icon-ucp						{ background-image: url("./styles/art_elegance_lime/theme/images/icon_ucp.gif"); }
.icon-register					{ background-image: url("./styles/art_elegance_lime/theme/images/icon_register.gif"); }
.icon-logout					{ background-image: url("./styles/art_elegance_lime/theme/images/icon_logout.gif"); }
.icon-bookmark					{ background-image: url("./styles/art_elegance_lime/theme/images/icon_bookmark.gif"); }
.icon-bump						{ background-image: url("./styles/art_elegance_lime/theme/images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("./styles/art_elegance_lime/theme/images/icon_subscribe.gif"); }
.icon-unsubscribe				{ background-image: url("./styles/art_elegance_lime/theme/images/icon_unsubscribe.gif"); }
.icon-pages						{ background-image: url("./styles/art_elegance_lime/theme/images/icon_pages.gif"); }
.icon-search					{ background-image: url("./styles/art_elegance_lime/theme/images/icon_search.gif"); }
*/

/* Profile & navigation icons */

.email-icon, .email-icon a		{ background-image: url("./styles/art_elegance_lime/imageset/icon_contact_email.gif"); }
.aim-icon, .aim-icon a			{ background-image: url("./styles/art_elegance_lime/imageset/icon_contact_aim.gif"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("./styles/art_elegance_lime/imageset/icon_contact_yahoo.gif"); }
.web-icon, .web-icon a			{ background-image: url("./styles/art_elegance_lime/imageset/icon_contact_www.gif"); }
.msnm-icon, .msnm-icon a			{ background-image: url("./styles/art_elegance_lime/imageset/icon_contact_msnm.gif"); }
.icq-icon, .icq-icon a			{ background-image: url("./styles/art_elegance_lime/imageset/icon_contact_icq.gif"); }
.jabber-icon, .jabber-icon a		{ background-image: url("./styles/art_elegance_lime/imageset/icon_contact_jabber.gif"); }
.pm-icon, .pm-icon a				{ background-image: url("./styles/art_elegance_lime/imageset/icon_contact_pm.gif"); }
.quote-icon, .quote-icon a		{ background-image: url("./styles/art_elegance_lime/imageset/ru/icon_post_quote.gif"); }

/* Moderator icons */
.report-icon, .report-icon a		{ background-image: url("./styles/art_elegance_lime/imageset/icon_post_report.gif"); }
.edit-icon, .edit-icon a			{ background-image: url("./styles/art_elegance_lime/imageset/ru/icon_post_edit.gif"); }
.delete-icon, .delete-icon a		{ background-image: url("./styles/art_elegance_lime/imageset/icon_post_delete.gif"); }
.info-icon, .info-icon a			{ background-image: url("./styles/art_elegance_lime/imageset/icon_post_info.gif"); }
.warn-icon, .warn-icon a			{ background-image: url("./styles/art_elegance_lime/imageset/icon_user_warn.gif"); } /* Need updated warn icon */

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

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

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #A4B3BF;
}

#cp-main .panel li.row {
	border-bottom-color: #B5C1CB;
	border-top-color: #F9F9F9;
}

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

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000000;
}

#cp-main table.table1 thead th {
	color: #333333;
	border-bottom-color: #333333;
}

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

/* CP tabbed menu
----------------------------------------*/
/*#tabs a {
	background-image: url("./styles/art_elegance_lime/theme/images/bg_tabs1.gif");
}

#tabs a span {
	background-image: url("./styles/art_elegance_lime/theme/images/bg_tabs2.gif");
	color: #536482;
}*/

#tabs a:hover span {
	color: #BC2A4D;
}

#tabs .activetab a {
	border-bottom-color: #CADCEB;
}

#tabs .activetab a span {
	color: #333333;
}

#tabs .activetab a:hover span {
	color: #000000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
/*#minitabs li {
	background-color: #E1EBF2;
}

#minitabs li.activetab {
	background-color: #F9F9F9;
}*/

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

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

/* Link styles for the sub-section links */
#navigation a {
	color: #333;
	background-color: #EDF8FE;
	background-image: url("./styles/art_elegance_lime/theme/images/bg_menu.gif");
}

#navigation a:hover {
	background-color: #ECE9D8;
	color: #BC2A4D;
}

#navigation #active-subsection a {
	color: green;
	background-color: #F9F9F9;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #D31141;  color: #4D7107;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	color: #333333;
}

#cp-main .panel {
	background-color: #F9F9F9;
}

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

#cp-main span.corners-top, #cp-menu span.corners-top {
	/*background-image: url("./styles/art_elegance_lime/theme/images/corners_left2.gif");*/
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	/*background-image: url("./styles/art_elegance_lime/theme/images/corners_right2.gif");*/
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	/*background-image: url("./styles/art_elegance_lime/theme/images/corners_left2.gif");*/
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	/*background-image: url("./styles/art_elegance_lime/theme/images/corners_right2.gif");*/
}

/* Topicreview */
#cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
	/*background-image: url("./styles/art_elegance_lime/theme/images/corners_left.gif");*/
}

#cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
	/*background-image: url("./styles/art_elegance_lime/theme/images/corners_right.gif");*/
}

#cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
	/*background-image: url("./styles/art_elegance_lime/theme/images/corners_left.gif");*/
}

#cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
	/*background-image: url("./styles/art_elegance_lime/theme/images/corners_right.gif");*/
}

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

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #999999 !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: #FF6600;
}

.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: #000000;
}

/* Avatar gallery */
#gallery label {
	background-color: #FFFFFF;
	border-color: #CCC;
}

#gallery label:hover {
	background-color: #EEE;
}

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

/* General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #FAFAFA;
}

label {
	color: #425067;
}

option.disabled-option {
	color: graytext;
}

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

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

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

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

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

#message-box textarea {
	color: #333333;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF; 
	border-color: #B4BAC0;
	color: #333333;
}

.inputbox:hover {
	border-color: #11A3EA;
}

.inputbox:focus {
	border-color: #11A3EA;
	color: #0F4987;
}

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

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #000;
	background-color: #FAFAFA;
	/*background-image: url("./styles/art_elegance_lime/theme/images/bg_button.gif");*/
}

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

input.button3 {
	background-image: none;
}

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

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

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}

input.search {
	/*background-image: url("./styles/art_elegance_lime/theme/images/icon_textbox_search.gif");*/
}

input.disabled {
	color: #666666;
}
	
#search-box A.headsearch  {color: #FFF4B6;}
.nv {display:none;}
.navlinks a:visited,  .navlinks a { color: #4D7107} 
li.icon-home a {font: bold 11px Tahoma, Arial, Helvetica, sans-serif;}

#fp_b {margin: 18px 0 0;}
.fp_txt {float:left; background-color: #DDF7FF;border: 1px solid #cbe2a9;color: #5E8A99;font: 13px Tahoma,Arial,Helvetica;margin: 0 6px 5px; padding: 7px 12px; min-height: 74px}

.fp_txt a {color: #42A4D1;display: block;font: bold 14px Tahoma,Arial,Helvetica;margin: 0 0 4px 0}

.fpp0 {background-color: #f1ffe2}
.fpp0 a {color:#87af56}
.fpp1 {background-color: #DDF7FF;border-color:#a8e8f7}
.fpp1 a {color:#54add3}
.fpp2 {background-color: #EBEAFF;border-color:#d1d1ff}
.fpp2 a {color:#8784b7}

.fp {display:none}
#fp_l, #fp_r {margin-bottom:6px}
#fp_b .fpt1 {width:750px}
#fp_b .fpt2 {width:360px}
#fp_b .fpt3 {width:280px; width:29%}
#fp_b .fp_add {display:block; margin: 2px 0px 8px; text-align:right;font: bold 10px Tahoma,Arial,Helvetica}
/*
    Custom font
*/
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), local('DroidSans'), url('./styles/art_elegance_lime/theme/DroidSans.woff') format('woff');
}

/*
    Main stuff
*/
* { margin: 0; padding: 0; }
html {
    width: 100%;
    height: 100%;
}
body {
    margin: 0 auto;
    padding: 12px 0;
    position: relative;
    min-height: 100%;
    font-family: Verdana;
    line-height: 1.3em;
    font-size: 12px;
    color: #2d7f6f;
  /*  text-shadow: rgba(255, 255, 255, 0.3) 1px 1px 1px;*/
}

html, body {
	/*color: #000000;*/
	background-color: #ffffff;
	background-image: url('./styles/art_elegance_lime/theme/images/topbg.png');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
body.simple { 
    width: auto; 
    margin: 0;
    padding: 8px;
}
html, body.simple {
    background-color: #eee;
}

a, a:visited {
    
    text-decoration: none;
}
a:hover { /*color: #5D8B22; */text-decoration:underline}
/*
a:active { 
    color: #cc5229; 
    transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -webkit-transform: translate(0, 1px);
    -o-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
}*/
.buttons a:active, .profile-icons a:active, div.dropdown-tabs a:active {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

img { border-width: 0; }

#wrap {
	/*min-width: 650px;/*/
	padding: 10px 10px 0 10px;
margin: 0px auto;
max-width: 960px;
background: #fff;
}
/*
    Rounded blocks, transitions
*/
div.rules, div.post, .panel, .cp-mini, ul.topiclist li {
    /* background: url(./styles/art_elegance_lime/theme/images/hdr2_br.gif) bottom right no-repeat, url(./styles/art_elegance_lime/theme/images/hdr2_bl.gif) bottom left no-repeat, url(./styles/art_elegance_lime/theme/images/hdr2_tr.gif) top right no-repeat, url(./styles/art_elegance_lime/theme/images/hdr2_tl.gif) 0 0 no-repeat, url(./styles/art_elegance_lime/theme/images/hdr2_r.gif) top right repeat-y, url(./styles/art_elegance_lime/theme/images/hdr2_l.gif) top left repeat-y, url(./styles/art_elegance_lime/theme/images/hdr2_b.gif) bottom left repeat-x, #f4f4f4 url(./styles/art_elegance_lime/theme/images/hdr2_t.gif) 0 0 repeat-x;*/
}
.old-ie div.old-ie-wrap-2, .old-ie .old-ie-wrap-2, .old-ie ul.topiclist li {
    padding: 0 !important;
    /*background: #f4f4f4 url(./styles/art_elegance_lime/theme/images/hdr2_t.gif) 0 0 repeat-x;*/
}
.old-ie .hdr2-1 {
    margin: 0;
    padding: 0;
    /*background: url(./styles/art_elegance_lime/theme/images/hdr2_b.gif) bottom left repeat-x;*/
}
.old-ie .hdr2-2 {
    margin: 0;
    padding: 0;
    /*background: url(./styles/art_elegance_lime/theme/images/hdr2_l.gif) top left repeat-y;*/
}
.old-ie .hdr2-3 {
    margin: 0;
    padding: 0;
    /*background: url(./styles/art_elegance_lime/theme/images/hdr2_r.gif) top right repeat-y;*/
}
.old-ie .hdr2-4 {
    margin: 0;
    padding: 0;
    /*background: url(./styles/art_elegance_lime/theme/images/hdr2_tl.gif) 0 0 no-repeat;*/
}
.old-ie .hdr2-5 {
    margin: 0;
    padding: 0;
    /*background: url(./styles/art_elegance_lime/theme/images/hdr2_tr.gif) top right no-repeat;*/
}
.old-ie .hdr2-6 {
    margin: 0;
    padding: 0;
    /*background: url(./styles/art_elegance_lime/theme/images/hdr2_bl.gif) bottom left no-repeat;*/
}
.old-ie .hdr2-last {
    margin: 0;
    padding: 5px;
    /*background: url(./styles/art_elegance_lime/theme/images/hdr2_br.gif) bottom right no-repeat;*/
}
div.forabg, div.forumbg, div.panel-wrapper {
    /*background: url(./styles/art_elegance_lime/theme/images/hdr1_br.gif) bottom right no-repeat, url(./styles/art_elegance_lime/theme/images/hdr1_bl.gif) bottom left no-repeat, url(./styles/art_elegance_lime/theme/images/hdr1_tr.gif) top right no-repeat, url(./styles/art_elegance_lime/theme/images/hdr1_tl.gif) top left no-repeat, url(./styles/art_elegance_lime/theme/images/hdr1_b.gif) bottom left repeat-x, url(./styles/art_elegance_lime/theme/images/hdr1_t.gif) top left repeat-x;*/
    background: linear-gradient(#A6D668, #D7F4B3);
	border-radius: 4px;
	padding: 0px 4px 4px;
}

ul.topiclist.topiclist_bg li.header {background-color:#A6D669; padding: 0 8px; border-radius: 7px 7px 0 0;margin-top:15px}

.old-ie div.old-ie-wrap-1 {
    padding: 0;
    /*background: url(./styles/art_elegance_lime/theme/images/hdr1_t.gif) top left repeat-x;*/
}
.old-ie .hdr1-1 {
    margin: 0;
    padding: 0;
    /*background: url(./styles/art_elegance_lime/theme/images/hdr1_b.gif) bottom left repeat-x;*/
}
.old-ie .hdr1-2 {
    margin: 0;
    padding: 0;
    /*background: url(./styles/art_elegance_lime/theme/images/hdr1_tl.gif) top left no-repeat;*/
}
.old-ie .hdr1-3 {
    margin: 0;
    padding: 0;
    background: url(./styles/art_elegance_lime/theme/images/hdr1_tr.gif) top right no-repeat;
}
.old-ie .hdr1-4 {
    margin: 0;
    padding: 0;
    /*background: url(./styles/art_elegance_lime/theme/images/hdr1_bl.gif) bottom left no-repeat;*/
}
.old-ie .hdr1-5 {
    margin: 0;
    padding: 6px;
    /*background: url(./styles/art_elegance_lime/theme/images/hdr1_br.gif) bottom right no-repeat;*/
}

.corners-top, .corners-bottom { display: none; }

.profile-icons {
    opacity: 0;
}
.profile-icons, div.rules, div.forabg, div.forumbg, div.post, .panel, .cp-mini {
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
}
body.transform img, body.transform .topic-actions, body.transform .profile-icons { opacity: 1; }

/* 
    Arrow links  
*/
a.up		{ background: url(./styles/art_elegance_lime/theme/images/arrow_up.gif) no-repeat left center; }
a.down		{ background: url(./styles/art_elegance_lime/theme/images/arrow_down.gif) no-repeat right center; }
a.left		{ background: url(./styles/art_elegance_lime/theme/images/arrow_left.gif) no-repeat 3px 60%; }
a.right		{ background: url(./styles/art_elegance_lime/theme/images/arrow_right.gif)  no-repeat 95% 60%; }

a.up, a.up:link, a.up:active, a.up:visited {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

a.up:hover {
	background-position: left top;
	background-color: transparent;
}

a.down, a.down:link, a.down:active, a.down:visited {
	padding-right: 10px;
}

a.down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.left, a.left:active, a.left:visited {
	padding-left: 12px;
}

a.left:hover {
	text-decoration: underline;
	background-position: 0 60%;
}

a.right, a.right:active, a.right:visited {
	padding-right: 12px;
}

a.right:hover {
	text-decoration: none;
	background-position: 100% 60%;
}

.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

a.top {
	background: url("./styles/art_elegance_lime/imageset/icon_back_top.gif") no-repeat top left;
	text-decoration: none;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top2 {
	background: url("./styles/art_elegance_lime/imageset/icon_back_top.gif") no-repeat 0 center;
	text-decoration: none;
	padding-left: 14px;
	line-height: 1em;
	margin: 4px 0;
	display: inline-block;
}

a.up, a.down, a.left, a.right, a.top, a.top2, .nav-links {
    transition-property: color, background-position;
    -webkit-transition-property: color, background-position;
    -moz-transition-property: color, background-position;
    -o-transition-property: color, background-position;
    -ms-transition-property: color, background-position;
    transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
}


/*
    Misc stuff
*/
.clear { clear: both; }

.rightside, .right-box { 
    text-align: right;
}

.left-box {
    float: left;
    text-align: left;
    width: auto;
}

p.rightside, li.rightside, ul.rightside, ul.linklist li.rightside, .right-box { 
    float: right; 
    margin-left: 5px;
    margin-right: 0;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

hr {
    background-color: none;
    border: solid 1px transparent;
    border-bottom-color: #ddd;
    border-top-color: #fafafa;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

hr.dashed {
	border-top-style: dashed;
	border-bottom-style: dashed;
}

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
    min-height: 1px;
    overflow: hidden;
}
span.corners-bottom { 
    display: block; 
    clear: both;
}

dl.details {
	font-size: 12px;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #444;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #000;
	float: left;
	width: 65%;
}

/*
    Main blocks without rounded container
*/
/*#page-body h1 {margin: 30px 5px; font-size:18px; color: #1B6F3A; text-decoration: none;}*/

h1, h2 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: normal;
    margin: 20px 5px; font-family: Arial, Tahoma;}
}
/*    Forms   */

fieldset {
    margin: 0;
    padding: 0;
    border-width: 0;
}
fieldset.display-options { 
    margin: 5px 0;
    text-align: center; 
}

/*
    Errors
*/
.error {
	color: #cb5129;
	font-weight: bold;
	font-size: 12px;
}

/*
    Old browser
*/
#old-browser {
    text-align: center;
    padding: 4px;
    color: #000;
    background-color: #fad685;
}
#old-browser a { color: #000 !important; }
/*
    Header and footer
*/
#header {
    margin: 0; position:relative;
	background-size: cover;
    background: #73a142 url(./styles/art_elegance_lime/theme/images/headers/pole.jpg) top center;
    text-align: center;
	height: 166px;
	border-radius: 7px 7px 0 0;
/*	color: #F2FDE6;*/
}

#header > a {position: relative;  top: 10px; left: -10px;
    padding: 0;
    line-height: 1em;
    font-size: 1px;
    text-decoration: none;
    border-width: 0;
}
#header > a > img { margin: 0; max-width:100%; padding: 0;  opacity: 1 !important; height:auto; }
#header > p, #header > h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.4em;
}


#header > strong {color: #F2FFCF; text-align: left;position: absolute;top: 68px;right: 21%; text-shadow: rgba(255, 255, 255, 0.3) 2px 2px 2px; font: italic 20px Arial,Tahoma;}
#menu_bar { width: 99%; margin:0; clear:both; position: absolute; bottom: 4px; max-width:960px; white-space:nowrap; overflow:hidden; text-align:left; height:20px;box-sizing:border-box;padding: 0 10px; line-height: 1.6em;}
#menu_bar A {color:#D5FEB3; margin: 0 25px 0 0; text-decoration: none; font-size: 17px; float:left; font-style: italic; font-family: arial, Tahoma;}
#menu_bar A:hover { color: #ADDA74; text-decoration:underline;}
#menu_bar A.topmenuright  {color: #F69921; font-size: 13px; font-style:normal; float: right; margin: 0; display: block; }
#menu_bar A.topmenuright:hover {color: #E5711D; text-decoration: underline;}

.nv {display:none}

#page-header {
    background: linear-gradient(#D7F4B3, #ACD670);
    border-radius: 0 0 7px 7px;
}

#nav-header {
    font-size: 12px;
    line-height: 1em;
    text-align: left;
    height: auto;
    min-height:38px;
	box-sizing: border-box;
	padding-top: 8px;
}
#nav-header a, #nav-header a:visited {
    display: inline-block;
    position: relative;
    margin: 0;
    margin: -3px 0 0 7px;
    padding: 5px 10px;
    font-size: 12px;
    color: #4e7a20; color: #EB8400;
    background: #e7ffc9; border-radius: 4px; border: solid 1px #A6D668;
    text-decoration: none;
}
#nav-header a:hover, #nav-header a.new {background: #F0FFDD;  border: solid 1px #81B044; color: #FF9E22;}

#nav-header a:hover span, #nav-header a.new span { /*background-position: 0 -40px;*/ }
#nav-header strong { font-weight: normal; }


#search-box {
    float: right; margin-top: 4px; margin-right: 6px; background: #f9fff2 url(./styles/art_elegance_lime/theme/images/search2_icon.png) 6px 6px no-repeat; padding: 2px 0 1px 23px; border-radius: 4px; border: solid 1px #A6D668;
}
.old-ie #search-box {
    background: url(./styles/art_elegance_lime/theme/images/search2.png) center left no-repeat; padding-left: 10px; width: 194px;
}
#search-box form { 
    display: inline; 
    border-width: 0; margin: 0; padding: 0;
}
.old-ie #search-box input[type="text"] {
    margin-top: 3px;
}
#search-box input[type="text"] {
    margin: 0; padding: 4px 3px; border-width: 0; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; background: transparent; height: 16px; width: 140px; line-height: 1em; font-size: 12px; color: #639a28; outline-style: none; -webkit-appearance: none;
}
#search-box input[type="text"]:hover, #search-box input[type="text"]:focus {
    color: #58802d;
}
.browser-ie #search-box {
    padding-top: 2px;
}
.browser-ie #search-box input[type="text"] {
    height: 14px;
}

/*
    Footer
*/
#footer {
	text-align: center;
	font-size: 11px;
	color: #444;
	margin: 0 0px;
}

#footer div.copyright {
	padding: 10px 0;
    /*color: rgba(255, 255, 255, 0.8); text-shadow: rgba(0, 0, 0, 0.1) 1px 2px 1px;*/

}
/*#footer .copyright:after {
	content: '';
	display: block;
	clear: both;
}*/
#footer .copyright a {
    /*color: rgba(255, 255, 255, 0.8); text-decoration: underline;*/
    white-space:nowrap;
    display:inline-block;
    padding:10px 15px;
    
}
.old-ie #footer .copyright, .old-ie #footer .copyright a, .old-ie #footer .copyright a:visited {
    color: #eee;
}
#footer .copyright a:hover, #footer .copyright strong a {
    /*color: #fff;*/ text-decoration: underline;
}

body.simple .copyright {
    text-align: center; color: #444; font-size: 11px;
}

.copyright .copy-left {
    float: left; text-align: left; padding-left: 8px;
}
.copyright .copy-right {
    float: right; text-align: right; padding-right: 8px;
}

/*
    Wrapper
*/
#page-body { 
    padding: 0 0 10px; background: url(./styles/art_elegance_lime/theme/images/content_top.png) 0 -1px repeat-x;
}

body.simple #page-body { 
    padding: 0 6px; 
    background: none; border-top-width: 0;
}
#page-body > p, .section-index #page-body > form { margin: 6px 4px; }
#page-body > p.rightside { margin: 0; }
body.simple #page-body > h2.solo {
    margin-top: 10px;
}

.container-block {
    background: url(./styles/art_elegance_lime/theme/images/content_top.png) top left repeat-x, url(./styles/art_elegance_lime/theme/images/content_bottom.png) bottom left repeat-x;
}

/*
    Navigation
*/
.nav-links {
    text-align: left; color: #888; border-top:solid 1px #fff;
}
.nav-links:hover { background-position: 8px 51%; }
.nav-links .rightside { float: right; }
.nav-links .time { color: #444; }


.nav-links a, .nav-links b { font-weight:400;font-family: Tahoma, Verdana; line-height: 1.5em; color: #687521;}
#page-header .nav-links a:before, #page-header .nav-links b:before {text-decoration:none; content:'›'; margin-right:0.4rem;display:inline-block;margin-left:4px}


#page-header .nav-links {margin: 0px 10px 0 10px; padding: 8px 0px 8px 0px}


#footer .nav-links a:not(:first-child):before {content: "•"; display:inline-block; margin-right: 7px;}
#footer .nav-links .rightside + a:before {content: ""}
#footer .nav-links a { padding: 7px 4px; display: inline-block;}

.nav-extra { float: right; font-size: 11px; margin: 8px; color: #888;}

#footer .nav-links {
	padding: 0 4px;margin:0;
    background:linear-gradient(#E6FBCD, #D7F4B3);
	padding: 0 8px
	margin:0;
	text-align: left;
	color: #888;
	border:none;
}
#footer .nav-links:after {
	content: "";
	clear:both;
	display:block;
}
#page-body .nav-extra { margin-right: 6px; }

/*
    Rules
*/
div.rules {
    margin: 0 4px 15px;
    padding: 8px 14px;
    background: #F7CEDF;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-shadow: none;
}
div.rules .inner > strong { 
    color: #962A57; 
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 14px;
    /*font-weight: normal;*/
    line-height: 1.4em;
}
div.rules .inner { color: #962A57;}
#information {
    text-align: center;
    padding: 20px;
}

/*
	Link to switch to mobile style
*/
.mobile-style-switch a {
	padding: 5px 10px 6px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #f8f8f8;
	box-shadow: #fff 0 0 0 1px inset;
}
/* Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
}

input[type="text"], input[type="password"], select, textarea {
	font-weight: normal;
    background: #f2f2f2;
    color: #000;
    outline-style: none;
    border: solid 1px #d4d4d4;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    line-height: auto;
    font-size: 12px;
    transition-property: border-color, background-color, color;
    -webkit-transition-property: border-color, background-color, color;
    -moz-transition-property: border-color, background-color, color;
    -o-transition-property: border-color, background-color, color;
    -ms-transition-property: border-color, background-color, color;
    transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
}

input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover {
    color: #444;
    border-color: #80cf66;
    background-color: #f8f8f8;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    border-color: #80cf66;
    background-color: #fafafa;
    color: #000;
}


input {
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 12px;
}

select {
	cursor: pointer;
	vertical-align: middle;
	padding: 3px;
	max-width: 400px;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: #888;
}

textarea {
	width: 60%;
	padding: 2px;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.fields1 dt {
	width: 26%;
	border-right-width: 0;
	white-space:nowrap;
}

fieldset.fields1 dd {
	margin-left: 27%;
	border-left-width: 0;
}

fieldset.fields1 {
	background-color: transparent;
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
	margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */
dt label {
	font-weight: bold;
	color: #444;
	font-size: 12px;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	text-align: left;
}

dd label {
	
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

#timezone {
	width: 95%;
}

/* Quick-login on index page */
fieldset.quick-login {
	margin-top: 5px; line-height: 2.5em;
}

fieldset.quick-login input {
	width: auto;
}

fieldset.quick-login input.inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
	text-align: center;
	margin: 3px 0 5px 0;
}

fieldset.display-options label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.display-options a {
	margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
fieldset.jumpbox {
	text-align: right;
	margin-top: 15px;
	height: 2.5em;
}

fieldset.quickmod {
	width: 50%;
	float: right;
	text-align: right;
	height: auto;
}

/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size:14px;
}

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

/* Buttons used in the editor */
#format-buttons {
	margin: 15px 0 2px 0;
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

/* Main message box */
#message-box {
	width: 80%;
}

#message-box textarea {
	width: 100%;
}

/* Emoticons panel */
#smiley-box {
	width: 17%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	padding: 3px 8px;
	cursor: text;
}

input.inputbox	{ width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 150px; }

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */
/*input.button1, input.button2 {
	font-size: 1em;
}*/

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding: 3px 30px;
	font-size: 14px;
	background-color:#f2f2f2;
	border: solid 1px #d4d4d4;
	border-radius:6px;
	display:inline-block;
	color:#6faa30;
	font-weight:bold;
}
input.button2, a.button2 {
	margin:5px 0;
	padding: 4px 8px;

	border: 1px solid #d4d4d4;
    background: #f2f2f2;
	color: #444;
    font-size:1em;
    font-weight:normal;
}
/*.browser-webkit a.button1, .browser-webkit input.button1, .browser-webkit input.button3, .browser-webkit a.button2, .browser-webkit input.button2 {
    padding-top: 2px;
    padding-bottom: 2px;
}
.browser-ie a.button1, .browser-ie input.button1, .browser-ie input.button3, .browser-ie a.button2, .browser-ie input.button2 {
    padding: 4px 6px;
}*/

/*a.button1, input.button1 {
	font-weight: bold;
	color: #6faa30;
    background: #f2f2f2;
    border: solid 1px #d4d4d4;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	font-variant: small-caps;
}*/

/* Alternative button */
/*a.button2, input.button2, input.button3 {
	border: 1px solid #d4d4d4;
    background: #f2f2f2;
	color: #444;
	padding-left: 6px;
	padding-right: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size:1em;
    font-weight:normal;
}
*/
/* <a> button in the style of the form buttons */
/*a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #6faa30;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
}*/

/* Hover states */
/*a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
    color: #cb5129;
    border-color: #d7bbb2;
    background-color: #f8f8f8;
}
*/
input.disabled {
	font-weight: normal;
	color: #666;
}

/* Topic and forum Search */
.search-box {
	margin-top: 2px;
	margin-left: 5px;
	float: left;
}
.search-box .button2 {margin:0}
.search-box input {
}

input.search {
	background-image: url("./styles/art_elegance_lime/theme/images/search_mini.gif");
	background-repeat: no-repeat;
	background-position: 7px 5px;
	padding-left: 25px;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}

/* Animated buttons */
.search-box input.button2 {
    opacity: 0;
    transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
}
.search-box:hover input.button2, .search-box.focus input.button2 {
    opacity: 1;
}
/*
    Website index, forum view
*/

div.forabg, div.forumbg, .panel, .post {
    clear: both;
}

ul.linklist {
  /* Removes whitespace */
  margin: 4px 4px;
  padding: 0;
}

ul.linklist li {
  box-sizing: border-box;
  display: inline-block;  
  vertical-align: top;
  /* Custom styling follows… */
  
  margin-right: 5px;
  padding:4px;
}

div.forabg, div.forumbg {
    margin: 4px 0 6px;
}
.old-ie .forabg, .old-ie .forumbg, .old-ie .panel, .old-ie .post, .old-ie .rules {
    zoom: 1;
}

ul.topiclist {
    display: block;
    clear: both;
    list-style-type: none;
    margin: 0;

}
ul.topiclist.forums, ul.topiclist.topics {
    background: linear-gradient(rgb(238,249,253), #fff);
}
ul.topiclist li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 2px 3px;
    border-bottom: solid 1px #D4F3AF;
	color: #657691;
}
ul.topiclist.forums li {padding: 5px 3px; position:relative;}
ul.topiclist.forums li dl.icon {background-position: 7px 50%}
ul.topiclist.forums dt {color:#808080;font-size:12px}
ul.topiclist li.row:hover {
	background-color: #E3F8FF;/*#EBF7DE;*/ 
}
ul.topiclist li.row:hover a.forumtitle, ul.topiclist li.row:hover a.topictitle  {
	color: #D39500;
	text-decoration:underline;
}

ul.topiclist li.header {
    margin: 2px 4px 4px;
    padding: 3px 0 2px;
    /*border: solid 1px #d3d3d3;*/
    /*background: #77ab40 url(./styles/art_elegance_lime/theme/images/th.gif) 0 0 repeat-x;*/
    /*border-radius: 6px; 
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;*/
    text-shadow: 2px 2px 3px rgb(0,0,0,.3);
    font-family: 'Droid Sans', Verdana;
	color: #84B63F;  color: #689031;
	border:none;
}
ul.topiclist li.header a, ul.topiclist li.header a:visited, ul.topiclist li.header dt { 
    color: #fff;
    text-decoration: none;
}
ul.topiclist li.header a:hover, ul.topiclist li.header a:active {
    /*color: #84B63F;  color: #689031;*/
    text-decoration:underline;
}
ul.topiclist li.header dt, ul.topiclist li.header dd {
    font-size: 12px;
    line-height: 1.2em;
}
ul.topiclist li.header dt {font-size: 14px}

.old-ie li.header, .old-ie li.header a {
    color: #fff !important;
}

ul.topiclist dl { 
    overflow: hidden; 
    position: relative;
}
ul.topiclist li.row dl, ul.topiclist li.header dl {
	padding: 0px 0;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	
	position:relative;
	
}
ul.topiclist dt {
	display: block;
	float: left;
	width: 66%;
	padding-left: 5px;
	padding-right: 5px;
}
/*количество постов в списке форумов. Отображается только на мобильной версии*/
.num_replies {display:none; position: absolute; bottom:0; right:0; color: #aaa; background: #eee; padding: 2px 6px 0px; border-radius: 13px; border: solid 0px #ddd}

ul.topiclist dd {
	display: block;
	float: left;
	padding: 4px 0;
	border-left: 1px solid #eee;
    transition: border-left-color 0.25s ease;
    -webkit-transition: border-left-color 0.25s ease;
    -moz-transition: border-left-color 0.25s ease;
    -o-transition: border-left-color 0.25s ease;
    -ms-transition: border-left-color 0.25s ease;
}
ul.topiclist li:hover dd {
	border-left-color: #d8d8d8;
}

ul.topiclist dfn {
	/* Labels for post/view counts */
	position: absolute;
	left: -999px;
	width: 990px;
}

ul.topiclist li.row dt a.subforum {
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}

ul.topiclist li.row dt a.subforum.read {
	background-image: url("./styles/art_elegance_lime/imageset/icon_topic_latest.gif");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("./styles/art_elegance_lime/imageset/icon_topic_newest.gif");
}

.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

.feed-icon-forum {
    float: right;
    display: block;
    width: 18px;
    height: 18px;
    background: url(./styles/art_elegance_lime/theme/images/rss.png) 0 0 no-repeat;
}
.feed-icon-forum:hover { background-position: 0 -20px; }
.feed-icon-forum span { display: none; }

li.row {
}

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

li.header dt, li.header dd {
    color: #fff !important;
	line-height: 1em;
	border-left-width: 0;
	margin: 0;
	padding: 4px 0;
}
.old-ie li.header dt, .old-ie li.header dd {
    color: #fff;
}
li.header dl {
	min-height: 0;
	padding-left: 0; /* 6px */
}

li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 8px;
	padding-right: 50px;
}

/* Forum list column styles */
dl.icon {
	min-height: 35px;
	background-position: 9px 50%;		/* Position of folder icon */
	
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
	font-size: 11px;
	line-height: 1.3em;
	margin-top:2px;
}
dl.icon dt div.extra {
    float: right;
    padding-top: 4px;
}

dd.topics, dd.views, dd.posts {
	text-align: center;
	line-height: 2.2em;
	font-size: 12px;
}
dd.views {width: 9%; min-width:83px;} 
dd.posts {width: 10%; min-width:78px;}
dd.lastpost {width:9%; min-width:153px}
dd.topics {	width: 7%;min-width:65px}
dd.views, dd.topics, dd.lastpost, dd.posts, .topiclist dt, .topiclist li, .topiclist dl.icon {box-sizing:border-box}



a.forumtitle, a.topictitle {
    line-height: 1.1em;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    color:#2d7f6f;
	font-size: 16px;
    
    display: inline-block;
    padding:3px 0
}
a.forumtitle {font-size:17px}


/*.unread a.forumtitle, .unread a.forumtitle:visited, 
.unread a.topictitle, .unread a.topictitle:visited, 
.reported a.topictitle, .reported a.topictitle:visited,
.unapproved a.topictitle, .unapproved a.topictitle:visited { 
    color: #105289; color: #3A6123; 
}
.unread a.forumtitle:hover, .unread a.topictitle:hover, 
.reported a.topictitle:hover, .unapproved a.topictitle:hover  { 
color: #734C23;
}
*/

/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
}
dd.lastpost {font-size:11px;}
dd.lastpost span a {color: #725220}
dd.lastpost span a:hover {text-decoration:underline}

dd.redirect {
	font-size: 12px;
	line-height: 2.5em;
}

dd.redirect.empty {
    display: none;
}

dd.moderation {
	font-size: 11px;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}

dd.time {
	width: auto;
	line-height: 200%;
	font-size: 11px;
}

dd.extra {
	width: 12%;
	line-height: 200%;
	text-align: center;
	font-size: 11px;
}

dd.mark {
	float: right !important;
	width: 9%;
	text-align: center;
	line-height: 200%;
	font-size: 11px;
}

dd.info {
	width: 30%;
}

dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
	font-size: 11px;
}

dd.searchby {
	width: 47%;
	font-size: 11px;
	line-height: 1em;
}

ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	font-size: 11px;
	color: #000;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

/* Container for post/reply buttons */
.topic-actions {
	margin-bottom: 3px;
	font-size: 11px;
	height: 28px;
	min-height: 28px;
}
div[class].topic-actions {
	height: auto;
}

/* Buttons */
.buttons {
    float: left;
    margin-left:4px;
    margin-bottom:6px;
}
.buttons div {
	float: left;
	margin: 0 5px 0 0;
	background-position: 0 100%;
}
.old-ie .buttons div {
    margin-left: 10px;
}
/*.buttons div a {
    font-size: 13px;
    line-height: 1em;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
    padding: 6px 12px 0 2px;
    height: 20px;
    text-decoration: none;
    text-align: center;
    text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
}*/
.browser-ie .buttons div a {
    line-height: 21.49px;
    padding-top: 2px;
    height: 24px;
}
.buttons div.locked-icon a, .buttons div.locked-icon a:visited { color: #888; }
.buttons div.locked-icon a:hover { color: #cb5129; }
.buttons div.locked-icon a:active { color: #cc5229; }

.buttons div a, .buttons div a:hover, .buttons div a:active {
    text-decoration: none;
    border-width: 0;
    outline-style: none;
}
.buttons div a span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 10px;
    /*background: url(./styles/art_elegance_lime/theme/images/buttons.png) top left no-repeat;*/
}

/*.buttons .post-icon a, .buttons .reply-icon a {*/
.buttons div a {
    
    white-space: nowrap;
    
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 6px 12px 0 0px;
    height: 20px;

	border: solid 1px #D8EAA0;
	background: linear-gradient(#F8F9E3 20%, #9AC750 100%);
	border-radius: 4px;
	line-height: normal;
	color: #55813C;
	

	height: 20px;
	line-height: 11px;
	
	font-size: 13px;
	text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;

	
	
}
.buttons div a:before {
	content: '\f144';
	font-family: fontello;
	font-size: 1.5em;
	color: #fff;
	width: 30px;
	text-align: center;
	display: inline-block;
}
.buttons div a:hover {
	border:solid 1px #D8EAA0;
	background: linear-gradient(#D5EDAF, #96C555);
	background-position:0 0;
	color:#fff;
}


/*.buttons div a:hover {
    background-position: right -30px;
}*/
.buttons div a:active {
    background-position: right bottom;
}
.buttons div a:hover span {
    background-position: left -30px;
}
.buttons div a:active span {
    background-position: left bottom;
}


/* Pagination
---------------------------------------- */
.pagination {
	width: auto;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 3px;
	line-height: 25px;
	/*float: right;*/
	
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 1px 3px;
	margin: 0 2px;
	font-weight: normal;
    border: 1px solid #CC9966;
    border-radius: 3px;
    background-color: #F69921;
    color: #fff;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	margin: 0 2px;
	padding: 1px 3px;
    border: solid 1px #ccc;
    color: #996600;
    background-color: #FEE8BA;
	line-height: 1.5em;
	border-radius: 3px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.row .pagination span a, li.pagination span a {
    background-color: #f0f5f0;
    font-size: 10px;
    
}

.pagination span a:hover {
    border-color: #d18f79;
    background-color: #F69921;
    color: #fff;
}
.pagination span a:active {
    border-color: #cf9380;
    background-color: #cc5229;
    color: #fff;
}

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
	
	margin-top:-4px
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

/* Login on index */
body.section-index #page-body > form > h3 { display: none; }
/*
    Layout for posts
*/

.post, .panel {
    margin-bottom: 4px;
    padding: 4px;
}
#preview {
    margin-top: 4px;
}
.post > div.inner, .panel > div.inner, .old-ie .post div.inner, .old-ie .panel div.inner-panel {
    padding: 5px 10px; border-radius:5px; background-color:#F3FAED
}
.bg1 > div.inner {background-color:#EDF6FA}
.bg2 > div.inner {background-color:#F3FAED}

.online .inner { background: url("./styles/art_elegance_lime/imageset/ru/icon_user_online.gif") 100% 0 no-repeat; }


.postbody {
	padding: 0;
	line-height: 1.48em;
	width: 76%;
	float: left;
	word-wrap: break-word;
}

.postbody .ignore {
}

.postbody h3.first, .postbody h3.first a {
	/* The first post on the page uses this */
    color: #cb5129 !important;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	padding: 2px 0 0 0;
	margin: 0 0 2px 0 !important;
	text-transform: none;
	border: none;
	line-height: 125%;
	font-weight: normal;
	font-size: 16px;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}
.postbody h3, .postbody h3 a, .postbody h3 a:visited { color: #6faa30; }
.postbody h3 a:hover { color: #cb5129; }

.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}

.postbody .post-header {
	overflow: hidden;
}

.postbody .post-header h3 {
	float: left;
}

.postbody .content {
	font-size: 13px;
}

.search .postbody {
	width: 68%
}

.content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.6em;
	padding-bottom: 1px;
}

.content h2, .panel h2, .panel > div > h3, .panel .content > h3 {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-weight: normal;
	margin: 4px 0;
	padding: 0;
	font-size: 16px;
	color: #6faa30;
}

.postbody > .notice {
    clear: left;
    margin-top: 10px;
    font-size: 11px;
    font-style: italic;
}

/* Poster profile icons
----------------------------------------*/
.post ul.profile-icons li {
    transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
}
.post:hover ul.profile-icons li {
    opacity: 1;
}

ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 2px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	background-position: 0 0;
	opacity: 1;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { 
    display: none; 
}
ul.profile-icons li a:hover { 
    opacity: 0;
}

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 3px 0 5px;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}


/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: url("./styles/art_elegance_lime/imageset/icon_contact_email.gif") top left no-repeat; }
.aim-icon, .aim-icon a			{ background: url("./styles/art_elegance_lime/imageset/icon_contact_aim.gif") top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: url("./styles/art_elegance_lime/imageset/icon_contact_yahoo.gif") top left no-repeat; }
.web-icon, .web-icon a			{ background: url("./styles/art_elegance_lime/imageset/icon_contact_www.gif") top left no-repeat; }
.msnm-icon, .msnm-icon a			{ background: url("./styles/art_elegance_lime/imageset/icon_contact_msnm.gif") top left no-repeat; }
.icq-icon, .icq-icon a			{ background: url("./styles/art_elegance_lime/imageset/icon_contact_icq.gif") top left no-repeat; }
.jabber-icon, .jabber-icon a		{ background: url("./styles/art_elegance_lime/imageset/icon_contact_jabber.gif") top left no-repeat; }
.pm-icon, .pm-icon a				{ background: url("./styles/art_elegance_lime/imageset/icon_contact_pm.gif") top left no-repeat; }
.quote-icon, .quote-icon a		{ background: url("./styles/art_elegance_lime/imageset/ru/icon_post_quote.gif") top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a		{ background: url("./styles/art_elegance_lime/imageset/icon_post_report.gif") top left no-repeat; }
.warn-icon, .warn-icon a			{ background: url("./styles/art_elegance_lime/imageset/icon_user_warn.gif") top left no-repeat; }
.edit-icon, .edit-icon a			{ background: url("./styles/art_elegance_lime/imageset/ru/icon_post_edit.gif") top left no-repeat; }
.delete-icon, .delete-icon a		{ background: url("./styles/art_elegance_lime/imageset/icon_post_delete.gif") top left no-repeat; }
.info-icon, .info-icon a			{ background: url("./styles/art_elegance_lime/imageset/icon_post_info.gif") top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.aim-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.yahoo-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.web-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.msnm-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.icq-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.jabber-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; }
ul.profile-icons li.quote-icon	{ width: 102px; height: 20px; }
ul.profile-icons li.report-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.edit-icon	{ width: 54px; height: 20px; }
ul.profile-icons li.delete-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.info-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.warn-icon	{ width: 20px; height: 20px; }

/* Fix profile icon default margins */
/* ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; } */

/* Post author */
p.author {
	margin: 0;
	padding: 0 0 5px;
	font-size: 11px;
	line-height: 1.2em;
	color: #999;
}
p.author img { margin-right: 4px; }
p.author strong { font-weight: normal; }

/* Post signature */
.signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 11px;
	color: #888;
	border-top: 1px solid #ddd;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
}

dd .signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	margin: 2px 0 10px;
	min-height: 80px;
	color: #999;
	border-left: 1px solid #ddd;
	width: 21%;
	float: right;
	word-wrap: break-word;
}
.postprofile img {display:block; margin: 5px 0;}
.pm .postprofile {
	border-left: 1px solid #ddd;
}

.postprofile dd, .postprofile dt {
	line-height: 1.2em;
	margin-left: 12px;
	font-size: 11px;
}
.postprofile dt {
    font-size: 14px;
    line-height: 1.2em;
    font-family: Verdana, Arial, sans-serif;
}

.postprofile strong {
	font-weight: normal;
	color: #6faa30;
}

.avatar {
	border: none;
	margin-bottom: 3px;
}

/* Poster profile used by search*/
.search .postprofile {
	width: 30%;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
	width: 60% !important;
}

dl.pmlist dt textarea {
	width: 95%;
}

dl.pmlist dd {
	margin-left: 61% !important;
	margin-bottom: 2px;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls dl {
	margin-top: 5px;
	border-top: 1px solid #ddd;
	padding: 5px 0 0 0;
	line-height: 120%;
}

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

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;
	font-size: 1.1em;
}

fieldset.polls dd.resultbar {
	width: 50%;
}

fieldset.polls dd input {
	margin: 2px 0;
}

fieldset.polls dd div {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(255, 255, 255, 0.8);
	font-weight: normal;
	padding: 0 3px;
	overflow: visible;
	min-width: 12px;
	background: #6faa30 url(./styles/art_elegance_lime/theme/images/poll.png) 0 0 repeat-x;
	border: solid 0px transparent;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-top-color: #eee;
}
.old-ie fieldset.polls dd div {
	color: #fff;
}

fieldset.polls dd div.pollbar2 { background-position: 0 -25px; }
fieldset.polls dd div.pollbar3 { background-position: 0 -50px; }
fieldset.polls dd div.pollbar4 { background-position: 0 -75px; }
fieldset.polls dd div.pollbar5 { background-position: 0 -100px; }
fieldset.polls dl.voted dd div { background-position: 0 -125px; }


/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: #e6eef2 url(./styles/art_elegance_lime/theme/images/bb_quote.gif) 7px 8px no-repeat;
	border: 1px solid #ddd;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 13px;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 9px 10px 13px 27px;
	text-indent: 20px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #f7f7f7;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

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

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: normal;
	display: block;
	font-size: 12px;
	color: #999;
}

/*blockquote.uncited {
	padding-top: 25px;
}*/

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #ddd;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0.5em 1px 0 25px;
	font-size: 1em;
}

dl.codebox dt {
	margin-bottom: 3px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	color: #999;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding: 5px 2px 2px;
	font-family: Monaco, "Andale Mono","Courier New", Courier, mono;
	font-size: 13px;
	line-height: 1.3em;
	color: #666;
	margin: 2px 0;
}

.syntaxbg		{ color: #f7f7f7; }
.syntaxcomment	{ color: #888; }
.syntaxdefault	{ color: #444; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }

/* Attachments
----------------------------------------*/
.attachbox {
	float: left;
	width: auto; 
	margin: 5px 5px 5px 0;
	padding: 6px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px dashed #ddd;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	clear: left;
	max-width: 98%;
	max-width: calc(100% - 14px);
	max-width: -moz-calc(100% - 14px);
}

.attachbox dt {
	color: #999;
	font-size: 11px;
}

.attachbox dd {
	margin-top: 4px;
	padding-top: 4px;
	clear: left;
	border-top: 1px solid #ddd;
}

.attachbox dd dd {
	border: none;
}

.attachbox p {
	line-height: 110%;
	font-weight: normal;
	clear: left;
}

.attachbox p.stats
{
	line-height: 110%;
	font-weight: normal;
	clear: left;
}

.attach-image {
	margin: 3px 0;
	width: 100%;
	max-height: 350px;
	overflow: auto;
}

.attach-image img {
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
	display: block;
	margin-bottom: 4px;
}

div.inline-attachment p {
	font-size: 100%;
}

dl.file {
	display: block;
}

dl.file dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

dl.file dd {
	margin: 0;
	padding: 0;	
}

dl.thumbnail img {
	padding: 3px;
	border: 1px solid #ccc;
}

dl.thumbnail dd {
	font-style: italic;
}

.attachbox dl.thumbnail dd {
	font-size: 100%;
}

dl.thumbnail dt a:hover {
}

dl.thumbnail dt a:hover img {
	border: 1px solid #aaa;
}

/*
    Reported / unapproved
*/
p.rules {
    background: rgba(255, 255, 255, 0.3);
    border: solid 2px #efded7;
    border-color: rgba(203, 81, 41,  0.2);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	padding: 6px;
	margin: 5px 10px;
	font-size: 12px;
	line-height: 1.4em;
}
.rules > .inner > strong {display:inline-block; margin-bottom:4px}
.old-ie p.rules {
    background: #f4ebe9;
}
p.rules:hover {
    border-color: rgba(203, 81, 41,  0.5);
}

p.rules img {
	vertical-align: middle;
	padding-top: 2px;
}
p.rules strong { font-weight: normal; }

p.rules a {
	vertical-align: middle;
	clear: both;
}

/*
    Lists bbcode
*/
.content ul, .content ol {
    margin-bottom: 1em;
    margin-left: 3em;
}
.content li {
    list-style-type: inherit;
}

/*
    Post highlight
*/
.posthilit { color: #cb5129; }


/*
	Zoom in image
*/
span.zoom-container {
	position: relative;
	display: inline-block;
	min-height: 34px;
}
span.zoom-image { 
	display: none; 
    transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
	opacity: 0.7;
}
img.zoom + span.zoom-image {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 30px;
	height: 30px;
	background: url("./styles/art_elegance_lime/theme/images/zoom.png") 0 0 no-repeat;
	cursor: pointer;
}
.zoom-container:hover span.zoom-image { opacity: 1; }
img.zoom.zoomed-in + span.zoom-image { 
	background-position: 0 -30px;
	opacity: 0;
}
.zoom-container:hover img.zoom.zoomed-in + span.zoom-image { opacity: 0.7; }
/*
    Layouts for pages not covered in other css files
*/


/* notification */
div#message, #confirm .panel, #agreement .panel {
    margin: 40px 0;
    font-size: 12px;
}
div#message .inner, #confirm .panel .inner, #agreement .panel .inner { 
    padding-bottom: 20px; 
}
div#message h2, #confirm h2, #agreement h2 { 
    margin-left: 0; 
    margin-bottom: 20px; 
}

/*
    UCP tabs
*/
#tabs {
    margin: 10px 0 6px;
}
#navigation, #minitabs {
    margin: 4px 0;
    min-height: 1em;
}
#tabs ul, #navigation ul, #minitabs ul {
    list-style-type: none;
}
#tabs li, #navigation li, #minitabs li {
    display: block;
    float: left;
}
#tabs li a, #navigation li a, #minitabs li a {
    display: block;
    margin: 8px 0;
    padding: 0;
    height: 24px;
    padding-left: 10px;
    background: url(./styles/art_elegance_lime/theme/images/tabs_right.png) top left no-repeat;
    border-width: 0;
    outline-style: none;
    text-decoration: none;
}
#tabs li a span, #navigation li a span, #minitabs li a span {
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    white-space: nowrap;
    padding-top: 6px;
    padding-right: 10px;
    height: 18px;
    background: url(./styles/art_elegance_lime/theme/images/tabs_left.png) top right no-repeat;
    color: #6faa30;
    text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
}
#tabs li a:hover, #tabs li.activetab a, #navigation li a:hover, #navigation li#active-subsection a, #minitabs li a:hover, #minitabs li.activetab a {
    background-position: bottom left;
}
#tabs li a:hover span, #tabs li.activetab a span, #navigation li a:hover span, #navigation li#active-subsection a span, #minitabs li a:hover span, #minitabs li.activetab a span {
    background-position: bottom right;
    color: #cb5129;
}
#tabs li.first a, #navigation li.first a, #minitabs li.first a {
    background-image: url(./styles/art_elegance_lime/theme/images/tabs_left.png);
    padding-left: 14px;
}

#tabs li.last a, #navigation li.last a, #minitabs li.last a {
    background-position: top right;
    padding-right: 14px;
    padding-left: 0;
}
#tabs li.last a span, #navigation li.last a span, #minitabs li.last a span {
    background-image: url(./styles/art_elegance_lime/theme/images/tabs_right.png);
    background-position: top left;
    padding-left: 10px;
    padding-right: 0;
}

#tabs li.last a:hover, #tabs li.activetab.last a, #navigation li.last a:hover, #navigation li#active-subsection.last a, #minitabs li.last a:hover, #minitabs li.activetab.last a {
    background-position: bottom right;
}
#tabs li.last a:hover span, #tabs li.activetab.last a span, #navigation li.last a:hover span, #navigation li#active-subsection.last a span, #minitabs li.last a:hover span, #minitabs li.activetab.last a span {
    background-position: bottom left;
}
#navigation strong, #tabs strong, #minitabs strong { 
    color: #6faa30; 
    font-weight: normal;
}
li.activetab strong, #active-subsection strong,
#navigation a:hover strong, #tabs a:hover strong, #minitabs a:hover strong {
    color: #cb5129;
}



/*
    UCP stuff
*/
div.cp-panel {
    background: none;
    padding: 0;
}
p.linkmcp { color: #444; }

#cp-main > h2, #cp-main > form > h2 {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-weight: normal;
	margin: 8px 0;
	padding: 0;
	font-size: 16px;
	color: #cb5129;
    font-size: 20px;
    font-weight: normal;
    text-shadow: #ddd 2px 3px 1px;
    margin: 14px 2px;
}

#cp-main h3 {
    margin: 6px 0;
}


#cp-main .content {
	padding: 0;
}

#cp-main .panel ol {
	margin-left: 2em;
	font-size: 11px;
}

ul.cplist {
	margin-bottom: 5px;
}

#cp-main table.table1 {
	margin-bottom: 1em;
}

#cp-main .pagination {
	float: right;
	width: auto;
	padding-top: 1px;
}

#cp-main .postbody p {
	font-size: 12px;
}

#cp-main .pm-message {
	border: 1px solid #e2e2e2;
	margin: 10px 0;
	background-color: #fff;
	width: auto;
	float: none;
}

.pm-message h2 {
	padding-bottom: 5px;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
	margin-top: 0;
}

#cp-main .buttons {
	margin-left: 0;
}

#cp-main ul.linklist {
	margin: 0;
}

/* MCP Specific tweaks */
.mcp-main .postbody {
	width: 100%;
}

div.panel dl.panel, div.panel dl.panel .hdr2-last {
    padding: 10px;
}


/* Friends list */
.cp-mini {
	background-color: #f9f9f9;
	padding: 0 5px;
	margin: 5px 5px 0 0;
	float: left;
}

.cp-mini .inner {
    padding: 7px 5px;
}

dl.mini dt {
	font-weight: normal;
	color: #000;
	font-size: 14px;
	line-height: 1.3em;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    padding: 4px 0;
}

dl.mini dd {
	padding-top: 4px;
}

.friend-online {
	font-weight: bold;
}

.friend-offline {
	font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
	line-height: 2.5em;
}

/* PM panel adjustments */
.reply-all {
	display: block; 
	padding-top: 4px; 
	clear: both;
	float: left;
}

.pm-return-to {
	padding-top: 23px;
}

#cp-main .pm-message-nav {
	margin: 0; 
	padding: 2px 10px 5px 10px; 
}

/* PM Message history */
.current {
	color: #888;
}

/* Defined rules list for PM options */
ol.def-rules {
	padding-left: 0;
}

ol.def-rules li {
	line-height: 180%;
	padding: 1px;
}

/* PM marking colours */
.pmlist li.bg1, .pmlist li.bg2 {
	margin: 2px;
}

.pmlist li.bg1 dl, .pmlist li.bg2 dl {
    border: solid 1px #e8e8e8;
    border-color: rgba(214, 214, 214, 0.5);
	border-width: 0 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.pmlist li.pm_message_reported_colour dl, .pm_message_reported_colour {
	border-color: #cb5129;
}

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

.pmlist li.pm_replied_colour dl, .pm_replied_colour {
	border-color: #6faa30;
}

.pmlist li.pm_friend_colour dl, .pm_friend_colour {
	border-color: #30ab57;
}

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



.pm-legend {
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	margin-bottom: 3px;
	padding-left: 3px;
}

/* Avatar gallery */
#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	background: #f8f8f8;
	border: 1px solid #ccc;
	text-align: center;
}

#gallery label:hover {
	border-color: #cf8066;
}

/* Topic review panel
----------------------------------------*/
#review {
	margin-top: 2em;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	color: #6faa30;
}

#topicreview {
	padding-right: 5px;
	overflow: auto;
	height: 300px;
}

#topicreview .postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}

#topicreview .post {
	height: auto;
}

#topicreview h2 {
	border-bottom-width: 0;
}

.post-ignore .postbody {
	display: none;
}

/* MCP Post details
----------------------------------------*/
#post_details
{
	/* This will only work in IE7+, plus the others */
	overflow: auto;
	max-height: 300px;
}

#expand
{
	clear: both;
}


/* FAQ */
dl.faq {
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

dl.faq dt {
	font-weight: normal;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 14px;
	color: #cb5129;
	line-height: 1.4em;
}
dl.faq dt strong { font-weight: normal; }

.content dl.faq {
	font-size: 12px;
	margin-bottom: 0.5em;
}

.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}


/* Table styles
----------------------------------------*/
table.table1 {
    width: 100%;
}

#ucp-main table.table1 {
	margin: 2px;
}

table.table1 th {
	font-weight: normal;
    border: solid 1px #d3d3d3;
    background: #77ab40 url(./styles/art_elegance_lime/theme/images/th.gif) 0 0 repeat-x;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-family: 'Droid Sans', Verdana;
    line-height: 1.2em;
    padding: 3px 4px;
}
table.table1 thead th a, table.table1 thead th a:visited {
    color: rgba(255, 255, 255, 0.8);
}
.old-ie table.table1 th, .old-ie table.table1 thead th a, .old-ie table.table1 thead th a:visited {
    color: #fff;
}
table.table1 thead th a:hover {
    color: #fff;
}

table.table1 thead th span {
	padding-left: 7px;
}

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

table.table1 td {
	font-size: 12px;
	padding: 4px;
	border: 1px solid #e8e8e8;
	border-color: rgba(214, 214, 214, 0.5);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center !important; width: 7%; }
table.table1 .joined	{ text-align: left; width: 15%; }
table.table1 .active	{ text-align: left; width: 15%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000;
	font-weight: normal;
}

/* Jump to post link for now */
ul.searchresults {
	list-style: none;
	text-align: right;
	clear: both;
}
.post ul.searchresults {
    width: 68%;
    clear: left;
}

/* Close popup */
body.simple #page-body > a { 
    display: block;
    text-align: center; 
    margin: 4px;
}

/* Login form */
form#login, form#register {
    margin-top: 20px;
}


/*
    Dropdown tabs
*/
#tabs { overflow: visible; }
div.dropdown-tabs {
    position: relative;
    float: left;
    margin: 0;
    margin-right: 16px;
    padding: 0;
    padding-left: 12px;
    height: 24px;
    background: url(./styles/art_elegance_lime/theme/images/tabs_left.png) top left no-repeat;
}
div.dropdown-tabs > a {
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    white-space: nowrap;
    margin: 0;
    margin-right: -10px;
    padding-top: 6px;
    padding-right: 24px;
    height: 18px;
    color: #6faa30;
    text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
    background: url(./styles/art_elegance_lime/theme/images/tabs_popup.png) top right no-repeat;
}
div.dropdown-tabs:hover { background-position: bottom left; }
div.dropdown-tabs:hover > a { background-position: bottom right; color: #cb5129; }
div.dropdown-tabs > ul { 
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 2;
    background: #f8f8f8;
    padding: 0;
    border: solid 1px #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
div.dropdown-tabs:hover > ul { display: block; }
.dropdown-tabs li a, .dropdown-tabs span,
#tabs .dropdown-tabs li a, #tabs .dropdown-tabs li a span { 
    background: none;
    margin: 0;
    padding: 0;
    line-height: 1em;
    height: auto;
}
.dropdown-tabs li a, #tabs div.dropdown-tabs ul li a {
    padding: 8px 6px;
}
.dropdown-tabs li, #tabs .dropdown-tabs li { 
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #ddd;
}
.dropdown-tabs li:first-child, #tabs .dropdown-tabs li:first-child { border-top-width: 0; }
.dropdown-tabs li:last-child, #tabs .dropdown-tabs li:last-child { border-bottom-width: 0; }
.cp-mini dl.mini { max-height: 140px; overflow: auto; }
@media only screen and (max-width: 700px), only screen and (max-device-width: 750px)
{
	body { min-width: 320px; margin:0 auto; padding:0;}
    /* увеличение шрифтов в постах */
    .postbody .content {font-size: 16px;}
    .postbody h3 {font-size: 18px;}
    blockquote {font-size: 14px;}
	/* navigation */
	.responsive-menu, .num_replies { display: block !important; }
	#page-header { position: relative; }
	.menu-buttons { display: none; position: absolute; top: 34px; left: 8px; background: #e2e2e2; padding: 0 5px; border: 1px solid #bbb; border-radius: 5px; z-index: 2; box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset; background-image: -webkit-linear-gradient(top, #f4f4f4, #e2e2e2); background-image: linear-gradient(to bottom, #f4f4f4, #e2e2e2);}
	
	#nav-header {padding-top:4px}
	#nav-header a.arrow {padding:7px 12px 8px; margin-top:0;}
	#nav-header .menu-buttons a {margin: 12px 8px; display:block}

	#wrap {padding:0px; margin:0; width:100%}
	
	div.forabg, div.forumbg, div.panel-wrapper {padding-left:3px; padding-right:3px} /* убираем отступы слева и справа */
	#header, #page-header {border-radius:0} /* убираем скругление в шапке */
	h1 {padding: 0 5px } /* добавил отступ для h1, т.к. заголовки были вплотную к краю */

	.fp_txt {float:none; margin: 0 auto 10px; min-height:72px}
	#fp_b .fpt1, #fp_b .fpt2, #fp_b .fpt3 {width:70%}

	fieldset.fields1 dt {width:100%}
	fieldset.fields1 dd {margin-left:0}
	fieldset dd {margin-bottom:8px}
	
	fieldset.quickmod { width: auto; }
	fieldset.fields2 dt, fieldset.fields2 dd, fieldset dt, fieldset dd, fieldset.fields1 dt, fieldset.fields1 dd {
		float: none;
		width: auto;
		margin: 5px 0;
	}
	fieldset.fields2 dd, fieldset dd, fieldset.fields1 dd { padding-left: 20px; }
	
	select { max-width: 220px; padding: 4px; margin: 4px 0;}
	dd label { white-space: normal; }
	
	fieldset.fields2 dt, fieldset.fields2 dd, fieldset dt, fieldset dd, fieldset.fields1 dt, fieldset.fields1 dd {
		float: none;
		width: auto;
		margin: 3px 0;
	}
	fieldset.fields2 dd, fieldset dd, fieldset.fields1 dd { padding-left: 20px; }
	dl.pmlist dt { width: auto !important; }
	dl.pmlist dd { margin-left: 0 !important; }
	dl label {line-height:1.5em}

	/* posting form */
	#smiley-box, #message-box {
		float: none;
		width: auto;
	}
	#message-box textarea, input.inputbox { 
		width: 98%; 
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#search-box input.inputbox {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
	.autowidth { width: 98% !important; max-width: 240px !important; }

	/* forms */
	/*

	*/


	.display-actions select {width:60%}
	


	/* вернули заголовок в центр и отмасштабировали*/
	#header > a {left:0} 
	#header > a > img { max-width: 88%;margin-top: 4px;} 

	#page-body {padding-left:5px; padding-right:5px}
	#footer .nav-links a {display:block;padding:3px 7px}
	#footer .nav-links {padding: 3px 5px}

	#footer .nav-links a:not(:first-child):before {content: "•"; display:inline-block; margin-right: 7px;}
	#footer .nav-links .rightside + a:before {content: "•"}
	#footer .nav-links a:before {content: "•"; display:inline-block; margin-right: 7px}

	ul.topiclist li.row dl {min-height:40px;} /* высота заголовков в списках форумов и тем */
	ul.topiclist li {padding: 3px}
	ul.topiclist.forums li {padding-bottom:7px}
	
	.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active, .pagination span strong {padding: 4px 5px;}
	blockquote {margin-left: 5px; padding-left: 12px;}
	.postbody{ width: 99%;}
	.postprofile {width: 100%}
	
	.search-box, .nav-extra, fieldset.display-options, .mob-hide, ul li.rightside, .topiclist .pagination  {display:none;}

	#nav-header a, #nav-header a:visited {padding: 7px 12px;}
	
	.responsive-menu-hide { text-align: right; }
	fieldset.quickmod {width: 55%; float: none; width: 100%}
	#nav-header.responsive-menu-nojs:hover .menu-buttons, .responsive-menu-visible .menu-buttons { display: block; }
	.responsive-menu-visible .responsive-menu-hide { display: block !important; }

/*****/

	/* topic */
	 { display: none; }

	blockquote, dl.codebox { margin-left: 5px; }
	
	/* jumpbox */
	#jumpbox { 
		display: block; 
		clear: both;
	}
	fieldset.jumpbox { 
		display: block;
		float: none;
		clear: both;
		padding: 5px 0;
	}
	


	.search-box { margin-left: 0; }
	.search-box input.button2 { opacity: 1; }
	#forum-search, #topic-search { display: none; }
	
	fieldset.display-options {
		margin: 10px 0;
		clear: both;
		float: none;
		display: none;
	}
	.display-options label { 
		display: block;
		padding: 5px 0;
	}
	
	/* cp */
	.tabs-container > h2 { margin: 10px 0; }
	fieldset.display-actions { white-space: normal; }
	#cp-main .pagination, #cp-main > h2, #cp-main > form > h2 {
		float: none;
		padding: 10px 0;
		clear: both;
	}
	#cp-main .pagination { text-align: right; }
	#cp-main table.table1 { border-collapse: collapse; }
	#cp-main table.table1 td, #cp-main table.table1 th { border-radius: 0; }
	.column1, .column2 { 
		float: none;
		width: auto;
		clear: both; 
	}
	
	/* message */
	.postbody .post-header {
		overflow: hidden;
	}
	.postbody .post-header h3 {
		float: left;
	}
	.postbody .post-header .profile-icons {
		float: right;
	}
	/* forums/topics lists */
	ul.topiclist dt { 
		float: none;
		width: 100%;
	}
	ul.topiclist dd { display: none; }
	ul.topiclist dd.mark { display: block; }


	/* misc */
	#page-body > h2, #page-body > form > h2, #page-body > h3, #page-body > form > h3, div#message h2, #confirm h2, #agreement h2, #page-body h2.title a, #page-body h2.title a:visited {
		clear: both;
		float: none;
	}
}
@font-face {
  font-family: 'fontello';
  src: url('styles/art_elegance_lime/theme/font/fontello.eot?67259961');
  src: url('styles/art_elegance_lime/theme/font/fontello.eot?67259961#iefix') format('embedded-opentype'),
       url('styles/art_elegance_lime/theme/font/fontello.woff2?67259961') format('woff2'),
       url('styles/art_elegance_lime/theme/font/fontello.woff?67259961') format('woff'),
       url('styles/art_elegance_lime/theme/font/fontello.ttf?67259961') format('truetype'),
       url('styles/art_elegance_lime/theme/font/fontello.svg?67259961#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('styles/art_elegance_lime/theme/font/fontello.svg?67259961#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-bag:before { content: '\e800'; } /* '' */
.icon-book-open:before { content: '\e801'; } /* '' */
.icon-menu:before { content: '\e802'; } /* '' */
.icon-login-1:before { content: '\e803'; } /* '' */
.icon-bell:before { content: '\e804'; } /* '' */
.icon-chat:before { content: '\e805'; } /* '' */
.icon-diamond-1:before { content: '\e806'; } /* '' */
.icon-left-dir:before { content: '\e807'; } /* '' */
.icon-thumbs-up-1:before { content: '\e808'; } /* '' */
.icon-money:before { content: '\e809'; } /* '' */
.icon-cancel:before { content: '\e80a'; } /* '' */
.icon-search:before { content: '\e80b'; } /* '' */
.icon-cart:before { content: '\e80c'; } /* '' */
.icon-search-1:before { content: '\e80d'; } /* '' */
.icon-megaphone:before { content: '\e80e'; } /* '' */
.icon-mobile-1:before { content: '\e80f'; } /* '' */
.icon-desktop:before { content: '\e810'; } /* '' */
.icon-globe:before { content: '\e811'; } /* '' */
.icon-comment:before { content: '\e812'; } /* '' */
.icon-basket-1:before { content: '\e813'; } /* '' */
.icon-search-2:before { content: '\e814'; } /* '' */
.icon-direction:before { content: '\e815'; } /* '' */
.icon-right-dir:before { content: '\e816'; } /* '' */
.icon-book:before { content: '\e817'; } /* '' */
.icon-globe-1:before { content: '\e818'; } /* '' */
.icon-mail-1:before { content: '\e819'; } /* '' */
.icon-undo:before { content: '\e81a'; } /* '' */
.icon-thumbs-up:before { content: '\e81b'; } /* '' */
.icon-up-dir:before { content: '\e81c'; } /* '' */
.icon-down-dir:before { content: '\e81d'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-flag-empty:before { content: '\f11d'; } /* '' */
.icon-ellipsis:before { content: '\f141'; } /* '' */
.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.icon-play-circled:before { content: '\f144'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-shopping-bag:before { content: '\f290'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */