
/**
 * Theme Name: Hurricane Story
 * Theme URI: http://hurricanestory.com
 * Description: WordPress theme for book website for Hurricane Story by Jennifer Shaw
 * Version: 1.0
 * Author: Kathy Sautter
 * Author URI: http://kcwebconcepts.com
 * Template: hybrid 
 */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	vertical-align:baseline;
	outline:none;
	font-size:100%;
	background:transparent;
	border:none;
	text-decoration:none
}

b, i, hr, u, center, menu, layer, s, strike, font, xmp {
	margin:0;
	padding:0;
	vertical-align:baseline;
	outline:none;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	background:transparent;
	border:none;
	text-decoration:none
}

@font-face {
    font-family: 'Cyclone Layers Background';
    src: url('fonts/CycloneLayers-Background.eot');
    src: url('fonts/CycloneLayers-Background.eot?#iefix') format('embedded-opentype'),
        url('fonts/CycloneLayers-Background.woff2') format('woff2'),
        url('fonts/CycloneLayers-Background.woff') format('woff'),
        url('fonts/CycloneLayers-Background.ttf') format('truetype'),
        url('fonts/CycloneLayers-Background.svg#CycloneLayers-Background') format('svg');
    font-weight: normal;
    font-style: normal;
}

font {
	color:#333
}

center {
	text-align:left
}

body {
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background: url(images/background.jpg) bottom center #0d1d3f;
}

h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-weight:normal;
	margin:0
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	margin:0 0 20px 0
}

ol, ul {
	list-style:none
}

ul {
	list-style:disc;
	margin:0 0 20px 2.5em
}

ol {
	list-style-type:decimal;
	margin:0 0 20px 3em
}

ol ol {
	list-style:upper-roman
}

ol ol ol {
	list-style:lower-roman
}

ol ol ol ol {
	list-style:upper-alpha
}

ol ol ol ol ol {
	list-style:lower-alpha
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0
}

dl {
	margin:0 0 18px 3px
}

dl dt {
	font-weight:bold;
	margin:12px 0 0 0
}

dl dd {
	margin:6px 0 0 1.5em
}

strong {
	font-weight:bold
}

strong strong {
	font-weight:normal
}

em, cite {
	font-style:italic
}

em em, cite cite {
	font-style:normal
}

abbr {
	cursor:help
}

acronym {
	text-transform:uppercase;
	border-bottom:1px dashed #666;
	cursor:help
}

big {
	font-size:120%
}

small, sup, sub {
	font-size:80%
}

sup {
	vertical-align:baseline;
	position:relative;
	bottom:0.3em
}

sub {
	vertical-align:baseline;
	position:relative;
	top:0.3em
}

address {
	font-style:italic;
	margin:0 0 21px 0
}

li address, dd address {
	margin:0
}

blockquote {
	margin:0;
	font-style:normal
}

blockquote em, blockquote cite {
	font-style:italic
}

blockquote, q {
	quotes:none
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}

a {
	cursor:pointer;
}

a img {
	border:none
}

ins, dfn {
	font-style:italic;
	text-decoration:none;
	border-bottom:1px solid #666
}

del {
	text-decoration:line-through
}

object {
	margin-bottom:21px
}

input, textarea {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px
}

:focus {
	outline:none
}

form label {
	cursor:pointer
}

option {
	padding:1px 3px
}

table {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:20px
}

th, td {
	text-align:left
}

hr {
	margin-bottom:20px
}

img.wp-smiley {
	max-height:12px;
	margin:0;
	padding:0;
	border:none
}

.gallery {
	display:block;
	text-align:center;
	margin-bottom:20px !important
}

.alignleft, .left {
	float:left;
	margin-right:15px
}

.alignleft.size-full {
	margin-right:50px;
	}
	
.alignright, .right {
	float:right;
	margin-left:15px
}

.alignright.size-full {
	margin-left:50px;
	}
	
.aligncenter, .center {
	display:block;
	margin:0 auto 20px auto
}

.alignnone, .block {
	clear:both;
	margin:0 0 20px 0
}

.clear {
	clear:both
}

img.alignleft, img.alignright {
	display:inline
}

blockquote.alignleft, blockquote .alignright {
	width:33%
}

#body-container {
	overflow:hidden;
	width:100%;
	background:#fff;
}

#header-container {
	padding-top:25px;
	width:100%;
	background:url(images/header.jpg) top center repeat-x;
}

