/*
	Theme Name: superpicant
	Theme URI: http://superpicant.ro/
	Description: theme for superpicant.ro
	Version: 1.0
	Author: Adrian Trif
	Author URI: http://minuspink.com/
	Author blog: http://aditrif.com/
*/

/*------------------------------------------------------------------------------------------------------------

	Designed and built by Adrian Trif for superpicant.ro
	All content & design (C) 2009 Adrian Trif
	All rights reserved

	If you are interested in the source code, have a look around, but don't steal.

-------------------------------------------------------------------------------------------------------------- */

/* CSS reset by Eric Meyer
-------------------------------------------------------------------------------------------------------------- */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}

/* Typography
-------------------------------------------------------------------------------------------------------------- */
p {
	margin: 0 0 20px;
}
a {
	text-decoration: none;
	color: #a20f0f;
}
a:hover {
	text-decoration: underline;
}
::-moz-selection {
	background: #a20f0f;
	background: rgba(162, 15, 15, 0.9);
	color: #fff;
}
::selection {
	background: #a20f0f;
	background: rgba(162, 15, 15, 0.9);
	color: #fff;
}
h1 {
	font-size: 30px;
    line-height: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2 {
	font-size: 24px;
    line-height: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
    line-height: 18px;
	margin-top: 8px;
	margin-bottom: 5px;
}
h4, h5, h6 {
	font-size: 16px;
    line-height: 16px;
	margin-top: 8px;
	margin-bottom: 5px;
}

/* Layout
-------------------------------------------------------------------------------------------------------------- */
body {
	background: #333 url("images/bg1.jpg") 50% 0% fixed no-repeat;
	color: #1f1305;
	font: normal 14px/1.5 Cambria, Georgia, 'Times New Roman', serif;
}
#wrapper {
	position: relative;
	width: 940px;
	padding: 20px;
	margin: 20px auto;
	background: url("images/pixel.png");
	background: rgba(255, 255, 255, 0.92);
	/*background: url("images/bg.png");*/
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}
/*#wrapper:nth-child(1) {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}*/

/* Header 
-------------------------------------------------------------------------------------------------------------- */
#header {
	float: left;
	width: 940px;
	height: 170px;
}
#branding {
	float: left;
	width: 600px;
	height: 170px;
}
#logo {
	display: block;
	float: left;
	width: 140px;
	height: 170px;
}
#tagline {
	float: left;
	width: 380px;
	padding-left: 20px;
	margin-top: 40px;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #666;
}
#tagline strong {
	display: block;
	float: left;
	display: none;
	text-indent: -9872em;
}
#tagline span {
	display: block;
	padding-left: 80px;
}
#add_recipe {
	display: block;
	float: right;
	width: 130px;
	height: 20px;
	font: normal 15px/1.5 Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#search {
	float: right;
	width: 300px;
	margin: 47px 0 0;
}
#search p {
	margin: 0;
}
#search_field {
	display: block;
	float: left;
	width: 230px;
	height: 17px;
	padding: 5px 3px 4px;
	background: #fff;
	border: 1px solid #c7c2b4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font: normal 13px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}
#search_field:focus {
	border: 1px solid #888;
}
#btn_search {
	display: block;
	float: right;
	width: 55px;
	height: 26px;
	margin-top: 1px;
}

