/*
Theme Name: TwentyTwelve REES
Author: Howar31
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");
@font-face{
    font-family: "OrbitronMedium";
    src: url('fonts/conthrax-sb.ttf'),
    url('fonts/conthrax-sb.ttf');
}
@keyframes blink {
	0% {
		color: #C3F2FF;
		text-shadow: 0 0 1px #00E0FF, 0 0 11px #00A0B6;
	}
	100% {
		color: #FFF;
		text-shadow: 0 0 65px #0DA8FF;
	}
 }
@-webkit-keyframes blink {
	0%	{
		color: #C3F2FF;
		text-shadow: 0 0 1px #00E0FF, 0 0 11px #00A0B6;
	}
	100%	{
		color: #FFF;
		text-shadow: 0 0 65px #0DA8FF;
	}
 }
/*
@font-face{
    font-family: "NotoSans";
    src: url('fonts/NotoSansCJKtc-Regular.otf'),
    url('fonts/NotoSansCJKtc-Regular.otf');  
}
*/

div.recent-posts {
	background: url('images/fading-bars-top.png') repeat-x top left, url('images/fading-bars-bottom.png') repeat-x bottom left, rgba(0, 0, 0, 0.4);
	border: 1px solid #0D1F2C;
	border-top-color: #286E80;
	position: relative;
	margin: 40px 0px;
	padding: 60px 30px;
}
ul.recent-posts-list {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
li.recent-posts-entities {
	width: 50%;
	float: left;
	height: 300px;
	padding: 10px;
	box-sizing: border-box;
}
li.recent-posts-entities:first-of-type {
	width: 100%;
	font-size: 1.5em;
	height: 400px;
}
.recent-posts-box {
	border: 1px solid rgba(0, 162, 253, 0.15);
	padding: 10px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 50px;
	height: 100%;
	box-sizing: border-box;
	transition-duration: 0.3s;
}
.recent-posts-box:hover {
	box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
	transition-duration: 0.3s;
}
.recent-posts-thumbnail {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.recent-posts-thumbnail img.wp-post-image {
	height: 100%;
	max-width: none;
	width: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
}
.recent-posts-info {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin: -10px;
	padding: 10px;
	box-sizing: border-box;
	transition-duration: 0.3s;
}
.recent-posts-box:hover .recent-posts-info {
	background-color: rgba(0, 0, 0, 0.9);
	transition-duration: 0.3s;
	}
.recent-posts-box:hover .recent-posts-title {
	text-shadow: 0px 0px 25px #0DA8FF;
	transition-duration: 0.1s;
}
.recent-posts-title {
	margin: 0px;
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}
.recent-posts-title>a {
	display: table-cell;
	vertical-align: middle;
	font-size: 2em;
	color: white;
	text-shadow: 2px 2px 2px #000;
	background-color: rgba(0, 0, 0, 0.3);
}
.recent-posts-title>a:hover {
	color: white;
	text-shadow: 2px 2px 2px #000, 0px 0px 30px #FFF;
	background-color: rgba(0, 0, 0, 0.7);
}
.recent-posts-date {
	color: #0CF;
	font-size: 0,8em;
}
.recent-posts-head {
	font-size: 2em;
	color: #C3F2FF;
	text-shadow: 0 0 65px #0DA8FF;
	margin: 20px 10px;
}
.recent-posts-more {
	text-align: right;
	margin: 20px 0px;
}

.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	color: #C3F2FF;
}

ul.donation {
	font-size: 1.2rem;
}
ul.donation li {
	list-style: none;
	margin: 15px 0px;
	background: rgba(23, 29, 37, 0.5);
	border-left: 5px solid #233644;
	border-radius: 0px 5px 5px 0px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	transition-duration: 0.3s;
	cursor: default;
}
ul.donation li:hover {
	background: rgba(35, 54, 68, 0.5);
	border-left: 5px solid #C3F2FF;
	transition-duration: 0.3s;
}
ul.donation li:hover div {
	color: #FFF;
	transition-duration: 0.3s;
}
ul.donation li:hover div:first-child {
	text-shadow: 0 0 65px #0DA8FF;
}
ul.donation li:before {
	display: table;
	content: " ";
}
ul.donation li:after {
	display: table;
	content: " ";
	clear: both;
}
ul.donation li div {
	float: left;
	border-right: 1px dashed #226286;
	padding-left: 20px;
	margin: 20px 0px;
	transition-duration: 0.3s;
	position: relative;
	white-space: nowrap;
}
ul.donation li div:last-child {
	border-right: none;
}
ul.donation li div.donation_name {
	width: 40%;
}
ul.donation li div.donation_amount {
	width: 20%;
}
ul.donation li div.donation_date {
	width: 20%;
}
ul.donation li div.donation_name:before {
	content: "Name";
}
ul.donation li div.donation_amount:before {
	content: "Donation";
}
ul.donation li div.donation_date:before {
	content: "Date";
}
ul.donation li div.donation_name:before,
ul.donation li div.donation_amount:before,
ul.donation li div.donation_date:before {
	display: block;
	position: absolute;
	top: -15px;
	left: 15px;
	font-size: 0.7rem;
	font-style: italic;
	color: #226286;
}

ul.trans {
	font-size: 1.2rem;
}
ul.trans li {
	list-style: none;
	margin: 15px 0px;
	background: rgba(23, 29, 37, 0.5);
	border-left: 5px solid #233644;
	border-radius: 0px 5px 5px 0px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	transition-duration: 0.3s;
	cursor: default;
}
ul.trans li:hover {
	background: rgba(35, 54, 68, 0.5);
	border-left: 5px solid #C3F2FF;
	transition-duration: 0.3s;
}
ul.trans li:hover div {
	color: #FFF;
	transition-duration: 0.3s;
}
ul.trans li:hover div:first-child {
	text-shadow: 0 0 65px #0DA8FF;
}
ul.trans li:before {
	display: table;
	content: " ";
}
ul.trans li:after {
	display: table;
	content: " ";
	clear: both;
}
ul.trans li div {
	float: left;
	padding-left: 20px;
	margin: 20px 0px;
	transition-duration: 0.3s;
	position: relative;
}
ul.trans li div:first-child {
	border-right: 1px dashed #226286;
}
ul.trans li div.trans_eng, 
ul.trans li div.trans_cht {
	width: 45%;
}
ul.trans li div.trans_note {
	width: 95%;
	color: #2083A9;
	font-size: 0.8em;
}
ul.trans li div.trans_eng:before {
	content: " ";
}
ul.trans li div.trans_cht:before {
	content: " ";
}
ul.trans li div.trans_note:before {
	content: "Leiras";
}
ul.trans li div.trans_eng:before,
ul.trans li div.trans_cht:before,
ul.trans li div.trans_note:before {
	display: block;
	position: absolute;
	top: -15px;
	left: 15px;
	font-size: 0.7rem;
	font-style: italic;
	color: #226286;
}

ul.tablabel {
	font-size: 1.2rem;
}
ul.tablabel li {
	list-style: none;
	margin: 15px 0px;
	background: rgba(23, 29, 37, 0.5);
	border-left: 5px solid #233644;
	border-radius: 0px 5px 5px 0px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	transition-duration: 0.3s;
	cursor: default;
}
ul.tablabel li:hover {
	background: rgba(35, 54, 68, 0.5);
	border-left: 5px solid #C3F2FF;
	transition-duration: 0.3s;
}
ul.tablabel li:hover div {
	color: #FFF;
	transition-duration: 0.3s;
}
ul.tablabel li:hover div.tablabel_main {
	text-shadow: 0 0 65px #0DA8FF;
}
ul.tablabel li:after {
	display: table;
	content: " ";
	clear: both;
}
ul.tablabel li div.tablabel_main {
	width: 95%;
	margin: 20px 0px 10px 0px;
}
ul.tablabel li div.tablabel_content {
	width: 95%;
	color: #2083A9;
	font-size: 0.8em;
	margin: 10px 0px 20px 0px;
}
ul.tablabel li div.tablabel_main,
ul.tablabel li div.tablabel_content {
	position: relative;
	float: left;
	padding-left: 20px;
	transition-duration: 0.3s;
	position: relative;
}
ul.tablabel li div.tablabel_main p,
ul.tablabel li div.tablabel_content p {
	margin: 0px;
}
ul.tablabel li div.tablabel_main_title,
ul.tablabel li div.tablabel_content_title {
	display: block;
	position: absolute;
	top: -15px;
	left: 15px;
	font-size: 0.7rem;
	font-style: italic;
	color: #226286;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	color: #65818A;
	font-style: italic;
	text-align: center;
	margin: 0;	
	padding: 0;
}

body {
	color: #6ABBCF;
	background-color: #000B11;
}
body.custom-font-enabled {
	font-family: 'OrbitronMedium', 'NotoSans', 'Noto Sans CJK TC';
}
body .site {
	margin-top: 0px;
	margin-bottom: 0px;
	box-shadow: none;
	background: none;
	max-width: 1200px;
}

.site-header {
	padding: 0px;
	margin: 20px 0px;
}
.site-header h1 a,
.site-header h2 a {
	color: #C3F2FF;
	text-shadow: 0 0 65px #0DA8FF;
	transition-duration: 0.7s;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #FFF;
	text-shadow: 0 0 1px #00E0FF, 0 0 65px #0DA8FF;
	transition-duration: 0.7s;
}
.site-header h2 {
	color: #40E6F0;
	font-style: italic;
}
.site-header .site-description {
	color: #2083A9;
}

hgroup {
	float: left;
	margin-bottom: 20px;
}
.headerR {
	text-align: right;
	display: inline-block;
	position: relative;
	top: 10px;
	float: right;
}
.headerR .fb-like {
	margin-left: 10px;
	height: 20px;
	display: inline-block;
}
.headerR .rss-link {
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	margin: 0 10px;
	font-style: italic;
}
.fb-like {
	overflow: hidden;
	display: inline-block;
}
.nav-search {
	margin-top: 5px;
	text-align: right;
}
.nav-search form {
	display: inline-block;
}

.menu-toggle {
	margin-top: 10px;
}
.menu-toggle,
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"] {
	color: #FFCD55;
	border: none;
	box-shadow: none;
	background: none;
	transition-duration: 0.3s;
	font-size: 1.2em;
}
.menu-toggle:hover,
.menu-toggle:active, 
.menu-toggle:focus, 
.menu-toggle.toggled-on, 
button:hover, 
button:active, 
button:focus, 
input[type="submit"]:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:active, 
input[type="button"]:active, 
input[type="reset"]:active, 
input[type="submit"]:focus, 
input[type="button"]:focus, 
input[type="reset"]:focus, 
article.post-password-required input[type=submit]:hover  {
	color: #FFF;
	border: none;
	box-shadow: none;
	background: none;
	transition-duration: 0.3s;
}
input[type="text"] {
	border: none;
	box-shadow: none;
	background: none;
	border: 1px solid #0D1F2C;
	border-top-color: #286E80;
	background: url('images/horizontal-lined-bg.png') repeat, rgba(0, 0, 0, 0.4);
	color: #C3F2FF;
	transition-duration: 0.3s;
	outline: none;
}
input[type="text"]:hover,
input[type="text"]:focus {
	box-shadow: 0px 0px 10px 1px #00E0FF;
	transition-duration: 0.3s;
}
a {
	color: #00BDFD;
	text-decoration: none;
	cursor: pointer;
	transition-duration: 0.3s;
}
a:hover {
	color: #C3F2FF;
	transition-duration: 0.3s;
}
a:hover, a:active, a:focus, a:visited, object, embed, button {
	outline: none;
}
::selection {
	background: #B3D4FC;
	text-shadow: none;
}
::-moz-selection {
	background: #B3D4FC;
	text-shadow: none;
}
hr {
	height: 5px;
	background: url('images/double-line-sep-1018.png') repeat-x center top, url('images/double-line-sep-1018.png') repeat-x center bottom;
	margin-left: 0;
	margin-right: 0;
}

