@charset "utf-8";
/* CSS Document */

/*
 Theme Name:     Keystone
 Description:    Keystone Case Management- Child Theme of Sequel Twenty Fourteen  Twenty Fourteen Child Theme, Sequel Child Theme, customized for Blue Velvet;  Sequel continues and expands upon the story of the default theme - Twenty Fourteen. If used with the [Fourteen Extended plugin] (http://wordpress.org/plugins/fourteen-extended/) and [Styles: TwentyFourteen] (http://wordpress.org/plugins/styles-twentyfourteen/)  Sequel becomes a powerhouse packed with ample customization options. Main features are the ability to set the home blog feed to the Grid format mimicking the Featured Content grid, make Featured Grid span full width above the left sidebar and Author bio that mimics the Contributor's page output, upload site logo and much more. NEW: Added option to combine the grid layout with the standard layout for the blog feed. {Experimental and therefore may need some adjustments} Full demo @ http://sequel.wpdefault.com/
 Author:         Caron Andregg	
 Author URI:     http://www.seacliffmm.com
 Template:       twentyfourteen
 Version:        1.0.0
*/
 
@import url("../twentyfourteen/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

body {
	background: #000000;
}
.site {
	background-color: #ffffff;
}



#page {
	margin: 0 auto;
}


/*======================/
 * 	home page layout
/*=====================*/

.home  #wrapper {
	min-height: 100%; 
	height:100%;
	width: 100%;
	text-align:left;
}

.home  #container {
	margin: 0 auto;
	padding:0;
	min-height: 100%; 
	height:100%;
	/*width: 1240px;*/
	background: #FFF;
}

.site {
	background-color: #000000;
}

.page .site:before { display: none; }

.home #header {
	margin: 0 auto;
	padding:0;
	background: #FFF;
}

.home #main  {
	font: 100% Futura, Century Gothic, Ariel, Helvetica, sans-serif 1em;
}

.home #main  {
	width: 1240px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFFFFF;
	background-color:#000000;
}

.home #content {
	color:#FFFFFF;
	background-color:#000000;
	padding:0;
	width:1240px;

}


.home #primary {
	color:#FFFFFF;
	background-color:#000000;

}

.home #primary .content-area {
	width: 1240px;
}

/*======================/
 * 	home page layout
/*=====================*/

.home #logo  {
	margin:0 auto;
	padding:0;
	position:relative;
}

.home #tag  {
	margin:0 auto;
	padding:0 0 20px 0;
	position:relative;
	color:#626262;
	letter-spacing:.25em;
}

.home #cali {
	margin:0 auto;
	padding:0;
	position:relative;
	top:80px;
}

.home #cali img {
	border:none;
}




/*======================/
 * 	home navigation
/*=====================*/

#mnav  {
	margin: 0 auto;
	padding:0;
	width:1100px;
	min-height: 600px;
}

#mni  {
	margin:0 0 0 31px;
	padding:0;
	position:relative;
	left:20;
	width:102px;
	
}

.mni1	{
	margin:0 0 0 30px;
	padding:0;
	position:relative;
	float:left;

}

#mn  {
	margin:margin:0 0 0 31px;
	padding-left: 6px;
	position:relative;
	top:48px;
	width:94px;
	min-height:200px;
	border-left:solid/* #f29705*/ #fea116 1px;
	text-align:left;
}

.home .site-content a, .home .site-content a:visited {
	color:#fea116;	
}

.home .site-content a:hover {
	color:#FFCC00;
}

#mn p {
	margin-left:3px;
}

.mn1	{
	margin:0 0 0 31px;
	padding:0;
	position:relative;
	float:left;
	top:15px;
	line-height: 1.5;
	text-transform: uppercase;
	
}

.mn1a	{
	margin:0 0 0 32px;
	position:relative;
	float:left;
	top:15px;
	line-height: 1.5;
	text-transform: uppercase;
	
}


#mnbw  {
	margin:margin:0 0 0 11px;
	padding:0;
	position:relative;
	top:180px;
	width:110px;
	border-left:solid #fea116 1px;
	text-align:left;
}

.mnc	{
	margin:0 0 0 11px;
	padding:0;
	position:relative;
	float:left;
	top:30px;
	line-height: 1.5;
	text-transform: uppercase;
	
}


/*======================/
 * 	layout 2
/*=====================*/



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
}
 
 

/*======================/
 * 	Display Posts Plugin Styling
/*=====================*/
 
.listing-item, .listing-item a.image {
    clear: both;
}

.listing-item img {
    float: none;
    margin: 0 10px 10px 0;
	padding:10px;
}
 
 
.who-post-grid, .news-post-grid {
	margin: 0 10px 10px 0;
    clear: both;

	
}
 

 /* 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 48px;
}

.hentry {
	margin: 0 auto 48px;
	max-width: 972px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 874px;
}

.page-content {
	margin-bottom: 48px;
}


/**

/* 6.0 Content Home
 * -----------------------------------------------------------------------------
 */
.home #sidebar, .home #primary-sidebar {display: none;}
.home #content {width: 100%; margin-left:0;}


.home .content-area {
	padding-top: 56px;
	background-color: #000;
}

.home .site-content .entry-header,
.home .site-content .entry-content,
.home .site-content .entry-summary,
.home .site-content .entry-meta,
.home .page-content {
.page-content {
	margin: 0 auto;
	max-width: 1240px;
	background-color: #F3C;
}

.home .hentry {
	margin: 0 auto 48px;
	max-width: 1260px;
}

.home .site-content .entry-header,
.home .site-content .entry-content,
.home .site-content .entry-summary,
.home .site-content .entry-meta,
.home .page-content {
	
	background-color: #9F0;
	margin: 0 auto;
	max-width: 1260px;
}

.home .site-content .entry-title, .home #secondary {
	display:none;
}


.home .page-content {
	margin-bottom: 48px;
}


/**

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 0 auto;
	padding:20px 10px;
}

/*#supplementary {
	padding: 0 10px;
}


.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	background-color: #000;
	font-size: 20px;
	position: relative;
	z-index: 3;
}

.footer-sidebar {
	padding-top: 48px;
}

.site-footer {
	padding: 15px 10px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}*/

.site-footer #attrib  a:active,
.site-footer #attrib  a:hover  {
	color: #FF9900;
}

.site-footer #copy  {
	text-align:left;
	width:400px;
	float:left;
}

.site-footer #attrib  {
	text-align:right;
	width:400px;
	float:right;
}




/**
 */