*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
	background: #191919;
	font-family: Arial;
	color: #ababab;
	position: relative;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}


/* REQ:5 STAR RATING CSS */
#rateStatus{float:left; clear:both; width:100%; height:16px;}
    #rateMe{float:left; clear:both; width:100%; height:auto; padding:0px; margin:0px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(images/star.png) no-repeat;}
    #rateMe a{float:left;background:url(images/empty_star.png) no-repeat;width:16px; height:16px;}
    #ratingSaved{display:none;}
    .saved{color:red; }
    
/* Wallpaper Site Script popup */
#ava-popup {
    
    position: fixed;
    top: 30%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #2f2f2f;
    color: #bababa;
    border: 1px solid #358ae3;
    -moz-border-radius: 5px;
    display: none;
    
    z-index: 3;
}

#overlay{
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
    -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; 
}
* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/overlay.png", sizingMethod="scale");
}
#ava-popup-header {
	background: url(images/menu_background.png) #3869be;
	height: 15px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
}
#ava-popup-content {
	padding: 10px;
}
#ava-popup-title {
	float: left;
}
#popup-close-button {
	float: right;
	margin-right: 8px;
}
.comment_report_textbox {
	border:1px solid #3d3d3d;
	background: #2c2e2f url(images/textbox.png) repeat-x;
	color: #fff;
	width: 577px;
}
.comment_report_text {
	font-size: 12px;
}

/* Sitewide styles */

h1 {
	font-family: Arial;
	
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	color: #e9e9e9;
	padding: 7px 2px;
	overflow: hidden;
	font-weight: bold;
	
	
	border-bottom: 2px solid #0092ff;
}
h1 a {
	color: #e9e9e9;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-family: Arial;
	color: #4994e4;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	color: #e9e9e9;
	padding: 7px 2px;
	overflow: hidden;
	font-weight: bold;
	
	border-bottom: 2px solid #a20838;
}
h3 a {
	color: #e9e9e9;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}

.header {
	max-width: 1150px;
	min-width: 990px;
	margin: auto;
	height: 80px;
}

.header_logo {
	float: left;
}
.header_right {
	float: right;
	padding: 6px 10px 0px 0px;
}
.mc_bg {
    margin: auto;
    max-width: 1150px;
    width: 100%;
    box-sizing: border-box;
}

.main_container {
    overflow-x: hidden;
    overflow-y: visible;
    height: auto;
    padding-bottom: 25px;
    box-sizing: border-box;
}


.menu {
	height: 45px;
	background-color: #385266;
	margin: auto;
	
	background-image: url("images/menu_background.png");
	border-bottom: 1px solid #00479c;
	
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	border-top-left-radius:5px;
	
	border-radius: 5px;
	max-width: 1150px;
	min-width: 990px;
}

.menu_item a {
	float: left;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	font-family: Helvetica;
	padding: 5px 10px 3px 10px;
	font-size: 13px;
	height: 17px;
	
	font-family: Helvetica;
	font-weight: bold;
	text-shadow: #000 0px 1px 0px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.menu_item a:hover, .menu_item_rounded a:hover {
	background-image: url("images/menu_item_selected.png");
}

.menu_item .round_corner {
	-webkit-border-top-left-radius:15px;
	-moz-border-top-left-radius:15px;
	border-top-left-radius:15px;
}

.menu_left {
	float: left;
	width: 665px;
	padding-top: 10px;
	padding-left: 15px;
}
.menu_right {
	float: right;
	padding-right: 10px;
}

.search_contain_left {
	float: left;
}
.search_contain_right {
	float: left;
	margin-left: 5px;
}

.left_sidebar {
	float: left;
	width: 170px;
	padding-bottom: 15px;
	border-right: 1px solid #242424;
	padding-left: 10px;
	margin-top: 10px;
}
.module_wallpaper {
	padding: 4px;
}
.center_column {
	margin-left: 190px;
	margin-right: 180px;
}

.center_container {
	margin: auto;
	padding-right: 10px;
}

.secondary_container {
}

.right_sidebar {
	width: 159px;
	float: right;
	border-left: 1px solid #242424;
	padding: 0px 10px 10px 10px;
	margin-top: 10px;
	padding-bottom: 15px;
	font-size: 14px;
}

.right_sidebar ul, .left_sidebar ul {
	list-style: none;
	padding:0px;
	margin:0px;
}
.right_sidebar li, .left_sidebar li {
	font-family: Arial;	
	font-size: 13px;
	color: #242424;
}
.right_sidebar a, .left_sidebar a {
	
	margin-right: 10px;
	font-family: Arial;
	color: #d7d7d7;
	text-decoration: none;
	width: 160px;
	padding: 4px 0px;
	font-size: 13px;
	display: block;
}

.no_recents {
	color: #d7d7d7;
	text-align: center;
	padding-top: 5px;
}

.stats_ul li {
	border-bottom: 1px solid #252525;
	margin-right: 10px;
	font-family: Arial;
	color: #d7d7d7;
	text-decoration: none;
	width: 160px;
	display: block;
	padding: 4px 0px;
	font-size: 13px;
}
.right_sidebar a:hover, .left_sidebar a:hover {
	color:#4197dd;
}

.right_sidebar p {
	margin: 4px 0px;
	font-family: Helvetica;
	color: #d7d7d7;
	font-size: 12px;
}
.header_overflow {
	width: 100%;
	overflow: auto;
}
#error_message, .pm_no_messages {
	padding: 5px 5px 5px 10px;
	background-color: #222222;
	margin-bottom: 20px;
	color:#e0e0e0;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #26487b;
}	
.module_notice {
	color: #a8a8a8;
	font-size: 13px;
}
/* Right sidebar - User area */
.ua_avatar_container {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border: 1px solid #282828;
	color: #c1c1c1;
}
.ua_avatar {
	margin-top: 5px;
	font-family: Arial;
	text-align: center;
}
.ua_info {
	font-family: Arial;
	margin-bottom: 20px;
	margin-top: 5px;
}
.ua_username {
	margin-top: 2px;
	margin-bottom: 5px;
	font-family: Arial;
	text-align: center;
}
.fb_button {
    display: inline-block;
}

