/*
Theme Name:     VSA-2
Theme URI:      http://verysmallarray.com/
Description:    Now with less grumbling
Template:       twentyfourteen                             
*/

@import url("../twentyfourteen/style.css");


.header-main {
	border-top: 0px solid black;
}

.site-title {
	font-size: 36px;
	font-weight: 800;
	position: relative;
	top: -2px;
	color: black;
}

.search-toggle {
    display: none;
}

.full-width .site-content .entry-header,
.full-width .site-content .entry-content {
 max-width: 1020px;
}

.content-area, .primary-sidebar {
padding-top: 36px;
}

#primary-sidebar li {
border-top: 1px solid #ddd;
}

#primary-sidebar li, #primary-sidebar a, #primary-sidebar h1, .site-info, .site-cc {
color: #ddd;
}

.site-info {
margin-top: 24px;
}

#primary-sidebar h1 {
margin-bottom: 0px;
}

.archive-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.archive-header {
	border-left: 12px solid black;
	margin-left: 0px;
}

/* entry titles */
.entry-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3333333333;
	text-transform: uppercase;
	clear: both;
}

.entry-meta {
	clear: none;
	float: left;
}

.entry-meta .byline {
display: none;
}

.cat-links {
	font-weight: 400;
}

.entry-content {
border-left: 12px dotted black;
	clear: both;
}

.entry-header {
	border-left: 12px solid black;
}

/* page titles */
.page-header {
	clear: both;
	}

.page-title {
	margin: 0 auto;
	color: #767676;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 16px;
	border-bottom-style: dashed;
	border-bottom-color: #767676;
	border-bottom-width: 1px;
}


.article {
	width: 600px;
	text-align: justify;
}

.cite {
	width: 600px;
	text-align: justify;
	color: #ddd;
	font-size: 80%;
}