/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */
/* Logo */
#logo img {
max-width: 960px;
width: 100%;
}
/* Main Text */
body {
	color: #FFFFFF;	
}
/* Main Content */
#wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #373737;
	border: 1px solid #373737;
	border-radius: 4px;	
}
/* Links */
a {
	color: #ED9105;	
}
a:hover,
a:focus,
a:active {
	color: #FFFF00;	
}
/* Side Bar */
.widget-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #2A2A2A;
	border: 1px solid #2A2A2A;
	border-radius: 4px;	
}
/* Top Menu */
.menu a {
	color: #ED9105;	
}
.menu a:hover {
	background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: -o-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(top, #808080, #363636);
	color: #FFFFFF;	
}
/* Post Links */
.post-data a {
	color: #666666;
}
.post-data a:hover {
	color: #FFFF00;
}
/* Tables */
/*th,
td,
table {
	border: none;
	vertical-align:top;
} */
th,
td,
table {
	border: none;	
}
/* Comments */
.commentlist {
	border-bottom: 1px solid #424242;	
}
.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #424242;
	border-radius: 4px;
	margin: 0;
}
.commentlist li.alt {
	background: #2E2E2E;
}
/* Picture Caption */
.wp-caption {
	background: #2A2A2A;
	border: 1px solid #424242;	
}
.wp-caption p.wp-caption-text {
	color: #999999;	
}
/* Remove "Archive Blogs" */
h6 {
	display:none;
}
/*------------------------ John ------------------------ */
.john_table_main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #CC6600;
	line-height: 14px;
	padding: 0px;
	height: auto;
	width: 610px;
}
.john_table_cell1{
	padding: 6px;
}
.john_table_cell2{
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #C3882A;
}
.john_table_cell3{
	padding: 6px;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
}
.john_table_cell4{
	padding: 6px;
	font-style: italic;
	color: #FFFFFF;
}
.john_cell_left{
	padding: 0px;
	width: 250px;
	vertical-align:top;
}
.john_cell_right{
	padding: 0px;
	width: 360px;
	vertical-align:top;
}
/* .john_table_front{
	padding: 6px;
	width: 590px;
}
.john_cell_front{
	padding: 6px;
	background-color: none;
}
.john_pic{
	background-color: #131313;
}
.john_posts{
	padding: 6px;
} */

/*The last 29 days of the month are the hardest."- Nikola Tesla*/