/*
Theme Name:     Sussman
Theme URI:      http://example.com/
Description:    Theme custom designed for Bluest Sky, LLC    Note: Twenty Thirteen must also be installed for the theme to work properly.
Author:         Mike Seifried
Author URI:     http://tenormanmike.com
Template:       twentythirteen
Version:        1.0
*/
 
@import url('../twentythirteen/style.css');
@import url('http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic');
html, button, input, select, textarea {
	font-family: 'Arimo', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arimo', sans-serif;
}
body {
	max-width:985px;
	margin-right: auto;
	margin-left: auto;
}
p {
	font-size: 14px;
	color: #666;
}
h1 {
	font-size: 2em;
	color: #384C92;
	font-weight: normal;
}
h2 {
	font-size: 24px;	
}
h3 {
	font-size: 20px;	
}
h4 {
	margin-bottom: 5px;
	font-size: 18px;
	margin-top: 30px;
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
	margin-left: 0px;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	color: #666;
	font-size: 14px;
}

.hentry {
	padding-top: 0px;
}

.entry-header {
	margin-bottom: 15px;
}
.entry-content a, .comment-content a {
	color: #666;
	text-decoration: underline;
}
.entry-header, .entry-content, .entry-summary, .entry-meta {
	max-width: 965px;
}
.entry-title, .format-chat .entry-title, .format-image .entry-title, .format-gallery .entry-title, .format-video .entry-title {
	color: #384C92;
}
.site-header {
	background-image: none !important;
}
ul.nav-menu, div.nav-menu > ul {
	padding: 0;
	float: right;
	background-color: #FF9;
}
#image-holder img {
	width: 100%;
 max-width: 100%  height: 100%;
}
#slideshow-holder {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
.navbar {
	background-color: #FFF;
	margin-top: 5px;
}
.nav-menu li a {
	font-size: 0.7em;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-transform: uppercase;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
	background-color: #384C92;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
	background-color: #220E10;
}
.entry-title, .format-chat .entry-title, .format-image .entry-title, .format-gallery .entry-title, .format-video .entry-title {
	font-size: 2em;
	font-weight: normal;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	font-style: normal;
}
.toggled-on .nav-menu li a:hover,  .toggled-on .nav-menu ul a:hover {
	background-color: #220E10;
	color: #fff;
}
.site-footer {
	background-color: #FFF;
	color: #000;
	font-size: 12px;
	text-align: center;
}
.site-info {
	max-width: 985px;
	padding: 10px 0;
}
.left-column {
	float: left;
	width: 48%;
}
.right-column {
	float: right;
	width: 48%;
}
.clear {
	clear: both;
}
/*Homepage layout*/

#homepage-left {
	float: left;
	width: 40%;
	margin-left: 30px;
}
#homepage-left p {
	font-size: 3.2em;
	color: #384C92;
	line-height: 1.2em;
	-webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
#homepage-left a {
	font-size: 12px;
	color: #666;
}
#homepage-right {
	float: right;
	width: 40%;
	margin-right: 30px;
}
#homepage-right h2 {
	font-size: 2em;
	color: #384C92;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
}
#homepage-right h3 {
	font-size: 0.9em;
	color: #666;
	font-weight: normal;
	margin-top: 0px;
}
#homepage-right p {
	font-size: 0.9em;
	color: #666;
}
#homepage-right a {
	font-size: 12px;
	color: #666;
}

/**Easy Spoiler**/

a.easySpoilerButton {
	font-size: 14px !important;
	font-variant: normal !important;
}

table {
	line-height: 1.2em;
}
td.easySpoilerRow {
	font-size: 14px !important;
}
.easySpoilerSpoils {
	padding-top: 5px !important;
	padding-right: 15px !important;
	padding-bottom: 5px !important;
	padding-left: 15px !important;
}

/*Responsive Elements*/

@media (max-width: 643px) {
#homepage-left {
	float: none;
	width: 100%;
	margin-left: 0px;
}
#homepage-right {
	float: none;
	width: 100%;
	margin-right: 0px;
}
.left-column {
	float: none;
	width: 100%;
}
.right-column {
	float: none;
	width: 100%;
}
}
@media (max-width: 360px) {
	#homepage-left p {
	font-size: 2.2em;
}
#homepage-right h2 {
	font-size: 1.7em;
	}
}
@media (max-width: 985px) {
	#content.site-content {
	padding-right: 20px;
	padding-left: 20px;
	}
}