/*
Theme Name: redBlank
Theme URI:
Description: WordPress theme
Author: Steve Fraser
Author URI:
Version: 0.1
Tags:


*/

/*** GLOBAL : GENERAL STYLE DEFAULTS ================================================================== ***/




/*** PAGE LAYOUT ====================================================================================== ***/

/* Styles that affect the entire layout of the page */




/*** HEADER : OTHER =================================================================================== ***/



/*** CONTENT : POSTS AND PAGES ======================================================================== ***/

/* Entry and Page Titles */
h1.entry-title 										{ }
h2.entry-title 										{ font-family: 'Open sans', sans-serif; font-size: 1.7em;}
h2.entry-title a 									{ text-decoration: none; }
h2.entry-title a:hover 								{ color: #0078bf;}
h1.page-title 										{ }

/* Media Alignment */

/* Style for right-aligned images in posts:; */
.alignright 											{ padding: 8px 0 8px 8px; float: right; }

/* Style for left-aligned images in posts:; */
.alignleft												{ padding: 8px 8px 8px 0; float: left; }

/* Entry Content */

/* Style that affects actual entry/post content:; */
.entry-content 										{ }
.entry-content a 									{ }
.entry-content a:hover 						{ }
.entry-content h1, h2, h3, h4, h5 { }
.entry-content ol li 							{ }

/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
.entry-utility 										{ }

/* Style for the entry metadata (author, etc.) */
.entry-meta 											{ }

/* Style for the skip link */
.skip-link												{ /*position: absolute; left: -9000px;*/ }

/* Style for the navigation links (next/previous post) on a given post */
.navigation												{  }


/*** CONTENT : COMMENTS ***/

/* Style that affects the DIV containing all the comments */
div#comments 											{ }

/* H3 header style for comments */
.comments h3 											{ }

/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
.comments ol 											{ }

/* Style each list item in the comments ordered list */
.comments ol li 									{ }

/* Style for the user avatar beside each comment */
.comments img 										{ float: left; margin: 0 12px 8px 0; }

/* Style that applies to each individual comment in a series of comments */
.comments .comment 				{ }

/* A style that refers to the children (as in, responses to) any given comment */
.children ul li 					{ }

/* Style for the "Reply" link on a comment */
.comment-reply-link 			{ }

/* Style for metadata for a comment */
.comment-meta 		 				{ }

/* DIV that contains the comment response form */
div#respond 							{ }

/* H3 header for the comment response form */
div#respond h3 						{ }


/*** CONTENT : SIDEBAR ==================================================================================== ***/

/* Primary Widget Area DIV */
div#primary 							{ }

/* Secondary Widget Area DIV */
div#secondary 						{ }

/* Class that applies to BOTH widget areas */
.widget-area 							{ }

/* Class that applies to each item in each widget area (an unordered list class) */
.xoxo 										{ }


/*** FOOTER ============================================================================================== ***/
div#FOOTER 								{ float: left; clear: both; }


/*** YOUR CSS ============================================================================================ ***/

.logo {
	margin: 0 auto;
}
.headerCaption {
	display: block;
	font-family: "Slackey";
	font-size: 2em;
	color: #777;
	padding: 3em 0 0 3em;
	margin-left: 200px;
	line-height: 1.2em;
}
.contentSections > div {
	display: none;
}
.contentSections h2, .contentSections h3 {
	font-family: 'Open sans', sans-serif;
	letter-spacing: -0.1em;
	font-weight: 600;
	color: #0078bf;
}
.sideList {
	margin-top: 1em;
	margin-bottom: 3em;
}
.sideList li {
	padding: 1em;
	margin-top: 0.2em;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
  	-moz-transition: all 0.1s ease-in-out;
  	-o-transition: all 0.1s ease-in-out;
  	transition: all 0.1s ease-in-out;
  	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	-khtml-border-radius: 4px;
}
.sideList li:hover {
	background: #faf9f8;
}
.sideList li.selected {
	background: #f1f0ef;
}
.companyPageList {
	text-align: center;
}
.companyPageList li {
	width: 220px;
	float: left;
	margin: 20px;
	padding: 12px;
	-webkit-transition: all 0.1s ease-in-out;
  	-moz-transition: all 0.1s ease-in-out;
  	-o-transition: all 0.1s ease-in-out;
  	transition: all 0.1s ease-in-out;
  	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	-khtml-border-radius: 8px;
}
.companyPageList li:hover {
	background: #f2f2f2;
}
.sideNavBox {
	padding-right: 20px;
	border-right: 1px solid #e2e2e2;
}
.sideNavBox h4 {
	font-family: 'Open sans', sans-serif;
	text-decoration: none;
	display: block;
	margin-top: 0.5em;
	color: #333;
	font-size: 0.9em;
}
.companyPageList h4 a {
	font-family: 'Open sans', sans-serif;
	text-decoration: none;
	display: block;
	margin-top: 0.5em;
	color: #333;
	font-size: 0.8em;
}
.sideNavBox img {
	max-width: 100%;
}
.companyPageLogo {
	height: 80px;
	text-align: center;
	padding: 8px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	-khtml-border-radius: 6px;
}
.companyPageLogo img {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
}



/* New Styles */
.logo h1 {
	text-decoration: none;
	font-family: 'Slackey', sans-serif;
	color: #0078bf;
	margin-top: 0.1em;
	margin-bottom: 0;
	line-height: 1em;
}
.logo a {
	text-decoration: none;
}
.wrapHeader h3 {
	font-family: 'Syncopate', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
.headerSlider {
	width: 100%;
}
.headerSlider img {
	max-width: 900px;
	width: 100%;
	
}
.contentSections ol {
	list-style-position: inside;
}
.contentSections ol li {
	text-indent: -1.2em;
	margin-left: 1.5em;
}
.myposts {
	margin-top: 10px;
}
h4.postTitle {
	font-family: 'Open sans', sans-serif;
	color: #444;
}
.grid-item {
	width: 250px;
	height: 250px;
	background: #f4f4f4;
	margin-bottom: 20px;
	display: block;
	float: left;
}
.masonry-container  {
	position: relative;
}
a.secretLogin {
	display: inline-block;
	cursor: default;
	text-decoration: none;
}
#secretLoginBox {
	display: none;
}