/*
Theme Name: 13 Illustrations Custom Theme
Description: A WordPress theme matching the original 13illustrations.com design
Version: 1.0
Author: WordPress Theme
*/

/* Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html ------ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

::selection {
	background: #6899A6;
}

::-moz-selection {
	background: #6899A6;
	opacity: 0.5;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* Structure ------------------------------- */

body {
	padding: 0;
	background-color: #f8f8f8;
	background-image: url(/bgnoise_lg.jpg);
	background-repeat: repeat;
	max-width: 1920px;
	width: 100%;
	height: auto;
	font: 15px 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.625;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.625em;
}

ul,
ol {
	margin: 0 0 1.625em 2.5em;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

strong {
	font-weight: bold;
}

em {
	font-family: 'OpenSansItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #6899A6;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:focus,
a:active,
a:hover {
	color: #38535A;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

#wrapper {
	max-width: 1140px;
	width: 100%;
	margin: 0px auto;
}

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

.logo {
	float: left;
	width: auto;
	height: auto;
	margin-top: 2.5em;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#fixnav {
	width: 100%;
	max-width: 1140px;
	margin: 0px auto;
}

nav {
	margin-top: 2.7em;
	width: 100%;
	width: auto;
	height: auto;
	margin-bottom: 2.5em;
}

#access span {
	color: #6899A6;
	font: 11px 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	display: block;
	text-transform: none;
	line-height: 1;
	text-shadow: none;
}

#access {
	display: block;
	float: right;
	margin-right: -5px;
}

#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
	font: 40px 'LeagueGothicRegular', Arial;
	line-height: 1;
	width: 100%;
	color: #444;
	text-shadow: 1px 1px 0 #eee, 2px 2px 0 #888;
}

#access li {
	float: left;
	position: relative;
	border-left: 1px solid #aaa;
	padding-left: 10px;
	padding-right: 10px;
}

#access a {
	color: #444;
	display: block;
	padding: 0 0.2em;
	text-decoration: none;
}

#access li:hover>a,
#access a:focus {
	color: #6899A6;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#access .current-menu-item>a {
	color: #6899A6;
}

/* Headings ------------------------------- */

h1 {
	font: 40px Georgia, 'LeagueGothicRegular', Arial;
	font-style: italic;
	text-transform: none;
	text-align: right;
	opacity: 1;
	color: #fff;
	text-shadow: 1px 1px #111;
}

h1 span {
	font: 40px 'SortsMillGoudyItalic', Georgia, serif;
}

#welcome {
	padding-top: 395px;
	padding-bottom: 280px;
}

#welcome h2 {
	font: 20px Georgia, 'LeagueGothicRegular', Arial;
	font-style: italic;
	text-transform: none;
	text-align: right;
	color: #fff;
	text-shadow: 1px 1px #111;
	line-height: 1.2;
}

h3.widget-title {
	font: 25px 'LeagueGothicRegular', Arial;
}

#welcome a {
	text-decoration: none;
	color: #78B1C0;
}

#welcome a:hover {
	color: #fff;
}

/* WordPress Blog Elements ------------------------------- */

.blog-posts {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 2em 20px;
	margin-top: 2em;
	margin-bottom: 2em;
}

.entry-title {
	color: #666;
	font: 40px 'LeagueGothicRegular', Arial;
	text-shadow: 1px 1px 0 #eee, 2px 2px 0 #888;
	line-height: 1.6;
	margin-bottom: 0.5em;
}

.entry-title a {
	color: #666;
	text-decoration: none;
}

.entry-title a:hover {
	color: #6899A6;
}

.entry-meta {
	font-size: 12px;
	color: #777;
	margin-bottom: 1em;
}

.entry-content {
	color: #333;
	line-height: 1.625;
}

.entry-content p {
	line-height: 1.625;
	margin-bottom: 1.625em;
}

.blog-post {
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ddd;
}

.blog-post:last-child {
	border-bottom: none;
}

.pagination {
	text-align: center;
	margin: 2em 0;
}

.pagination a {
	background: #6899A6;
	border-bottom: 1px solid #888;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font: 28px 'LeagueGothicRegular';
	margin: 0 10px;
	padding: 2px 42px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-in-out;
	display: inline-block;
}

.pagination a:hover {
	background: #486972;
	color: #eee;
	text-decoration: none;
}

/* About me ------------------------------- */

#aboutme {
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
	max-width: 1140px;
	padding-top: 100px;
	padding-bottom: 40px;
}

#aboutme.startcol .about-area {
	padding: 0px;
	width: 48%;
}

.about-area {
	font-size: 15px;
	color: #333;
}

