/*
Theme Name: Leeway Child 02
Theme URI: 
Description: Child 02 theme for the Leeway theme
Author: <a href="https://themezee.com">ThemeZee</a>
Author URI: 
Template: leeway
Version: 1.2.7
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 12 Jan 2017 09:26:58 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/*
Theme Name: Leeway Child 01
*/
/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
							 /* úprava kulaté rohy-----------------------  */
	 border-radius: 10px;
							 /* úprava kulaté rohy----------------------- */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/*-------------------------------------------------------------- */

/*-------------------------------------------------------------- */
/* General Styles


-------------------------------------------------------------- */
/* Links */
a, a:link, a:visited{
	color: #6c9ae0;
	text-decoration: none;
}

input[type="submit"] {
	padding: 0.5em 1em;
	text-decoration: none;
	color: #fff;
	background: #6c9ae0;
	font-weight: bold;
	border: none;
}



/* Header
-------------------------------------------------------------- */
#header-wrap {
	background: #6c9ae0;
}





/* Navigation Menu
-------------------------------------------------------------- */
#mainnav {
	float: tcenter;
	background: rgb(108, 154, 224);
}

.main-navigation-menu a:hover {
	background: rgb(235,126,108);
}
.main-navigation-menu ul a:hover {
	color: #fff;
	background: #6c9ae0;
}

/* Widget Styling
-------------------------------------------------------------- */

.widgettitle {
	text-align: center;
	color: #fff;
	color: #fff;
	background: #6c9ae0;
	margin: -0.8em -0.8em 1em;
	padding: 0.6em 0.8em;
}

widget a:link, .widget a:visited  {
	text-decoration: none;
	color: #6c9ae0;
}

/* Posts and Pages
--------------------------------------------------6c9ae0------------ */
.page-title, .entry-title {
	font-size: 2.1em;
	font-family:  Tahoma, Verdana, Arial;
	padding: 0.1em 0;
	color: #000000;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-title {
	color: #333;
}
.entry-title a:link, .entry-title a:visited {
	color: #6c9ae0;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:active{
	color: #222;
}
.sticky {
	border-left: 5px solid #6c9ae0;
}

/* Postmeta */

.entry-meta .meta-date {
	background: #6c9ae0;
	color: #fff;
}


/* Footer
-------------------------------------------------------------- */

#footer {
	padding: 0.8em 1.5em;
	color: #fff;
	background: #6c9ae0;
}
