/*
	Theme Name:        H5
	Theme URI:         https://digwp.com/clubhouse/
	Description:       A minimalist WordPress starter theme built with HTML5.
	Author:            Jeff Starr
	Author URI:        https://digwp.com/
	Donate link:       http://m0n.co/donate
	Version:           2.0
	Stable tag:        2.0
	Requires at least: 4.5
	Tested up to:      4.7
	License:           GNU General Public License v3 or later
	License URI:       http://www.gnu.org/licenses/gpl-3.0.html
	Tags:              two-columns, right-sidebar, threaded-comments, featured-images, custom-menu, custom-header, custom-background
	Text Domain:       h5
*/


body {
	width: 960px;
	margin: 0 auto;
    font-family: Verdana;
    font-size: 13px; 
    color:#222;
    line-height: 18px;
	}
.section {
	overflow: hidden;
	width: 600px;
	float: left;
	}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


/* LINKS */

a:link, a:visited {
	text-decoration: none;
	color: #5271ff;
	}
a:hover, a:active {
	text-decoration: none;
	color: #336666;
	}

h1, h2, h3 { 
    font-family: Georgia; } 

h3 {
    font-size: 18px; }


/* HEADER */

.header {
	padding: 0 30px;
	color: #ccc;
	}
	.header h1 {
       
		margin: 0;
		}
		.header h1 a:link, .header h1 a:visited { font-size: 24px; line-height: 50px; 
			text-decoration: none;
			color: #ddd;
			}
		.header h1 a:hover, .header h1 a:active {
			text-decoration: none;
			color: #fff;
			}


/* POSTS */

.section article[id*=post-] {
	padding: 10px 0;
	}
.section article > header p, 
.section article > footer p {
	font-style: italic;
	}
.section article + nav {
	font-weight: bold;
	}
.section section > h1 {
	padding-top: 10px;
	} 

.section section { padding-bottom:20px; }

.page-nav { padding-top: 50px; }


/* NAVIGATION */

.nav {
	text-align: center;
	clear: both;
	}
.nav {
	background: #ddd;
	padding: 10px 0; 
    margin: 5px 0 25px 0;
	}
	.nav ul {
		text-align: left;
		margin: 0;
		}
		.nav li {
			margin-right: 20px;
			font-weight: bold;
			display: inline;
			}


/* COMMENTS */

.comments-list {
	list-style: none; 
	margin: 0;
	padding: 0;
	}
	.children { 
		list-style: none; 
		}
	.comment-body { 
		padding: 24px 24px 24px 0; 
		}
		.avatar { 
			float: left; 
			width: 50px; 
			height: auto; 
			margin: 0 24px 12px 0; 
			}
		.comment-meta { 
			font-size: 12px; 
			}

.comment-respond label {
	display: block;
	}
.comment-respond input,
.comment-respond textarea {
	display: block;
	margin: 2px 0 12px 0;
	}


/* SIDEBAR */

.sidebar {
	margin-top: 30px;
	overflow: hidden;
	width: 300px;
	float: right;
	} 

.widget { 
    padding-bottom:20px; 
    } 

.widget ul,
.widget li { list-style: none; } 

.sidebar li  { margin-top: 5px;
               margin-bottom: 5px; 
 }


/* FOOTER */

.footer {
	padding-top: 100px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
	}


/* SEARCH */

label[for=s] {
	display: none;
	}


/* WP Defaults */

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}
 .screen-reader-text



/* == ALL YOUR CODE ARE BELONG TO POETRY == */