/*  
Theme Name: The Feature
Version: 1.0
Author: Eric Schwarz
Author URI: http://studentaffairsfeature.com

/* ///////////////////////////////////////////////////////////////////// 
//  00 - Fonts
/////////////////////////////////////////////////////////////////////*/


	@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(fonts/sourcesanspro/SourceSansPro-Light-webfont.woff) format('woff');
	}
	@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(fonts/sourcesanspro/SourceSansPro-Bold-webfont.woff) format('woff');
	}
	@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 900;
	src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackIt'), url(fonts/sourcesanspro/SourceSansPro-BlackIt-webfont.woff) format('woff');
	}
	@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 200;
	src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(fonts/sourcesanspro/SourceSansPro-ExtraLight-webfont.woff) format('woff');
	}
	@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(fonts/sourcesanspro/SourceSansPro-Regular-webfont.woff) format('woff');
	}
	@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 300;
	src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(fonts/sourcesanspro/SourceSansPro-LightIt-webfont.woff) format('woff');
	}
	@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 700;
	src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url(fonts/sourcesanspro/SourceSansPro-BoldIt-webfont.woff) format('woff');
	}
	@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 600;
	src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url(fonts/sourcesanspro/SourceSansPro-SemiBoldIt-webfont.woff) format('woff');
	}
	@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 200;
	src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightIt'), url(fonts/sourcesanspro/SourceSansPro-ExtraLightIt-webfont.woff) format('woff');
	}
	@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(fonts/sourcesanspro/SourceSansPro-It-webfont.woff) format('woff');
	}
	@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 900;
	src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url(fonts/sourcesanspro/SourceSansPro-Black-webfont.woff) format('woff');
	}
	@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(fonts/sourcesanspro/SourceSansPro-Semibold-webfont.woff) format('woff');
	}

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

	body {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-size: 13px;
	line-height: 22px;
	background: #FFF;
	}
	
	a, a:visited {	
	color: #555;	
	text-decoration: underline;
	}	
	
	#pageBody {
	width: auto;
	margin: 0 auto;
	background: transparent;
	}
	
	ul {
	list-style: square;
	}
	
	#header, #highlightbox, #highlightboxalert, #sidebar, #categoryinfo, .pullquote, #book, #bookmobile, #sociallinks {
	display: none;
	}
		
	#content {
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
	}
	
	#content .inner {
	padding: none;
	color: #000;
	background: transparent;
	}
	
	#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
	#footer .inner {
	font-size: 9px;
	text-align: center;
	background: transparent;
	padding: 5px 0 0 0;
	border-top: 1px solid #555;
	}
	
	#footer .inner a, #footer .inner a:visited {
	color: #555;
	text-decoration: none;
	}

/* ///////////////////////////////////////////////////////////////////// 
//  03 - Content Formatting 
/////////////////////////////////////////////////////////////////////*/

	#content .inner .entry, #content .inner .entryindex {
	padding-bottom: 0;
	margin-bottom: 0;
	clear: both;
	}
	
	#content .inner .entryindex {
	padding-bottom: 20px;
	}
	
	#content .inner ul {
	padding-left: 15px;
	}
	
	#content .inner ul li {
	margin-bottom: 10px;
	list-style: square;
	line-height: 16px;
	}
	
	#content .inner ol {
	padding-left: 15px;
	}
	
	#content .inner ol li{
	margin-bottom: 10px;
	line-height: 16px;
	}
	
	
	h2 {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	text-transform: none;
	letter-spacing: -1px;
	padding: 0;
	margin: 30px 0 30px 0px;
	}
	
	h2 a, h2 a:visited {
	color: #000;
	text-decoration: none;
	}
		
	.descriptor {
	font-weight: normal;
	font-weight: lighter;
	font-weight: 200;
	}
	
	h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-transform: none;
	letter-spacing: -1px;
	padding: 0;
	margin: 10px 0 0 0;
	}
	
	h4 {
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	text-transform: none;
	letter-spacing: -1px;
	padding: 0;
	margin: 10px 0 0 0;
	}
	
	.metainfo {
	font-size: 14px;
	line-height: 24px;
	color: #777;
	font-weight: 400;
	margin: 0;
	padding: 0px 0 5px 0;
	border-bottom: 1px solid #CCC;
	}
	
	#author, #date {
	color: #888;
	}
	
	.metainfo a, .metainfo a:visited {
	color: #444;
	text-decoration: none;
	}
		
	#content p {
	margin-bottom: 10px;
	}
	
	#content img{
	max-width: 100%;
	height: auto;
	}
	
	blockquote {
	font-weight: 300;
	color: #444;
	border-left: 1px dotted #777;
	padding-left: 20px;
	margin-left: 10px;
	}
	
	blockquote blockquote {
	color: #444;
	font-weight: 200;
	}

	#authorpic {
	display: none;
	}
	
	#branch {
	display: none;
	}
	
	#branchlogo {
	display: none;
	}

	.sharelinkm {
	display: none;
	}
	
	.sharelinkd a, .sharelinkd a:visited {	
	display: none;
	}
	
	.sharelinkd a:hover {
	display: none;
	}
	
	.sharelinkd a:active {
	display: none;
	}
	
	.dateinfo {
	display: none;
	}

	#bio h6 {
	display: none;
	}
	
	#bio p {
	display: none;
	}
	
	.readtime {
	display: none;
	}
	
