/* 13illustrations.com - Front page */

/* 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 {/* remember to define focus styles! */
	outline: 0;
}
::selection {
	background: #6899A6; /* Safari */
	}
::-moz-selection {
	background: #6899A6; /* Firefox */
	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 {/* tables still need 'cellspacing="0"' in the markup */
	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-image: url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/wallpaper3.jpg), url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/bgnoise_lg.jpg); 	
	background-repeat: no-repeat, repeat;
	background-position: top center;
	max-width: 1920px;
	width: 100%;
	height: auto;
	font: 15px 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.625;
}
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;
}
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;
}
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 ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	border-bottom: 1px dotted #ddd;
	color: #111;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	color: #1879a2;
	
}
#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 ul li:hover > ul {
	display: block;
}
#access .current > 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;
}
#welcome h2 span {
	font: 27px 'SortsMillGoudyItalic', Georgia, serif;
	line-height: 0.9;
}
h3.widget-title {
	font: 25px 'LeagueGothicRegular', Arial;
}
#welcome a {
	text-decoration: none;
	color: #78B1C0;
}
#welcome a:hover {
	color: #fff;
}	


/* Fonts ------------------------------- */	
	
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('/web/20120522221010im_/http://www.13illustrations.com/fonts/League_Gothic-webfont.eot');
    src: url('/web/20120522221010im_/http://www.13illustrations.com/fonts/League_Gothic-webfont.eot#iefix') format('embedded-opentype'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/League_Gothic-webfont.woff') format('woff'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('/web/20120522221010im_/http://www.13illustrations.com/fonts/OpenSans-Regular-webfont.eot');
    src: url('/web/20120522221010im_/http://www.13illustrations.com/fonts/OpenSans-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('/web/20120522221010im_/http://www.13illustrations.com/fonts/OpenSans-Italic-webfont.eot');
    src: url('/web/20120522221010im_/http://www.13illustrations.com/fonts/OpenSans-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/OpenSans-Italic-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SortsMillGoudyItalic';
    src: url('/web/20120522221010im_/http://www.13illustrations.com/fonts/GoudyStM-Italic-webfont.eot');
    src: url('/web/20120522221010im_/http://www.13illustrations.com/fonts/GoudyStM-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/GoudyStM-Italic-webfont.woff') format('woff'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/GoudyStM-Italic-webfont.ttf') format('truetype'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/GoudyStM-Italic-webfont.svg#SortsMillGoudyItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RockSaltRegular';
    src: url('/web/20120522221010im_/http://www.13illustrations.com/fonts/RockSalt-webfont.eot');
    src: url('/web/20120522221010im_/http://www.13illustrations.com/fonts/RockSalt-webfont.eot#iefix') format('embedded-opentype'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/RockSalt-webfont.woff') format('woff'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/RockSalt-webfont.ttf') format('truetype'),
         url('/web/20120522221010im_/http://www.13illustrations.com/fonts/RockSalt-webfont.svg#RockSaltRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 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%;
}
#aboutme.startcol .about-area + .about-area + .about-area {
	margin-right: 0;
}
.about-area {
	font-size: 15px;
	color: #333;
}
#about {
	clear: both;
	margin: 0px auto;
}
h3.about-title {
	color: #666;
	font: 40px 'LeagueGothicRegular', Arial;
	text-shadow: 1px 1px 0 #eee, 2px 2px 0 #888;
	line-height: 1.6;
}
#about ul {
	font-size: 15px;
	margin: 0 auto;
	max-width: 330px;
	width: 100%;
}
#about ul ul {
	margin-left: 1.5em;
}
#about li {
	color: #777;
	font-size: 13px;
	float: left;
	width: 190px;
	padding-right: 60px;
	list-style: none;
}
#about a {
	font-weight: bold;
	text-decoration: none;
}
#about a:hover,
.about a:focus,
#about a:active {
	text-decoration: underline;
}
.clr{
	clear: both;
	padding-top: 30px;
	opacity: 0.5;
	margin: 0px auto;
	width: 100%;
	max-width: 1140px;
	height: auto;
	background-image: url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/clr.png); 	
	background-repeat: no-repeat;
	background-position: top center;
}
h3.projects {
	color: #666;
	font: 40px 'LeagueGothicRegular', Arial;
	line-height: 1.8em;
	text-shadow: 1px 1px 0 #eee, 2px 2px 0 #888;
}
#p-block p {
	color: #777;
}
#p-block {
	padding: 2.625em 0 4em 0;
	overflow: hidden;
	margin: 0px auto;
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
}
#p-block.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#p-block.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
.preview-title {
	color: #666;
	font: 25px 'LeagueGothicRegular', Arial;
	line-height: 1.6em;
	text-transform: none;
}
#p-block img {
	border: none;
	background: transparent;
}

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

