/*
Theme Name: I Dig Bones TV
Theme URI: http://www.idigbonestv.com/
Author: Dan Abend
Author URI: http://www.idigbonestv.com
Description: I Dig Bones TV custom styles as children of Twenty Twelve
Version: 1.0
Template: twentytwelve
Tags: child theme
*/

@import url("../twentytwelve/style.css");

/* Page structure */
.site-content {
	margin: 12px 0 0;
	margin: .85714285714rem 0 0;
}
.widget-area {
	margin: 12px 0 0;
	margin: .85714285714rem 0 0;
}

/* Header */

.site-header {
	padding: 12px; 0;
	padding: .85714285714rem 0;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.site-header hgroup {float:left}
.social-header {float:right}

.header-image {
	margin-top: 12px;
	margin-top: .85714285714rem;
}

.main-navigation {
	margin-top: 12px;
	margin-top: .85714285714rem;
	text-align: center;
}

/* =Main content and comment content
-------------------------------------------------------------- */
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	line-height: 1.714285714;
}

.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.428571429;
	font-weight: normal;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 12px 0;
	margin: .85714285714rem 0;
	line-height: .85714285714;
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 5px;
		margin-top: .35714285714rem;
		margin-bottom: 5px;
		margin-bottom: .35714285714rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
}

/* Keyword Linking */

a.wp_keyword:link {color:#000000;text-decoration:none}
a.wp_keyword:visited {color:#424254}
a.wp_keyword:hover {color:#000000;text-decoration:none;border-bottom:3px double;background-color:#EFFFCD}
a.wp_keyword:active {color:#0000FF}

/* Footer Widgets */

#footerwidgets {width:100%}
#footerwidgets p {padding-bottom:.5em}
#footerwidgets li, #footerwidgets p {padding-bottom:.5em;font-size:80%;line-height:1.1em}
#footer-left {width:30%;float:left;padding-right:2.5%}
#footer-center {width:30%;float:left;padding-left:2.5%;padding-right: 2.5%}
#footer-right {width:30%;float:right;padding-left:2.5%}

.site-content article {border-bottom:none}

@media only screen and (max-width:481px) {
 #footer-right, #footer-middle, #footer-left {float:none;padding-left:0;padding-right:0;padding-top:1em;width:100%;}
}