/*
Theme Name: Hoop Dog Studio
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: Revised from the WordPress team's 'Twenty Eleven' theme by Hoop Dog Studio
Author URI: http://www.hoopdogstudio.com/
Description: Child theme for the Twenty Eleven theme.
Template: twentyeleven
Version: 1.4
*/

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

/* =Structure
----------------------------------------------- */

body {
	padding: 0 2em;
}
#page {
	margin: 0.5em auto;
	max-width: 1000px;
	color: #ffffff;
	background: #000000 !important;
}
#branding hgroup {
	margin: 0 2.6%;
}
#access div {
	margin: 0 2.6%;
}
#primary {
	float: left;
	margin: 0 -31.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 2.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	margin-right: 2.6%;
	width: 18.8%;
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 2.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 68.9%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 2.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 2.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -31.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 2.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 2.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 1000px;
}
.one-column #content {
	margin: 0 2.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 2.6%;
	width: auto;
}






/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 20px;
	top: 2em;
}






/* =Global
----------------------------------------------- */

body, input, textarea {
	line-height: 1.2;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #ffffff;
	clear: both;
	font-weight: bold;
	margin: 0;
	margin-bottom: 12px;
	letter-spacing: 0;
	line-height: normal;
	text-transform: none;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

/* Text elements */
p {
	margin-bottom: 1em;
}








/* =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-logo {
	width: 80px !important;
	height: 80px !important;
	margin: 0 !important;
	/* padding: 1.1em 20px 0 0; */
	padding: 5px 20px 5px 0;
}
#site-title {
	margin: 0 0 0 0;
	/* padding: 0.7em 0 0; */
	padding: 5px 0 0;
	clear: right;
}
#site-title a {
	/* color: #111; */
	color: #0066cc;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	/* color: #7a7a7a; */
	color: #0066cc;
	font-size: 18px;
	font-weight: normal;
	/* margin: 0 0 2em 0; */
	margin: 0 0 5px 0;
	clear: right;
}
#branding img {
	height: auto;
	width: 100%;
}





/* =Menu
-------------------------------------------------------------- */

#access a {
	line-height: 24px;
	padding: 0 1.2125em;
	text-decoration: none;
}

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	background-color: #ff9933;
	color: #000000;
	font-weight: bold;
}






/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 0 0 0;
}


.entry-title {
	padding-bottom: 0;
	padding-top: 8px;
}



.entry-content,
.entry-summary {
	padding: 0 0 0;
}


.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}
.entry-content h3,
.comment-content h3 {
	font-size: 24px;
	letter-spacing: 0;
	line-height: normal;
	text-transform: none;
}



.wp-caption {
	background: #333333 !important;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #ffffff !important;
	font-family: Georgia, serif;
	font-size: 11px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 0 2.5% 0 2.5%;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: normal;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin-right: 0;
	position: absolute;
	left: 0;
	top: 0;
}






/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0 0 0;
}






/* =Footer
----------------------------------------------- */

#colophon {
	background-color: #333333;
	clear: both;
}



/* Site Generator Line */
#site-generator {
	background: #333333 !important;
	border-top: 1px solid #ddd;
	color: #cccccc;
	font-size: 12px;
	line-height: 2.2em;
	padding: 0.5em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}











