/*
Theme Name: Everly
Theme URI: http://everly.com
Author: Zoe Rooney
Author URI: http://zoerooney.com/
Description: Custom theme designed by <a href="http://www.lottanieminen.com/" target="_blank">Lotta Nieminen</a>
*/

@import "style-reset.css";
@import "fonts/stylesheet.css";

/* 
color: #64767d;
color: #B2BABE;
color: #EBE1DD;
*/

/* =Structure
----------------------------------------------- */
body {
	background: #FFF;
	padding: 0 20px;
}
#page {
	margin: 0 auto;
	width: 1092px;
	overflow: hidden;
}
#main {
	clear: both;
	padding: 0;
	overflow: hidden;
}
#primary {
	float: left;
	margin: 0;
	width: 710px;	
}
#content {
	margin: 0;
	width: 710px;
	float: left;
}
#primary.full-width,
#primary.full-width #content {
	width: 100%;
}
#secondary {
	float: right;
	padding: 0;
	width: 335px;
}

/* =Typography
----------------------------------------------- */

body, input, textarea {
	color: #64767d;
	font-family: 'caslon_fs_bookregular', serif;
	font-size: 15px;
	line-height: 1.2;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
}
dd {
	margin-bottom: 1.625em;
}
strong {
}
em, i {
	font-family: 'caslon_fs_bookitalic', serif;
	font-style: normal;
}
blockquote {
	font-family: 'caslon_fs_bookitalic', serif;
	font-style: normal;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
cite {
	color: #666;
	letter-spacing: 0.05em;
	padding-left: 60px;
}
pre {
	background: #f4f4f4;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=email],
input[type=password],
textarea {
	border: 1px solid #ebe2dd;
	background: #ebe2dd;
	padding: 4px 6px !important;
	margin-bottom: 15px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #64767d;
	outline: none !important;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=submit] {
	text-align: center;
	background: #64767D;
	color: #EBE1DD;
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 3px 10px;
}
input[type=submit]:hover {
	background: #B2BABE;
}
input#s {
	background: #FFF;
	border: 1px solid #64767d;
}
input#searchsubmit {
	display: inline-block;
	margin-left: 10px;
}

/* Links */
a {
	color: #B2BABE;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #EBE1DD;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	text-align: center;
	margin: 60px 0 55px;
	position: relative;
	overflow: hidden;
}
.blog #branding,
.archive #branding,
.single #branding {
	margin: 103px 0 76px;
}

#branding img {
	height: auto;
	margin-bottom: 50px;
}
.blog-area #logo {
	margin-bottom: 20px;
}
.blog-area #tagline {
	clear: both;
	display: block;
	font-family: 'Caslon540BT-Italic';
	letter-spacing: 1px;
}

/* =Menu
-------------------------------------------------------------- */

#access, .blog-access {
	margin: 0;
}
#access div, .blog-access div {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.blog-access div {
	border-bottom: 1px solid #64767D;
}
.blog-access.categories div {
	margin-bottom: 40px;
}
#access ul {
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	padding-left: 0;
	margin: 0 !important;
	list-style: none;
}
.blog-access ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#access li {
	position: relative;
	display: block;
	float: left;
	position: relative;
	right: 50%;
	border-right: 1px solid #64767D;
	padding-right: 35px;
	margin-right: 35px;
}
.blog-access li {
	position: relative;
	display: block;
	float: left;
	margin-right: 45px;
	margin-bottom: 12px;
}
.blog-access.categories li {
	margin-top: 8px;
	margin-bottom: 8px;
}
#access li:last-of-type {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
#access a,
.blog-access a  {
	display: block;
	padding: 3px 0;
	margin: 2px 0;
	text-decoration: none;
	cursor: pointer;
	color: #64767D;
}
#access li a span {
	display: block;
	clear: both;
}
#access li a span.link-title,
.blog-access a {
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.blog-access.categories a {
	font-family: 'Caslon540BT-Italic';
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0;
}
#access li a span.link-description {
	font-family: 'Caslon540BT-Italic';
	font-size: 14px;
}
#access li a:hover,
.blog-access li a:hover,
.blog-access li.current_page_parent a,
.blog-access li.current-menu-item a {
	color: #EBE1DD;
}
.archive .blog-access.categories li:first-of-type a {
	color: #64767D !important;
}
.archive .blog-access.categories li:first-of-type a:hover {
	color: #EBE1DD !important;
}


/* =Content
----------------------------------------------- */

.hentry {
	margin: 0 0 30px;
	padding: 0 0 35px;
	position: relative;
	border-bottom: 1px solid #64767D;
}

