/*
 Theme Name:   Recipe Cards
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/


@import url("../twentyfourteen/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

@media all {
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	max-width: 545px;
}
.list-view .site-content .hentry, .list-view .site-content .hentry:first-of-type {
	border-top: 1px #a6a49d solid;
	padding-top: 0px;
}
.entry-content .entry-meta a {
	text-decoration: none;
}
.format-image.post {
	box-shadow: #a6a49d 27px 27px 137px;
	padding: 10px;
	background: #fff;
	max-width: 610px;
	border: 1px #a6a49d solid;
}
.format-image.post .entry-header, .format-image.post .entry-content {
	border: 2px #d3d3d3 solid;
}
.format-image.post .entry-header {
	padding-top: 10px;
	border-bottom: none;
	margin-top: 10px;
}
.format-image.post .entry-content {
	border-top: none;
	padding-bottom: 10px;
}
span.postID {
	font-size: 40px;
	line-height: 50px;
	display: block;
	position: absolute;
	top: 7px;
	right: 0px;
	font-weight: 900;
	text-align: center;
	width: 70px;
}
.format-image.post .cat-links a::after {
	content: '/';
	color: #ec00a7;
	font-size: 50px;
	width: 20px;
	position: relative;
	font-weight: 500;
	font-style: italic;
	position: absolute;
	right: 0;
}
.format-image.post .cat-links {
	text-transform: none;
	text-align: center;
}
.format-image.post .cat-links a {
	position: relative;
	display: block;
	height: 40px;
	width: 490px;
	max-width: 85%;
	line-height: 40px;
	text-indent: 20px;
	border-bottom: 2px #ec00a7 solid;
}
.format-image.post .entry-content p {
	border: 2px #ec00a7 solid;
	margin-bottom: 3px;
}
.entry-content p#wait {
	border: none;
	text-align: right;
	margin-top: 0;
	font-size: .9em;
	font-weight: 500;
}
.format-image.post .entry-content p img {
	border: 20px #fff solid;
	max-width: 500px;
	height: auto;
}
.format-image.post .entry-title {
	font-size: 27px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 0;
	margin: 0;
	text-transform: uppercase;
}
span#loginandout {
	position: absolute;
	right: 0px;
	bottom: 0px;
	min-width: 50%;
}
#loginandout a {
	float: right;
	display: block;
	height: 40px;
	width: auto;
	margin: 10px;
	line-height: 40px;
	text-align: center;
}
#loginandout ul, #loginandout li {
	list-style-type: none;
	float: right;
}
#loginandout + a {
	display: block;
	text-align: left;
	text-indent: -99999px;
}
.format-image.post .entry-header a:hover, .format-image.post .entry-title a:hover {
	color: #ec00a7
}
}
@media screen and (max-width: 400px) {
.format-image.post .entry-content p img {
	max-width: 86%;
}
.format-image.post .cat-links a {
	max-width:230px;
}
}