/*
Theme Name: Twenty Fourteen
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

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.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 @media (max-width: 550px) {
header{
 	background-image:url('images/paper-shadow.jpg');
 	background-size:100%;
 }
footer{
 	background-image:url('images/darkpaper.jpg');
 	background-size:100% 100%;
 }
 #commentform p input{
 	/*float:right;*/
 	border-radius:5px;
 	border:1px solid #FFDE15;
 	box-shadow:none;
 	width:180px !important;
 }
 #commentform input#submit{
 	width:auto !important;
 	text-indent:0;
 	line-height:10px;
 	font-size:12px;
 }
}
 body{
 	margin:0;
 	font-family: 'Open Sans', sans-serif;
 	color:#3c2415;
 	max-width:580px;
 	margin:0 auto;
 	background-image:url('images/webbackground.jpg');
 	background-size:100%;
 }

 ul, h2{
 	margin:0;
 	padding:0;
 }
 .clear{
 	clear:both;
 }
 header{
 	width:100%;
 	text-align:center;
 	padding:1px 0;
 }
footer{
 	width:100%;
 	text-align:center;
 	height:500px;
 }
 #logo{
 	max-width:300px;
 	margin:0 auto;
 	width:40%;
 	margin-top:10px;
 }
 #logo img{
 	width:100%;
 	opacity:0.8;
 }
 section{
 	width:100%;
 	text-align:center;
 }
 .section-title{
 	width:100%;
 }
 .section-title img{
 	width:100%;
 	display:block;
 	cursor:pointer;
 }
 section .content{
 	padding:30px 10px 0;
 	-webkit-box-shadow: inset 0px 16px 8px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 16px 8px -12px rgba(0,0,0,0.75);
	box-shadow: inset 0px 16px 8px -12px rgba(0,0,0,0.75);
	width:100% !important;
	box-sizing:border-box;
 }
 .members-content{
	background-color:#CBE3A7;
 }
 .chat-content{
 	background-color:#FFF0AA;
 }
 li.member-block{
 	list-style-type:none;
 	padding:20px 0 10px;
 	border-bottom:1px solid #3c2415;
 }
  li.member-block p{
 	font-size:16px;
 	margin:0px;
 	line-height:16px;
 }
 li.member-block .title{
 	font-weight:700;
 	font-size:18px;
 	margin-bottom:7px;
 }
 li.member-block a{
 	color:#3c2415;
 	padding:10px 0;
 	display:block;
 }
 li.member-block a:visited{
 	color:#000;
 }
 section .content{
 	display:none;
 	/*max-height:500px;*/
 	overflow:auto;
 }
 #comments ol{
 	list-style-type:none;
 }
 ol.comment-list{
 	padding:0 10px;
 	margin:0;
 }
 ol.comment-list li{
 	padding:15px 0;
 	border-bottom:1px solid #3c2415;
 }
 .comment-author .fn{
 	font-style:normal;
 }
 .comment-body{
 	text-align:left;
 }
 .comment-footer{
 	text-align:left;
 	font-weight:700;
 }
 .comment-body p{
 	margin:0 0 20px 0;
 }
 .comment-form #reply-title{
 	display:none;
 }
 .comment-form .logged-in-as{
 	display:none;
 }
 .comment-form .form-allowed-tags{
 	display:none;
 }
 .comment-form .comment-form-comment label{
 	display:none;
 }
 #respond .comment-form p.notes{
 	float:left;
 	margin:10px 0;
 }
  .comment-form .comment-form-comment textarea{
 	max-width:290px;
 	border-radius:5px;
 	border:1px solid #FFDE15;
 	box-shadow:none;
 }
 #chat div.chat-content{
 	position:relative;
 	padding:60px 0 20px;
 	min-height:350px;
 }
 .comment-form{
 	position:absolute;
 	top:0;
 	right:0;
 	background-color:#FFDE15;
 	padding:40px 20px 0;
 	width:200px;
 	display:none;
 	height:auto;
 }
 .comment-notes{
 	text-align:left;
 }
 #commentform p{
 	text-align:left;
 	margin:1px 0;
 	float:left;
 }
 #commentform p input{
 	/*float:right;*/
 	border-radius:5px;
 	border:1px solid #FFDE15;
 	box-shadow:none;
 	width:180px;
 	max-width:100%;
 	font-size:16px;
 	height:22px;
 }
 #commentform p #submit{
 	float:left;
 	border: medium none;
    border-radius: 5px;
    box-shadow: none;
    background-color:#fff;
    margin-bottom: 10px;
    padding: 5px;
    color:#3c2415;
 }
 .close-comments{
 	display:block;
 	position:absolute;
 	top:10px;
 	right:30px;
 	z-index:99;
 }
 .open-comments{
 	display:block;
 	position:absolute;
 	top:20px;
 	right:30px;
 }
 #links div.links-content{
 	background-color:#F8B49D;
 	padding:30px 10px;
 	box-sizing:border-box;
 }
 .link-block{
 	padding:1px 0;
 	list-style-type:none;
 	margin-bottom:12px;
 }
 .link-block .title{
 	border-bottom:1px solid #3c2415;
 	padding:0 0 15px 50px;
 	font-weight:700;
 	cursor:pointer;
 }
 .links-text{
 	display:none;
 	width:100% !important;
 }
 .arrow-link{
 	float:right;
 	width:30px;
 	display:block;
 	height:30px;
 	padding:0 20px 0 0;
 }
 .arrow-link img{
 	width:30px !important;
 	display:none;
 	height:30px !important;
 }
 section .news-events-content{
 	background-color:#C4DCE8;
 }
 .news-block .title{
 	font-weight:700;
 }
 .news-block p{
  	margin:5px 0;
 }
 .news-block{
  	margin-bottom:20px;
 }
 #news-events div.news-events-content{
  	padding:60px 10px 1px;
  	position:relative;
  	box-sizing:border-box;
 }
