/*
 Theme Name:   John Doe Blog Child
 Theme URI:    http://hercules-design.com
 Description:  John Doe Blog Child Theme
 Author:       John Doe
 Author URI:   http://hercules-design.com
 Template:     JOHNDOEBLOG-theme
 Version:      1.6
 Tags:         awesome, beautiful, blog, design, facebook, flickr, instagram, minimalist, personal, responsive, clean, simple, twitter, visual, widget, wordpress
 Text Domain:  JOHNDOEBLOG-theme-child
*/

@import url("../JOHNDOEBLOG-theme/style.css");

#sidebar {
	/* width: 300px; */
}

#sidebar .widget {
	padding: 0 35px;
	border: 0;
}

article {
	padding: 0 30px;
	border: 0;
}


#wrap-out {
	max-width: 1000px;
	margin: 0 auto;
}
#head {
	position: relative;
}
.top-panel-button {
	top: 0;
	right: 0;
	border: none;
}
#utn-fwbb {
	line-height: 0px;
	text-align: center;
}

.adv-bottom, .adv-bottom *, .adv-top, .adv-top * {
	margin: 0 auto;
	text-align: center;
}



@media (min-width: 1200px) {
	.container, .header_absolute_box, .header_fixed_box, .navbar-static-top .container, 
	.navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12 {
		width: 1000px;
	}
	.span8 {
		width: 600px;
	}
	.post_date span {
		font-size: 35px;
	}
	.post_date {
		font-size: 18px;
	}
	header {
		max-width: 1000px;
		margin: 0 auto;
	}
	
}