.main-navigation {
	margin: 0px;
	clear: both;
}
.main-navigation a {
	color: #6FD8FF;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #FFF;
	text-shadow: 0px 0px 10px #FFF;	
}
#menu-main {
	box-shadow: 1px 1px 1px 0px #000;
	border-top: 1px solid #204C7A;
	border-left: 1px solid #204C7A;
	transition-duration: 0.3s;
}
#menu-main {
	background-color: rgba(2, 14, 27, 0.8);
	background-image: url('images/horizontal-lined-bg.png');
}
#menu-main>li {
	padding: 0px 20px;
	margin: 0;
	transition-duration: 0.3s;
	border-bottom: 2px solid rgba(2, 14, 27, 0);
}
#menu-main>li:hover {
	text-shadow: #0084FF 0px 0px 20px;
	border-bottom: 2px solid #6FD8FF;
	transition-duration: 0.3s;
}
#menu-main>li>a {
	line-height: 3em;
	font-size: 1.3em;
	color: #6FD8FF;
}
#menu-main>li>a:hover,
#menu-main>li>a:focus {
	color: #FFF;
	text-shadow: 0px 0px 10px #FFF;	
}
#menu-main li ul.sub-menu {
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu-main li ul.sub-menu li {
	padding: 0;
	margin-top: 3px;
	border-left: 3px solid #204C7A;
	border-top: 1px solid #204C7A;
	box-shadow: 1px 1px 1px 0px #000;
	transition-duration: 0.3s;
}
#menu-main li ul.sub-menu li:hover {
	border-left: 3px solid #6FD8FF;
	transition-duration: 0.3s;
}
#menu-main li ul.sub-menu li a {
	color: #6FD8FF;
	font-size: 1.3em;
	line-height: 2em;
	padding: 10px 20px;
	background-color: rgba(2, 14, 27, 0.7);
	background-image: url('images/horizontal-lined-bg.png');
	border: none;
}
#menu-main li ul.sub-menu li a:hover,
#menu-main li ul.sub-menu li a:focus {
	color: #FFF;
	text-shadow: 0px 0px 10px #FFF;	
	background-color: rgba(2, 14, 27, 0.95);
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #C3F2FF;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border: none;
}