.open-event-form{
 	display:block;
 	position:absolute;
 	top:20px;
 	right:30px;
 }
 #text-2{
  	position:absolute;
 	top:0;
 	right:0;
 	background-color:#599EBB;
 	padding:40px 20px 0;
 	width:190px;
 	display:none;
 	height:auto;
 	list-style-type:none;
 }
 .news-block{
 	list-style-type:none;
 	border-bottom:1px solid #3c2415;
 	padding-bottom:15px;
 }
 .close-submit-event{
 	display:block;
 	position:absolute;
 	top:10px;
 	right:30px;
 	z-index:99;
 }
 #event-info{
 	max-width:100%;
 	color:#599EBB;
 	font-family: "Open Sans",sans-serif;
 	font-size:16px;
 	border-radius:5px;
 	border:1px solid #599EBB;
 	height:100px;
 	width:180px;
 	float:left;
 	padding-left:15px;
 	margin-top:1px;
 }
 #wpcf7-f23-o1 form p{
 	margin:1px 0;
 	float:left;
 }
 #wpcf7-f23-o1 form p input{
 	width:180px;
 	border-radius:5px;
 	border:1px solid #599EBB;
 	box-shadow:none;
 	color:#599EBB;
 	text-indent:10px;
 	font-family: "Open Sans",sans-serif;
 	font-size:16px;
 	max-width:100%;
 	float:left;
 }

#wpcf7-f23-o1 form p .wpcf7-form-control.wpcf7-submit{
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #599EBB;
    float: left;
    margin-bottom: 10px;
    font-size:12px;
    padding: 5px;
    width:90px;
    text-indent:0;
    cursor:pointer;
    margin-top:5px;
 }
 #wpcf7-f23-o1{
 	margin:20px 0 0;
 }
 #wpcf7-f23-o1 span.wpcf7-not-valid-tip{
 	float:left;
 }
 #ui-datepicker-div{
 	z-index:999 !important;
 }
 #chat{
 	position:relative;
 }
 .chat-filter-button{
 	position:absolute;
 	right:30px;
 	top:20px;
 	width:30px !important;
 	display:none;
 	height:30px !important;
 }
 .chat-filter-button a img{
  	width:30px !important;
 	height:30px !important;
 }
 .comments-date-list{
  	position:absolute;
  	top:0;
  	right:0;
  	text-align:left;
  	background-color:#ffde15;
  	width:150px !important;
  	z-index:99;
  	display:none;
 }
 #menu-comments-date{
 	list-style-type:none;
 	padding:0 0 0 20px;
 }
 #menu-comments-date .sub-menu{
 	list-style-type:none;
 	padding:0;
 }
 #menu-comments-date .sub-menu li{
 	margin:10px 0;
 	cursor:pointer;
 }
 #commentform label{
 	display:none;
 }
 #commentform input{
 	width:187px;
 	text-indent:10px;
 }
 #commentform textarea{
 	/*width:195px;*/
 	width:185px;
 	/*text-indent:10px;*/
 	padding:0 0 0 10px;
 	font-size:16px;
 	max-width:100%;
 	float:left;
 }
 #commentform .comment-notes{
 	display:none;
 }
 #commentform input#submit{
 	width:auto;
 	text-indent:0;
 	line-height:10px;
 	font-size:12px;
 }
 #commentform .comment-form-url{
 	display:none;
 }
 #contact div.contact-content {
    box-sizing: border-box;
    padding: 60px 10px 1px;
	background-color:#8CB8DB;
}
#wpcf7-f17-o2 textarea{
	width:280px;
}
#wpcf7-f17-o2 .wpcf7-submit{
	background-color: #fff;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #3c2415;
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    width:auto;
    text-indent:0;
}
#text-3{
	list-style-type:none;
}
.links-text a{
	color:#3c2415;
	text-decoration:none;
}
.news-block a{
	color:#3c2415;
	text-decoration:none;
}
.commentmetadata a{
	display:none;
}
#wpcf7-f17-o2 form p{
	margin:2px auto;
	display:block;
	width:290px;
}
#wpcf7-f17-o2 form p input{
	font-size:16px;
	border-radius:5px;
	border:1px solid #8cb8db;
	text-indent:5px;
	width:275px;
	height:22px;
}
#wpcf7-f17-o2 form p .wpcf7-textarea{
	font-size:16px;
	border-radius:5px;
	border:1px solid #8cb8db;
	padding-left:10px;
}