#outer-container {
	width:960px;
	margin:0 auto;
	padding-top:65px;
}

#container {
	overflow:hidden;
	float:left;
	width:960px
}

.content {
	overflow:hidden;
	width:620px;
	float:left;
	min-height:200px;
	height:auto !important;
	height:200px;	
}

.no-widgets .content, .no-default-widgets .content {
	width:960px
}

#primary {
	position:relative;
	float:right;
	width:300px
}

#secondary {
	position:relative;
	clear:right;
	float:right;
	width:300px
}
.singular-page #secondary {
	display:none;
	}
#subsidiary {
	overflow:hidden
}

#subsidiary .widget {
	overflow:hidden;
	float:left;
	width:300px;
	margin:0 20px 0 0
}

#footer-container {
	clear:both;
	overflow:hidden;
	width:100%;
	padding-bottom:100px;
	background: url(images/footer.jpg) bottom center repeat-x;
}

#footer {
	clear:both;
	overflow:hidden;
	width:960px;
	margin: 0 auto;
}

.gallery {
	display:block;
	clear:both;
	overflow:hidden;
	margin:0 auto
}

.gallery .gallery-row {
	display:block;
	clear:both;
	overflow:hidden;
	margin:0
}

.gallery .gallery-item {
	overflow:hidden;
	float:left;
	margin:0;
	text-align:center;
	list-style:none;
	padding:0
}

.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width:89%;
	height:auto;
	padding:1%;
	margin:0 auto
}

.gallery-caption {
	margin-left:0
}

.col-0 {
	width:100%
}

.col-1 {
	width:100%
}

.col-2 {
	width:50%;
	float:left;
}

.col-3 {
	width:33.33%;
	float:left;
}

.col-4 {
	width:25%;
	float:left;
}

.sticky, .bypostauthor {
}

body {
	font:normal normal normal 11px/19px Arial, Helvetica, sans-serif;
	color:#333
}

a {
	color:#00abb5;
	text-decoration:underline;
}

a:visited {
	color:#00abb5
}

a:hover, a:active {
	color:#00abb5;
	text-decoration:underline
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Verdana, sans-serif;
	color:#00abb5;
}

h1 {
	font-size:24px
}

h2 {
	font-size:21px
}

h3 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.1em;
}
		
h4 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#333;
}

h4 a {
	text-decoration:none;
	}
	
h4 a:hover {
	text-decoration:underline;
	}
	
h5 {
}

h6 {
}

ul {
	list-style:square
}

/*blockquote.quotescollection {
	font-weight:bold;
}
blockquote.quotescollection cite {
	font-weight:normal;
	}
blockquote blockquote {
}*/
.singular-page blockquote.quotescollection-quote {
	border:0;
	background:none;
	padding:0;
	margin:0 0 2.5em 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
.singular-page blockquote.quotescollection-quote p {
	margin-bottom: 5px;
}
blockquote em {
	font-style:normal
}

table {
	width:100%;
	border-collapse:separate;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc
}

caption {
	font-size:.9em;
	font-style:italic;
	text-align:right
}

td, th {
	padding:3px 6px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc
}

th {
	background:#eee
}

.note {
	padding:6px 9px;
	background:#fff;
	border:1px solid #ccc
}

.warning, .alert {
	padding:6px 9px;
	background:#fff;
	border:1px solid #c00
}

.error {
	padding:6px 9px;
	background:#fff;
	border:1px solid #C00
}

.download {
	padding:6px 9px;
	background:#fff;
	border:1px solid #ccc
}
.breadcrumb-title {
	display: none;
	}
.breadcrumbs {
	margin:0 0 30px 0;
	color:#333
}

.breadcrumbs a {
	color:#666;
	text-decoration:underline;
}

.breadcrumbs a:hover {
	color:#333;
	text-decoration:underline
}
.singular-page .breadcrumbs {
	display:none;
	}
	
.hentry img {
	max-width:500px;
	height:auto;
}

.no-widgets .hentry img {
	max-width:950px
}

img.alignleft, img.alignright {
	margin-bottom:10px
}

.thumbnail {
	float:left;
	width:100px;
	height:100px;
	margin:5px 15px 10px 0
}

img.wp-smiley {
	max-width:12px;
	padding:0;
	background:transparent;
	border:none
}

.wp-caption {
	max-width:512px;
	margin-top:6px;
	padding:6px 1px 3px 1px;
	border:1px solid #ccc;
	text-align:center
}

.wp-caption .wp-caption-text {
	margin:0;
	padding:0 5px;
	text-align:right;
	font-size:.9em;
	font-style:italic;
	color:#666
}

.wp-caption img {
	max-width:500px;
	margin:0 auto;
	padding:0;
	border:1px solid #666
}

.no-widgets .wp-caption {
	max-width:956px
}

.no-widgets .wp-caption img {
	max-width:946px
}

.gallery img {
}

.sl-wrapper .sl-image .sl-caption {
	display: none !important;
}
.sl-overlay {
	background-color: #ddd !important;
}
.avatar {
	float:left;
	width:100px;
	height:100px;
	margin:5px 15px 0 0;
	padding:4px;
}

#header {
	width:960px;
	margin:0 auto;
}

