/*
Theme Name: PSN Theme
Theme URI: http://www.scottholmancreative.com
Description: Custom build for The Pres School Negro documentary
Author: Holman Creative
Version: 1.0
Tags: Dark Blue, Multi-column
*/


@charset "UTF-8";
/* CSS Document */

html {
    position: relative;
    min-height: 100%;
}

body {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 12px;
	color: #404040;
	background-color: none;
	margin: 0 0 50px;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0 5px;
	width: 970px;
}

#header {
	position: relative;
	width: 100%;
	height: 90px;
	background-color: #1f2147;
	margin-top: 0px;
}

#header img {
	float: left;
	margin-right: 0;
}

#header .nav {
	float: right;
	margin-top: 45px;
	margin-left: 0;
	width: auto;
}

.nav ul li {
	font-size: 11px;
	margin-left: 6px;
	display: inline-block;
	color: #645e79;
}

.nav li a {
	color: #645e79;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav li a:hover {
	text-decoration: none;
	color: #bbb7c4;
}

.nav .current-menu-item a {
	color: #f6921e;
	text-decoration: none;
}

/* End Header */

#primary {
	margin-top: 0;
	margin-bottom: 60px;
}

#primary p {
	line-height: 18px;
}

#primary a {
	color: #f6921e;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#primary a:hover {
	color: #645e79;
	text-decoration: none;
}

#primary ul {
	margin-left: 0;
	padding-left: 10px;
}

#primary ol {
	margin-left: 20px;
	padding-left: 0px;
}

#primary li {
	color: #1f2147;
	font-weight: bold;
}

#primary .alignleft {
	float: left;
	margin: 0 10px 0 0;
}

#primary .alignright {
	float: right;
	margin: 0 0 0 10px;
}

#primary h1 {
	font-size: 22px;
	color: #f6921e;
	font-family: 'Rokkitt', serif;
	font-weight: normal;
	margin-bottom: 10px;
}

#primary h2 {
	font-size: 20px;
	color: #1f2147;
	font-family: 'Rokkitt', serif;
	font-weight: normal;
	margin-bottom: -5px;
	margin-top: 0px;
}

#primary h3 {
	font-size: 12px;
	color: #1f2147;
	font-weight: bold;
	margin-bottom: 10px;
}

#primary h4 {
	font-size: 20px;
	color: #1f2147;
	font-family: 'Rokkitt', serif;
	margin-top: 20px;
	margin-bottom: 0;
}

#primary small {
	font-size: 12px;
	font-family: 'Open Sans', Verdana, sans-serif;
	color: #404040;
}

#primary p.first {
	margin-top: 0px;
}

#primary hr {
	color: #e6e7e8;
}

#primary .press {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px #e6e7e8 solid;
}

#primary .nocomments {
	color: #ffffff;
}

#postsNavLink {
	padding: 10px 0 10px 0;
	overflow: hidden;
}

#primary .prevPage {
	float: left;
}

#primary .nextPage {
	float: right;
}
/* Main Full Width */

#main {
	overflow: hidden;
	margin-top: 0px;
}

#bg-image {
	background-image: url(img/psn-gfs-group2.jpg);
	background-size: cover;
	background-position: center;
	height: 250px;
	width: 100%;
	position: relative;
}



/* End Main Full Width */

/* Main Sidebar */

#main-sb {
	overflow: hidden;
	width: 660px;
	float: left;
	margin-bottom: 60px;
}

#aside {
	width: 280px;
	padding: 10px; 
	float: right;
	background-color: #ebebeb;
	margin-top: 15px;
}

#aside h3 {
	font-size: 20px;
	color: #1f2147;
	font-weight: normal;
	font-family: 'Rokkitt', serif;
}

/* End Main Sidebar */

/* Blog Comments */

.entry-meta {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 20px;
}

#commentsSection {
	margin-bottom: 60px;
}

.commentlist {
	padding: 0;
	margin: 0;
}

.commentlist li {
	background-image: none;
	padding: 0;
}

