/*
Theme Name: lifebygeek
Description: Child theme for the twentyeleven
Author: AJ Fitzgerald
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

/* New Stuff */

.singular .entry-meta .edit-link a {
right: 0;
top:0;
left:auto;
}

div.entry-meta{
	margin-bottom: 8px;
}

p.indented {
	margin-left:20px;
}

.widget {margin: 0 0 .8em;}
.page-title {
margin: 0 0 0;
}

sub sup {
font-size: .8em;
line-height: 0;
}

#content nav {
padding: 0 0 0;
}

#social {
	width: 100px;
	height: 50px;
	position:absolute;
	top:2em;
	right: 25%;
	
}

#social ul {
list-style-type:none;
height:100%;
width:100%;
}

#social li {
display:inline;
width:50%;
height:100%;
background-size:100%;

}



#social a {
width: 100%;
height: 100%;
}


#respond .comment-form-email, #respond h2,
#respond .comment-form-url, #respond .comment-form-email label,
#respond .comment-form-url label {display:none;}

p.comment-notes {display:none;
padding: 0 0 0;

margin: 0 0 0;}

.singular article .entry-title {
    padding-top: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #202020;
	font-family: "Times New Roman", Times, serif;
	font-size: 16 px
	font-weight: 300;
	line-height: 1.4;
}

p + p { margin-top: .8em;}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 0 0 0;
	
}

.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	position: relative;
}

.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.35em;
	padding-bottom: .2em;
	padding-top: .3em;
}
.entry-title,
.entry-title a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}

.single-author .entry-meta .by-author {
	display: inline;
}
.entry-content,
.entry-summary {
	padding: 0 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}


.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}


/* =Header
----------------------------------------------- */

#branding {
	padding-bottom: 5px;
	position: relative;
	z-index: 1;
}
#site-title {
	margin-right: 270px;
	padding: 2em 0 0;
}
#site-title a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111;
	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;
	font-size: 14px;
	margin: 0 270px 2em 0;
}
#branding img {
	height: auto;
	width: auto;
	margin-bottom: -7px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #333; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 3px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	text-transform:lowercase;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}

#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* =Structure
----------------------------------------------- */

body {
	padding: 0 0;
}
#page {
	margin: 0 0;
	max-width: none;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

/* Singular */
.singular #primary {
	margin: 0 -26.4% 0 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 34% 0 7.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 0.5em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 2em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
	padding-top: 0;
}
.singular .entry-header .entry-meta {
	position: relative;
	top: 0;
	left: 0;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 0;
}