/*
Theme Name: Memoir
Theme URI: http://themes.designcrumbs.com/
Description: Memoir is a simple tumblog style blogging theme using post formats. Awesome.
Author: Jake Caputo
Author URI: http://themes.designcrumbs.com/
Version: 1.1
Tags: blog, magazine, photoblogging, tumblelog, clean, contemporary, dark, light, minimal, modern, simple, gray, one-column, responsive-width, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, theme-options, translation-ready

License: GNU General Public License
License URI: http://www.gnu.org/copyleft/gpl.html
*/

/* ============================================== FONTS ============================================== */

@font-face {
    font-family: 'EntypoRegular';
    src: url('fonts/entypo-webfont.eot');
    src: url('fonts/entypo-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('fonts/entypo-webfont.svg#EntypoRegular') format('svg'),
    	 url('fonts/entypo-webfont.woff') format('woff'),
    	 url('fonts/entypo-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ============================================== BASIC STUFF ============================================== */

* {
	padding:0;
	margin:0;
}

body {
	background-color: #FEFBFB;
	font-size: 18px;
	line-height: 27px;
	color: #1C3754;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-align: justify;
}

body,
input,
textarea {
	font-family: "lexia", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

#the_logo h1,
strong,
b,
.the_comment_author {
	font-family: "lexia", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

#the_logo {
	background: url(images/a1-logo.png) no-repeat center top;
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
}

p {
	margin:0 0 15px;
}

a {
	text-decoration: none;
	outline: none;
	border-bottom:1px dashed #FEFBFB;
	-webkit-transition: border-color .2s linear;
	-moz-transition: border-color .2s linear;
	-ms-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

a:hover {
	border-bottom:1px dashed #e54973;
}

h2 a {
	color: #19374D;
}

img {
	border:none;
}

.entry-content img {
	max-width:690px;
	height:auto;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	overflow: hidden;
}

.clear {
	clear:both;
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption {
	display:block;
}

#fusad {
	font-size: 13px;
	line-height: 17px;
	padding: 5px;
	max-width: 280px;
	text-align: center;
	margin: 0 auto 40px auto;
}

#fusad .fusion-img {
	display: block;
	}
	
#fusad .fusion-text {
	display: block;
	margin-top: 10px;
	}
	
#fusad .fusion-poweredby {

	}

#social-btns {
    	float: left;
    	display: inline;
    	width: 440px;
    	margin-bottom: 40px
	max-height: 20px;
}

#social-btns .pintrest-btn {
    	float: left;
    	margin: 0 0 0 11px;
	max-height: 20px;
}

#social-btns .twitter-btn {
    	float: left;
    	margin: 0 0 0 15px;
    	width: 80px !important;
	max-height: 20px;
}

#social-btns .facebook-btn {
    	float: left;
	max-height: 20px;
	margin-top: -6px;
}

/* ============================================== LISTS ============================================== */

.post ul, .post ol {
	margin: 0 0 15px;
	padding: 0;
}

.post ul li {
	padding: 0;
}

li {
	list-style-type: none;
}

.disc {
	list-style-type: disc;
}

/* lists inside posts */

.entry-content ul, .entry-content ol {
	margin-bottom: 15px;
}

.entry-content ul ol {
	margin-left: 0;
}

.entry-content ul li {
	margin: 0 0 20px 40px;
	list-style: disc;
	list-style-position: outside;
}

.entry-content ul li ol {
	margin-left: 10px
}

.entry-content ol li {
	margin-left: 10px;
	list-style: decimal;
	list-style-position: inside;
}

.entry-content ol li li {
	margin-left: 5px;
}

#availability ul li{
	list-style: none;
	margin-left: 0;
}

.status {
	float: right;
	}
	

/* ============================================== INPUTS ============================================== */

.button,
input,
select,
textarea {
	font-size: 17px;
	line-height: 28px;
	color: #3A3A3A;
}

.button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

.button,
input {
    line-height: normal;
    *overflow: visible;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #5a5b5d;
    display: inline-block;
    font-family: "lexia", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    height:40px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding:5px 20px;
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #545456;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=text],
input[type=email],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #111
}

input[type=text],
input[type=email] {
    padding: 3px
}