.button,
.button:visited	{
	background: #6899A6;
	border-bottom: 1px solid #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	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;
	left: 30px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
	-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;
	display: inline-block;
}
.button:hover,
.button:active {
	background: #486972;
	color: #eee;
	text-decoration: none;
}


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

.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}
img[class*="preview"] {
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.widget img {
	border-color: #eee;
}
a:focus img[class*="preview"],
a:hover img[class*="preview"],
a:active img[class*="preview"] {
	background: #eee;
	border-color: #fff;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font: 25px 'LeagueGothicRegular', Arial;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
	list-style: none;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: normal;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}
#first a:hover,
#first a:focus,
#first a:active,
#second a:hover,
#second a:focus,
#second a:active {
	text-decoration: none;
	color: #fff;
}
.widget_image img {
	height: auto;
	max-width: 100%;
}


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

footer {
	display:block;
	left: 0;
	width: 100%;
	background: #222;
	background-image: url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/bottom.jpg); 
	background-repeat: repeat;
}
footer.widget {
	clear: both;
	margin: 0 0 2.2em;
}
#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.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
	margin: 0px auto;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
.toparrow { 
	margin-top: 40px;
	float: right;
	text-align: right;
	clear: both;
	height: 16px; 
	width: 100%; 
	background: url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/images/footer-up.png); 
}
#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;
}
#callus a { 
	text-decoration: none;
	color: #E45821;
}
#callus a:hover,
#callus a:focus { 
	color: #E5AA8A;
}
#footer-bottom a {
	font-size: 12px; 
	color:#bbb; 
	text-decoration: none; 
	line-height: 1.5; 
	padding-left: 1px;
}
#footer-bottom a:hover {
	color: #fff; 
	text-decoration: none;
}
#footer-bottom span {
	color: #777; 
	font-size: 12px;
}
#footer-bottom { 
	max-width:1140px; 
	margin: 0px auto; 
	padding: 0px 0 65px 0; 
	padding-left: 20px;
	padding-right: 20px;
}
.logo-bottom  {
    float:left;
	width: auto;
	height: auto;
	padding-right: 5px;
	margin-right: 5px;
	padding-top: 5px;
	border-right: 1px solid #555;
}
.divider {
	clear: both;
	padding-top: 35px;
	margin: 0px auto;
	max-width: 1140px;
	width: 100%;
	opacity: 0.5;
	height: auto;
	background-image: url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/div.png); 	
	background-repeat: no-repeat;
	background-position: top center;
}
.social {
	padding: 0;
	width: 350px;
	height: 70px;
	margin: 50px auto 30px auto;
}
.social li {
	float: left;
}
.social li a {
	display: block;
	width: 59px;
	height: 55px;
	margin: 0;
	outline: none;
	background: transparent url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/images/socialsprite.png) no-repeat top left;
	text-indent: -9000px;
	position: relative;
}
.social li .social-society6 {
    background-position: 0px 0px;
}
.social li .social-rss {
    background-position: -57px 0px;
}
.social li .social-twitter {
    background-position: -114px 0px;
}
.social li .social-behance {
    background-position: -171px 0px;
}
.social li .social-facebook {
    background-position: -228px 0px;
}
.social li a span {
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 5px;
	left: 50%;
	margin-left: -64px;
	font-size: 14px;
	color: #eee;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #6899A6;
	background: rgba(104,153,166,1);
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social li a span:before,
.social li a span:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.social li a span:after {
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #6899A6;
}
.social li a:hover span {
	opacity: 1;
	bottom: 70px;
}


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

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	.cssdesignaward, .csswinner {
		display: none;
	}
	.logo {
		width: 100%;
		padding-left: 20px;
		padding-top: 5px;
	}
	#access {
		margin: 0px auto;
		margin-bottom: 2em;
		font-size: 40px;
		padding-right: 45px;
	}
	#access ul {
		margin: 0 ;
		font-size: 40px;
		line-height: 1;
		width: auto;
		height: auto;
		padding-bottom: 5px;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
		background-image: url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/images/surf-wallpaper-big.jpg), url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/bgnoise_lg.jpg); 	
		background-repeat: no-repeat, repeat;
		background-position: top center;
		background-size: contain;
		width: 100%;
		height: auto;
	}
	.cssdesignaward, .csswinner {
		display: none;
	}
	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-transform: none;
		text-align: center;
		color: #fff;
    	text-shadow: 1px 1px #111;
	}
	#welcome span {
		font: 25px 'SortsMillGoudyItalic', Georgia, serif;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	h2 {
    font: 12px Georgia,serif;
	}
	h2 span {
	font: 13px 'SortsMillGoudyItalic', Georgia, serif;
	}
	.logo {
		width: 100%;
		padding-left: 45px;
		padding-top: 5px;
	}
	#footer-bottom {
		padding-bottom: 160px;
	}
	#toggle {
		display: none;
	}
	#access {
		margin: 0px auto;
		margin-bottom: 0.1em;
	}
	#access ul {
		margin: 0px auto;
		line-height: 1;
		width: auto;
		height: auto;
	}
	#access ul li {
		font-size: 23px;
		margin: 0px auto;
		border: none;
		text-align: center;
		padding: 0 0.2em;
	}
	#access li a{
		padding: 0;
	}
	#access span {
		display: none;
	}
	#welcome h1 {
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}
}


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

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