.fb_button_text {
    display: inline-block;
}

.fb_button_rtl {
    display: inline-block;
}


/* Adverts */
.ad_banner {
	text-align: center;
	padding-top: 4px;
}
.ad_banner_footer {
	text-align: center;
	padding-top: 25px;
}
.ad_banner_misc {
	text-align: center;
	padding-bottom: 4px;
}
.ad_banner_profile {
	text-align: center;
	padding-top: 4px;
}
.ad_banner_home {
	text-align: center;
	padding-top: 4px;
}

/* Forms */

.mini_login_form {
	margin-bottom: 15px;
}

.mini_login_textbox {
	border: 1px solid #3d3d3d;
	width: 155px;
	height: 22px;
	background: url(images/smaller_textbox.png);
	font-size: 12px;
	padding-left: 4px;
	color: #ededed;
}

.mini_login_button {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border: 1px solid #333333;
	margin: 5px 0px 5px 55px;
	padding: 3px;
	background: url(images/comment_button.png);
	color: #f3f3f3;
}

.mini_login_button:hover {
	border-color: #676767;
}

.search_box {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid #f5fffc;
	background-color: #fff;
	height: 24px;
	width: 250px;
	background: url(images/mini_textbox.png) repeat-x #fff;
	font-size: 14px;
	font-family: Arial;
	padding-left: 4px;
	color: #414443;
	margin-top: 7px;
	line-height: 24px;
}
.footer {
	border-top: 1px solid #0092ff;
	margin: auto;
	max-width: 1150px;
	min-width: 990px;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
	font-size: 12px;
}
.footer a {
	color: #fff;
}
.form_textbox {
	border:1px solid #3d3d3d;
	width: 250px;
	height: 25px;
	background: url(images/smaller_textbox.png) repeat-x;
	font-size: 12px;
	padding-left: 4px;
	color: #fff;
}
.register_form {
	font-size: 14px;
}
/* Homepage */
.wallpaper_item {
	float: left;
	padding: 5px;
	width: 29.7%;
	text-align: center;
	margin: 5px;
	font-family: Arial;
	font-size: 12px;
	height: 130px;
	
	background: #1f1f1f;
	
	border: 1px solid #272727;
	
}
.wallpaper_item_name {
	margin-top: 3px;
	font-family: Helvetica;
}
.wallpaper_item a {
	color: #b6b6b6;
	text-decoration: none;
	display: block;
}
.homepage_featured {
	width: 100%;
	overflow: auto;
}
.homepage_new {
	width: 100%;
	overflow: auto;
}
.homepage_category {
	width: 100%;
	overflow: auto;
}

