/* Body
---------------------------------------------------------------------- */
body, button, input, textarea {
	font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

/* Paragraphs
---------------------------------------------------------------------- */
p {
	margin: 0 0 20px;
}

/* Links, Button, Input
---------------------------------------------------------------------- */
a, button, input[type="submit"] {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	transition: all 0.1s ease-out 0.1s;
		-ms-transition: all 0.1s ease-out 0.1s;
		-moz-transition: all 0.1s ease-out 0.1s;
		-o-transition: all 0.1s ease-out 0.1s;
		-webkit-transition: all 0.1s ease-out 0.1s;
}

a:hover {
	text-decoration: underline;
}

/* Abbreviation, Acronym
---------------------------------------------------------------------- */
abbr[title], acronym[title] {
	cursor: help;
}

/* Address
---------------------------------------------------------------------- */
address {
	display: block;
	line-height: 18px;
	margin-bottom: 20px;
}

/* Alignments
---------------------------------------------------------------------- */
.aligncenter, .center {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.alignleft, .left {
	float: left;
	margin-right: 20px;
}

.alignnone, .block {
	clear: both;
	display: block;
	margin: 0 0 20px 0;
}

.alignright, .right {
	float: right;
	margin-left: 20px;
}

/* Blockquote
---------------------------------------------------------------------- */
blockquote {
	font-size: 20px;
	font-weight: 200;
	line-height: 30px;
	margin: 15px 0 20px;
	padding: 0 0 0 35px;
}

blockquote cite {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}

blockquote cite:before {
	content: "\2014 \0020";
}

/* Code
---------------------------------------------------------------------- */
code, pre {
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
	padding: 1px 3px;
}

pre {
	margin: 0 0 20px;
	padding: 10px;
}

pre code {
	background: transparent;
	border: 0;
	box-shadow: 0 0 0;
	margin: 0;
	padding: 0;
}

/* Forms
---------------------------------------------------------------------- */
label {
	cursor: pointer;
	display: block;
	font-size: 1em;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 5px;
}

button, input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="submit"], input[type="time"], input[type="tel"], input[type="text"], input[type="url"] {
	padding: 8px 10px;
}

input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="time"], input[type="tel"], input[type="text"], input[type="url"], textarea {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	border-radius: 3px;
	display: block;
	font-size: 1em;
	width: 100%;
}

button, input[type="submit"] { border-radius: 3px; }
select { width: 100%; }
textarea { padding: 8px 10px; }

/* Headings
---------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.1;
	margin-bottom: 14px;
	margin-top: 14px;
}

h1 { font-size: 44px; }
/*h2 { font-size: 37px; }*/
/*h3 { font-size: 27px; }*/
h4 { font-size: 23px; margin: 0 0 12px; padding: 0 0 10px; }
h5 { font-size: 17px; }
h6 { font-size: 16px; text-transform: uppercase; }

/* Horizontal rule
---------------------------------------------------------------------- */
hr {
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 30px 0;
}

/* Lists
---------------------------------------------------------------------- */
ul.styled li {
	list-style: none;
	padding: 0 0 0 15px;
}

ul.unstyled, ol.unstyled {
	list-style: none;
	margin-left: 0;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

ul {
	list-style: square inside;
	margin: 0 0 20px;
	padding: 0;
}

ol {
	list-style: decimal inside;
	margin: 0 0 20px;
	padding: 0;
}

dl {
	line-height: 18px;
	margin: 0 0 20px 0;
}

dt {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

dd {
	margin-left: 9px;
}

/* Table
---------------------------------------------------------------------- */
table {
	background: transparent;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 20px;
	width: 100%;
}

table th, table td {
	line-height: 18px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

table th {
	font-weight: bold;
}

table thead th {
	vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
}

/* Gallery
---------------------------------------------------------------------- */
.gallery .gallery-item {
	float: left;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0;
}

.gallery .gallery-icon img, .gallery .gallery-caption {
	margin: 0;
}

.col-0 { width: 100%; }
.col-1 { width: 100%; }
.col-2 { width: 50%; }
.col-3 { width: 33.33%; }
.col-4 { width: 25%; }
.col-5 { width: 20%; }
.col-6 { width: 16.66%; }
.col-7 { width: 14.28%; }
.col-8 { width: 12.5%; }
.col-9 { width: 11.11%; }
.col-10 { width: 10%; }
.col-11 { width: 9.09%; }
.col-12 { width: 8.33%; }
.col-13 { width: 7.69%; }
.col-14 { width: 7.14%; }
.col-15 { width: 6.66%; }
.col-16 { width: 6.25%; }
.col-17 { width: 5.88%; }
.col-18 { width: 5.55%; }
.col-19 { width: 5.26%; }
.col-20 { width: 5%; }
.col-21 { width: 4.76%; }
.col-22 { width: 4.54%; }
.col-23 { width: 4.34%; }
.col-24 { width: 4.16%; }
.col-25 { width: 4%; }
.col-26 { width: 3.84%; }
.col-27 { width: 3.7%; }
.col-28 { width: 3.57%; }
.col-29 { width: 3.44%; }
.col-30 { width: 3.33%; }

/* Smiley
---------------------------------------------------------------------- */
.wp-smiley {
	background: transparent !important;
	border: 0 !important;
	height: 15px !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 15px  !important;
}

/* WP.org theme repository requirements.
---------------------------------------------------------------------- */
.sticky, .bypostauthor, .wp-caption, .wp-caption-text {}