/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#topper {
	height:75px;
	background:#C54B33;
	}


.w940 {
	width:940px;
	margin:0 auto;
	}
	
.w960 {
	width:980px;
	margin:0 auto;
	}
	
#topper-logo {
	float:left;
	padding-top:16px;
	}
	
#menu-main-menu {
	margin:0;
	padding:0;
	float:right;
	}

#menu-main-menu li {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
	}
	
#menu-main-menu li a {
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:400;
	text-decoration:none;
	line-height:60px;
	padding:0 20px;
	border-top:6px solid #C54B33;
	background:transparent;
	}
	
#menu-main-menu li a:hover {
	border-top:6px solid #fff;
	}


#menu-main-menu li.current-menu-item a {
	border-top:6px solid #8CB9BC;
	}


#header {
	height:322px;
	background:url(img/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:center -40px;
	background-attachment:fixed;
	background-size:100%;
	}

#header-logo {
	padding-top:75px;
	float:left;
	}
	
#menu-social-links {
	margin:0;
	padding:0;
	margin-top:120px;
	float:right;
	}
	
#menu-social-links li {
	list-style-type:none;
	display:inline;
	}
	
#menu-social-links li a {
	text-indent:-9999px;
	display:block;
	background:#fff;
	height:40px;
	width:40px;
	margin-left:6px;
	float:left;
	}

#menu-social-links li.header-fb a {
	background-image:url(img/facebook.png);
	}
	
#menu-social-links li.header-twitter a {
	background-image:url(img/twitter.png);
	}
	
#menu-social-links li.header-linkedin a {
	background-image:url(img/linkedin.png);
	}
	
#menu-social-links li.header-pin a {
	background-image:url(img/pinterest.png);
	}
	
#menu-social-links li.header-gplus a {
	background-image:url(img/googleplus.png);
	}
	
#menu-social-links li.header-instagram a {
	background-image:url(img/instagram.png);
	}

#menu-social-links li.header-email a {
	background-image:url(img/email.png);
	}
	
#menu-social-links li.header-rss a {
	background-image:url(img/rss.png);
	}
	
#menu-social-links li.header-slide a {
	background-image:url(img/slideshare.png);
	}
	
#footer {
	height:500px;
	background:#C54B33;
	padding-top:100px;
	}
	
#footer-logo {
	margin-bottom:145px;
	}
	
#foot-left p {
	color:#fff;
	font-size:13px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:200;
	}

#foot-left {
	width:320px;
	float:left;
	padding-top:15px;
	}
	
#foot-mid {
	width:220px;
	float:left;
	background:url('img/ann-bio.png');
	background-repeat:no-repeat;
	background-position:right top;
	margin-right:15px;
	padding-top:15px;
	}
	
#foot-right {
	width:370px;
	float:left;
	padding-top:15px;
	}
	
	
#menu-main-menu-1 {
	margin:0;
	padding:0;
	}

#menu-main-menu-1 li {
	margin:0;
	padding:0 0 20px 30px;
	list-style-type:none;
	}
	
#menu-main-menu-1 li a {
	color:#fff;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:400;
	text-decoration:none;
	background:transparent;
	
	}

#menu-social-links-1 {
	margin:0;
	padding:0;
	margin-top:48px;
	float:right;
	margin-left:-45px;
	}
	
#menu-social-links-1 li {
	list-style-type:none;
	display:inline;
	}
	
#menu-social-links-1 li a {
	text-indent:-9999px;
	display:block;
	background:#fff;
	height:40px;
	width:40px;
	margin-left:6px;
	float:left;
	}

#menu-social-links-1 li.header-fb a {
	background-image:url(img/facebook.png);
	}
	
#menu-social-links-1 li.header-twitter a {
	background-image:url(img/twitter.png);
	}
	
#menu-social-links-1 li.header-linkedin a {
	background-image:url(img/linkedin.png);
	}
	
#menu-social-links-1 li.header-pin a {
	background-image:url(img/pinterest.png);
	}
	
#menu-social-links-1 li.header-gplus a {
	background-image:url(img/googleplus.png);
	}
	
#menu-social-links-1 li.header-instagram a {
	background-image:url(img/instagram.png);
	}

#menu-social-links-1 li.header-email a {
	background-image:url(img/email.png);
	}
	
#menu-social-links-1 li.header-rss a {
	background-image:url(img/rss.png);
	}
	
#menu-social-links-1 li.header-slide a {
	background-image:url(img/slideshare.png);
	}

