/*   
Theme Name: NiftyFifty
Theme URI: http://niftyfifty.me/
Description: The first theme for NiftyFifty.
Author: Vasilios Anton
Author URI: http://vasili.duove.com/
Version: 1.0
*/

* {
margin: 0;
padding: 0;
}

/* __________________________________________________ General Tags */
body {
font: 12px/18px Arial, Sans-Serif;
text-align: center;
color: #333;
background: #fff;
}
:focus {
outline: none;
}
a {
text-decoration: none;
}
img {
border: 0;
vertical-align: middle;
}
p, ul, ol, form, table, blockquote, pre {
margin: 0 0 20px;
}
	ul, ol {
	margin-left: 30px;
	}

/* __________________________________________________ Forms */
input.button {
cursor: pointer;
}

/* __________________________________________________ Structure */
.container {
margin: 0 auto;
width: 940px;
text-align: left;
}

/* __________________________________________________ Header */
#header-wrap {
width: 100%;
height: 60px;
background: #444;
border-bottom: 5px solid #eee;
}
	#logo {
	float: left;
	}
		#logo a {
		display: block;
		padding: 0 40px;
		font: 24px/60px 'Arial Narrow', Helvetica, Arial, Sans-Serif;
		letter-spacing: 2px;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
		text-transform: uppercase;
		color: #fff;
		background: #C20605;
		}
			#logo a:hover {
			background: #ad0908;
			}
	#navigation {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}
		#navigation li {
		float: left;
		}
			#navigation li a {
			display: block;
			padding: 0 30px;
			font: bold 12px/60px Arial, Helvetica, Arial, Sans-Serif;
			letter-spacing: 1px;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
			text-transform: uppercase;
			color: #fff;
			}
				#navigation li.current-item a, #navigation li.current-item a:hover {
				background: #2e2e2e;
				}
				#navigation li a:hover {
				background: #3a3a3a;
				}

/* __________________________________________________ Container */
#container {
margin-top: 30px;
margin-bottom: 30px;
}
#content {
float: left;
width: 650px;
}
#sidebar {
float: right;
width: 260px;
}

/* __________________________________________________ Content */
#content a {
color: #C20605;
}
	#content a:hover {
	text-decoration: underline;
	color: #333;
	}
#content h2 {
margin: 0 0 15px;
padding: 0 0 3px;
font: italic 24px/24px Georgia, Serif;
border-bottom: 1px solid #eee;
}
	#content h2 a {
	color: #0670ad;
	}
		#content h2 a:hover {
		text-decoration: none;
		}
#content h3 {
margin: 0 0 10px;
font: bold 18px/18px Helvetica, Arial, Sans-Serif;
letter-spacing: -1px;
color: #222;
}
/* Left Bar */
.leftbar {
float: left;
width: 130px;
}
	.leftbar p {
	margin: 0 0 5px;
	color: #888;
	}
	.leftbar .date {
	margin: 0 0 0 -19px;
	padding-left: 30px;
	width: 156px;
	height: 34px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 34px;
	text-shadow: 0 0 1px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	color: #fff;
	background: url(images/banner.jpg) no-repeat;
	}
	.leftbar .author {
	margin: 0 0 15px;
	font: italic 14px/18px Baskerville, Georgia, Serif;
	text-align: right;
	}
	#content .leftbar a {
	color: #0670ad;
	}
	#content .leftbar .tags a {
	padding: 3px 5px;
	font-size: 11px;
	line-height: 22px;
	text-transform: lowercase;
	color: #fff;
	background: #555;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
		#content .leftbar .tags a:hover {
		text-decoration: none;
		background: #333;
		}
/* Right Bar */
.rightbar {
float: right;
width: 500px;
}
	#content .rightbar .readmore {
	text-align: right;
	}
		#content .rightbar .readmore a {
		padding: 5px 7px;
		font-size: 11px;
		text-transform: lowercase;
		color: #fff;
		background: #C20605; /*fallback*/
		background: -moz-linear-gradient(-90deg, #e8484e 0%, #C20605 5%, #a00504 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#e8484e), color-stop(.05, #C20605), to(#a00504));
		border: 1px solid #961b1e;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		box-shadow: 1px 3px #aaa;
		-moz-box-shadow: 0 1px 3px #aaa;
		-webkit-box-shadow: 0 1px 3px #aaa;
		}
			#content .rightbar .readmore a:hover {
			text-decoration: none;
			background: #555; /*fallback*/
			background: -moz-linear-gradient(-90deg, #777 0%, #555 5%, #444 100%);
			background: -webkit-gradient(linear, left top, left bottom, from(#777), color-stop(.05, #555), to(#444));
			border: 1px solid #333;
			}
.half-image, .half-image2 {
float: left;
}
	.half-image2 {
	margin-left: 10px;
	}
	.half-image img, .half-image2 img {
	width: 245px;
	height: 163px;
	}
/* Pagination */
#pagination {
margin-top: 15px;
padding-top: 20px;
font-size: 12px;
text-align: center;
border-top: 1px solid #eee;
}
	#pagination a {
	color: #0670ad;
	}
