/* Created by http://freehtml5templates.com */

body {
	background: #fff url(../img/fgt-bkg.png) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
	
/* layout */

a.link {
	font-weight: 700;
	font-style: italic;
}

section.ad {
	padding-top: 5px;
	-webkit-box-shadow: 2px 2px 7px #555;
	-moz-box-shadow: 2px 2px 7px #555;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-box-shadow: 2px 2px 7px #555;
	-moz-box-shadow: 2px 2px 7px #555;
}

nav {
	line-height: 70px;
	background: #6f9e05;
}

header {
	padding-top: 40px; 
	padding-bottom: 50px;
	padding-left: 19.5%;
	padding-right: 19%;
	line-height: .5;
	}

h2 {
	padding-left: 27%;
	margin-top: 5px;
}

h3, h4 {
	margin-bottom: 20px;
}

h4 {
	padding-left: 10px;
	padding-top: 10px;
}

header,
main,
footer {
	display: flex;
	flex-wrap: wrap;
}

main {
	justify-content: space-around;
	padding: 20px;
	background: #ffffff;
	line-height: 1.5;
}

.content {
	width: 450px;
	padding: 20px 0;
}

.sidebar1,
.sidebar2 {
	width: 200px;
	padding: 20px 0;
}

p {
	color: #333;
}

/* basics */

h1,h3,h4 {
	font-weight: bold;
	color: #333;
}

p.link {
	font-size: 12px;
	font-style: italic;
}

h3 {
	font-style: italic;
	font-size: 20px;
}

h5 {
	font-weight: bold;
}

h1 {
	margin: 20px 0;
}

h1.recipes {
	margin-left: 25px;
}

nav a:link, a:visited {
	color:#fff;
}

nav a:hover, a:visited {
	color: #fff;
}

a:link, a:visited {
	color:#333;
}

a:hover, a:active {
	color: #6f9e05;
	text-decoration: underline;
}

article p {
	margin-bottom: 25px;
}

/* nav */

nav .menu {
	font-size: 14px;
	font-weight: bold;
}

nav .menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

nav .menu a {
	display: block;
	margin-right: 10px;
	padding: 0px 15px;
}

nav .menu a:hover {
		text-decoration: underline;
}

/** HEADER */

header {
	justify-content: flex-start;
}

header h1 { 	
	font-family: Garamond, Georgia, Times, "Times New Roman", serif;
	font-size: 60px;
}

header h1 a:link, header h1 a:visited {
	color: #333;
}

h1.recipes {
	font-size: 50px;
	text-align: center;
}

header h1 a:hover { 
	text-decoration: underline; 
	text-align: center;
}

.shine {
	color: #F1B814;
}

header h2 {
	font-style: italic;
	font-size: 14px;
	color: #333;
	text-align: center;
}

/** ARTICLES **/

article img {
	margin-bottom: 20px;
	-webkit-box-shadow: 3px 3px 7px #777;
	-moz-box-shadow: 3px 3px 7px #777;
}

.content p {
	margin-bottom: 24px;
}

.content h3 {
	color: #333;
	margin: 20px 0 20px 0;
	text-shadow: 0px 2px 3px #ddd;
}

/* sidebar and footer widget blocks */

.asidebox {
	width: 180px;
	-o-border-image: url('../img/boxborder.gif') 27 27 27 27 round round;
	-icab-border-image: url('../img/boxborder.gif') 27 27 27 27 round round;
	-khtml-border-image: url('../img/boxborder.gif') 27 27 27 27 round round;
	-moz-border-image: url('../img/boxborder.gif') 27 27 27 27 round round;
	-webkit-border-image: url('../img/boxborder.gif') 27 27 27 27 round round;
	border-image: url('../img/boxborder.gif') 27 27 27 27 round round;
	border: 10px solid #eee;
	margin-bottom: 30px;
}

aside h3 {
	font-size: 18px;
	text-shadow: 0px 2px 3px #ddd;
	text-align: center;
	margin-bottom: 25px;
	color: #777;
	}

aside ul {
	margin-bottom: 20px;
	margin-top: -15px;
	padding-left: 10px;
}

.asidebox img {
	display: block;
	margin: 0 auto;
}

footer {
	background: #6f9e05;
	color: #fff;
	padding: 20px; 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	line-height: 1.5;
}

footer h4 {
	color: #777;
	font-size: 16px;
	text-align: center;
	text-shadow: 0px 2px 3px #ddd;
}

footer a:link, footer a:visited {
	color: #577695;
}

footer a:hover { 
	text-decoration: underline; 
}

footer p {
	width: 900px;
	color: #fff;
	text-align: center;
	margin: 2px 0;
}