textarea {
	background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
	height:200px;
	padding:10px;
	width: 96%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	resize: vertical;
	overflow: auto;
	vertical-align: top;
}

/* ============================================== HEADINGS ============================================== */

h1, h2, h3, h4, h5 {
	font-family: "lexia", Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding: 0;
}

h1 {
	margin-bottom: 20px;
	margin-top:50px;
	font-size:36px;
	line-height:45px;
}

h2 {
	margin-bottom: 10px;
	margin-top:15px;
	font-size:30px;
	line-height:35px;
}

h3 {
	margin-bottom: 15px;
	margin-top:40px;
	font-size:22px;
	line-height:29px;
}

h4 {
	margin-bottom: 15px;
	margin-top:35px;
	font-size:20px;
	line-height:25px;
}

h5 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size:16px;
	line-height:21px;
}

h6 {
	padding: 0;
	text-align: center;
	margin-bottom: 15px;
	font-size:14px;
	line-height:21px;
	font-family: "lexia", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.entry-title {
	margin-top: 20px;
	text-align: center;
}

.byline {
	margin-bottom: 60px;
}

.byline a,
.entry-title a,
.meta-date a,
.meta-comments a,
.page-title a {
	color:#1C3754;
	text-decoration: none;
	border-bottom:1px dashed #FEFBFB;
	-webkit-transition: border-color .2s linear;
	-moz-transition: border-color .2s linear;
	-ms-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

.byline a:hover,
.entry-title a:hover,
.meta-date a:hover,
.meta-comments a:hover,
body.search .page-title a:hover,
.post:nth-child(2n) .byline a:hover,
.post:nth-child(2n) .entry-title a:hover,
.post:nth-child(2n) .meta-date a:hover,
.post:nth-child(2n) .meta-comments a:hover,
body.search .page:nth-child(2n) .page-title a:hover {
	border-color:#1C3754 !important;
}

#the_logo a:hover {
	border-color:#FEFBFB !important;
}

#main_menu a:hover {
	border-color:#FEFBFB !important;
}

#comments_closed {
	margin:0;
	text-align: center;
}

#comments {
	margin:0 0 20px;
	text-align: center;
}

h3#search,
h3#archive-title {
	padding:60px 0 0;
	line-height: 25px;
	font-family: "lexia", Helvetica, Arial, sans-serif;
	font-weight: 400;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	text-align: center;
}

h3#archive-title {
	text-transform: capitalize;
}

#search_title_wrap,
#archive_title_wrap {
	position: relative;
	z-index: 1;
	margin-bottom: -28px;
}

/* ============================================== MAIN DIV'S ============================================== */

.wrapper {
	margin: 0 auto;
	width: 100%;
}

.container {
	width:690px;
	margin:auto;
}

#content {
	overflow: hidden;
}

.posts-wrap {
	border-top: 1px dotted #1c3754;
		}

/* ============================================== HEADER ============================================== */

#pre_header {
	background-color:#FEFBFB;
	height: 50px;
	position: relative;
    z-index: 100;
}

#header {
	height: auto;
	margin: 0 auto;
	text-align: center;
	background-color:#FEFBFB;
	padding: 40px 0 0px 0;
}

#header h1 {
	margin:0;
	display: block;
}

.logo_image_link {
	display: block;
	width: 100%;
	height: 100%;
}

#blog_name h1 {
	font-size: 1.6rem;
	line-height: 0.8;
}

#slogan {
	color: #1C3754;
	font-size: 1.0rem;
	line-height: 1.2;
	width: 100%;
	max-width: 350px;
	margin: 10px auto 0;
	
}

#socnets {
	float: right;
	position: relative;
	z-index: 2;
	line-height: 27px;
	margin:11px 0 0 0;
}

#socnet_link {
	display: none;
}

#socnets a {
	text-decoration: none;
	float: left;
	margin-left: 10px;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

#socnet_icons {
	margin-top: 4px;
}

#socnet_icons img {
	height:16px;
	width: 16px;
}

/* ============================================== MENUS ============================================== */

#main_menu a,
#search_link,
#socnet_link {
	-webkit-transition: color .20s linear;
	-moz-transition: color .20s linear;
	-ms-transition: color .20s linear;
	-o-transition: color .20s linear;
	transition: color .20s linear;
}

