/*
Theme Name: Twenty Thirteen ACFR Marine
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Template: twentythirteen
Text Domain: twentythirteen-acfr

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("../twentythirteen/style.css");

h1 {
	font-size: 38px;
	margin: 33px 0;
}

h2 {
	font-size: 20px;
	margin: 25px 0;
}

h3 {
	font-size: 18px;
	margin: 22px 0;
}

h4 {
	font-size: 16px;
	margin: 25px 0;
}

h5 {
	font-size: 14px;
	margin: 30px 0;
}

h6 {
	font-size: 12px;
	margin: 36px 0;
}

blockquote {
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote cite,
blockquote small {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

.site-title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.entry-content blockquote {
	font-size: 16px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 14px;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.widget {
	/*background-color: white;*/
}
.pis-ul {
	max-height: 450px;
	overflow-y: auto;
}
