/*
	Theme Name: HTML5 Blank
	Theme URI: https://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.3.6
	Author: Todd Motto (@toddmotto)
	Author URI: https://www.toddmotto.com
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: https://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font:300 14px/1.5 'Neuton', serif;
	color:#000;
	/*background: url(/img/rarar-bg-tile.jpg) repeat;*/
}
.clear {
	clear:both;
	display:block;
}
img, iframe {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width:1280px;
	width:95%;
	margin:50px auto;
	position:relative;
}

.header {
}

.sidebar {
	float: left;
	margin: 20px auto;
	padding: 0;
	height: 100%;
}

.sidebar .nav .menu ul {
	margin: 0;
	padding: 0;
	width: 90px;
}

.sidebar #sub-nav, .sidebar .nav .menu {
	float: left;
}

.sidebar .nav ul li.page_item {
	margin: 0px 0px 10px 0px;
	list-style: none;
	font-style: italic;
}

.sidebar .nav ul li.current_page_item {
	margin: 0px 0px 10px 0px;
	list-style: none;
	font-weight: 700;
	font-style: normal;
}

.section {
	margin: 20px auto;
	padding: 0;
	float: left;
	min-width: 320px;
}

/* SUB NAV STYLES */

.sidebar #sub-nav {
	border-left: 1px solid #ccc;
}
.sidebar #sub-nav ul {
	margin: 0;
	padding: 0px 50px 30px 50px;
	width: 260px;
}


.sidebar #sub-nav ul div {
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.sidebar #sub-nav ul li {
	margin: 10px 0px;
	font-style: italic;
}

.sidebar #sub-nav ul#last-sub-nav {
	padding-bottom: 10px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

#bottom-post-nav {
	display: none;
}

.page .section, .error404 .section {
	padding: 0;
	float: left;
	width: 612px;
	margin: 10px 0px 0px 50px;
}

.calendar .section {
	width: 800px;
}

.news .section .post {
	margin-bottom: 40px;
}

.page .section h2, .page .section .post h2 {
	font-size: 1.25em;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
}

.page .section .post h2 {
	font-size: 1em;
	margin-top: -10px;
}

.single .section, .works .section {
	width: 612px;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

.single .sidebar, .works .sidebar {
	min-width: 300px;
}

.single .section .post h1, .works .section .post h1 {
	font-size: 13px;
	font-weight: 700;
	margin: 0px 0px -15px 0px;
}

.single .section .post, .works .section .post {
	font-size: 13px;
	font-weight: 200;
}

p a, table a {
	font-weight: 500;
	text-decoration: underline;
}

p {
	font-size: 14px;
}

del {
	color: #444;
}


.ie8 .wrapper, .ie7 .wrapper, .ie6 .wrapper {
	width: 1280px;
	margin: 20px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.section img {
/*	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);*/
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('/fonts/font-name.eot');
	src:url('/fonts/font-name.eot#iefix') format('embedded-opentype'),
		url('/fonts/font-name.woff') format('woff'),
		url('/fonts/font-name.ttf') format('truetype'),
		url('/fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width:1024px) {
	.wrapper {
		max-width:1024px;
		width:95%;
		margin:50px auto;
		padding: 10px;
		position:relative;
	}
	
	.page .section, .error404 .section {
		width: 100%;
		max-width: 612px;
		margin: -12px 0px 0px 0px;
		clear: both;
	}
	
	.single .section, .works .section {
		width: 100%;
		max-width: 612px;
		margin: 0px 0px 0px 0px;
		clear: both;
	}
	
	#sub-nav {
		display: none;
	}
	.sidebar .nav .menu ul {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.sidebar .nav ul li.page_item {
		display: inline;
		padding: 0px 13px 0px 0px;
		margin: 0px;
	}
	
	
	.home .section img, .home .section iframe, .page .section img, .page .section iframe, .single .section img, .single .section iframe {
		width: 100%;
		
	}
	
	#bottom-post-nav {
		margin: -0px 0px 0px 0px;
		display: block;
	}
	
	#bottom-post-nav #prev-post {
		float: left;
	}
	
	#bottom-post-nav #next-post {
		float: right;
	}
	
}

@media only screen and (min-width:320px) and (max-width:480px) {
	.wrapper {
		margin: 0;
		padding: 10px;
		position:relative;
	}
	
	.section {
		min-width: 0px;
	}
	
	.logo {
		margin: 0px 0px -10px 0px;
		padding: 0px;
	}

	
	.home .section p {
		margin-top: 0px;
	}
	

}


@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}