/* Homepage categories */
.wallpaper_item2 {
	float: left;
	padding: 5px;
	width: 29.7%;
	text-align: center;
	margin: 5px;
	font-family: Arial;
	font-size: 12px;
	height: 120px;
	
	background: #1f1f1f;
	
	border: 1px solid #272727;
}
.wallpaper_item2_name {
	margin-top: 3px;
	font-family: Helvetica;
}
.wallpaper_item2 a {
	color: #b6b6b6;
	text-decoration: none;
	display: block;
}z

/* Wallpaper preview page */
.wallpaper_preview {
	text-align: center;
	margin-bottom: 10px;
}
.resolutions_container {
	margin-top: 10px;
}
.wallpaper_info {
	font-family: Arial;
	color: #afb4bb;
	padding: 7px;
	overflow: hidden;
}
.wallpaper_info a {
	color: #b8b8b8;
}
.wallpaper_info_left {
	float: left;
	width: 50%;
	border-right: 1px solid #2f2f2f;
}
.wallpaper_info_right {
	float: right;
	width: 49%;
}
.wallpaper_info_right a {
	text-decoration: none;
}
.social_text {
	font-size: 12px;
	margin: 5px 0px;
}
.refer_textbox {
	border: 1px solid #ccc;
	width: 250px;
	height: 22px;
	background: url(images/mini_textbox.png);
	font-size: 12px;
	padding-left: 4px;
}
.info_item_title {
	color: #afb4bb;
}
.info_item {
	font-size: 14px;
	margin-bottom: 6px;
	color: #818181;
}
.info_item_right {
	font-size: 14px;
	height: 40px;
}
.random_wallpapers {
	overflow: auto;
}
.wallpaper_options {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid #131313;
	
	background: #1b58a2;
	padding: 5px;
	overflow: auto;
	margin: 10px 0px;
}
.option_float {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}
.option_float a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.option_float a:hover {
	text-decoration: underline;
}
#reportwallpaper {
	background: url(images/report.png) no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	height: 15px;
}
#favbutton {
	background: url(images/fav.png) no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	height: 15px;
}
#editbutton {
	background: url(images/edit.png) no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	height: 15px;
}

/* Wallpaper comments */
#comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#comments ul li {
	line-height: 150%;
	margin-bottom:15px;
	padding: 5px 5px;
	overflow:hidden;
	border: 1px solid #353535;
	width: 97%;
	
	background: #151616 url(images/comment_background.png) repeat-x;
}
.add_comment_box {
	width: 450px;
	display:block;
	margin:20px auto 0 auto;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	background: #2c2e2f url(images/textbox.png) repeat-x;
	border:1px solid #3d3d3d;
	color: #fff;
}
.comment_button_container {
	text-align:center;
	margin-bottom: 30px;
}
.comment_button_container input {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border: 1px solid #333333;
	padding: 5px 10px;
	background: #222222 url(images/comment_button.png) bottom repeat-x;
	font-size: 14px;
	font-family: Arial;
	color: #cbcbcb;
}
.comment_button_container input:hover, .news_comment_button_container input:hover, .submit_button:hover, .pm_button:hover, .register_button:hover, .link_button:hover, .report_button_container input:hover {
	border-color: #676767;
}
.comment_avatar {
	float: left;
	margin: 0 10px 0px 5px;
}
.comment_content {
	float: left;
	margin:0 10px 0 0;
	font-family: Arial;
	width: 88%;
	font-size: 14px;
}
.comment_username a {
	color: #4798e4;
	text-decoration: none;
}