.widget-area .widget a {
	color: #40E6F0;
}
.widget-area .widget a:hover {
	color: #C3F2FF;
}

footer[role="contentinfo"] {
	border-top: none;
	max-width: 1200px;
	color: #2083A9;
	position: relative;
	margin-top: 60px;
}
footer[role="contentinfo"] a {
	color: #2083A9;
}
footer[role="contentinfo"] a:hover {
	color: #C3F2FF;
}

.error-title {
	background: url(images/red_stripes.png) no-repeat left;
	color: #F00;
	padding: 10px 0px 10px 10px;
}
.error-msg {
	color: #F00;
}

.entry-header {
	margin-bottom: 20px;
}
.entry-header .tbottom {
	width: 100%;
	height: 7px;
	border-top: 1px solid #1681A5;
	border-left: 1px solid #1681A5;
	display: block;
}
.wp-post-image-holder {
	border: 1px solid rgba(0, 162, 253, 0.15);
	padding: 10px;
	margin: 0px;
	position: relative;
}
img.wp-post-image {
	width: 100%;
	margin-bottom: 0px;
}
.minor-corner {
	position: absolute;
	background-image: url("images/minor-border-corner.png");
	width: 8px;
	height: 8px;
	display: block;
}
.minor-corner-top-left {
	background-position: 0 0;
	top: -1px;
	left: -1px;
}
.minor-corner-top-right {
	background-position: -2px 0;
	top: -1px;
	right: -1px;
}
.minor-corner-bottom-left {
	background-position: 0 -2px;
	bottom: -1px;
	left: -1px;
}
.minor-corner-bottom-right {
	background-position: -2px -2px;
	bottom: -1px;
	right: -1px;
}
.corner {
	background-image: url('images/account_corners.png');
	width: 30px;
	height: 30px;
}
.corner-top-left {
	background-position: 0 0;
	position: absolute;
	top: -5px;
	left: 0;
}
.corner-top-right {
	background-position: -30px 0;
	position: absolute;
	top: -5px;
	right: 0;
}
.corner-bottom-left {
	background-position: 0 -30px;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.corner-bottom-right {
	background-position: -30px -30px;
	position: absolute;
	bottom: -5px;
	right: 0;
}

.format-status .entry-header header a {
	color: #40E6F0;
}
.format-status .entry-header header a:hover {
	color: #FFF;
}
.entry-header-content {
	border-top: 1px solid #00E6FF;
	background: url('images/horizontal-lined-bg.png') repeat;
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 57px;
	line-height: 57px;
}
.entry-header-content a,
.entry-header-content .entry-title  {
	height: 57px;
	line-height: 57px;
	color: #40E6F0;
	font-weight: normal;
}
.entry-header-content a:hover {
	color: #FFF;
	text-shadow: 0px 0px 10px #FFF;	
}
.entry-header-content .ttop {
	width: 100px;
	height: 2px;
	background-color: #00E6FF;
}
.entry-header-content .entry-title {
	padding-left: 65px;
	background: url('images/content-block4-icon.png') no-repeat left center;
}
.entry-header-content .comments-link {
	color: #40E6F0;
}

article.sticky .featured-post {
	border-top: none;
	border-bottom: none;
	color: #40E6F0;
}
.entry-content {
	margin-top: 20px;
	padding: 90px;
	background: url('images/fading-bars-top.png') repeat-x top left, url('images/fading-bars-bottom.png') repeat-x bottom left, rgba(0, 0, 0, 0.4);
	border: 1px solid #0D1F2C;
	border-top-color: #286E80;
	position: relative;
}
.entry-content-content {
	background: url(images/bg_large_lines.png);
	font-size: 1em;
	color: #73B1CB;
}
.entry-content-content>p:first-of-type::first-letter {
	font-size: 2em;
	text-shadow: 0 0 1px #FFF, 0 0 65px #0DA8FF;
	line-height: 0.5em;
	float: left;
	padding-right: 5px;
	padding-top: -2px;
}
.entry-content-content p {
	line-height: 1.7em;
	margin: 24px 0px;
}
.entry-content-content h1 {
	font-size: 2em;
	font-weight: normal;
	color: #FFF;
	text-shadow: 0 0 60px rgba(255, 255, 255, 0.4);
}
.entry-content-content h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #B1D8F1;
}
.entry-content-content h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #42EDF8;
}
.entry-content-content h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #FDD68C;
}
.entry-content-content h5 {
	font-size: 0.8em;
	font-weight: normal;
	color: #0F0;
	clear: none;
}
.entry-content-content h6 {
	font-size: 0.8em;
	font-weight: normal;
	color: #AAA;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px;
	margin: 0px;
	border-radius: 5px;
	clear: none;
}
.entry-content-content blockquote {
	color: #FFF;
	text-shadow: 0 0 60px rgba(255, 255, 255, 0.4);
}
.entry-content-content blockquote>p {
	margin: 0;
}
.entry-content-content blockquote>p::first-letter {
	font-size: 3em;
	line-height: 1em;
	text-shadow: 0 0 1px #00E0FF, 0 0 65px #0DA8FF;
}
.entry-content table,
.comment-content table {
	border-bottom: none;
	margin: 10px 0px;
}
.entry-content td,
.entry-content th {
	border-top: none;
	border-bottom: 1px solid #465F7A;
}
.entry-content table tr td,
.entry-content table tr th {
	padding: 6px;
	text-align: left;
	color: #999;
	border-bottom: 1px dashed #465F7A;
	border-right: 1px dashed #465F7A;
	background-color: rgba(0, 0, 0, 0.3);
}
.entry-content table tr td:first-child,
.entry-content table tr th:first-child {
	white-space: nowrap;
}
.entry-content table tr td strong,
.entry-content table tr th strong {
	color: #FFF;
}

