/* 
 * Theme Name: dangrossman.info 2014
 */

 body {
	font-size: 16px; 
}

#bg {
	transition: background 1.5s linear;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
	z-index: 100;
}

#content {
	position: absolute;
	top: 100px;
	right: 0;
	left: 0;
	background: #fff;
	z-index: 101;
}

div, p, h1, h2, h3 { font-family:"Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size-adjust:0.488; font-weight:normal; font-style:normal; }

#reportrange {
	background: #ffffff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
	color: #333333;
	padding: 8px;
	line-height: 18px;
	cursor: pointer;
}
#reportrange .caret {
	margin-top: 8px;
	margin-left: 2px;
}
#reportrange span {
	padding-left: 3px;
}

.post {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.8em;
}

.post p {
	margin: 0 0 2em 0;
}

.post h1 {
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 1.5em;
}

h2.postdate {
	font-weight: normal;
	font-size: 20px;
	color: #555;
	margin: 0 0 1em 0;
}

#bio {
	margin-left: 30px;
	font-size: 18px;
	line-height: 1.8em;
	padding-left: 50px;
	border-left: 5px solid #eee;
	position: relative;
}

#bio h1 {
	margin-top: 0;
	font-size: 24px;
	font-weight: bold;
}

.icon-list {
	margin-top: 10px;
}

.icon-list li {
	border: none;
	padding: 5px 0;
	font-size: 15px;
}

.icon-list li a:link, .icon-list li a:visited {
	color: #333;
}

.icon-list li a:hover {
	text-decoration: none;
	color: #06c;
}

.icon-list li.nav-header {
	background: #eee;
}

.icon-list li i {
	width: 22px;
	margin-right: 5px;
}

.well {
	font-size: 15px;
}

.well .daterangepicker {
	font-size: 18px;
}

h2 {
	margin-bottom: 1em;
}

.topbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	transition: background 1.5s linear;
}

.bigcol {
	position: relative;
}

#backhome {
	position: absolute;
	top: -80px;
}