#site-title {
	width:256px;
	height:75px;
	margin:0 auto;
	margin-top: 35px;
	margin-bottom: 50px;
}

#site-title a {
	display:block;
	width:256px;
	height:75px;
	background:url(images/title.jpg) no-repeat;
}

#site-title a span {
	display:none;
	}
	
#site-description {
}

div.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

div.menu ul ul {
	display:none;
}

div.menu li:hover {
	visibility:inherit
}

div.menu li {
	float:left;
	position:relative
}

div.menu a {
	display:block;
	position:relative
}

#primary-menu, #navigation {
	overflow:visible;
	height:140px;
	width:960px;
	margin:0 auto;
	z-index:100;
	background:url(images/menu-all.jpg) top center no-repeat;
}

#primary-menu ul {
	width:960px;
	height:140px;
	margin:0;
	padding:0;
	}
#primary-menu ul ul {
	display:none;
	}
#primary-menu li, #page-nav li {
	margin:0;
	padding:0;
	width:110px;
	padding-left:25px;
	padding-right:25px;
	height:140px;
	display:block;
	text-indent:-9999px;	
}

#primary-menu li a, #page-nav li a {
	width:110px;
	height:140px;
}

#menu-item-15 a:hover {
 background: url(images/menu-all.jpg) -25px -140px no-repeat;	
}

li#menu-item-15.current-menu-item {
	background: url(images/menu-all.jpg) 0 -140px no-repeat;
	}

#menu-item-16 a:hover {
 background: url(images/menu-all.jpg) -185px -140px no-repeat;	
}

li#menu-item-16.current-menu-item {
	background: url(images/menu-all.jpg) -160px -140px no-repeat;
	}
	
#menu-item-17 a:hover {
 background: url(images/menu-all.jpg) -345px -140px no-repeat;	
}

li#menu-item-17.current-menu-item {
	background: url(images/menu-all.jpg) -320px -140px no-repeat;
	}
	
#menu-item-18 a:hover {
 background: url(images/menu-all.jpg) -505px -140px no-repeat;	
}

li#menu-item-18.current-menu-item {
	background: url(images/menu-all.jpg) -480px -140px no-repeat;
	}
	
#menu-item-19 a:hover {
 background: url(images/menu-all.jpg) -665px -140px no-repeat;	
}

li#menu-item-19.current-menu-item {
	background: url(images/menu-all.jpg) -640px -140px no-repeat;
	}
	
#menu-item-20 a:hover {
 background: url(images/menu-all.jpg) -825px -140px no-repeat;	
}

li#menu-item-20.current-menu-item {
	background: url(images/menu-all.jpg) -800px -140px no-repeat;
	}
	
#primary .nav-menu {
	padding-top:10px;
	}
				
#primary .nav-menu li {
	list-style:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#00abb5;
	}
	
#primary .nav-menu li.current-menu-item {
	display:none;
	}

#primary .nav-menu	li a {
	color:#00abb5;
	text-decoration:none;
	}
	
#primary .nav-menu li a:hover {
	text-decoration:underline;
	}


#secondary .categories {
	padding-top:10px;
	}
				
#secondary .categories li {
	list-style:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#00abb5;
	}
	
#secondary .categories li a {
	color:#00abb5;
	text-decoration:none;
	}
	
#secondary .categories li a:hover {
	text-decoration:underline;
	}			
.hentry {
	overflow:hidden;
	margin:0
}

.singular .hentry {
	margin:0
}

.loop-meta {
	overflow:hidden;
	margin:0
}

.loop-title {
	font:normal normal bold 24px/24px Arial, Verdana, sans-serif;
	margin-bottom: 20px;
}
.archive-title {
	font-size:30px;
	letter-spacing:.07em;
	margin:0;
	padding-bottom:25px;
	color:#333;
	}	