.site-content {
	margin: 0;
}
.site-content article {
	border-bottom: none;
	margin-bottom: 60px;
	padding-bottom: 0px;
}

footer.entry-meta {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #00BDFD;
}
.comments-link a,
.entry-meta a {
	color: #00BDFD;
}
.comments-link a:hover,
.entry-meta a:hover{
	color: #C3F2FF;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #00BDFD;
}
.entry-content a:hover,
.comment-content a:hover {
	color: #C3F2FF;
}
.entry-meta .meta-source {
	color: #2083A9;
}
div.meta-source a ,
div.meta-source a:visited {
	color: #2083A9;
}
div.meta-source a:hover {
	color: #C3F2FF;
}

.mu_register h2 {
	color: #40E6F0;
}

.archive-header,
.page-header {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.archive-meta {
	color: #40E6F0;
}

article.format-aside h1 a {
	text-decoration: none;
	color: #40E6F0;
}
article.format-aside h1 a:hover {
	color: #FFF;
}

.comments-area article header a:hover {
	color: #FFF;
}
.comments-area article header cite a:hover {
	text-decoration: none;
}

.template-front-page .widget-area .widget li a {
	color: #40E6F0;
}
.template-front-page .widget-area .widget li a:hover {
	color: #C3F2FF;
}

.sc-logo {
	background: url('images/logo_star_citizen.png') no-repeat center;
	width: 100%;
	height: 337px;
	bottom: -20px;
	z-index: -1;
	position: absolute;
}

@media (max-width: 800px) {
	.entry-content {
		padding: 50px;
	}
	ul.donation li div.donation_name {
		float: none;
		width: 100% !important;
		border-right: none;
	}
	ul.donation li div.donation_amount,
	ul.donation li div.donation_date {
		width: 40%
	}
	
	ul.trans li div {
		float: none !important;
		width: 90% !important;
		border-right: none !important;
	}
	
	li.recent-posts-entities {
		width: 100%;
	}
	li.recent-posts-entities:first-of-type {
		height: 300px;
		font-size: 1em;
	}
	div.recent-posts {
		padding: 20px;
	}
}
@media (max-width: 599px) {
	.site-content article {
		margin-left: 1px;
		margin-right: 1px;
	}
	.entry-content {
		padding: 20px;
	}
	body .site {
		margin: 0;
		padding: 0;
	}
	ul.donation li div {
		float: none;
		width: 100% !important;
		border-right: none;
	}
	ul.trans li div {
		float: none !important;
		width: 90% !important;
		border-right: none !important;
	}
	#menu-main li {
		border-left: 2px solid rgba(0,0,0,0);
		border-bottom: none;
		transition-duration: 0.3s;
	}
	#menu-main li:hover {
		border-left: 2px solid #6FD8FF;
		border-bottom: none;
		transition-duration: 0.3s;
	}
	#menu-main li ul.sub-menu li a,
	#menu-main li ul.sub-menu li a:hover {
		background: none;
	}
	div.recent-posts {
		padding: 20px 0px;
	}
}