.comment-meta {
	font-size: 10px;
	margin-top: 5px;
	font-style: italic;
}

.comment-body {
	overflow: hidden;
}

.reply {
	float: right;
}

#commentform #comment {
	width: 90%;
}

/* End Blog Comments */

#footer {
	width: 100%;
	background-color: #1f2147;
	position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
}

#footer img {
	margin-right: 10px;
	margin-top: 10px;
	opacity: .5;
	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}

#footer img:hover {
	opacity: 1;
}

.copyright {
	float: right;
	color: #645e79;
	font-size: 8px;
	text-align: right;
	margin-top: 10px;
}

.copyright a {
	color: #bbb7c4;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
.copyright a:hover {
	color: #ffffff;
}

/*CONTACT FORM*/

.wpcf7 input, 
.wpcf7 textarea{
    padding:1px;
    color:#8e8e8e;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size:11px;
    line-height: 18px;
	width: 300px;

    border: 1px #ebebeb solid;
	background-color: none;
	margin-top: 5px;
        
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    
}

.wpcf7 .wpcf7-form {
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
}

.wpcf7 .wpcf7-form-control-wrap your-message, .wpcf7-textarea {
	height: 100px;
}

.wpcf7 .wpcf7-list-item{
	padding-left: 0;
	margin-left: 0;
	margin-right: 25px;
}

.wpcf7 .wpcf7-list-item input{
	border: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 10px;
}

.wpcf7 select{
	outline: none;
	font-size:12px;
	font-family: 'Open Sans', Verdana, sans-serif;
}

.wpcf7 input:hover, 
.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
	background: #fde9d2;
	outline: none;
}

.wpcf7 input.wpcf7-submit{

    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
	border: none;
	position: relative;
	width: 50px;
	
	color: #fff;
		
	text-transform: uppercase;
	
	font-size: 10px;
	
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #939597;
	
	
}

/* On hover */
.wpcf7 input.wpcf7-submit:hover{
	color: #666;
	cursor: pointer;
	text-decoration: none;
	background-color: #fde9d2;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* On click */
.wpcf7 input.wpcf7-submit:active{
	
	color: #666;
	
	background-color: #fde9d2;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors{
    border:none;
    background-color:#fde9d2;
    margin:0;
    padding:10px;
	color: #666;
	width: 500px;
	text-align: center;
    
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#fde9d2;
    margin:0;
    padding:20px;
	color: #666;
    
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#fde9d2;
    margin:0;
    padding:20px;
	color: #666;
    
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.wpcf7 span.wpcf7-not-valid-tip{
    border:none;
    background-color:#fde9d2;
    padding:5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 180px;
    color: #666;
	font-size: 10px;
    
    /* Drop shadow */
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.wpcf7-form .fleft{
	float: left;
}

.wpcf7-form .mright20{
	margin-right: 20px;
}

.wpcf7-form .mright40{
	margin-right: 40px;
}

.wpcf7-form .clear{
	clear: both;
}
/*END CONTACT*/

/*MAILCHIMP*/

.mc4wp-form {
	font-weight: bold;
	font-size: 11px;
}

.mc4wp-form input {
	border: 1px #ebebeb solid;
	padding: 3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.mc4wp-form input:hover {
	background: #fde9d2;
	outline: none;
}

.mc4wp-form input[type="submit"] {
	width: auto;
	margin-top: 5px;
	background-color: #939597;
	padding-top: 6px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 10px;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.mc4wp-form input[type="submit"]:hover {
	color: #666;
	cursor: pointer;
	text-decoration: none;
	background-color: #fde9d2;
}

.mc4wp-alert {
	border: 1px solid red;
}


/* Styles 

font-family: 'Open Sans', Verdana, sans-serif;
font-family: 'Rokkitt', serif;

dark blue #1f2147  31,33,71
orange #f6921e   246,146,30
pale blue #bbb7c4   187,183,196
very pale blue #e6e7e8   230,231,232
med blue #645e79   100,94,121
90% black #404040   64,64,64

*/