/* Wallpaper categories */
.category_sort_options, .tag_sort_options, .category_pages, .tag_pages, .search_pages {	
	padding: 5px;
	overflow: auto;
	margin-bottom: 10px;
	
	font-size: 13px;
	color: #84888d;
}
.category_sort_options a, .tag_sort_options a, .category_pages a, .tag_pages a, .search_pages a {
	color: #818181;
	text-decoration: none;
}
.category_sort_options a:hover, .tag_sort_options a:hover, .category_pages a:hover, .tag_pages a:hover, .search_pages a:hover {
	text-decoration: underline;
}
.category_container, .search_container, .tag_container {
	overflow: auto;
}
.category_pages, .tag_pages, .search_pages {
	margin-top: 10px;
	text-align: center;
}
.sort_bold {
	font-weight: bold;
}
.category_subcats {
	border-bottom: 1px solid #2c2c2c;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/* User Profile */
.profile_header {
	text-align: center;
	margin-bottom: 10px;
}
.profile_username {
	font-family: Arial;
	padding-top: 4px;
	color: #a1a9b0;
	font-size: 22px;
	font-weight: bold;
}
	
.profile_info {
	font-family: Arial;
	font-size: 14px;
	color: #959595;
	padding: 7px;
	overflow: hidden;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: #1f1f1f;
	
	border: 1px solid #272727;
	margin-top: 25px;
}
.profile_info a {
	color: #c0c0c0;
}
.profile_info .left {
	float: left;
	width: 50%;
}
.profile_info .right {
	float: right;
	width: 49%;
}
.right_title {
	font-weight: bold;
}
.profile_wallpapers_container {
	overflow: auto;
	text-align: center;
	font-size: 14px;
	color: #c9cbce;
}

/* EDIT PROFILE */
.edit_avatar_container {
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
	overflow:auto;
	color: #959595;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid #272727;
	background: #1f1f1f;
	
}
.edit_info_container {
	padding: 10px 0px 10px 10px;
	color: #959595;
}
.edit_profile_header {
	font-size: 16px;
	margin-bottom: 5px;
	color: #4994E4;
}	
.edit_profile_lable {
	float:left;
	margin-right:10px;
	width:80px;
	font-size:12px;
	text-align:left;
}
.edit_profile_element {
	float: left;
}
.edit_avatar_element {
	float: left;
	padding-top: 3px;
}
.edit_profile_textbox {
	border:1px solid #3d3d3d;
	width: 500px;
	height: 25px;
	background: #2c2e2f url(images/textbox.png) repeat-x;
	font-size: 12px;
	padding-left: 4px;
	color: #fff;
}
.edit_profile_textarea {
	border:1px solid #3d3d3d;
	width: 500px;
	height: 60px;
	background: #2c2e2f url(images/textbox.png) repeat-x;
	font-size: 12px;
	padding-left: 4px;
	color: #fff;
}
.avatar_restrictions_text {
	margin-top: 5px;
}
.avatar_form_text {
	margin-bottom: 5px;
}

/* PM system */
.pm_subject_textbox {
	border:1px solid #3d3d3d;
	width: 99%;
	height: 22px;
	background: #2c2e2f url(images/textbox.png) repeat-x;
	font-size: 12px;
	padding-left: 4px;
	color: #fff;
}
.pm_message_textbox {
	border:1px solid #3d3d3d;
	width: 99%;
	height: 60px;
	background: #2c2e2f url(images/textbox.png) repeat-x;
	font-size: 12px;
	padding-left: 4px;
	color: #fff;
}
.pm_sent_container a {
	color: #417eda;
}

.pm_table td {
	border-bottom: 1px solid #272727;
	padding: 4px 0px;
}
.pm_table a, .pm_details a {
	color: #5c97f1;
}
.pm_table a:hover, .pm_details a:hover {
	color: #5778be;
}

.pm_subject {
	font-size: 20px;
	font-style: italic;
	color: #4994e4;
}
.pm_details {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #232323;
	color: #747980;
}
.pm_message {
	padding: 10px;
}
.pm_footer {
	border-top: 1px solid #232323;
	margin-top: 10px;
	padding-top: 5px;
	color: #2c4062;
	padding-top: 10px;
}
.pm_footer a {
	text-decoration: none;
	border-radius: 4px;
	background: url(images/pm_button.png);
	padding: 4px 6px;
	color: #fff;
	font-size: 14px;
}
.pm_footer a:hover {
	background: #2564b2;
}

/* News */
.news_wrapper {
	border-bottom: 1px solid #313131;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
.news_wrapper a {
	color: #1f86da;
	text-decoration: none;
}
.news_header {
	overflow: auto;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #1f1f1f;
	background: #282828;
}
.news_image {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}
.news_title {
	float: left;
	margin-top: 4px;
}
.news_author {
	font-size: 12px;
}
.news_main {
	font-size: 14px;
}
.news_add_comment_box {
	width: 450px;
	display:block;
	margin:20px auto 0 auto;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	background: #2c2e2f url(images/textbox.png) repeat-x;
	border:1px solid #3d3d3d;
	color: #fff;
}
.news_comment_button_container {
	text-align:center;
	margin-bottom: 30px;
}
.news_comment_button_container input, .submit_button, .pm_button, .edit_profile_button, .register_button, .link_button, .report_button_container input {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border: 1px solid #333333;
	padding: 5px 10px;
	background: url(images/comment_button.png) bottom repeat-x #262626;
	font-size: 14px;
	font-family: Arial;
	color: #cbcbcb;
}
#news_comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#news_comments ul li {
	line-height: 150%;
	margin-bottom:15px;
	padding: 5px 5px;
	overflow:hidden;
	border: 1px solid #353535;
	width: 97%;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	background: #151616 url(images/comment_background.png) repeat-x;
}
/* Submit wallpaper */
.submit_text_box {
	border:1px solid #3d3d3d;
	width: 400px;
	height: 22px;
	background: #2c2e2f url(images/textbox.png) repeat-x;
	font-size: 12px;
	padding-left: 4px;
	color: #fff;
}
.submit_text_area {
	border:1px solid #3d3d3d;
	width: 400px;
	height: 60px;
	background: #2c2e2f url(images/textbox.png) repeat-x;
	font-size: 12px;
	padding-left: 4px;
	color: #fff;
}
.submit_form_element_container {
	overflow: auto;
	margin: 0px 0px 3px 0px;
	border: 1px solid #272727;
	padding: 10px 10px 10px 10px;
	background: #1f1f1f;
	font-size: 13px;
}
.submit_form_lable {
	float: left;
	width: 180px;
	font-size: 14px;
	padding-top: 2px;
}
.submit_form_element {
	float: left;
}
.submit_button_container {
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
}
/* Member list */
#member_list {
	width: 98%;
	margin-left: 8px;
	color: #bebebe;
}
#member_list td {
	border-bottom:1px solid #252525;
	height: 20px;
	padding:3px 0;
	font-size: 14px;
}
#member_list td a {
	color: #d7e0ec;
	text-decoration: none;
}
#member_list td a:hover {
	text-decoration: underline;
}
#member_list img {
	margin-top: 5px;
}

