/*
Theme Name: SignInSheet
Theme URI: http://riceball.com/themes/
Author: johnkawakami
Author URI: http://riceball.com/
Description: Sign In Sheet Website Theme
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rb_sis
Tags: one-column

This theme, like WordPress, is licensed under the GPL.

This blank starter theme is based on _s (underscores).

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
body {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
div {
    text-align: left;
}
h3 {
    line-height: 34px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    background-color: #d44413;
    background-image: linear-gradient(to bottom, #ce4213, #dd4814);
	clear: both;
    color: white;
	display: block;
    margin: 0 auto 20px auto;
	width: 100%;
    float: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0 auto;
    max-width: 700px;
	padding: 0;
}

.main-navigation li {
	float: left;
	position: relative;
    line-height: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.main-navigation>div>ul>li:first-child {
    font-size: 130%;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    color: white;
    padding: 10px 15px 10px 10px;
}
.main-navigation a:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
    background-image: none;
}

.main-navigation ul ul {
    border-radius: 5px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 40px;
	left: -999em;
	z-index: 99999;
    padding-inline-start: 0px;
    background-color: white;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
    color: #d44413;
    border-bottom: 1px solid #e5e5e5;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
    background-color: #d44413 !important;
    color: white;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    padding-inline-start: 0px;
	display: block;
}
.menu-toggle {
    background-color: #d44413;
    border: none;
    color: white;
    font-size: 22px;
    height: 32px;
    margin: 10px 20px 20px;
}
.main-navigation.toggled ul li:first-child {
    display: none;
}
.main-navigation.toggled ul li {
    display: block;
    float: none;
}
.main-navigation.toggled ul ul {
    display: block;
    left: auto;
    position: relative;
    top: 0;
    width: 90%;
    margin-bottom: 15px;
    margin-left: 2%;
}
.main-navigation.toggled ul ul li {
    display: block;
    float: left;
    padding: 0;
}
.main-navigation.toggled ul ul li a {
    width: 100%;
}

@media screen and (min-width: 700px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
@media screen and (max-width: 37.5em) {
    #pagearea {
        margin-left: 1em;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.archive-description {
    font-weight: normal;
    font-size: 1em;
}

h5.blog-description {
    font-weight: normal;
    font-size: 1em;
}

#pagearea {
    width: 90%;
    margin: 0 auto 0 1em;
    transition: margin 0.25s;
}
@media screen and (min-width: 700px) {
    #pagearea {
        margin: 0 auto 0 100px;
        max-width: 700px;
    }
}
@media screen and (min-width: 900px) {
    #pagearea {
        margin: 0 auto;
    }
}

.span6 {
    width: 100%;
}
.subhead h1 {
    font-size: 40px;
    line-height: auto;
    transition: font-size 0.5s;
}
@media screen and (min-width: 460px) {
    .span6 {
        width: 460px;
    }
    .subhead h1 {
        font-size: 54px;
        line-height: auto;
    }
}

#bigad {
    width: 336px;
    height: 280px;
    margin-bottom: 20px;
}
@media screen and (min-width: 850px) {
    #bigad {
        float: right;
        margin-bottom: 0;
    }
}