.page .hentry,
.no-results {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.entry-header {
	padding-bottom: 10px;
}
.entry-title,
.entry-title a {
	clear: both;
	font-family: 'Caslon540BT-Regular';
	color: #64767D;
	font-size: 48px;
	line-height: 1em;
	padding-bottom: .3em;
	padding-top: 0;
}
.entry-title a:hover {
	color: #EBE1DD;
}
.blog-area .page-title {
	border-bottom: 1px solid #64767D;
	width: 100%;
	height: 45px;
	margin-bottom: 30px;
}
.blog-area .page-title h1 {
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-top: 17px;
}
.entry-author,
.entry-date {
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.entry-author a {
	color: #64767D;
}
.entry-author a:hover {
	color: #EBE1DD;
}
.entry-author {
	float: left;
}
.entry-date {
	float: right;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-meta {
	clear: both;
	background: url('images/bow.png') no-repeat left center;
	padding-left: 45px;
}
.entry-meta,
.entry-meta a {
	font-family: 'Caslon540BT-Italic';
	color: #64767D;
}
.entry-meta a:hover {
	color: #EBE1DD;
}
.entry-meta .divider {
	padding: 0 35px;
}
.entry-content,
.entry-summary {
	padding: 20px 0 0;
}
.page .entry-content {
	padding: 0;
}
.entry-content h1,
.comment-content h1,
.comment-content h2 {
	font-size: 48px;
	line-height: 48px;
	margin: 0 0 .8125em;
}
.entry-content h2 {
	font-family: 'ProximaNovaRgBold';
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 3px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 2.6em;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}


/* Images */
.entry-content img,
.comment-content img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	margin-bottom: 0 !important;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.625em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #B2BABE;
	font-size: 10px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px 0;
	position: relative;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}

/* Image borders */

.wp-caption img {
	border-color: #eee;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}


/* =Home
----------------------------------------------- */
.home .fancybox-inner {
	background: url('images/opt-in.png') no-repeat left top;
}
.home #opt-in {
	width: 265px;
	height: 200px;
	text-align: center;
	position: absolute;
	left: 85px;
	top: 115px;
	color: #64767d;
	font-family: 'caslon_fs_bookregular', serif;
	font-size: 15px;
	line-height: 1.2;
}
.home #opt-in h1 {
	font-size: 33px;
	line-height: 33px;
	margin-bottom: 30px;
}
.home #opt-in form {
	margin-top: 50px;
}
.home #opt-in input[type=email] {
	background: #FFF;
}
.home #opt-in input[type=submit] {
	margin-left: 5px;
	position: relative;
	bottom: 1px;
}
.home .fancybox-close {
	position: absolute;
	top: 33px !important;
	right: 33px !important;
}
.home .slideshow-wrapper {
	text-align: center !important;
}
.centered .portfolio-slideshow {
	margin: 0 auto 50px !important;
	text-align: center;
}
.home a.slideshow-prev,
.home a.slideshow-next {
	height: 9px !important;
	width: 9px !important;
	overflow: hidden !important;
	text-indent: -9999em;
	display: inline-block;
}
.home a.slideshow-prev {
	background: url('images/slider-prev.png') no-repeat left top !important;
}
.home a.slideshow-next {
	background: url('images/slider-next.png') no-repeat left top !important;
}
.home .slideshow-nav.graphical {
	height: 0 !important;
}
.home .pager {
	display: inline-block;
	vertical-align: -7px;
	margin: 0 10px;
	clear: none !important;
}
.home .bullets .psp-icon {
	font-size: 34px !important;
}
.home .bullets .psp-icon-replace::before {
	color: #64767d !important;
}
.home .bullets a.activeSlide,
.home .bullets a.activeSlide::before {
	opacity: 1 !important;
	color: #ebe1dd !important;
}



/* =Our Story
----------------------------------------------- */
.our-story .hentry p {
	width: 615px;
	margin: 0 auto 60px;
	font-size: 21px;
}
.content-width {
	width: 715px;
	margin: 0 auto;
}
.column {
	width: 336px;
	display: inline-block;
	vertical-align: top;
	margin: 55px 0 25px;
}
.column.last {
	float: right;
}
.after-column {
	font-size: 21px;
}



/* =Lookbook
----------------------------------------------- */
#seasons-nav {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 65px;
	clear: both;
}
#seasons-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
}
#seasons-nav li {
	display: block;
	float: left;
	list-style: none;
	position: relative;
	right: 50%;
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	cursor:pointer;
	padding: 0 15px;
	min-width:75px;
}
#seasons-nav li a {
	color: #64767D;
}
#seasons-nav li a:hover,
#seasons-nav li a.active {
	color: #EBE1DD;
}
#lookbook {
	clear: both;
}
.lookbook-season {
	clear: both;
	display: none;
}
.lookbook-season.current {
	display: block;
}
.lookbook-season a {
	display: block;
	float: left;
	width: 190px;
	height: 145px;
	overflow: hidden;
	margin-right: 34px;
	margin-bottom: 34px;
}
.lookbook-season a.last {
	margin-right: 0;
}
#fancybox-title {
	display: none !important;
}