#search_wrap {
	position: relative;
	float: left;
	margin:13px 0 0 0;
}

#search_link {
	margin-right: 20px;
	color:#1C3754;
	font-size: 15px;
	cursor: pointer;
}

#search_link:hover,
#socnet_link:hover {
	color:#ccc;
}

#search_wrap #searchform {
	position: absolute;
	top:37px;
	left:0;
	display: none;
	z-index: 2;
	font-size: 14px;
	background-color: #1C3754;
	width: auto;
}

#search_wrap #searchform #s {
	height:39px;
	width: 250px;
	line-height: 25px;
	border:none;
	padding:0 10px;
	margin:10px;
	background-color: #1C3754;
	color:#fff;
	-webkit-transition: color .20s linear;
	-moz-transition: color .20s linear;
	-ms-transition: color .20s linear;
	-o-transition: color .20s linear;
	transition: color .20s linear;
}

#main_menu {
	position: relative;
	zoom: 1;
	display: block;
	float: left;
	z-index: 3;
}

#main_menu > div {
	float: left;
	position: relative;
	z-index: 1;
}

select.select-menu,
#main_menu span.select {
	display: none;
}

#main_menu ul {
	margin:12px 0 0 0;
	padding:0;
	height:50px;
	line-height:30px;
}

#main_menu ul li {
	float:left;
	line-height:30px;
	margin:0 20px 0 0;
	padding:0;
	font-size: 14px;
}

#main_menu a {
	color:#1C3754;
	display:block;
	padding:0;
}

#main_menu a:hover {
	text-decoration: none;
}

#main_menu li:hover a, #main_menu li.current-menu-item a, #main_menu li.current_page_item a, #main_menu li.current_page_parent a, #main_menu li.current-menu-parent a {
	text-decoration: none;
	color:#ccc;
}

/* DROP DOWN MENUS */

#main_menu li li {
	padding:5px 0;
	margin: 0;
	width:200px;
	line-height: 20px;
}

#main_menu li:hover li a {
	border:none;
	color:#F5F5F5;
	background:none;
	width:auto;
	padding:0 10px;
}

#main_menu li:hover li:hover a {
	color:#DEDEDE;
}

#main_menu ul li {
	position: relative;
}

#main_menu ul li ul {
	background-color: #363636;
	border-top: 5px solid #363636;
	width: auto;
	display:none;
	margin:0 0 0 0;
	padding:0;
	z-index:900;
	float:none;
	height:auto;
	position:absolute;
	top:25px;
	left:-10px;
	-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

#main_menu ul li ul ul {
	border-top:1px dotted rgba(0, 0, 0, 0.2);
}

#main_menu ul li ul li:hover ul {
	display:block; 
	left: 200px;
	top:-1px;
	padding: 0;
}

#main_menu ul li ul li {
	position:relative;
	float:none;
	border-top:1px dotted rgba(0, 0, 0, 0.2);
}

#main_menu ul li ul li:first-child {
	border:none;
}

#main_menu ul li ul li a {
	margin:5px 0;
	padding:0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
} 

#main_menu ul li ul li a:hover { 
	border:none;
}

/* ============================================== FOOTER ============================================== */

#footer {
	overflow: hidden;
	margin: 50px auto 0;
	text-align: center;
	padding: 20px 0 40px;
	font-size: 12px;
	line-height: 22px;
}

#footer #subscribe {
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.1rem;
}

#footer #subscribe img {

	margin: 0 5px;
	
}

#site_info {
	margin: 30px auto 0 auto;
	max-width: 500px;
	line-height: 1rem;
}

#footer h6.widgettitle {
	color:#737373;
	text-align: left;
}

#footer_widgets {
	width:740px;
	margin-right:-40px;
	text-align: left;
}

#footer_widgets li {
	padding:5px 0;
}

#footer_widgets .footer_widget {
	float: left;
	margin-bottom:40px;
}

.footer_widget_overflow .footer_widget,
.footer_widget_count3 .footer_widget {
	width: 210px;
	margin-right: 35px;
}

.footer_widget_count2 .footer_widget {
	width: 330px;
	margin-right: 40px;
}

.footer_widget_count1 .footer_widget {
	width: 700px;
}

