/*
Theme Name: Interactive Inc.
Theme URI: http://www.interactiveinc.org
Description: Theme for Interactive Inc 2011+
Author: Helium Studio
Author URI: http://heliumstudio.com
Version: 1.0
*/


/* =================================================== */
/* ==================== Style CSS ==================== */
/* =================================================== */

/*	Glossary
	- Reset
	- Layout
	- Navigation
	- General
	- Fonts
*/

/* ==================== Reset ==================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a {outline:none;}

/* ---------- Clearfix ---------- */
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

/* ==================== Layout ==================== */
html {
	width: 100%;
}
body {
	background: #fff;
	font-family: 'TeXGyreAdventorRegular', arial, sans-serif;
	color: #000;
	width: 100%;
}

#content #leftcol #rightcol ul li {
	list-style-type: none;
	background: url(images/bullet.gif) 2px 17px no-repeat;
	padding-left: 15px;
	padding-top: 10px;
}
#outer-wrapper {
	background: #fff;
}
#header {
	width: 100%;
	height: 124px;
}
#intro-wrap {
	background: #fff;
}
#intro {
	display: none;
}
#subcontent-wrapper {
	width:100%;
	/*margin: 0 auto;
	background-color: #fff;*/
}
#contentarea {
	width: 90%;
	/*padding: 30px 20px 0 20px;*/
	/*background-color: #fff;	*/
}
#content-left {
	width:100%;
}
#team #content-left,
#contact #content-left {
	width: 100%;
}
#content-right {
	display: none;
}	
#footer-bar {
	display: none;
}
#home #footer-bar {
	display: none;
}
#footer {
	width: 100%;
	font-size: 11px;
	line-height: 16px;
	padding-top: 3%;
}
#home #footer {
	/*padding-top: 30px;*/
}
#footleft {
	float: left;
	margin-right: 5%;
}
#footright {
	float: left;
	margin-right: 5%;
}
#subbar {
	width:100%;
	padding-bottom: 3%;
}

/* ==================== Navigation ==================== */
#global {
	display: none;
}
#nav {
	display:  none;
}
#nav ul li ul {
	display: none;
}
#subnav {
	display: none;
}

/* ==================== General ==================== */
a#logo {
	position: absolute;
	display: block;
	margin-top: 16px;
	width: 325px;
}
#homecontent {
	display: none;
}
p {
	font-size: 11px;
	line-height: 1.6em;
}
h1 {
	font-size: 26px;
	font-family: 'TeXGyreAdventorRegular', arial, helvetica, sans-serif;
	color: #ffffff;
}
h2 {
	color: #e10017;
	font-size: 18px;
	line-height:22px;
	font-family: 'TeXGyreAdventorRegular', arial, helvetica, sans-serif;
	/*margin-top:10px;*/
	margin-bottom:10px;
}
h3 {
	color: #e10017;
	font-family: 'TeXGyreAdventorRegular', arial, helvetica, sans-serif;
	font-size: 15px;
	line-height:22px;
}
h4 {
	font-size: 20px;
	font-family: 'TeXGyreAdventorRegular', arial, helvetica, sans-serif;
	color: #444;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
#intro p {
	font-size: 15px;
	line-height:27px;
}
#copyright {
	float: right;
}
#twitter {
	display: none;
}
#footer p {
	font-size:11px;
	line-height: 1.6em;
}
#subbar h1 {
	font-size: 24px;
	font-family: 'TeXGyreAdventorRegular', arial, helvetica, sans-serif;
	color: #000;
    font-weight: normal;	
}
#content-left p {
	margin-bottom:1em;
}	
#last-updated p {
	font-size: 11px;
	color: #8f8f8f;
	margin-bottom: 0;
}	
.featured-image img {
    border: 1px solid #ECECEC;
	float: right;
	margin: 0 0 20px 25px;
	width: 25%;
	height: 30%;
}
.bio {
	width: 30%;
	min-height: 35%;
	float: left;
	margin: 0 10% 5% 0;
}
.post-meta-key {
	display: none;
}
.contact-info {
	margin: 20px 0;
}
.contact-info p {
	width: 200px;
	float: left;
}
.print-link {
	display: none;
}

/* ==================== Fonts ==================== */
@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreAdventorItalic';
    src: url('../fonts/texgyreadventor-italic-webfont.eot');
    src: url('../fonts/fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-italic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreAdventorBoldItalic';
    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}