/* Contact toggle ------------------------------- */

.tab {
	height: 11px;
	background-image: url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/images/top.png); 
	background-repeat: repeat-x;
}
#tab1 {
	width: auto;
	margin: 0px auto;
	padding-right: 50px;
}
.tab ul.login {
  	height: 0px;
  	width: 74px;
  	float: right;
  	list-style: none;
}
.tab a.open, .tab a.close {
	height: 48px;
	cursor: pointer;
    display: block;
    padding: 0;
}
.tab a.open {
	background: url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/images/open-hand.png) no-repeat left 0;
}
.tab a.close {
	background: url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/images/close-hand.png) no-repeat left 0;
}
#toppanel {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#panel {
	width: 100%;
	height: auto;
	color: #999;
	overflow: hidden;
	position: relative;
	display: none;
	border-top: 2px solid #222;
	background-image: url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/images/shortinfo.jpg), url(https://web.archive.org/web/20120522221010im_/http://www.13illustrations.com/bottom.jpg); 
	background-repeat: no-repeat, repeat;
	height: 286px;
	background-position: top center;
}
#panel .heading {
	font: 60px LeagueGothicRegular, sans-serif;
	letter-spacing: 0;
	margin: 0;
	color: #5EB7CD;
	text-align: center;
	line-height: 0.8;
	text-shadow: 1px 1px 0 #eee, 2px 2px 0 #eee, 2px 2px 0 #eee;
	padding: 0 20px 10px 20px;
}
#panel .mail {
	font: 45px LeagueGothicRegular, sans-serif;
	padding: 5px 0 10px 0;
	margin: 0;
	color: #eee;
	line-height: 0.9;
	text-align: center;
}
#panel p {
	margin: 5px 0;
	color: #eee;
	text-align: center;
}
#panel a {
	text-decoration: none;
	color: #FF0E4C;
}
#panel a:hover {
	color: #DD2C52;
	text-decoration: none;
}
.content {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}


/* CSS Winner Nominee Badge ------------------------------- */

.csswinner {
	position:absolute;
	top:120px;
	left:0px;
	z-index:999;
}

.csswinner a {
	width:81px;
	height:59px;
	text-indent:-9000px;
	display:block;
	background:url(/web/20120522221010im_/http://www.13illustrations.com/nominee-black-left.png) no-repeat;
}

/* CSS Design Award Nomination Badge ------------------------------- */

.cssdesignaward {
	padding-top:60px;
	right:0px;
	z-index:999;
	position:absolute;
}
.cssdesignaward a {
	width:69px;
	height:164px;
	text-indent:-9000px;
	display:block;
	background:url(/web/20120522221010im_/http://www.13illustrations.com/css-design-award-nominee-dark-vertical.png) no-repeat;
}
/*
     FILE ARCHIVED ON 22:10:10 May 22, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:38:30 Oct 03, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 172.44
  exclusion.robots: 0.079
  exclusion.robots.policy: 0.073
  RedisCDXSource: 0.649
  esindex: 0.007
  LoadShardBlock: 156.333 (3)
  PetaboxLoader3.datanode: 68.703 (4)
  CDXLines.iter: 13.314 (3)
  load_resource: 83.776
  PetaboxLoader3.resolve: 26.053
*/