/* widgets */

.featured_user .avatar {
	float:left;
	border:1px solid #D3D3D3;
	margin:0 10px 5px 0;
	padding:2px;
	background-color:#FFFFFF;
	height:58px;
	width:58px;
}

.featured_user strong {
	display: block;
	margin-bottom:10px;
}

#calendar_wrap, #wp-calendar {
	width:100%;
	text-align:center;
}

#calendar_wrap caption {
	margin:0 0 10px;
}

/* ============================================== POSTS ============================================== */

.post {
	padding:0 0 35px;
}

.entry-content p:nth-last-child(2) {
	margin:0;
}

.post_inner {
	padding:0px 0;
	position: relative;
	z-index: 3;
}

body.single .post_inner {
	padding-bottom:20px;
}

.additional-meta-wrap {
	height: 20px;
}

.additional-meta {
	font-family: "lexia", Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px dotted #1c3754;
	line-height: 20px;
	height:9px;
	position: relative;
	font-weight: 400;
}

.additional-meta .meta-date {
	background-color: #fff;
	padding-right: 20px;
	display: inline;
	float: left;
}

.sticky .additional-meta .meta-date {
	padding-left: 25px;
	position: relative;
}

.sticky .additional-meta .meta-date:before {
	font-family: 'EntypoRegular';
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 30px;
    content:"7";
}

.meta-comments {
	background-color: #fff;
	padding-left: 20px;
	display: inline;
	float:right;
	position: relative;
	display: block;
}

.the_post:hover .meta-comments {
	opacity: 1;
}

.entry-meta {
	font-size: 16px;
	margin-top: 30px;
}

.entry-meta .meta_block {
	position: relative;
	padding:0 20px 0 20px;
	display: inline-block;
	color:#7A7A7A;
}

.entry-meta .meta_block a {
	color:#7A7A7A;
	text-decoration: none;
	border-bottom:1px dashed #F5F5F5;
	-webkit-transition: border-color .2s linear;
	-moz-transition: border-color .2s linear;
	-ms-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

.entry-meta .meta_block a:hover {
	border-color:#7A7A7A;
}

.meta_block:before {
	font-family: 'EntypoRegular';
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 30px;
}

.meta_categories:before {
    content: "i"
}

.meta_tags:before {
    content: "#"
}

/* ============================================== PAGES ============================================== */

#page {
	margin-top:120px;
}

.page-title {
	margin-bottom: 60px;
	padding-top:60px;
	text-align: center;
}

/* ============================================== POST FORMATS ============================================== */

.additional-meta:after {
	font-family: 'EntypoRegular';
    position: absolute;
    right: -1px;
    top: -5px;
    font-size: 30px;
    line-height: 22px;
    padding-left: 5px;
    background-color:#F5F5F5;
}

/* Aside, Link, Status, & Quote */

.format-aside .entry-content,
.format-link .entry-content,
.format-status .entry-content,
.format-quote .entry-content {
	margin-top: 60px;
}

/* Audio, Video, Image, & Gallery 

.format-audio .entry-title,
.format-video .entry-title,
.format-image .entry-title,
.format-gallery .entry-title {
	margin-bottom: 60px;
}*/

/* Quote */

.format-quote .entry-content .the_quote,
blockquote {
	font-size: 19px;
	line-height: 26px;
	font-style: italic;
	color: #1c3754;
	position: relative;
	padding: 0 30px;
}

.format-quote .entry-content .the_quote p,
blockquote p {
	position: relative;
}

.cite {
	font-style: normal;
	text-align: right;
	font-family: "lexia", Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-top: 20px;
}