#footer-widget-area, #footer-widget-area ul {
	margin:0;
	padding:0;
	}
	
#footer-widget-area li {
	margin:0;
	padding:0;
	list-style-type:none;
	}

#footer-widget-area h3 {
	color:#fff;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:400;
	text-decoration:none;
	background:transparent;
	line-height:16px;
	margin:0;
	padding:0;
	}
	
#footer-widget-area p {
	color:#000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	font-weight:400;
	text-decoration:none;
	background:transparent;
	line-height:18px;
	margin:10px 0 0 0;
	padding:0;
	}
	
#footer-widget-area p a {
	color:#333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	font-weight:400;
	text-decoration:none;
	background:transparent;
	line-height:18px;
	font-style:italic;
	}
	
#home-archives {
	border-top:4px solid #e8e8e8;
	padding:40px 0;
	margin:40px 0 0 0;
	height:38px;
	}
	
#home-archives h2 {
	font-size:30px;
	font-family: 'Oswald', sans-serif;
	color:#C54B33;
	text-transform:uppercase;
	font-weight:400;
	margin:0;
	padding:0;
	line-height:30px;
	float:left;
	display:block;
	width:300px;
	}
	
#dater select {
	width:298px;
	float:right;
	margin-top:4px;
	margin-bottom:44px;
	}
	
#categories select {
	width:298px;
	float:left;
	margin-left:25px;
	margin-top:4px;
	}
	
	
#home-sidebar {
	border-top:4px solid #e8e8e8;
	padding:40px 0;
	margin:0 0 0 0;
	}

#home-sidebar #annarchy {
	float:left;
	}

#annarchy {
	background:#8CB9BC;
	width:266px;
	padding:37px 15px;
	color:#3e5054;
	}
	
#annarchy p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	font-weight:200;
	margin:30px 0;
	}
	
#annarchy a {
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
	margin:20px 0 0 0;
	text-decoration:none;
	color:#3e5054;
	background-image:url(img/rss-button.png);
	background-position:center right;
	background-repeat:no-repeat;
	width:266px;
	display:block;
	}
	
#formbox {
	background:#fff;
	width:246px;
	height:30px;
	margin:0;
	padding:0;
	border:10px solid #fff;
	}
	
#emailsubmit {
	background-image:url(img/subscribe-button.png);
	background-position:center center;
	background-repeat:no-repeat;
	border:0;
	padding:0;
	margin:0;
	width:30px;
	height:30px;
	display:block;
	float:right;
	}
	
#email, #awf_field-52288388 {
	display:block;
	padding:4px;
	height:22px;
	width:200px;
	border:0;
	margin:0;
	float:left;
	}
	
#content-rules-hor {
	background:#f8f8f8;
	background-image:url(img/everybody-writes-horiz2.jpg);
	background-repeat:no-repeat;
	width:617px;
	min-height:369px;
	float:right;
	}
	
#content-rules-content {
	width:268px;
	float:right;
	margin:40px 30px 0 0;
	}
	
#content-rules-content h2 {
	font-size:30px;
	font-family: 'Oswald', sans-serif;
	color:#C54B33;
	text-transform:uppercase;
	font-weight:400;
	margin:0;
	padding:0;
	margin-bottom:8px;
	line-height:30px;
	}
	
#content-rules-content h3 {
	font-size:20px;
	line-height:20px;
	font-family: 'Source Sans Pro', sans-serif;;
	color:#414042;
	font-weight:600;
	margin:0;
	padding:0;
	margin-bottom:8px;
	}
	
#content-rules-content p {
	font-size:15px;
	line-height:18px;
	font-family: 'Source Sans Pro', sans-serif;;
	color:#414042;
	font-weight:200;
	margin:0;
	padding:0;
	margin:30px 0;
	}
	
#content-rules-content a {
	font-size:20px;
	line-height:40px;
	font-family: 'Source Sans Pro', sans-serif;;
	color:#fff;
	background:#C54B33;
	font-weight:400;
	margin:0;
	padding:0;
	margin-bottom:8px;
	display:block;
	width:248px;
	padding:10px;
	text-decoration:none;
	}
	
#main {
	width:940px;
	margin:0 auto;
	}
	
#containersingle {
	width:600px;
	float:left;
	margin:0;
	padding:0;
	margin-top:10px;
	}
	
#containersingle .navigation {
	display:none;
	}
	
.category #containersingle .navigation {
	display:block;
	}
	
#single-meta {
	background:#F1F2F2;
	width:100%;
	height:383px;
	margin:30px 0 40px 0;
	
	}