/* Misc */
.link_item {
	border-bottom: 1px solid #2c2c2c;
	padding: 5px 0px;
	font-size: 14px;
}
.link_item a {
	color: #3d86ec;
}
.more_links {
	font-weight: bold;
}

/* Link exchange */
.add_link_form_container {
	margin-bottom: 10px;
}
.link_form_element_container {
	overflow: auto;
	margin: 0px 0px 3px 0px;
	border: 1px solid #272727;
	padding: 10px 10px 10px 10px;
	background: #1f1f1f;
	font-size: 13px;
}
.link_form_lable {
	float: left;
	width: 180px;
	font-size: 14px;
	padding-top: 2px;
}
.link_form_element {
	float: left;
}
.link_form_element input {
	border:1px solid #3d3d3d;
	width: 400px;
	height: 22px;
	background: #2c2e2f url(images/textbox.png) repeat-x;
	font-size: 12px;
	padding-left: 4px;
	color: #fff;
}
.link_button_container {
	text-align: right;
}
.link_exchange_info {
	margin-bottom: 10px;
	font-size: 14px;
}
.links_header {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

/* Resolutions formatted list */
.resolutions_list_container {
	text-align: left;
	font-size: 12px;
	color: #4994E4;
	width: 90%;
	margin: auto;
	overflow: auto;
	
	padding: 10px;
	
	background: #1f1f1f;
	
	border: 1px solid #272727;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.resolutions_list_container a {
	color: #959595;
	text-decoration: none;
}
.resolutions_list_header {
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
}
.resolutions_list_container a:hover {
	text-decoration: underline;
}
.resolution_title {
	font-weight: bold;
	font-size: 11px;
}
.resolution_category {
	float: left;
	width: 100px;
	margin-right: 10px;
	height: 120px;
}
.resolution_item {

}
/* Profile submitted & favourites, original download button */
.profile_submitted_pages, .profile_fav_pages {
	height: 25px;
	padding-top: 8px;
}
.profile_submitted_pages a, .profile_fav_pages a, .original_download_button {
	text-decoration: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border: 1px solid #333333;
	padding: 5px 10px;
	background: #222222 url(images/comment_button.png) bottom repeat-x;
	font-size: 14px;
	font-family: Arial;
	color: #cbcbcb;
}
.profile_submitted_pages a:hover, .profile_fav_pages a:hover, .original_download_button:hover, .profile_pm_button a:hover {
	border-color: #676767;
}
.original_download_container {
	margin: 5px 0px;
	height: 25px;
}
.profile_pm_button {
	margin-top: 12px;
}
.profile_pm_button a {
	text-decoration: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border: 1px solid #333333;
	padding: 5px 10px;
	background: #222222 url(images/comment_button.png) bottom repeat-x;
	font-size: 12px;
	font-family: Arial;
	color: #cbcbcb;
	width: 150px;
	margin-top: 10px;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.admin_container,
.main_container,
.content,
.container,
.wrapper,
#content,
#main {
    clear: both;
}
/* clearfix for legacy float-based layout */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

#content,
#main,
.main_container,
.container,
.wrapper,
.page,
.content {
    clear: both;
}
/* FIX: allow wallpaper names to wrap (Chrome / Brave fix) */
.wallpaper_item_name {
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: unset !important;
	height: auto !important;
	line-height: 1.4;
}
.wallpaper_item_name a {
	white-space: normal !important;
	display: block;
	line-height: 1.4;
}
/* Allow wallpaper titles to wrap onto multiple lines */
.wallpaper_item_name,
.wallpaper_item_name a {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    height: auto !important;
    display: block;
    line-height: 1.3em;
}

.load-more-btn {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(#e5e5e5, #bfbfbf);
    color: #222;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #aaa;
}

.load-more-btn:hover {
    background: linear-gradient(#f0f0f0, #cfcfcf);
    color: #000;
}

/* ============================
   MOBILE RESPONSIVE FIXES
   ============================ */

@media (max-width: 768px) {

    body {
        font-size: 14px;
    }

    /* Containers */
    .header,
    .menu,
    .footer,
    .mc_bg {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding: 0 10px;
    }

    /* Header */
    .header {
        height: auto;
        text-align: center;
    }

    .header_logo,
    .header_right {
        float: none;
        display: block;
        text-align: center;
        padding: 5px 0;
    }

    /* Menu */
    .menu {
        height: auto;
    }

    .menu_left,
    .menu_right {
        float: none;
        width: 100%;
        padding: 5px;
        text-align: center;
    }

    .menu_item a {
        float: none;
        display: inline-block;
        margin: 3px 2px;
        font-size: 14px;
    }

    /* Layout columns */
    .left_sidebar,
    .right_sidebar,
    .center_column {
        float: none;
        width: 100%;
        margin: 0;
        padding: 10px;
        border: none;
    }

    /* Wallpaper grid */
    .wallpaper_item,
    .wallpaper_item2 {
        width: 100%;
        height: auto;
        margin: 5px 0;
    }

    /* Forms */
    input,
    textarea,
    select,
    .form_textbox,
    .edit_profile_textbox,
    .edit_profile_textarea,
    .submit_text_box,
    .submit_text_area,
    .add_comment_box,
    .news_add_comment_box {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Comments */
    .comment_content {
        width: 100%;
        float: none;
    }

    .comment_avatar {
        float: none;
        margin-bottom: 5px;
    }

    /* Popup */
    #ava-popup {
        width: 90%;
        left: 5%;
        margin-left: 0;
        top: 10%;
    }

    .comment_report_textbox {
        width: 100%;
    }

    /* Search box */
    .search_box {
        width: 100%;
        margin-top: 5px;
    }

    /* Tables */
    table {
        width: 100%;
        overflow-x: auto;
        display: block;
    }
}

/* ============================
   MOBILE SIDEBAR FIX
   ============================ */

@media (max-width: 768px) {

    /* Force full-width stacking */
    .left_sidebar,
    .right_sidebar,
    .center_column {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 10px !important;
        border: none !important;
        clear: both !important;
    }

    /* Center content container */
    .center_container {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Prevent sideways push */
    body,
    html {
        overflow-x: hidden;
    }

}