/* Content 
-------------------------------------------------------------------------------------------------------------- */
#content {
	float: left;
	width: 940px;
	margin-top: 20px;
}
#content.homepage,
#content.single_page {
	margin-top: -32px;
}
#primary {
	float: left;
	width: 780px;
}
.pagetitle {
	margin: 0 0 25px;
}
.article {
	float: left;
	width: 780px;
	padding: 0 0 10px;
	margin: 0 0 30px;
	border-bottom: 1px dotted #ceceb3;
}
.article.single {
	border: none;
}
.article_header {
	float: left;
	width: 540px;
	padding-left: 240px;
}
.article_header h2 {
	float: left;
	width: 500px;
	margin: 0;
	font: normal 28px/1.2 Georgia, serif;
	color: #a20f0f;
}
.article_header h2 {
	color: #333;
}
.article_header .comments a {
	float: right;
	width: 31px;
	height: 38px;
	margin-top: 1px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.1;
	background: url("images/supersprite.png") 0px -298px no-repeat;
	color: #fff;
}
.article_header .comments a span {
	display: none;
}
.article_header .date {
	float: left;
	height: 20px;
	padding: 5px 0;
	font: normal 12px/1.5 "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #666;
}
.article_main {
	float: right;
	width: 540px;
	font-size: 15px;
	overflow: hidden;
}
.main_img {
	float: left;
	margin: 0 20px 10px 0;
}
.main_img img {
	padding: 10px;
	background: #dbdace;
	background: rgba(190, 180, 160, 0.4);
	/*padding: 9px;
	background: #cdcbb5;
	background: rgba(172, 169, 140, 0.4);
	border: 1px solid #a0947a;
	border: 1px solid rgba(124, 113, 88, 0.4);*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.main_img a:hover img {
	background: #d7d1c4;
	background: rgba(160, 150, 130, 0.4);
	/*background: #f8f7f1;
	background: rgba(172, 169, 140, 0.6);
	border: 1px solid #cdccbe;
	border: 1px solid rgba(124, 113, 88, 0.3);*/
}
.home_img {
	width: 300px;
}
.article_main .single_img {
	width: 520px;
	background: #dbdace;
	background: rgba(170, 160, 140, 0.4);
}
.article_main .read_more {
	padding-left: 22px;
	background: url("images/supersprite.png") 0px 0px no-repeat;
}

/* Ingredients 
-------------------------------------------------------------------------------------------------------------- */
.ingredients {
	float: left;
	width: 220px;
	overflow: hidden;
}
.ingredients h3 {
	padding: 5px 0 5px 10px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #ceceb3;
	font-size: 18px;
	font-weight: normal;
	color: #A20F0F;
}
.ingredients .tags_title {
	display: block;
	margin: 0 0 5px;
	font-size: 16px;
	color: #111;
}
.ingredients ul {
	padding: 0 0 5px;
	margin: 5px 0 15px;
}
.ingredients ul li {
	padding: 0px 5px 0px 24px;
	font-size: 15px;
	font-style: italic;
	background: url("images/bullet.png") 10px 9px no-repeat;
}
.ingredients p {
	padding: 0 10px;
}
.ingredients a {
	padding: 2px;
}
.ingredients a:hover {
	text-decoration: none;
	background: #a20f0f;
	color: #fff;
}

/* Aside 
-------------------------------------------------------------------------------------------------------------- */
#aside {
	float: right;
	width: 140px;
}
#aside h2 {
	margin: 0;
	padding-left: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #111;
}
#aside ul {
	margin: 0 0 20px;
	font: normal 14px/1.5 "Lucida Grande", Arial, Helvetica, sans-serif;
}
#aside ul li {
	border-bottom: 1px dotted #ceceb3;
}
#aside ul li a {
	display: block;
	width: 125px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	color: #a20f0f;
}
#aside ul li a:hover {
	text-decoration: none;
	background: #e9e8da;
	background: rgba(190, 180, 160, 0.3);
}
#aside .sn {
	height: 40px;
	border: none;
}
#aside .sn a {
	width: 95px;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	font-size: 18px;
	color: #666;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#aside .sn a:hover {
	background: none;
	color: #111;
}
#aside .facebook {
	background: url("images/supersprite.png") 10px -68px no-repeat;
}
#aside .twitter {
	background: url("images/supersprite.png") 10px -142px no-repeat;
}
#aside .rss {
	background: url("images/supersprite.png") 10px -216px no-repeat;
}
#aside a {
	-webkit-transition: all .2s;
}
#partners {
	width: 140px;
	padding-top: 5px;
	margin: 0 0 10px;
	text-align: center;
}
#partners img {
	width: 125px;
	padding: 7px;
	margin: 0 0 5px;
	background: #dbdace;
	background: rgba(190, 180, 160, 0.4);
	/*padding: 6px;
	background: #cdcbb5;
	background: rgba(172, 169, 140, 0.4);
	border: 1px solid #a0947a;
	border: 1px solid rgba(124, 113, 88, 0.4);*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#partners a:hover img {
	background: #d7d1c4;
	background: rgba(160, 150, 130, 0.4);
	/*background: #f8f7f1;
	background: rgba(172, 169, 140, 0.6);
	border: 1px solid #cdccbe;
	border: 1px solid rgba(124, 113, 88, 0.3);*/
}

