/*
Theme Name: lucymallows
Theme URI: http://underscores.me/
Author: Helen Natasha Moore
Author URI: http://helennatasha.co.uk
Description: Lucy Mallows
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lucymallows
Tags:

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.

lucy is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/



/*@import url('content-sidebar.css'); */
.content-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
}
.site-main {
    margin-left: 213px;
    margin-top: -324px;
    margin-top: -249px;
    width: 570px;
}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 25%;
}
.site-footer {
    background-color: #013356;
    clear: both;
    color: #ffffff;
    padding-left: 10px;
    width: 100%;
	height: 50px;
}
.site-footer p { line-height: 0.9em; }
.site-footer p a:hover, .site-footer p a:active, .site-footer p a:focus { color: #fff; }




/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
b,
strong {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
img {
	border: 0;
}
figure {
	margin: 1em 40px;
}
input {
	line-height: normal;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #350e13;
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}
em,
i {
	font-style: italic;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body { 
	background-image: url(images/bg_grain.png); 
	font-family: 'Slabo 27px', 'Open Sans', Helvetica, Arial, sans-serif;
	overflow-y:scroll;
}
#content { 
	margin-top: 60px; 
	min-height: 400px;
}
#page {
	width: 1000px; 
	margin: 0 auto;
}
#header-seagulls {
	width: 1000px;
	height: 350px;
	background-image: url(images/header_seagulls_40.jpg); 
}
.site-title {
	margin-top: 5px;
	margin-bottom: 4px;
	color: #013356;
	font-size: 2.3em;
}
.site-title a { 
	text-decoration: none; 
	color: #013356;
}
.site-title a:visited, .site-title a:hover, .site-title a:focus, .site-title a:active { color: #013356; }
#lucy-mallows {
	margin-top: 40px;
}
#lucy-mallows img {
	padding: 8px;
	border: solid 1px #aaa;
}
.thumb { 
	float: left;
	background-color: #dfebf5; 
	height: 178px;
	width: 178px;
	border: solid 1px #ccc;
	margin-right: 15px;
	margin-bottom: 15px;
}
.thumb img {
	margin-top: 8px;
	margin-left: 8px;
}


/*p#email { margin-top: 0; }*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
h1 { margin-bottom: 0; }
.h1_page { color: #589abc; }
ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
.tel { font-size: 21px; }



#post-42 .entry-content img {
	width: 550px;
	margin-bottom: 30px;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f52d0c;
	color: #ff8833;
}
a:visited {
	color: #ff8833;
}
a:hover,
a:focus,
a:active {
	color: #226590;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
	margin-left: 10px;
	margin-top: -70px;
	width: 1015px;
}
.main-navigation li {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	/* z-index: 99999; */
}
.menu-item a, .search-field {
    background-color: #fff;
    color: #32100f;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    width: 172px;
}
.current-menu-parent a {
	 background-color: #ff9900;
	 color: #fff;
}
.menu-item a:hover {
    background-color: #ff9900;
    color: #fff;
}
.current-menu-parent .sub-menu a {
	background-color: #013356;
    color: #9bbcdf;
}
.current-page-item a { color: #fff; }
.current-menu-parent .sub-menu a:hover {
    color: #fff;
}
.current-menu-parent .sub-menu .current-menu-parent a {
	color: #ff0000;
}

#menu-item-29 .sub-menu { left: -218px; }
#menu-item-30 .sub-menu { left: -416px; }
#menu-item-31 .sub-menu { left: -614px; }
#menu-item-316 .sub-menu { left: -218px; }
#menu-item-317 .sub-menu { left: -416px; }
#menu-item-318 .sub-menu { left: -614px; }



.sub-menu li {
	margin-top: 0;
}
.sub-menu a {
    background-color: transparent;
	display: none;
	width: auto;
}
.current-menu-parent .sub-menu a { display: block; }

.sub-menu { display: none; }
.current-menu-parent .sub-menu {
    background-color: #013356;
    left: -20px;
    margin-top: 33px;
    width: 1000px;
}
.current-menu-parent .sub-menu li { 
	margin-left: 8px;
}

.submenubar {
	height: 48px;
	width: 100%;
	background-color: #013356;
	margin-bottom: 12px;
}
.search #content, .error404 #content { margin-top: 0; }
.search-submit { display: none; }
.search-field {
	font-weight: normal;
	font-family: 'Slabo 27px', 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
	margin-top: 9px;
	border: none;
	width: 188px;
	float: right;
	margin-right: 9px;
}


/****************************************** BROWSER HACKS *******************************************/
/* http://stackoverflow.com/questions/20541306/how-to-write-a-css-hack-for-ie-11 */
/* hack for IE 9, 10, 11 */
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .search-field {
		width: 173px;
		padding-bottom: 12px;
		padding-top: 11px;
	}
}
/* hack for IE 6, 7, 8 */
@media \0screen\,screen\9 {
    body {
		font-family: "Times New Roman", Times, serif;
	}
	.menu-item a, .search-field {
		font-size: 18px;
	}
	.search-field {
		width: 173px;
	}
	.entry-content {
		/* width: 530px; */
	}
	#lightboxOverlay {
		display: none;
	}
}
/* hack for IE 6 */
#sidebarlinks { _margin-left: 50px; }
.menu-item a, .search-field { _color: #350e13 !important; }
.sub-menu a { _color: #589abc !important; }


/****************************************** BROWSER HACKS *******************************************/


/* search widget in sidebar */
#secondary .search-field { display: none; }

#text-2 { display: none; }

#sidebarlinks { 
	float: right;
	margin-top: 45px;
	width: 198px;
}


.a_twitter, .a_website {
	display: block;
	height: 47px;
	width: 188px;
	margin-bottom: 12px;
	color: #fff;
	line-height: 2.6em;
	text-decoration: none;
}
.a_twitter { padding-left: 48px; }
.a_website { padding-left: 10px; color: #fff !important; }
.a_website, .a_website:visited { background-color: #013356; }
.a_website:hover, .a_website:active, .a_website:focus { background-color: #59c3f9; }
.a_twitter, .a_twitter:visited { background: url('images/button_twitter.gif') bottom left no-repeat; color: #fff; }
.a_twitter:hover, .a_twitter:active, .a_twitter:focus { background: url('images/button_twitter.gif') top left no-repeat; color: #fff; }



/*
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
*/


.edit-link { display: none; }
.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
	margin: 0 0 1.5em;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}
.page-template-gallery .entry-content { 
	width: 600px;
	/* margin-top: 25px; */
}
.page-template-gallery .entry-content p {
	width: 550px;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
