/* GENERAL */

html { font-family: 'Asap', Helvetica, Arial, sans-serif; }

body {
	background:#ffffff;
}
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	display:block;
	font-size: 20px;
}
a:link, a:visited {
	color:#316594;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#222;
	text-decoration:underline;
}	

a.linkbutton { background-color: #2c78e9; color: #ffffff; padding: 3px 5px 3px 5px; text-decoration: none; font-size: 12px; }
a.linkbutton:hover { background-color: #1059c9; color: #ffffff; padding: 3px 5px 3px 5px; text-decoration: none; }

p.pubdate { font-size: 12px; color: #acadb0; margin-top: 0; padding-top: 0; }

/* HEADER */
.header {
	background: #6B94B4;
	background: -moz-linear-gradient(top, #6B94B4 0%, #316594 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B94B4), color-stop(100%,#316594)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6B94B4', endColorstr='#316594',GradientType=0 );
	height:340px;
	position: relative;
	background-image: url(http://www.humandemand.net/theme/Innovation/images/header-heads.jpg); background-position: center top; background-attachment: fixed; background-repeat: repeat-x;
}

header .wrapper { position:relative; width: 100%; height: 300px;  }

/* HEADER: breadcrumbs */
header .breadcrumbs {
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
	border-top:#FFF 1px solid;
	border-bottom:#ccc 1px solid;
	font-size:11px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	color:#666;
	text-transform:uppercase;
	width:100%;
	background: #eee;
	background: -moz-linear-gradient(top, #EDEDED 0%, #D5D5D5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#D5D5D5));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#D5D5D5',GradientType=0 ); 
}
header .breadcrumbs a:link, 
header .breadcrumbs a:visited {
	color:#666;
	text-decoration:underline;
}
header .breadcrumbs a:focus, 
header .breadcrumbs a:hover {
	color:#316594;
	text-decoration:underline;
}
#index header .breadcrumbs {
	display:none; /* no reason to have breadcrumbs on homepage */
} 

/* HEADER: logo */
header .wrapper .logo {
	position:absolute;
	bottom:-12px;
	right:0px;
}

/* HEADER: navigation */
header nav {
	display: table;
	width: 100%;
	position: absolute;
	bottom: -5px;

}
header nav ul {
	display: table-row;
	position: relative;
	list-style:none;	
/* 	float:left; */
}	
header nav li {

	display: table-cell;
	line-height: 30px;
	width: 30px;
	text-align: center;
/* 	float:left; */
}
header nav li a {
	display:block;
	font-size:13px;
	padding:5px 15px;
	text-transform:uppercase;
	font-weight:bold;
	background-color: rgba(255,255,255,0.50);
}
header nav li a:link, 
header nav li a:visited {
	color:#eee;
	text-decoration:none;
}	
header nav li a:hover, 
header nav li a:focus {
	color:#333333;
	text-decoration:none;
	background-color: rgba(255,255,255,0.80);
}
header nav li.current a {
	color:#333333;
	text-decoration:none;
	background-color: rgba(255,255,255,0.90);
}

header nav .lastcell { width:auto; background-color: #ffffff;}

header .wrapper .bigtext { position: absolute; left: 20px; top:0px; line-height: 300px; font-size: 64px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ffffff; font-weight: bold; }


/* BODY CONTENT */
article {
/* 	float:left; */
	width:100%;
	min-height:500px;
	background:#fff;
	padding-top: 60px;
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	color: #484b4e;
}

article h1 {
	font-family: 'Literata', 'Helvetica Neue', helvetica, sans-serif;
	color: #275176;
	font-size:37px;
}
article h2 {
	font-family: 'Literata', 'Helvetica Neue', helvetica, sans-serif;
	font-weight: 500;
	font-style: italic;
	color: #3e434a;
	font-size: 32px;
	line-height: 32px;
	
}
article h3 {
	font-family: 'Literata', 'Helvetica Neue', helvetica, sans-serif;
	color: #275176;
	font-size:36px;
}
article h4 {
	font-family: 'Literata', 'Helvetica Neue', helvetica, sans-serif;
	color: #555;
	font-weight: 500;
	font-style: italic;
	font-size:25px;
	line-height: 29px;
}
article h5 {
	font-family: 'Literata', 'Helvetica Neue', helvetica, sans-serif;
	color: #333;
	font-size:15px;
}
article h6 {
	font-family: 'Literata', 'Helvetica Neue', helvetica, sans-serif;
	color: #666;
	font-size:14px;
	font-weight: 700;
	text-transform: uppercase;
}
article section {
	padding:0px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height:24px;
	font-size:16px;
/* 	color:#333;	 */
}

article section p, h1, h2, h3, h4, h5, h6 { max-width: 600px; margin:0 0 25px 0; margin-left: auto; margin-right: auto; padding-left: 40px; padding-right: 40px;}

/* article section p+p:first-letter { float: left; color: #53437e; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: Georgia, serif; } */

article section img {  margin-bottom: 25px; width: 100%;}
article section p img { margin:0; padding-right: 20px; padding-left: 0px; padding-top: 10px; padding-bottom: 10px; }

article section ul, 
article section ol {
	margin:0 0 25px 30px;
}
article section ul ul, 
article section ol ol,
article section ul ol, 
article section ol ul {
	margin:0 0 0 25px;
}
article section code {
	border:1px solid #ccc;
	background:#f6f6f6;
	font-size:12px;
	padding:1px;
}
article section pre {
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:15px;
	margin:0 0 25px 0;
	line-height:16px;
	font-size:13px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
article section pre code {
	border:none;
	background:none;
	padding:none;
}
article section blockquote {
	margin:0 0 25px 20px;
	color:#555;
	line-height:20px;
	font-family:georgia, garamond, serif;
	font-style:italic;
	padding:0 0 0 15px;
	border-left:1px solid #ccc;
}
article section .footer {
	color:#888;
	font-size:11px;
	margin-top:40px;
	border-top:1px dotted #ccc;
	padding-top:15px;
}
article section .footer p {
	margin:0 0 10px 0;
}

/* SIDEBAR */
aside {
	float:right;
	width:260px;
	margin:40px 0 0 0;
}
aside .section {
	padding:0 0 0 30px;	
}
aside .section {
	margin:0 0 40px 0;
	font-size:11px;
	line-height:16px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
}
aside .section p {
	margin:0 0 15px 0;
}
aside .section ul, 
aside .section ol {
	margin:0 0 15px 20px;
}
aside .section h2 {
	background:#333;
	border-top:1px solid rgba(255,255,255,.4);
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	text-transform:uppercase;
	background: -moz-linear-gradient(top, #444 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#222));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); 
	font-family: 'Literata', 'Helvetica Neue', helvetica, sans-serif;
	font-weight:100;
	color:#fff;
	font-size:19px;
	line-height:19px;
	margin:0 0 20px -31px;
	padding:5px 0 7px 25px;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}

/* SIDEBAR: socialmedia */
aside #socialmedia {
	position:relative;
}
aside #socialmedia h2 {
	width:65px;
	background: #316594;
	background: -moz-linear-gradient(top, #316594 0%, #2C5983 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#316594), color-stop(100%,#2C5983));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316594', endColorstr='#2C5983',GradientType=0 ); 
}
aside #socialmedia .icons {
	position:absolute;
	top:3px;
	left:100px;
}
aside #socialmedia .icons a{
	margin:0 2px;
}

/* FOOTER */
footer {
	padding:0px;
	color:#888;
	font-size:11px;
	height: 200px; 
	width: 100%;
	background-image: url(http://www.humandemand.net/theme/Innovation/images/header-heads.jpg); background-position: center bottom; background-attachment: fixed; background-repeat: repeat-x;
}  

footer .footwrap { position:relative; width: 100%; height:100%;  }
footer .footwrap .colorizer { position: relative; height:100%; background-color: rgba(0,0,0,0.80); }

footer .left {
	position: absolute;
	left: 40px;
	bottom: 100px;
	text-align:left;
}
footer .right {
	position: absolute;
	right: 40px;
	bottom: 100px;
	text-align:right;
}
footer a:link, footer a:visited {
	color:#888;
	text-decoration:underline;
}
footer a:hover, footer a:focus {
	color:#555;
	text-decoration:underline;
}