/* Comments */
#comments {
margin-left: 0;
padding: 0;
list-style: none;
}
	#comments li {
	padding: 0 0 10px;
	}
		#comments li .commentmeta {
		margin: 0 0 13px;
		padding: 5px;
		background: #f6f6f6;
		border-bottom: 1px solid #eee;
		}
			#comments li .commentmeta span em {
			display: block;
			font-size: 11px;
			font-style: normal;
			color: #777;
			}
			#comments li .commentmeta span a {
			font: italic 18px/18px 'Baskerville', Georgia, Serif;
			}
		#comments li .avatar {
		float: left;
		margin-right: 5px;
		padding: 1px;
		background: #eee;
		border: 1px solid #ccc;
		}
/* Comment Form */
#addcommentform .row {
padding: 10px 0;
border-bottom: 1px solid #eee;
}
	#addcommentform label {
	padding-top: 8px;
	font-weight: bold;
	color: #0670ad;
	vertical-align: middle;
	}
	#addcommentform input.text, #addcommentform textarea {
	padding: 8px;
	width: 250px;
	font: 12px/18px Arial, Sans-Serif;
	text-shadow: 0 1px 0 #fff;
	color: #777;
	background: #eee; /* fallback */
	background: -moz-linear-gradient(-90deg, #f5f5f5, #e5e5e5);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
	border: 1px solid #ddd;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
		#addcommentform textarea {
		width: 425px;
		height: 175px;
		}
	#addcommentform input.button {
	margin: 10px 0 0;
	padding: 5px 10px;
	font-weight: bold;
	text-shadow: 0 0 2px rgba(0, 0, 0, .1);
	color: #fff;
	background: #0670ad; /* fallback */
	background: -moz-linear-gradient(-90deg, #2f9cdb 0%, #0670ad 5%, #085b8b 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2f9cdb), color-stop(.05, #0670ad), to(#085b8b));
	border: 1px solid #05486f;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
		#addcommentform input.button:hover {
		background: #555; /*fallback*/
		background: -moz-linear-gradient(-90deg, #777 0%, #555 5%, #444 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#777), color-stop(.05, #555), to(#444));
		border: 1px solid #333;
		}
/* Recipes */
.category-item {
margin-left: -30px;
list-style: none;
}

/* __________________________________________________ Sidebar */
#sidebar a {
color: #C20605;
}
	#sidebar a:hover {
	text-decoration: underline;
	color: #333;
	}
#sidebar h3 {
margin: 0 0 10px;
font: bold 14px/14px Helvetica, Arial, Sans-Serif;
text-transform: uppercase;
color: #444;
}
#sidebar p, #sidebar form, #sidebar ul {
margin: 0 0 30px;
}
#sidebar ul.links {
margin-left: 0;
padding: 0;
list-style: none;
}
	#sidebar ul.links li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 11px;
	line-height: 16px;
	border-bottom: 1px solid #eee;
	}
		#sidebar ul.links li p {
		margin: 0;
		}
		#sidebar ul.links li strong {
		display: block;
		margin: 0 0 3px;
		}
#subscribe a {
display: block;
padding-left: 37px;
height: 32px;
font: bold 18px/32px Helvetica, Arial, Sans-Serif;
letter-spacing: -1px;
color: #444;
background: url(images/icons/feed.png) no-repeat left center;
}
#search-form input.text {
margin-right: 10px;
padding: 7px;
width: 210px;
color: #999;
background: #eee;
border: 1px solid #e2e2e2;
}
#search-form input.button {
width: 24px;
height: 24px;
text-indent: -9999px;
background: url(images/icons/search.png) no-repeat;
border: 0;
}

/* __________________________________________________ Footer */
#footer-wrap {
background: #333;
border-top: 5px solid #eee;
}
	#footer {
	padding: 20px 0;
	font: 11px/11px Arial, Sans-Serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	color: #fff;
	}
		#footer a {
		padding: 2px 4px;
		color: #fff;
		background: #222;
		}
			#footer a:hover {
			background: #C20605;
			}

/* __________________________________________________ Classes */
.clear { zoom: 1; }
.clear:after { display: block; content: ''; clear: both; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.left, .alignleft { float: left; text-align: left; }
	img.left, img.alignleft { margin: 0 5px 5px 0; padding: 2px; background: #e8e8e8; border: 1px solid #ddd; }
.right, .alignright { float: right; text-align: right; }
	img.right, img.alignright { margin: 0 0 5px 5px; padding: 2px; background: #e8e8e8; border: 1px solid #ddd; }
.amp {
font-family: Baskerville, Georgia, Serif;
font-style: italic;
}