.quote_link {
	display: block;
	font-size: 12px;
	line-height: 21px;
	font-family: "lexia", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

/* Link */

.the_link {
	font-family: "lexia", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 60px;
	text-align: center;
}

.pf_link_link {
	text-decoration: none;
	border-bottom:1px dashed #F5F5F5;
	-webkit-transition: border-color .2s linear;
	-moz-transition: border-color .2s linear;
	-ms-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

.pf_link_link:hover,
.post:nth-child(2n) .pf_link_link:hover {
	text-decoration: none;
	border-color:#3A3A3A !important;
}

/* Status */

.status_avatar {
	float: left;
	width: 85px;
}

.status_avatar .avatar {
	width:75px;
	height:75px;
	display: block;
	padding:4px;
	background-color: #FFFFFF;
	border:1px solid #DCDCDC;
}

.the_status {
	float: right;
	width: 580px;
}

/* Aside */

.format-aside .entry-content {
	color:#848484;
}

/* Slider for Gallery */

.entry-content .flexslider ul li {
	margin: 0;
	list-style: none;
}

.flexslider {
	display: block;
	padding:4px;
	background-color: #FFFFFF;
	border:1px solid #DCDCDC;
}

.flexslider .attachment-dcs_image {
	border:none;
	padding:0;
}

.flexslider ul {
	margin: 0;
}

.flex-direction-nav a {
	background-image:url("images/nav_buttons.png");
}

/* twitter embeds */

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

.twitter-tweet-rendered blockquote {
	padding:0;
}

.twitter-tweet-rendered blockquote:before,
.twitter-tweet-rendered blockquote p:before {
	content:none;
}

div.twt-border {
    width: auto !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/* ============================================== 404-PAGE ============================================== */

.error404 {
	margin: 0;
	width: 100%;
	text-align: center;
}

.error404 .page-title {
	margin-bottom: 10px;
}

/* ============================================== COMMENTS & FORMS ============================================== */

#comments_outer {
	margin:-20px 0 0;
}

ul.commentlist > li,
ul.pinglist > li {
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .03);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .03);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .03);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

label {
	display: block;
	margin:0 0 2px;
}

ul.children {
    margin-left:20px;
}

ul.commentlist, ul.pinglist {
    margin:-5px 0 0;
}

div.reply {
    text-align:right;
	font-size:12px;
}

textarea#comment {
    overflow:auto;
}

ul.commentlist li, ul.pinglist li {
	position:relative;
	margin:5px 0 0;
	padding: 19px;
	background-color:#FFFFFF;
	border: 1px solid #EFEFEF;
}

ul.commentlist ul li {
	position:relative;
	padding:20px 0 0 20px;
	margin:20px 0 0 0;
	border-top:1px solid #E5E5E5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

ul.commentlist img.avatar {
	background-color: #FFFFFF;
    padding: 4px;
	position:absolute;
	top:0;
	left:0;
	height:50px;
	width:50px;
	border: 1px solid #DCDCDC;
}

.moderation {
	display: block;
	clear: both;
	color:#ABABAB;
	font-family: 'Merriweather';
	font-weight: 700;
}

.the_comment {
	padding:0 0 0 90px;
	position:relative;
	min-height:60px;
}

.the_comment_author {
	float:left;
	width:auto;
	margin:0 0 20px;
	position: relative;
}

li.bypostauthor > div > .the_comment_author {
	padding-left: 20px;
}

li.bypostauthor > div > .the_comment_author:before {
	font-family: 'EntypoRegular';
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 30px;
    content:"&";
}

.commentmetadata {
	float:left;
	width:auto;
	color: #ABABAB;
}

.the_comment_text {
	margin:20px 0 30px;
	clear: both;
}

input[type="text"] {
	height:20px;
	padding:4px 10px;
	width:230px;
	line-height:20px;
	border: 1px solid #DCDCDC;
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="text"]:focus,
textarea:focus {
	border:1px solid #9C9C9C;
}

#respond {
	margin:20px 0 0;	
}

#commentform label {
	display: inline;
}

#commentform input,
#commentform textarea {
	display: block;
}

.commentlist .children #respond {
	border-top: 1px solid rgba(0,0,0,.1);
	margin: 45px 0 0;
}

.commentlist #respond textarea {
	width:96%;
}

#cancel-comment-reply {
	float:left;
	margin:0 0 0 20px;
	line-height:28px;
}

h3#reply-title {
	margin:50px 0 25px;
	position: relative;
}

#cancel-comment-reply-link {
	position: absolute;
	right:0;
	font-size: 12px;
}

.comment-notes {
	color:#848484;
	font-size: 14px;
    margin: -15px 0 30px;
    text-align: center;
}

#commentform {
	padding-bottom: 50px;
}

