/* 
Theme Name: Backpress
Theme URI: http://adeshinichi.info
Description: PHP Shell Style for Wordpress
Author: Ade Shinichi
Author URI: http://fb.me/adeshinichi
Version: 1.0 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, dark, two-columns, flexible-width, custom-menu, threaded-comments, full-width-template, holiday
*/  

body{
	background:#111111;
	font-size:12px;
	font-family:Tahoma,Verdana,Arial;
	color:#f25d0c;
}

#main{
	background:#111111;
	padding:2px 8px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #05a4ff;
}

#header{
	margin:0;
	padding:0;
	text-align:left;
}

#header td{
	margin:0;
	padding:0;
}

#header h1{
	font-size:30px;
	padding:0;
	margin:0;
	margin-left:10px;
	margin-top:10px;
}

#header h1 a{
	color:#ffffff;
}

a{
	color:#05a4ff;
	text-decoration:none;
}

#sidebar a:hover{
	text-decoration:line-through;
}

#sidebar li{
	list-style-type:square;
}

#postmeta{
	color:#555555;
}

#postmeta a{
	color:#f25d0c;
}
#s{
margin-left:30px;
}

.post-box{
	padding-bottom:5px;
	border-bottom:1px solid #05a4ff;
	margin-bottom:5px;
}

.screen-reader-text{
	display:none;
}

.headinfo{
	border-left:2px solid #ffffff;
	margin:6px;
	margin-left:16px;
	padding:2px 0 0 16px;
	font-weight:bold;
}

.widget-title{
	padding-left:6px;
	border-bottom:1px solid #05a4ff;
}

.comment{
	border-left:1px solid #f25d0c;
	padding-left:5px;
	border-right:1px solid #f25d0c;
	padding-right:5px;
}

li.widget-container {
	list-style: none;
	display: block;  
	color:#f25d0c;
	text-decoration:none;
}

#menu{ 
	background:#111111; 
	margin:5 5px 4px 5px; 
}
 
#menu ul {  
	margin: 0;  
	padding: 5px 0 0 15px;  
	list-style: none;  
	display: block;  
}  

#menu li {  
	float: left;  
	position: relative;  
	margin-right:5px;  
	padding:4px 8px;
	background:#232323;
	color:#05a4ff;
	text-decoration:none;
	letter-spacing:0px; 
	border:1px solid #05a4ff; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#menu li:hover , #menu li:hover{ 
	background:#363636;
}

#maincontent{
	margin-top:20px;
}

#result{
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #05a4ff;
	padding:4px 8px;
	line-height:16px;
	background:#111111;
	color:#ffffff;
	margin:0;
	overflow:hidden;
	width:76.5%; 
	float:left; 
}

#result a:hover{
	text-decoration:line-through;
}

#sidebar {  
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #05a4ff;
	padding:4px 8px;
	line-height:16px;
	background:#111111;
	color:#ffffff;
	float:right;  
	width:20%; 
} 

pre{
	padding:0 8px;
}

#footer{
	margin-top:15px;
	-moz-border-radius: 10px;
	border-top:1px solid #05a4ff;
	border-bottom:1px solid #05a4ff;
	text-align:right;
	padding:0 16px;
	font-size:10px;
	letter-spacing:2px;
	color:#f25d0c;
}

#footer a{
	color:#ffffff;
}

textarea{ 
	background:#111111; 
	border:0; 
	color:#ffffff; 
	padding:2px; 
	border-bottom:1px solid #05a4ff; 
	border-top:1px solid #05a4ff; 
}

input{ 
	background:#111111; 
	border:0; 
	color:#ffffff; 
	padding:2px; 
	border-bottom:1px solid #05a4ff; 
	border-top:1px solid #05a4ff; 
} 

#submit{ 
	background:#111111; 
	color:#ffffff; 
	margin:0 4px; 
	border-bottom:1px solid #05a4ff; 
	border-top:1px solid #05a4ff; 
} 

#submit:hover, textarea:hover, input:hover{ 
	border:1px solid #05a4ff; 
	color:#f25d0c; 
}
.wp-caption,.wp-caption-text,.gallery-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
article.sticky .featured-post {
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bypostauthor{
} 