/* =Press
----------------------------------------------- */
.press {
	float: left;
	width: 190px;
	height: 145px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.press {
	margin-right: 34px;
	margin-bottom: 34px;
}
.press.last {
	margin-right: 0;
}
.press a {
	display: block;
	width: 190px;
	height: 100px;
}
.press .title {
	display: none;
	background: #fcfcfc;
	position: absolute;
	width: 190px;
	height: 100px;
	padding-top: 45px;
	text-align: center;
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.press:hover .title {
	display: block;
	cursor: pointer;
}
.press a,
.press a:hover {
	color: #64767D;
}


/* =Contact
----------------------------------------------- */
.contact-form {
	width: 530px;
	margin: 0 auto;
}
.contact-form input,
.contact-form textarea {
	width: 500px;
}
.contact-form #required-info {
	float: right;
	font-family: 'Caslon540BT-Italic';
	margin-right: 15px;
}
div.wpcf7 input[type=submit] {
	width: 93px !important;
	padding: 5px 0 !important;
}
.contact-form table {
	margin-top: 90px;
}
div.wpcf7 table td {
	vertical-align: top;
}
.contact-form table td.label {
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	width: 200px;
}
.contact-form a {
	color: #64767D;
}
.contact-form a:hover {
	color: #EBE1DD;
}
.contact-form a:hover img {
	opacity: 0.8;
}
div.wpcf7 .watermark {
	color: #64767D !important;
}
div.wpcf7-validation-errors {
	border: none !important;
}
span.wpcf7-not-valid-tip {
	top: -2px !important;
	background: transparent !important;
	border: none !important;
	font-size: inherit !important;
}
.contact-form table p img {
	margin-top: -3px !important;
}

/* =Blog Contact
----------------------------------------------- */
#contact-table td {
	vertical-align: top;
}
#contact-table td.label {
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	width: 200px;
}
#contact-table input,
#contact-table textarea {
	width: 100%;
}

/* =FAQ
----------------------------------------------- */
#faq td {
	vertical-align: top;
	width: 50%;
}
#faq td.question {
	font-family: 'Caslon540BT-Italic';
}
#faq td.question span {
	width: 250px;
	display: block;
}


/* =Blog About
----------------------------------------------- */
.blog-about {
	clear: both;
	border-spacing: 1px !important;
	border-color: #FFF;
}
.info-section {
	border-top: 1px solid #64767D !important;
}
.blog-about td {
	vertical-align: top;
}
.blog-about th {
	font-family: 'ProximaNovaRgBold';
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: left;
	height: 45px;
	vertical-align: middle;
}
.blog-about .border {
	border-bottom: 1px solid #64767D !important;
}
.blog-about td {
	padding-top: 15px;
}
.info-section td {
	padding-top: 25px;
}
.blog-about .col1 {
	width: 377px;
}
.blog-about p {
	width: 330px;
}



/* =error404
----------------------------------------------- */

.error404 .title404 {
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	padding: 35px 0;
}
.error404 .entry-content {
	text-align: center;
	min-height: 300px;
}




/* =Pager Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
}
#nav-below {
	padding-bottom: 30px;
	border-bottom: 1px solid #64767D;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-below a {
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #64767D;
}
#nav-below a:hover{
	color: #EBE1DD;
}
#content nav .meta-nav {
	font-weight: normal;
}



/* =Widgets
----------------------------------------------- */
.sidebar-header {
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 10px;
	padding-bottom: 23px;
}
.sidebar-spacer {
	width: 100%;
	height: 45px;
	border-top: 1px solid #64767D;
}
.widget {
	clear: both;
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid #64767D;
}
.widget-title,
.widget-title a {
	font-family: 'ProximaNovaRgBold';
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	color: #64767D;
}
.widget ul {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	list-style: none;
}
.sb-dropdown ul {
	display: none;
}
.sb-dropdown .widget-title:hover {
	color: #EBE1DD;
	cursor: pointer;
}
.widget ul li:first-of-type {
	margin-top: 25px;
}
.widget ul li {
	margin-bottom: 0.5em;
}
.widget ul li a {
	 color: #64767D;
}
.widget-title a:hover,
.widget ul li a:hover {
	color: #EBE1DD;
}
.widget.social-links {
	padding: 20px 0;
}
.widget ul#follow-list {
	display: block;
}
.widget li.sm-icon {
	list-style: none;
	display: inline-block;
	margin: 0 8px !important;
	line-height: 0;
}
.widget li.sm-icon a:hover {
	opacity: 0.7;
}