/* ============================================== ALIGNMENTS ==============================================*/

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.aligncenter, .entry-content img {
	display: block;
	margin: 20px auto;
	text-align: center;
}

.alignnone {
	margin: 0 0 0 0;
}

.entry-content img,
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.attachment-dcs_image  {
	display: block;
	width: auto !important;
}

.entry-content img,
.alignright img,
.alignleft img,
.aligncenter img,
.alignnone img,
.attachment-dcs_image img {
	display: block;
}

p.wp-caption-text {
    margin: 5px 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    padding:10px 0;
}

/* ============================================== NAVIGATION ==============================================*/

.navigation {
	width: 100%;
	height: auto;
}

.navigation-index {
	border-top:1px dotted #1c3754;
}

#nav-single {
	margin-bottom: 50px;
}

#nav-single .nav-next a,
#nav-single .nav-prev a {
	margin:0 0 30px;
	display: inline-block;
}

.nav-next {
	float: right;
	clear: none;
	width: 48%;
	text-align: right;
}

.nav-prev {
	float: left;
	clear: none;
	width: 48%;
	text-align: left;
}

#nav-single span {
	display: block;
	opacity: .3;
}

.navigation-index .nav-next a,
.navigation-index .nav-prev a {
	display: inline-block;
	margin:20px 0;

}

/* ============================================== OPTIONS ============================================== */

/* stripes */

.stripes .post,
.stripes.search .page {
	padding:60px 9999px;
	margin:0 -9999px;
}

.stripes .post:nth-child(2n),
.stripes.search .page:nth-child(2n) {
	position: relative;
	z-index: 2;
}

.stripes .post:nth-child(2n):before,
.stripes.search .page:nth-child(2n):before {
	content:"";
	background:#FFFFFF;
	height:100%;
	width:100%;
	display: block;
	position: absolute;
	left:0;
	top:0;
	-webkit-transform:rotate(-4deg);
	-moz-transform:rotate(-4deg);
	-o-transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.stripes .post:nth-child(2n) .additional-meta .meta-date,
.stripes .post:nth-child(2n) .additional-meta:after,
.stripes .post:nth-child(2n) .meta-comments,
.stripes .post:nth-child(2n) .post_inner,
.stripes.search .page:nth-child(2n) .post_inner,
.stripes.search .page:nth-child(2n) .additional-meta .meta-date,
.stripes.search .page:nth-child(2n) .additional-meta:after {
	background-color:#FFFFFF;
}

.stripes .post:nth-child(2n) .byline a,
.stripes .post:nth-child(2n) .entry-title a,
.stripes .post:nth-child(2n) .meta-date a,
.stripes .post:nth-child(2n) .meta-comments a,
.stripes .post:nth-child(2n) .pf_link_link,
.stripes.search .page:nth-child(2n) .byline a,
.stripes.search .page:nth-child(2n) .page-title a {
	border-color:#FFFFFF;
}

.stripes #comments_outer {
	padding:60px 9999px;
	margin:0 -9999px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	background-color: #FFFFFF;
}

.stripes #comments_inner {
	position: relative;
	z-index: 2;
}

.stripes ul.commentlist li,
.stripes ul.pinglist li {
	background-color: #F5F5F5;
}

.stripes ul.commentlist > li,
.stripes ul.pinglist > li {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .03) inset;
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .03) inset;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .03) inset;
}

.stripes h3#search,
.stripes h3#archive-title {
	padding:60px 0 75px;
}

#search_title_wrap,
#archive_title_wrap {
	margin: 0;
}

.stripes #search_title_wrap:before,
.stripes #archive_title_wrap:before {
	font-family: 'EntypoRegular';
	display: block;
	font-size: 350px;
    line-height: auto;
    position: absolute;
    left:-25px;
    bottom:50px;
    z-index: 1;
    color:#EFEFEF;
    -webkit-transition: bottom 0.3s ease-out;
	-moz-transition: bottom 0.3s ease-out;
	-o-transition: bottom 0.3s ease-out;
	-ms-transition: bottom 0.3s ease-out;
	transition: bottom 0.3s ease-out;
}

.stripes #search_title_wrap:hover:before,
.stripes #archive_title_wrap:hover:before {
	bottom:60px;
}