/* Comments 
-------------------------------------------------------------------------------------------------------------- */
#comments {
	font-size: 22px;
	margin: 40px 0 20px;
	color: #333;
}
#comments a {
	font-size: 14px;
}
#commentlist .comment-body {
	position: relative;
	width: 520px;
	padding: 10px;
	margin: 0 0 25px;
	background: #e9e8de;
	background: rgba(190, 180, 160, 0.2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
#commentlist .sp {
	background: #dad9cd;
	background: rgba(190, 180, 160, 0.4);
}
.comment-body .comment-author {
	font-style: normal;
	font-weight: bold;
}
.comment-body .comment-date,
.comment-body .comment-date a {
	font-size: 11px;
	color: #666;
}
.comment-body .comment-date {
	margin: 0 0 10px;
	display: none;
}
.comment-body .comment-author .says {
	display: none;
}
.comment-body .comment-number {
	display: block;
	float: right;
	height: 10px;
	margin-top: -5px;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
	color: #cdccba;
}

/* Navigation 
-------------------------------------------------------------------------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin: 0 0 10px;
	font: normal 15px/1.5 "Lucida Grande", Arial, Helvetica, sans-serif;
}
.wp-pagenavi * {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dcd7ce;
	color: #666;
	background-color: #fff;
}
.wp-pagenavi a:visited {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dcd7ce;
	color: #666;
	background-color: #fff;
}
.wp-pagenavi a:hover {
	border: 1px solid #dcd7ce;
	border-bottom: 1px solid #a20f0f;
	color: #a20f0f;
	background-color: #fff;
}
.wp-pagenavi a:active {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dcd7ce;
	color: #666;
	background-color: #fff;
}
.wp-pagenavi span.pages {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	color: #666;
	border: 1px solid #dcd7ce;
	background-color: #fff;
}
.wp-pagenavi span.current {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #dcd7ce;
	color: #fff;
	background-color: #a20f0f;
}
.wp-pagenavi span.extend {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	border: 1px solid #dcd7ce;
	color: #666;
	background-color: #fff;
}

/* Comment 
-------------------------------------------------------------------------------------------------------------- */
#respond h3 {
	margin: 0 0 20px;
	color: #666;
}
#commentform fieldset {
	margin: 0 0 10px;
}
#commentform p {
	float: left;
	width: 540px;
	margin: 0 0 10px;
	clear: both;
	overflow: hidden;
}
#commentform label {
	display: block;
	float: left;
	width: 80px;
	padding-top: 2px;
	font-weight: bold;
}
#commentform small {
	display: block;
	width: 150px;
	float: left;
	font: normal 12px/1.5 "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #666;
}
#commentform input,
#commentform textarea {
	float: left;
	padding: 4px;
	border: 1px solid #a0947a;
	background: #dbdad0;
	background: rgba(172, 169, 140, 0.2);
	font: bold 15px/1.5 "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#commentform input {
	width: 200px;
	margin-right: 10px;
}
#commentform textarea {
	width: 525px;
	height: 150px;
}
#commentform input:focus,
#commentform textarea:focus {
	background: #fff;
}
#commentform #submit {
	height: auto;
	width: auto;
	background: #333;
	padding: 5px 15px;
	border: 1px solid #333;
	font: normal 18px/1.1 "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#commentform #submit:hover {
	background: #a20f0f;
	border: 1px solid #a20f0f;
}

/* Footer 
-------------------------------------------------------------------------------------------------------------- */
#footer {
	float: left;
	width: 940px;
	margin-top: 20px;
	border-top: 1px dotted #a20f0f;
	background: #dbdad0;
	background: rgba(205, 203, 181, 0.4);
	font: normal 13px/1.5 "Lucida Grande", Arial, Helvetica, sans-serif;
}
.footer_box {
	float: left;
	width: 260px;
	margin: 20px;
}
.footer_box h2 {
	margin: 0 0 10px;
	padding-left: 14px;
	font-size: 18px;
}
.footer_box ul
{
	_margin-bottom: 30px;
}
.footer_box ul li {
	padding-left: 14px;
	margin-bottom: 10px;
}
hr {
	display: none;
}