#containersingle .entry-content {
	border-top:4px solid #D3D4C9;
	}
	


.entry-content p, .entry-content li {
	font-size:16px;
	line-height:24px;
	font-family: 'Source Sans Pro', sans-serif;;
	color:#414042;
	font-weight:400;
	margin:0;
	padding:0;
	margin:15px 0;
	}
	
.entry-content p:first-child {
	font-size:25px;
	line-height:30px;
	font-weight:200;
	}
	
a .entry-date  {
	font-size:15px;
	font-family: 'Oswald', sans-serif;
	color:#C54B33;
	text-transform:uppercase;
	font-weight:400;
	margin:0;
	padding:0;
	line-height:18px;
	text-decoration:none;
	display:block;
	}

	
#single-meta .meta-left {
	width:383px;
	height:383px;
	float:left;
	background:#000;
	background-image:url(img/annholder.jpg);
	}
	
#single-meta .meta-right {
	padding:20px;
	width:170px;
	float:left;
	}

#containersingle h1, #container h1 {
	font-size:35px;
	font-family: 'Oswald', sans-serif;
	color:#C54B33;
	text-transform:uppercase;
	font-weight:400;
	margin:0;
	padding:0;
	margin-bottom:0px;
	line-height:42px;
	}	
	
.meta-sep, .author, .author a, .comments a, .moar {
	font-size:12px;
	line-height:14px;
	font-family: 'Source Sans Pro', sans-serif;;
	color:#6D6E71;
	font-weight:600;
	margin:0;
	padding:0;
	}
	
.moar a {
	font-size:14px;
	line-height:16px;
	color:#8CB9BC;
	}
	
.moarh3 {
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	color:#A7A9AC;
	text-transform:uppercase;
	font-weight:200;
	margin:0;
	padding:0;
	line-height:23px;
	margin-bottom:10px;
	}
	
#comments-title {
font-size:18px;
	font-family: 'Oswald', sans-serif;
	color:#A7A9AC;
	text-transform:uppercase;
	font-weight:200;
	margin:0;
	padding:0;
	line-height:23px;
	margin-bottom:10px;
}

.commentlist li {
	margin:0;
	padding:0;
	}

.comment {
	font-size:15px;
	line-height:18px;
	font-family: 'Source Sans Pro', sans-serif;;
	color:#414042;
	font-weight:400;
	margin:0;
	padding:0;
	margin: 0;
	}
	
.comment.even {
	}
	
#primary {
	float:left;
	width:300px;
	margin:0;
	padding:0;
	}
	
#primary li {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:30px;
	}


#primary #annarchy {
	background:#8CB9BC;
	width:270px;
	padding:37px 15px;
	color:#3e5054;
	}
	
#primary #annarchy p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	font-weight:200;
	margin:30px 0;
	}
	
#primary #annarchy a {
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
	margin:20px 0 0 0;
	text-decoration:none;
	color:#3e5054;
	background-image:url(img/rss-button.png);
	background-position:center right;
	background-repeat:no-repeat;
	width:266px;
	display:block;
	}

#primary h3 {
	font-size:25px;
	font-family: 'Oswald', sans-serif;
	color:#C54B33;
	text-transform:uppercase;
	font-weight:400;
	margin:0;
	padding:30px 0;
	line-height:25px;
	}

#primary #text-4 {
	background:#F1F2F2;
	padding:20px;
	width:100%;
	}
	
#primary #text-6, #primary #text-7{
	background:#F1F2F2;
	padding:20px;
	width:100%;
	}
	
#primary #text-5 {
	background:#F1F2F2;
	padding:20px;
	width:100%;
	height:644px;
	}
	
#primary #text-8 {
	background:#F1F2F2;
	padding:20px;
	width:100%;
	height:684px;
	}
	
#primary #text-5 .textwidget h4, #primary #text-8 .textwidget h4  {
	font-size:20px;
	line-height:20px;
	font-family: 'Source Sans Pro', sans-serif;;
	color:#414042;
	font-weight:600;
	margin:-20px 0 40px 0;
	padding:0 0 20px 0;
	margin-bottom:8px;
	}
	
#primary #text-5 .textwidget p, #primary #text-8 .textwidget p {
	font-size:15px;
	line-height:18px;
	font-family: 'Source Sans Pro', sans-serif;;
	color:#414042;
	font-weight:200;
	margin:0;
	padding:0;
	margin:30px 0;
	}
	