.entry-title {
	font-family: 'Cyclone Layers Background', sans-serif;
	font-size:30px;
	letter-spacing:.07em;
	margin:0;
}

.archive .entry-title, .search .entry-title {
	font-size:24px;
	margin:0
}

.singular-page .entry-title, .singular-attachment .entry-title {
	margin:0;
}

.entry-title a {
	color:#00abb5;
	text-decoration:none;
}
.entry-title a:hover {
	text-decoration:none;
	}
.archive .entry-title a:hover, .search .entry-title a:hover {
	text-decoration:underline;
	}
.byline {
	color: #fff;
	margin-top: 5px;
	margin-left: -30px;
}
.byline abbr {
	color: #333;
}
.archive .byline, .search .byline {
}
.byline .byline-prep, .byline .author {
	display:none;
	}
.entry-content {
	margin:35px 0 35px 0;
	letter-spacing:.05em;		
}
.blog .entry-content, .archive .entry-content, .singular-post .entry-content {
	margin:15px 0 15px 0;
	}
	
.entry-content a {
	color:#333;
	}
	
.entry-content h3 a {
	color:#00abb5;
	text-decoration:none;
	}
	
.entry-content h3 a:hover {
	color:#00abb5;
	text-decoration:underline;
	}	
	
.entry-meta {
	clear:both;
	font-style:italic;
	color:#666
}

p.page-links, .comment-pagination {
	clear:both
}

.comment-pagination {
	margin-bottom:21px
}

p.page-links a, .comment-pagination .page-numbers {
	margin:0 3px;
	padding:3px 9px 3px 9px;
}

.navigation-links {
	margin-bottom:21px;
	font-style:italic
}

.navigation-links .previous {
	float:left;
	max-width:50%
}

.navigation-links .next {
	float:right;
	max-width:50%;
	text-align:right
}

.navigation-attachment {
	overflow:hidden
}

.widget {
	overflow:hidden;
	margin:0;
	color:#333
}

.widget a {
	color:#333;
	text-decoration:underline
}

.widget a:hover {
	color:#00abb5;
	text-decoration:none
}

.widget-title {
	font-size:12px;
	color:#00abb5;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-weight:bold;
}

#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
}

#comments-template {
	clear:both
}

.comments-header {
	font-size:12px;
	color:#00abb5;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-weight:bold;
}

.comments-closed {
	font-style:italic
}

ol.comment-list, ol.comment-list ol.children {
	list-style:none;
	margin:0 0 20px 0
}

li.comment, li li li.comment, li li li li li.comment, li li li li li li li.comment, li li li li li li li li li.comment, li.pingback, li.trackback {
	overflow:hidden;
	margin:0 0 21px 0;
	padding:21px 21px 0 21px;
	background:#fff;
	border:1px solid #ccc
}

li li.comment, li li li li.comment, li li li li li li.comment, li li li li li li li li.comment, li li li li li li li li li li.comment {
	background:#fff
}

#comments-template .avatar {
	width:40px;
	height:40px;
	float:left;
	margin-right:15px;
	padding:0;
}

.comment-meta {
	margin:10px 0 20px 0;
	font-size:12px;
	color:#666
}

.comment-author {
	font-size:12px;
	color:#333
}

.comment-reply-link, .permalink, .comment-edit-link {
	font-style:italic;
	color:#666
}

.comment-text {
	clear:left;
	margin:0 15px
}

.text-input {
	display:block;
	padding:3px 6px;
	width:97%
}

#comments-template label {
	font-size:.9em
}

textarea {
	width:98%
}

#submit {
	display:inline-block;
	margin-right:15px;
	padding:7px;
	background:#fff;
	border:1px solid #333;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.1em;
}

#submit:hover {
	cursor:pointer;
	color:#00abb5;
}

#footer-container {
	clear:both;
	margin:0;
}

#subsidiary {
	margin:0
}

#footer {
}

#footer .copyright {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	font-size:11px;
}
#footer .copyright .web a {
	color:#999;
	text-decoration:none;
	}
#primary {
	float:right;
	width:300px;
	padding-top:35px;
}

#secondary {
	clear:right;
	float:right;
	width:300px
}

a.more {
	color:#00abb5;
	text-decoration:none;
	font-weight:bold;
	}
a.more:hover {
	text-decoration:underline;
	}
.more-link {
	font-style:italic;
	}