/* ///////////////////////////////////////////////////////////////////// 
//  04 - SchwarzTech Code 
/////////////////////////////////////////////////////////////////////*/

	.snippetpermalink {
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Zapf Dingbats", "Arial Unicode MS";
	}
	
	.snippetpermalink a, .snippetpermalink a:visited {
	color: #999;
	text-decoration: none;
	}

	.pictures {
	float: right;
	width: 240px;
	\width: 240px;
	w\idth: 240px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	padding: 0 0 10px 10px;
	}

	.pictures img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 70%;
	width: 70%;
	}

		
	.pictures2 {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	}
	
	.pictures2 img {
	margin: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;	
	border: none;
	max-height: 140px;
	}

	.pictures2 br {
		display: none;
	}
	
	img.newsgraphic, img.authorpic, img.teasergraphic {
	display: none;
	margin: 5px 0 5px 15px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
	
	img.newsgraphiclarge {
	margin: 5px 15px 5px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
	
	img.teasergraphic {
	margin: 5px 0 15px 15px;
	}
	
	img.authorpic {
	margin: -10px 0 5px 15px;
	}
	
	#facts, #procon, #speakerfacts {
	background: transparent;
	border-top: 1px solid #AAA;
	padding: 10px 0 0 0;
	clear: both;
	font-size: 10px;
	line-height: 14px;
	}
			
	#facts img {
	width: 100px;
	height: 100px;
	margin-top: -25px;
	}
	
	#facts h4, #procon h4, #speakerfacts h4, #recentposts h4 {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	}
	
	#facts {
	min-height: 110px;
	}
	
	.pros, .cons {
	font-weight: bold;
	font-weight: 600;
	min-width: 56px;
	clear: both;
	color: #000;
	}
		
	
	.mytable {
	width: 100%;
	margin: 0 auto 20px auto;
	font-size: 10px;
	}
	
	.mytable th {
	font-weight: bold;
	color: #333;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: transparent;
	}
	
	.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #AAA;
	background: none;
	font-weight: bold;
	}
	
	.mytable th.spec {	
	border-left: 1px solid #AAA;
	border-top: 0;
	background: transparent;
	text-align: left;
	font-weight: bold;
	}
	
	.mytable td {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background: transparent;
	padding: 6px 6px 6px 12px;
	color: #444;
	text-align: center;
	font-size: 12px;
	}


	.printonly {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 10px;
	color: #777;
	}
	
	.printonly img {
		width: 360px;
		height: auto;
	}
	
	#quotetext {
	font-size: 28px;
	line-height: 34px;
	padding-bottom: 0;
	font-weight: normal;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -1px;
	margin: 0 30px 5px 30px;
	}

	#quoteauthor {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	padding-bottom: 15px;
	text-align: right;
	margin: 10px 0 20px 0;
	}
	
	#quoteauthor .snippetpermalink {
	font-style: normal;
	}
	
	#quotedate {
	font-size: 12px;
	line-height: 14px;
	color: #777;
	font-weight: 500;
	}
