/*
Theme Name: FAP
Author: FAP/LC
Author URI: https://www.thefirstamendment.org/
Description: Theme for First Amendment Project website.
Version: 1.0
*/

/* Resets */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

/* Basic structure */
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background:  #ffffff;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 14px;
	text-rendering: optimizeLegibility;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

/* Text */
p {
	margin-bottom: 16px;
	line-height: 26px;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #962020;
}

	a:hover {
		color: #808080;
	}


/* Header */
#header {
	display: block;
	height: 135px;
	width: 100%;
	position: relative;
	background: #ffffff;
}

#branding {
	position: relative;
	text-align: center;
	top: 65px;
}

/* Menu */
#menu {
	height: 30px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	overflow: hidden;
}

#menu .menu-menu-container {
	float: left;
	width: 100%;
}

#menu .menu {
	/* ul */
	float: left;
	position: relative;
	left: 50%;
}

#menu .menu .menu-item {
	/* li */
	float: left;
	height: 30px;
	position: relative;
	left: -50%;
}

#menu .menu .menu-item a {
	padding: 0 20px;
	line-height: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	border-right: 1px solid #dadada;
}

#menu .menu .menu-item:first-child a {
	padding-left: 0;
}

#menu .menu .menu-item:last-child a {
	padding-right: 0;
	border-right: none;
}

#menu .menu .menu-item a:hover {
	color: #962020;
}

#menu .menu .current-menu-item a,
#menu .menu .current_page_parent a {
	color: #962020;
}

#menu .menu .current-menu-item a:hover,
#menu .menu .current_page_parent a:hover {
	color: #606060;
}

/* Footer */
#footer {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 40px 0 20px;
	padding: 20px;
	border-top: 1px solid #dadada;
	font-size: 11px;
	line-height: 16px;
	color: #606060;
}

#footermenu {
	
}

#footermenu li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #dadada;
}

#footermenu li:first-child {
	padding-left: 0;
}

#footermenu li:last-child {
	border-right: none;
}

#copyright {
	float: right;
}

/* Layout */
#container {
	margin: 50px auto 0;
	padding: 0 50px;
	width: 900px;
}

#content {
	float: left;
	width: 650px;
	margin-right: 50px;
}

#content.fullwidth {
	width: 100%;
}

#sidebar {
	float: left;
	width: 200px;
	margin-top: 8px;
}

/* Home page */
.home #container {
	margin-top: 30px;
}
	
.home #content {
	width: 900px;
}

.home .entry-content {
	display: block;
/*	height: 250px; */
/*	background: #962020; */
/*	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
	text-transform: none; */
/*	color: #ffffff; */
	color: #000000;
	padding: 20px 20px 4px 20px;
	/*margin-bottom: 20px;*/
}

.home .entry-content h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 34px;
	border-bottom: none;
	margin: 0 0 20px 0;
	text-transform: none;
	padding-bottom: 0;
}

/* .home .entry-content h1 em {
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
}*/


/* Posts */
.post + .post {
	margin-top: 50px;
}

.entry-date {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.entry-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}

.entry-title a {
	color: #000000;
}

.entry-title a:hover {
	color: #962020;
}

/*.post .entry-title {
	margin-bottom: 10px;
}*/

.entry-meta {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 22px;
}

.entry-meta .author a {
	font-style: normal;
}

.entry-content h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	margin: 36px 0 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cecece;
}

.entry-content h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin: 28px 0 5px;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 16px;
	line-height: 26px;
}

.entry-content ul li,
.entry-content ol li {
	margin-bottom: 8px;
	list-style-type: none;
}

.entry-content ul li:before {
	color:  #a0a0a0;
	content: "\25A0";
	padding-right: 0.55em;
	position: relative;
	top: -0.1em;
}

.entry-content ul li {
	margin-left: 1em;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.entry-content ol li {
	list-style-type: decimal;
	margin-left: 2em;
}

.entry-content li > ul {
	margin-top:  14px;
}

.entry-content li > ul li:before {
	content: "\25CF";
	top: -0.08em;
}

.entry-content blockquote {
	margin-left: 40px;
	margin-right: 40px;
}

/* Navigation */
#nav-below {
	border-top: 1px solid #dadada;
	margin-top: 40px;
	padding-top: 20px;
}

#nav-below div {
	line-height: 26px;
}

.nav-previous {
	float: left;
	width: 315px;
}

.nav-next {
	float: right;
	width: 315px;
	text-align: right;
}

.meta-nav {
	font-variant: small-caps;
}

/* Sidebar widgets */
.widget-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
	margin-bottom: 6px;
}

.donate {
	font-size: 11px;
	line-height: 15px;
}

/* Override style rules from sidebar */
#gallery-1 {
	margin-bottom: 5px !important;
}

#gallery-1 .gallery-item {
	margin-top: 3px !important;
	text-align: left !important;
}

.gallery img {
	border: none !important;
}


/* Forms */
.formline {
	padding: 5px 8px 0 0;
	float: left;
}

.label {
	display: block;
	font-family: 'Open Sans', sans-serif;
	color: #606060;
	font-size: 12px;
	line-height: 16px;
}

.option {
	font-size: 16px;
	margin-left: 3px;
	margin-right: 6px;
}

.clear {
	clear: both;
}

.formnote {
	font-size: 11px;
	clear: both;
	padding: 10px 0;
	color: #606060;
}

/* Comments */
.comment-reply-title {
	font-weight: 700;
}

label[for=comment] {
	display: block;
}

/* For smaller/mobile screens */
/* Remove the sidebar from inside pages */
@media only screen and (max-width: 1000px) {
	#wrapper {
		width: 600px;
	}
	
	#menu .menu .menu-item a {
		padding: 0 11px;
	}
	
	#container {
		width: 550px;
		padding: 0 25px;
		margin-top: 30px !important;
	}
	
	#content {
		width: 550px;
		margin-right: 0;
	}
	
	.home #content {
		width: inherit !important;
	}
	
	.home .entry-content {
		padding: inherit !important;
	}
	
	.nav-previous {
		width: 275px;
	}
	
	.nav-next {
		width: 274px;
	}
	
	#copyright {
		float: none;
	}

	#sidebar {
		display: none;
	}
}