#primary #text-5 .textwidget a, #primary #text-8 .textwidget a {
	font-size:20px;
	line-height:40px;
	font-family: 'Source Sans Pro', sans-serif;;
	color:#fff;
	background:#C54B33;
	font-weight:400;
	margin:0;
	padding:0;
	margin-bottom:8px;
	display:block;
	width:248px;
	padding:10px;
	text-decoration:none;
	}
	
#primary select {
	width:300px;
	}
	

	
.gridded {
	width:270px;
	border:1px solid #e8e8e8;
	padding:15px;
	float:left;
	margin-right:15px;
	margin-bottom:17px;
	min-height:555px;
	}
	
.gridded:hover {
	background:#efefef;
	}
	
.gridded:nth-child(3n+4) {
	width:270px;
	border:1px solid #e8e8e8;
	margin-right:0px;
	padding:15px;
	float:left;
	margin-bottom:17px;
	min-height:555px;
	}
	
	
	
.grid-image {
	width:270px;
	height:270px;
	background-image:url(img/annholder.jpg);
	}
	
.grid-image img {
	width:270px;
	height:270px;
	}
	
.grid-meta {
	height:35px;
	border-bottom:4px solid #C54B33;
	margin-bottom:15px;
	}

.grid-meta .entry-date {
	color:#A7A9AC;
	font-face:20px;
	float:left;
	}
	
.grid-meta .meta-sep {
	color:#A7A9AC;
	font-face:10px;
	line-height:10px;
	text-transform:uppercase;
	float:right;
	margin:0;
	padding:0;
	}
	
.grid-meta .meta-sep a {
	color:#A7A9AC;
	}
	
.gridded h2 {
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	color:#C54B33;
	text-transform:uppercase;
	font-weight:400;
	margin:30px 0;
	padding:0;
	line-height:25px;
}

.search h2.entry-title {
	font-size:30px;
	font-family: 'Oswald', sans-serif;
	color:#C54B33;
	text-transform:uppercase;
	font-weight:400;
	margin:30px 0;
	padding:0;
	line-height:30px;
}

#searchbox h2.entry-title {
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	color:#C54B33;
	text-transform:uppercase;
	font-weight:400;
	margin-top:10px;
	margin-right:10px;
	padding:0;
	line-height:20px;
	display:block;
	float:left;
}

#searchform {
	display:block;
	padding-top:16px;
	}

#searchform input {
	height:40px;
	padding:0 10px;
	margin:0;
	border:0;
	display:block;
	float:left;
	}
	
#searchform input#searchsubmit {
	background:#C54B33;
	color:#fff;
	padding:0 10px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	margin-left:6px;
	}

.gridded .entry-content {
	display:none;
	}
	
.gridded .entry-summary {
	display:none;
	}
	
.gridded .comments a {
	border-bottom:0;
	}

.gridded:first-child {
	width:940px;
	background:#fff;
	padding:0;
	border:0;
	border-bottom:4px solid #e8e8e8;
	min-height:423px;
	}	

.gridded:first-child .grid-meta {
	display:none;
	}	
	
.gridded:first-child .grid-image {
	width:383px;
	height:383px;
	background-image:url(img/annholder.jpg);
	float:left;
	margin-right:40px;
	}
	
.gridded:first-child .grid-image img {
	width:383px;
	height:383px;
	}
	
.gridded:first-child h2 {
	font-size:35px;
	font-family: 'Oswald', sans-serif;
	color:#C54B33;
	text-transform:uppercase;
	font-weight:400;
	margin:0;
	padding:0;
	line-height:42px;
}
	
.gridded:first-child .entry-content {
	font-size:20px;
	line-height:40px;
	font-family: 'Source Sans Pro', sans-serif;;
	color:#fff;
	background:#C54B33;
	font-weight:400;
	margin:0;
	padding:0;
	text-decoration:none;
	display:inline;
	margin-top:-20px;
	}	

.gridded:first-child .comments a {
	display:none;
	}
	
.gridded:first-child .entry-content a {
	font-size:25px;
	font-family: 'Oswald', sans-serif;
	color:#C54B33;
	text-transform:uppercase;
	font-weight:400;
	margin:0px 0;
	padding:0;
	line-height:30px;
	display:block;
	margin-top:20px;
}

h3.relatedH3 {
color:#8CB9BC;
font-size:25px;
font-family: 'Oswald', sans-serif;
text-transform:uppercase;
font-weight:400;
text-align:center;
background:url(img/h3bg.png);
background-position:center center;
background-repeat:no-repeat;
}

#searchbox {
	height:72px;
	background:#efefef;
	margin-bottom:40px;
	}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