h3.about-title {
	color: #666;
	font: 40px 'LeagueGothicRegular', Arial;
	text-shadow: 1px 1px 0 #eee, 2px 2px 0 #888;
	line-height: 1.6;
}

.clr {
	clear: both;
	padding-top: 30px;
	opacity: 0.5;
	margin: 0px auto;
	width: 100%;
	max-width: 1140px;
	height: auto;
	background-image: url(/clr.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/* Blog Section ------------------------------- */
#blog-section {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
	padding: 100px 20px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4%;
}

#blog-section .about-area {
	flex: 1 1 48%;
	font-size: 15px;
	color: #333;
	padding: 0;
}

#blog-section h3.about-title {
	color: #666;
	font: 40px 'LeagueGothicRegular', Arial;
	text-shadow: 1px 1px 0 #eee, 2px 2px 0 #888;
	line-height: 1.6;
}

/* Buttons ------------------------------- */

.button,
.button:visited {
	background: #6899A6;
	border-bottom: 1px solid #888;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
	cursor: pointer;
	font: 28px 'LeagueGothicRegular';
	margin-bottom: 5px;
	margin-top: 2px;
	padding: 2px 42px 2px 42px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-in-out;
	display: inline-block;
}

.button:hover,
.button:active {
	background: #486972;
	color: #eee;
	text-decoration: none;
}

/* Images ------------------------------- */

.widget img {
	max-width: 100%;
	height: auto;
}

img[class*="preview"] {
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	border-radius: 5px;
}

a:focus img[class*="preview"],
a:hover img[class*="preview"],
a:active img[class*="preview"] {
	background: #eee;
	border-color: #fff;
}

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

footer {
	display: block;
	left: 0;
	width: 100%;
	background: #222;
}

#supplementary h4 {
	color: #aaa;
	font: 25px 'LeagueGothicRegular', Arial;
	line-height: 2.6em;
	text-transform: uppercase;
}

#supplementary p {
	color: #aaa;
}

#colophon {
	clear: both;
	margin: 0px auto;
}

#supplementary {
	padding: 3.625em 0 2em 0;
	overflow: hidden;
	margin: 0px auto;
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
}

#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}

#supplementary.three .widget-area+.widget-area+.widget-area {
	margin-right: 0;
}

#footer-bottom {
	max-width: 1140px;
	margin: 0px auto;
	padding: 0px 0 65px 0;
	padding-left: 20px;
	padding-right: 20px;
}

#footer-bottom a {
	font-size: 12px;
	color: #bbb;
	text-decoration: none;
	line-height: 1.5;
}

#footer-bottom a:hover {
	color: #fff;
	text-decoration: none;
}

#footer-bottom span {
	color: #777;
	font-size: 12px;
}

#callus {
	font: 19px 'RockSaltRegular', Georgia, serif;
	color: #444;
	font-style: normal;
	padding-top: 40px;
	margin: 0 auto;
	max-width: 1140px;
	text-align: center;
	clear: both;
	width: 100%;
	opacity: 0.7;
}

.divider {
	clear: both;
	padding-top: 35px;
	margin: 0px auto;
	max-width: 1140px;
	width: 100%;
	opacity: 0.5;
	height: auto;
	background-image: url(/div.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.toparrow {
	margin-top: 40px;
	float: right;
	text-align: right;
	clear: both;
	height: 16px;
	width: 100%;
}

.toparrow:after {
	content: "↑";
	color: #6899A6;
	font-size: 16px;
	opacity: 0.6;
}

/* Responsive ------------------------------- */

@media (max-width: 650px) {
	body {
		font-size: 13px;
		background-image: url(/surf-wallpaper-big.jpg), url(/bgnoise_lg.jpg);
		background-repeat: no-repeat, repeat;
		background-position: top center;
		background-size: contain;
	}

	h1 {
		font-size: 25px;
		text-align: center;
	}

	#welcome {
		padding-top: 150px;
		padding-bottom: 80px;
		border-top: 4px double #eee;
		border-bottom: 4px double #eee;
	}

	#welcome h2 {
		font: 20px Georgia, 'LeagueGothicRegular', Arial;
		font-style: italic;
		text-align: center;
		color: #fff;
		text-shadow: 1px 1px #111;
	}

	.logo {
		width: 100%;
		padding-left: 45px;
		padding-top: 5px;
	}

	#access {
		margin: 0px auto;
		margin-bottom: 0.1em;
	}

	#access ul li {
		font-size: 23px;
		margin: 0px auto;
		border: none;
		text-align: center;
		padding: 0 0.2em;
	}

	#access span {
		display: none;
	}
}