/*
Theme Name: Oxygen Child
Description: Child theme for the Oxygen theme 
Author: vpgonzo
Template: oxygen
*/

@import url("../oxygen/style.css");


/* Lists 
-------------------------------------------------------------- */

ul li, ol li { line-height: 1.5em; }
dl { margin: 0 0 20px 30px; }
dl dt {
	margin: 0;
	font-size: 1.333333333333333em;		/* 16 / 12 = 1.333333333333333 */
	line-height: 1.75em;
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
dl dd {
	margin: 0 0 5px 20px;
	padding: 0;
	color: #888;
}

#branding {
	float: left;
	width: 20%;
	overflow: hidden;
}

#sidebar-header {
	overflow: hidden;
	float: right;
	width: 77.4468%;	/* 728 / 940 = 0.774468 */
	height: 90px;
	margin-bottom: 20px;
}


/* Site title - font size 2.5em originally
-------------------------------------------------------------- */
#site-title {
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2.4em;	/* 36 / 12 = 3 */
	line-height: 1em;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	word-wrap: break-word;

}

.entry-header {
	float: left;
	width: 100%;
}

.entry-summary {
	float: left;
	width: 100%;
	padding-left: 0%;
}


@media only screen and (max-width: 599px) {
  #sidebar-primary {
    display: none !important; }

  #menu-primary {
    display: none !important; }
}


.hentry .entry-title, .page-template-front .hentry .entry-title {
	margin: 0 0 0.15em 0;
	padding: 0;
	font-size: 1.75em;/* 16 / 12 = 1.5 */
	text-transform: none;
	line-height: 1.4em;
	border: none;
	color: #111;
	word-spacing: 2px;
	word-wrap: break-word;
}

#menu-primary li a {
    font-family: "Abel","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1em;
    margin-right: 1em;
    display: block;
    text-transform: lowercase;
}

/* Post bylines 
-------------------------------------------------------------- */
.byline, .home.singular .byline {
	margin: 0 0 .2em 0;
	font-size: 1.0em;
	color: #000000;
	line-height: 1.5em;
	word-spacing: 2px;
}
.singular .byline { margin-bottom: 18px; }
.byline a, .byline a:visited { color: #0da4d3; }
.byline a:hover { color: #0101DF; }
.author, .bypostauthor, .published, .category, .edit { font-style: normal; }
.comment-list .published, .comment-list .edit, .comment-list .comment-reply-link {
	font-size: 1em;
	text-transform: none;
}

/* Body font size
-------------------------------------------------------------- */
body {
	margin: 0;
	font: 0.80em/1.55em 'Helvetica Neue', Helvetica, Arial, sans-serif;	/* 12 / 16 = 0.75;  21 / 12 = 1.75 */
	color: #444;
	background: #fff;
	padding: 0;
}
