/*
Theme Name: WPnaked Responsive Styled
Theme URI: http://zavadesign.com
Author: Dave Rooney || Zava Design
Author URI: http://zavadesign.com
Description: A responsive, slightly styled minimalist starter theme for Wordpress projects
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* ================================================================== *\
   Colour scheme:
   Search and replace this colour to change the site colour scheme: #5BA3BB
\* ================================================================== */

* img {
	max-width: 100%;
	height: auto;
}


/* ================================================================== *\
   Layout
\* ================================================================== */
.container {
	max-width: 1200px;
}
header.header {
	border-top: 3px solid #5BA3BB;
	padding: 1.25em 0;
}
main.content {
	clear: both;
}


/* ================================================================== *\
   Typography
\* ================================================================== */
html {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 81.25%; /* 13px */
	line-height: 1.8;
	overflow-y: scroll;
}

body {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
	word-wrap: break-word;
	color: #666;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Rokkitt', Georgia, serif;
	color: #333333;
	font-weight: normal;
	line-height: 1.35em;
	margin-top: 0;
	text-rendering: optimizeLegibility;
}
h1 {
	font-size: 220%;
	line-height: 1em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 180%;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 155%;
	margin-bottom: 0.15em;
}
h4 {
	font-size: 135%;
	margin-bottom: 0;
}
h5 {
	font-size: 120%;
	margin-bottom: 0;
}
h6 {
	font-size: 115%;
	margin-bottom: 0;
}
p, ul, ol, blockquote {
	margin-bottom: 1.25em;
    margin-top: 0;
}
blockquote {
	background: #F4F4F4;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 112.5%; /* 18px */
	line-height: 1.5;
	padding: 1.2em 1.5em;
	border-left: 5px solid #999;
}
blockquote p {
	margin-bottom: 0;
}
blockquote p + p {
	margin-top: 1em;
}
a {
	color: #5BA3BB;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:focus {
	outline: none;
}
.entry-title a {
	color: #333333;
}
.entry-title a:hover {
	color: #5BA3BB;
}
.tagcloud {
	line-height: 1.25;
}


/* ================================================================== *\
   Forms
\* ================================================================== */
input[type='text'], textarea {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: #666;
}
::-webkit-input-placeholder {
   color: #959595;
}
:-moz-placeholder { /* Firefox 18- */
   color: #959595;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #959595;  
}
:-ms-input-placeholder {  
   color: #959595;  
}


/* ================================================================== *\
   Wordpress essentials
\* ================================================================== */
.sticky {}
.wp-caption, .wp-caption-text, .gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}
.bypostauthor {}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}


/* ================================================================== *\
   Header styles
\* ================================================================== */
header.header h1 {
	margin-bottom: 0;
}
ul.sf-menu {
	background: #ebebeb;
	width: 100%;
	margin-top: .5em;
	margin-bottom: 1.5em;
}


/* ================================================================== *\
   Sidebar styles
\* ================================================================== */
aside.sidebar section.widget {
	margin-bottom: 1.25em;
}
aside.sidebar ul {
	margin: 0;
	padding: 0 0 0 1.2em;
}


/* ================================================================== *\
   Blog styles
\* ================================================================== */
.entry-meta {
	margin-bottom: 1.25em;
}
.content section article.post {
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 1.25em;
}
.pagination {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	padding: .5em 0;
}
.pagination:after {
	content: "";
	display: table;
	clear: both;
}
.pagination .next-posts {
	float: left;
}
.pagination .prev-posts {
	float: right;
}
.comments-area {
	margin-top: 1.25em;
}
.comments-list .children li {
	list-style-type: none;
}
#commentform label {
	display: inline-block;
	width: 18%;
}
#commentform input[type='text'], #commentform textarea {
	width: 100%;
}


/* breakpoint +45em (720px) */
@media screen and (min-width: 45em) {

	/* Blog styles */
	#commentform input[type='text'] {
		width: 50%;
	}

}