.stripes #search_title_wrap:before {
	content:"\00F4";
}

	.stripes #search_title_wrap.search-nothing:before {
		content:"";
	}

.stripes #archive_title_wrap:before {
	content:"\0074";
}

.stripes.search .page .post_inner {
	padding-top:18px;
}

.stripes .navigation-index {
	margin-top:100px;
}

.stripes #footer {
	margin-top: 100px;
}

.stripes #commentform {
	padding:0;
}

/* dark scheme */

body.scheme_dark {
	background-color:#303030;
	color: #A4A4A4;
}

.scheme_dark #pre_header,
.scheme_dark #search_wrap #searchform,
.scheme_dark #socnet_icons,
.scheme_dark #main_menu ul li ul {
	background-color:#252525;
	border-color:#252525;
}

.scheme_dark #the_logo h1 a,
.scheme_dark .byline a,
.scheme_dark .entry-title a,
.scheme_dark .meta-date a,
.scheme_dark .meta-comments a,
.scheme_dark .page-title a,
.scheme_dark .pf_link_link {
	color:#A4A4A4;
	border-color: #303030;
}

.scheme_dark #the_logo h1 a:hover,
.scheme_dark .byline a:hover,
.scheme_dark .entry-title a:hover,
.scheme_dark .meta-date a:hover,
.scheme_dark .meta-comments a:hover,
.scheme_dark .pf_link_link:hover,
body.scheme_dark.search .page-title a:hover,
.scheme_dark .post:nth-child(2n) .byline a:hover,
.scheme_dark .post:nth-child(2n) .entry-title a:hover,
.scheme_dark .post:nth-child(2n) .meta-date a:hover,
.scheme_dark .post:nth-child(2n) .meta-comments a:hover,
.scheme_dark .post:nth-child(2n) .pf_link_link:hover,
body.scheme_dark.search .page:nth-child(2n) .page-title a:hover {
	border-color:#A4A4A4 !important;
}

.scheme_dark .additional-meta .meta-comments,
.scheme_dark .meta-date,
.scheme_dark .additional-meta:after {
	background-color: #303030;
}

h3#search,
h3#archive-title,
.additional-meta,
.page-title,
.navigation-index {
	border-color: #1c3754;
}

.scheme_dark .format-quote .entry-content .the_quote:before {
	background-color:#404040;
}

.scheme_dark .format-quote .entry-content .the_quote p:before {
    background-color: #5F5F5F;
}

.scheme_dark ul.commentlist li,
.scheme_dark ul.pinglist li {
	background-color:#282828;
	border-color:#242424;
}

.scheme_dark ul.commentlist > li,
.scheme_dark ul.pinglist > li {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1) inset;
}

.scheme_dark .commentmetadata,
.scheme_dark .moderation {
    color: #4D4D4D;
}

/* stripes & dark */

.scheme_dark.stripes .post:nth-child(2n):before,
.scheme_dark.stripes.search .page:nth-child(2n):before,
.scheme_dark.stripes .post:nth-child(2n) .additional-meta .meta-date,
.scheme_dark.stripes .post:nth-child(2n) .additional-meta:after,
.scheme_dark.stripes .post:nth-child(2n) .meta-comments,
.scheme_dark.stripes .post:nth-child(2n) .post_inner,
.scheme_dark.stripes.search .page:nth-child(2n) .post_inner,
.scheme_dark.stripes.search .page:nth-child(2n) .additional-meta .meta-date,
.scheme_dark.stripes.search .page:nth-child(2n) .additional-meta:after,
.scheme_dark.stripes #comments_outer {
	background-color: #363636;
}

.scheme_dark.stripes .post:nth-child(2n) .byline a,
.scheme_dark.stripes .post:nth-child(2n) .entry-title a,
.scheme_dark.stripes .post:nth-child(2n) .meta-date a,
.scheme_dark.stripes .post:nth-child(2n) .meta-comments a,
.scheme_dark.stripes .post:nth-child(2n) .pf_link_link,
.scheme_dark.stripes.search .page:nth-child(2n) .byline a,
.scheme_dark.stripes.search .page:nth-child(2n) .page-title a {
	color:#A4A4A4;
}