/* Special Classes */
.no-border {
	border-bottom: none;
	margin-bottom: 0;
	padding:  15px 0 0;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 10px;
}
.widget_search #s {
	width: 170px;
	display: inline-block;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #64767d;
	width: 95%;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

.single .post.hentry {
	margin: 0 0 30px;
	padding: 0 0 35px;
}
.comment-form-title {
	margin:  30px 0 10px;
}
.comments-title {
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #64767D;
	padding: 30px 0;
}
.comments-empty {
	color: #8a949b;
	padding: 0 0 30px;
	border-bottom: 1px solid #64767d;
}
.nopassword,
.nocomments {
	color: #64767d;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
}
.commentlist {
	list-style: none;
	margin: 0 auto 30px;
	width: 100%;
	border-bottom: 1px solid #64767d;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #FFF;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 10px;
	padding: 10px;
}
.commentlist .children {
	list-style: none;
	margin: 0 0 10px 20px;
}
.commentlist .children .children {
	margin: 10px 0 10px 10px;
}
.commentlist .children li.comment {
	background: #FFF;
	position: relative;
}
article.comment {
	padding: 0 0 30px;
	overflow: hidden;
}
.avatar {
	float: left;
	padding-right: 10px;
	vertical-align: bottom;
}
.comment-meta,
.comment-content {
	display: inline-block;
	vertical-align: top;
}
.comment-meta {
	float: left;
	width: 330px;
}
.comment-content {
	float: right;
	width: 380px;
}
.comment-meta {
	margin-bottom: 12px;
}
.comment-meta .fn, .comment-meta time {
	font-style: normal;
	display: block;
	clear: right;
}
.comment-meta .fn,
.comment-meta a {
	font-family: 'Caslon540BT-Italic';
	color: #64767D;
}
.comment-meta a:hover {
	color: #EBE1DD;
}
.comment-meta time {
	color: #8a949b;
}
.comment-content p {
	margin-bottom: 1em;
}
.comment-content p:last-of-type {
	margin-bottom: 0;
}
a.comment-reply-link {
	display: none;
}

/* Post author highlighting */
.commentlist > li.bypostauthor .comment-content, .commentlist .children > li.bypostauthor .comment-content {
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	margin: 0 auto 1.625em;
	position: relative;
	width: 704px;
	overflow: hidden;
}
#respond input[type="text"],
#respond textarea {
	width: 704px;
}
#respond textarea {
	resize: vertical;
	min-height: 195px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
	margin: 5px 0 0;
	
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #64767d;
	display: inline-block;
	padding: 0px 10px 8px;
	position: relative;
	z-index: 1;
}
#respond .logged-in-as a {
	color: #64767d;
}
#respond p {
	margin:0 0 1em;
}
#respond .form-submit {
	float: left;
	margin: 0 0;
}
#respond input#submit {
	cursor: pointer;
	margin: 0 0 10px;
}
#respond #cancel-comment-reply-link {
	color: #64767d;
	margin-left: 10px;
	text-decoration: none;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#cancel-comment-reply-link {
	color: #64767d;
	display: block;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	top: 1.1em;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
.comment-subscription-form {
	clear: both;
	display: block;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 20px;
	width: 100%;
}
#site-generator,
#mailing-list,
#social {
	width: 360px;
	display: inline-block;
	vertical-align: top;
}

#mailing-list,
#social {
	font-family: 'ProximaNovaRgBold';
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

/* Site Generator Line */
#site-generator {
	float:left;
}
#site-generator a {
	color: #B2BABE;
}

/* Mailing List Link */

#mailing-list {
	width: 380px;
	text-align: center;
}
#mailing-list a {
	color: #64767D;
}
#mailing-list a:hover {
	color: #EBE1DD;
}
#mailing-list input {
	width: 225px;
	border: none;
	border-bottom: 1px solid #64767D;
	text-align: center;
	outline: none;
	background: none;
}
::-webkit-input-placeholder {
	color: #64767D;
}
:-moz-placeholder {
	color: #64767D;	
}
:-ms-input-placeholder {
	color: #64767D;	
}
:placeholder {
	color: #64767D;
}

/* Social Media Links */

#social {
	text-align: right;
	width: 345px;
}
#social ul {
	margin: 0;
	padding: 0;
	float: right;
}
#social li {
	display: inline-block;
	float: left;
	margin-right: 15px;
	line-height: 24px;
}
#social a:hover {
	opacity: 0.7;
}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}