/*
Theme Name:     Twenty Eleven Child
Description:    Child theme for the Twenty Eleven theme 
Template:       twentyeleven
Version:        0.1.0
*/

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

/* Structure */

body {
	padding: 0;
}
#page {
	margin: 2em auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 6.4%;
}
#access div {
	margin: 0 6.4%;
}
#primary {
	float: left;
	margin: 0 -27.6% 0 0;
	width: 100%;
}
#content {
	margin: 0 32% 0 4%;
	width: 64%;
}
#secondary {
	float: right;
	margin-right: 6.4%;
	width: 21.2%;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 4% 0 32%;
	width: 64%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 6.4%;
	margin-right: 0;
	width: 21.2%;
}

/* Images */ 
.entry-content img,
.comment-content img,
.widget img,
img.size-full {
	width: auto;
	max-width: 100%;
	height: auto;}

img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: none;
	padding: 0;
}

/* Comments link */
.entry-header .comments-link /*a*/ {
	visibility: hidden; }

.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	visibility: hidden;
}

.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
inline changes
*/

.entry-content p {
	clear: left;
}

h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
#respond input#submit,
.sharing_label, 
.nocomments {
	font-family: 'Rokkitt', serif;
}

body, input, textarea {
	font: 300 15px/1.4 Georgia, "Times New Roman", Times, serif;
}

.entry-title {
	font: 30px/1 'Rokkitt', serif;
	font-weight: bold;
}

h2 {
	font: 24px/1 'Rokkitt', serif;
	display: inline;
}

h2+p {
	margin-top: 0.6em;
}

#access a {
	font: 20px/1 'Rokkitt', serif;
	padding-top: 11px;
	padding-bottom: 9px;
}

#access ul ul a {
	font: 16px/1 'Rokkitt', serif;
	padding-top: 11px;
	padding-bottom: 9px;
}

#access ul ul {
	top: 3em;
}

h3,h4,h5,h6 {
	clear: none;
}

#content .entry-meta {
	font: 15px/1 'Rokkitt', serif;
}

.sharing li.sharing_label {
	font: 18px/1 'Rokkitt', serif;
	padding-top: 15px !important;
}

.entry-content .title, .entry-content .date, .entry-content .sub {
	font: bold 19px/1 'Rokkitt', serif;
	text-transform: uppercase;
}

.entry-content .posted {
	font: bold 19px/1 'Rokkitt', serif;
}

.entry-content .date:after, .entry-content .sub:after {
	content: " / ";
}

.entry-content li {
	margin-bottom: 16px;
}

p img {
	margin: 0;
}

/*
widgets
*/

.widget-title {
	margin: 0;
	line-height: 1.3em;
}

form#subscribe-blog p {
	display: inline;
	line-height: 2.2em;
}

/*
Site nav at top of page
*/
nav#nav-single a {
		font: 16px/1 'Rokkitt', serif;
}

nav#nav-single {
	width: 100%;
	margin: 0;
  padding: 3px 0 3px 0;
}

nav#nav-single span.nav-previous {
	float: left;
}

h1.entry-title {
	padding: 5px 10px 8px 0;
}

/*
Comments
*/

h2#comments-title {
	font: 14px/1 'Rokkitt', serif;
}

h3#reply-title {
	font: 18px/1 'Rokkitt', serif;
}

#respond p label {
	font: 14px/2 'Rokkitt', serif;
	text-transform: uppercase;
}

#respond p label.subscribe-label {
	text-transform: none;
	line-height: 1;
}

#respond .form-submit {
	float: left;
	position: 0;
	margin: 0;
}

#respond .form-submit input#submit {
	float: left;
	left: 0;
	margin: 0 0 15px;
}

#respond .commentform {
	margin-bottom: 0;
}

#respond .commentform {
	margin-bottom: 0;
}

#respond form p {
	clear: both;
}

#respond input#submit {
	font: 18px/1.6 'Rokkitt', serif;
	margin-bottom: 0;
}

ol.commentlist {
	margin: 20px 0;
	width: 100%;
}

footer.comment-meta .comment-author {
		font: 14px/2 'Rokkitt', serif;
}

div.textwidget iframe {
	position: relative;
	top: -10px;
	left: -10px;
}

.page-title, .vcard, .page-title a {
	font: 16px/1 'Rokkitt', serif;
}

.entry-content .links-text {
font: italic 13px/1 Georgia, "Times New Roman", Times, serif;
}