.scheme_dark.stripes .post:nth-child(2n) .byline a,
.scheme_dark.stripes .post:nth-child(2n) .entry-title a,
.scheme_dark.stripes .post:nth-child(2n) .meta-date a,
.scheme_dark.stripes .post:nth-child(2n) .meta-comments a,
.scheme_dark.stripes .post:nth-child(2n) .pf_link_link,
.scheme_dark.stripes.search .page:nth-child(2n) .byline a,
.scheme_dark.stripes.search .page:nth-child(2n) .page-title a {
	border-color:#363636;
}

.scheme_dark.stripes #search_title_wrap:before,
.scheme_dark.stripes #archive_title_wrap:before {
	color:#282828;
}

/* ============================================== RESPONSIVE ============================================== */

/* Retina display */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	
	#fancybox-close {
		background:url("includes/fancybox/fancy_close.png") 0 0 no-repeat transparent !important;
		background-size:30px 30px;
	}
	
	.flex-direction-nav a {
		background-image: url("images/nav_buttons2x.png");
		background-size: 60px 30px;
	}
	
	#the_logo  {
		background: url(images/a1-logo_2x.png) no-repeat center top;
		background-size: 90px 90px;
	}

}

/* iPhone to iPad */
@media
only screen and (max-width: 767px) {

	.flex-direction-nav {
		display: none !important;
	}
	
	/* Mobile Menu 
	
	#main_menu select.select-menu {
	    position: relative;
	    z-index: 10;
	    width: 50px;
	    height: 30px;
	    line-height: 30px;
	    display: block;
	    left: -10px;
	}
	
	#main_menu span.select {
		display: block;
	    position: absolute;
	    top:0;
	    left: -10px;
	    width: 50px;
	    height: 50px;
	    color: #888;
	    cursor: default;
	    z-index: 10;
	    text-indent: -9999px;
	    z-index: 1;
	}
	
	#main_menu span.select:before {
		content:"\0069";
		font-family: 'EntypoRegular';
		position: absolute;
		left:10px;
		top:0;
		text-indent: 0;
		font-size: 60px;
		line-height: 50px;
	}
	
	#main_menu ul {
	    display: none;
	}
	*/
}

/* iPad size only */
@media
only screen and (min-width: 768px) and (max-width: 1024px) {

	#main_menu ul li {
		font-size: 16px;
	}

	#search_link:before {
		font-size: 35px;
	}

	#socnet_icons img {
		height:20px;
		width: 20px;
		margin-left: 10px;
	}

	body {
		font-size: 22px;
		line-height: 30px;
	}
	
	#social-btns {
		display: none;
	}
	
}

/* iPhone and things */
@media
only screen and (min-width: 0px) and (max-width: 767px) {
	
	body {
		font-size: 19px;
		line-height: 26px;
	}
	
	img,
	.entry-content img {
		max-width: 100%;
		height:auto;
	}
	
	.alignright,
	.alignleft,
	.aligncenter,
	.alignnone,
	.attachment-dcs_image {
		padding:0;
		height:auto;
		border:0;
	}
	
	.container {
		width: 90%;
		padding: 0 5%;
	}
	
	
	#socnet_icons {
		margin-left: 20px;
	}

	#search_link:before {
		font-size: 38px;
	}

	.nav-next, .nav-prev {
		font-size: 18px;
	}

	#availability {
		width: 100%;
	}

	#socnet_icons img {
		height:20px;
		width: 20px;
		margin-left: 10px;
	}

	
	#search_wrap #searchform {
		top:37px;
		width: 270px;
	}
	
	#search_wrap #searchform #s {
		width: 230px;
	}
	
	#search_wrap {
		margin-top:14px;
	}
	
	#social-btns {
		display: none;
	}
	
	/* status */
	
	.status_avatar {
		width:15%;
	}
	
	.status_avatar .avatar {
		width:auto;
		height:auto;
	}
	
	.the_status {
		width: 75%;
	}
	
	/* footer */
	
	#footer_widgets,
	#footer_widgets .footer_widget {
		width: 100%;
		float: none;
		margin-right: 0;
	}

div.sharedaddy .sd-content {
    width: auto !important;
    float: left !important;
}

#primary div.sharedaddy h3 {
    margin: 3px 20px 3px 0 !important;
    width: auto !important;
}
	
}