/* Theme Name: The Lake beneath the Opera
Author: Paula Luther
Description: A colorful and elegant responsive theme built on the fluid-grid layout. The default template
has a right-sidebar, but it also comes with a full-width option.
Version: 1.06
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the_lake_beneath_the_opera
Tags: blue, white, responsive-layout
Author URI: http://www.pmlutherwebdesign.x10.mx

The Lake beneath the Opera WordPress Theme, Copyright 2015 P. M. Luther
The Lake beneath the Opera is distributed under the terms of the GNU GPL
*/

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

body {
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#03318C,  endColorStr=#1763A6)";
	background: -o-linear-gradient( top,rgb(3,49,140) , rgb(23,99,166) );

	background: -ms-linear-gradient( top,rgb(3,49,140) , rgb(23,99,166) );

	background: -moz-linear-gradient( top,rgb(3,49,140) , rgb(23,99,166) );

	background: -webkit-linear-gradient( top,rgb(3,49,140) , rgb(23,99,166) );

	background: linear-gradient( top,rgb(3,49,140) , rgb(23,99,166) );

	background-color: rgb(23,99,166);
	background-repeat:no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(1,10,38);
	height: 100%;
}
a {
	color: black;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.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;
}

.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 {
	text-align: right;
}
.sticky {
}
.bypostauthor {
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 0.0%;
	padding-right: 0.0%;
	background-color: #dceef2;
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
}

/* Header */
#header {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgb(23,99,166);
	text-align: left;
	text-shadow: 3px 3px 3px rgb(0,0,0);
}
#header h1, #header h2 {
	font-family: "Playball", cursive;
	color: #dceef2;
	margin-left: 5px;
}
#header a {
	color: #dceef2;
	text-decoration: none;
}
/* Navigation */
#nav {
	clear: both;
	margin-top: -20px;
	margin-left: 0;
	width: 100%;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#1763a6,  endColorStr=#dceef2)";
	background: -o-linear-gradient( top,rgb(23,99,166) , rgb(220,238,242) );

	background: -ms-linear-gradient( top,rgb(23,99,166) , rgb(220,238,242) );

	background: -moz-linear-gradient( top,rgb(23,99,166) , rgb(220,238,242) );

	background: -webkit-linear-gradient( top,rgb(23,99,166) , rgb(220,238,242) );

	background: linear-gradient( top,rgb(23,99,166) , rgb(220,238,242) );
}
#nav ul li {
	display: inline-block;
	margin: 5px;
	list-style-type: none;
	font-size: medium;
	position: relative;
}
#nav ul li a {
	text-decoration: none;
	color: black;
	padding: 5px;
}
#nav ul li:hover, #nav ul li:focus {
	margin-top: -500px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
#nav ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-color: rgb(23,99,166);
	color: white;
	float: left;
	width: 300px;
	padding-top: 1px;
	padding-left: 0;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
#nav  ul ul ul {
	left: -999em;
	top: 0;
}
#nav ul ul a {
	color: white;
}
#nav ul ul ul:hover {
	text-decoration: underline;
}
#nav ul ul li {
}
#nav li:hover > a {
}
#nav ul ul:hover > a {
}
#nav ul ul a:hover {
}
#nav ul li:hover > ul {
	left: auto;
}
#nav ul ul li:hover > ul {
	left: 50%;
	top: 1.4em;
	margin-top: 0;
}
#nav .current_page_item a,
#nav .current-menu-item a {
}
.menu-toggle {
	display: none;
}
h2.comments-title {
	padding-top: 50px;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	#nav.toggled .nav-menu {
		display: block;
	}

	#nav ul {
		display: none;
	}
}
#content {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: left;
}
article {
	padding-left: 10px;
}
article p {
	padding-left: 2px;
}
article img {
	-webkit-box-shadow:  2px 2px 4px 2px rgb(1,10,38);
        
        box-shadow:  2px 2px 4px 2px rgb(1,10,38);
}
article img a:hover, article img a:focus {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#sidebar {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgb(23,99,166);
	text-align: left;
}
#sidebar a {
	color: white;
}
#sidebar p, #sidebar h2, #sidebar form {
	padding: 3px;
}
#footer {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#1763a6,  endColorStr=#ffffff)";
	background: -o-linear-gradient( top,rgb(220,238,242) , rgb(255,255,255) );

	background: -ms-linear-gradient( top,rgb(220,238,242) , rgb(23,99,166) );

	background: -moz-linear-gradient( top,rgb(220,238,242) , rgb(23,99,166) );

	background: -webkit-linear-gradient( top,rgb(220,238,242) , rgb(23,99,166) );

	background: linear-gradient( top,rgb(220,238,242) , rgb(23,99,166) );
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

img.avatar {
	box-shadow: none;
}
#comments.comment-area {
	width: 50%;
	margin: 0 auto 0 auto;
}

.navigation.post-navigation {
	padding-left: 5px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin-top: 10px;
}
.comment-body {
	padding-bottom: 5px;
}
.comment-list li {
	padding-top: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-right: 2px ridge black;
	border-bottom: 2px ridge black;
}
.comment-list li:nth-of-type(odd) {
	background-color: white;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right:
	width: 50%;
	text-align: right;
}
#respond {
	margin-right: auto;
	margin-left: auto;
	width: 75%;
}
.comment-respond textarea {
	width: 100%;
}
#respond input:focus, #respond textarea:focus {
	border: 2px solid black;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	background-color: #dceef2;
}
#header {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sidebar {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}
#fullwidth {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #dceef2;
}
#comments {
	padding-left: 3px;
}
.comment-respond input {
	float: right;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	width: 70%;
}

#footer {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
}
h2.comments-title {
	padding-top: 30px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 95.2%;
	max-width: 1232px;
	padding-left: 0.0%;
	padding-right: 0.0%;
	margin: auto;
	background-color: #dceef2;
}
#header {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 69.3877%;
	display: block;
}
#sidebar {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
}
#footer {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	width: 55%;
}
}

h1.entry-title{
	color: rgb(52,78,129);
	margin-left: 10px;
}
.navigation.post-navigation h1 {
	display: none;
}

