/*
	Theme Name: Przepisy Kulinarne Ze Zdjęciami
	Theme URI: http://kulinarne.info
	Description: Kulinarnie.
	Version: 1.0
	Author: Kulinarne.info
*/

/* http://kuler.adobe.com/#themeID/1485501 */

/* Reset Begin */

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;
}
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset End */

body, html {
	font: 12px Georgia, serif;
	/* font: 12px "Lucida Grande",Verdana,Corbel,"Bitstream Vera Sans","DejaVu Sans",sans-serif; */
	background-color: #e0e5cf; 
	color: #2A3333;
	margin: 0;
	padding: 0;
	line-height: 15px;
}
strong { font-weight: bold; }
a { 
	/* border-bottom: 1px dotted #999999; */
    color: #0C2538;
    padding: 0 1px;
    text-decoration: none;
}
a:hover { 
	text-decoration: none;
	color: #2B434F;
}
.homeLeft .more a, .notesBlock .row .title a, .notesBlock .more a, .tagClouds a, .post a, #footer a {
	border-bottom: 1px dotted #999999;
}
.homeLeft .more a:hover, .notesBlock .row .title a:hover, .notesBlock .more a:hover, .tagClouds a:hover, .post a:hover, #footer a:hover {
	border-bottom: 0px;
	color: #2B434F;
}
.iconFb { 
	background-image:url('images/facebook-16.png'); 
	background-position: 5px 14px; 
	background-repeat: no-repeat; 
	padding-left: 25px !important;
}
.iconRss {
	background-image:url('images/feed-icon.gif'); 
	background-position: 5px 14px; 
	background-repeat: no-repeat; 
	padding-left: 25px !important;
}
.none { display: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.fullwidth {  margin: auto; width: 980px; }
.justify { text-align: justify; }
#headerTop {
	background-color: #FFF;
	border-bottom: 1px dashed #0C2538;
	padding: 5px 0px 5px 0px;
}
#headerTop ul li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
#headerTop ul li a { 
    border: 0 none;
    display: block;
    font-size: 16px;
    font-variant: small-caps;
    padding: 15px 7px 3px;
    text-transform: capitalize;
}
#logoArea  {
	background-color: #FFF;
	height: 135px;
}
#logoArea .logo { margin-top: 6px; }
#logoArea a {
    border: 0 none;
}
#categoriesMenu {
	background: #EDE059;
	border-top: 1px dashed #0C2538;
	border-bottom: 1px dashed #0C2538;
	padding: 0px;	
}
#categoriesMenu ul {
	margin-left: 35px;
}
#categoriesMenu ul li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
#categoriesMenu ul li a { 
    border: 0 none;
    display: block;
    font-size: 16px;
    font-variant: small-caps;
    padding: 8px 10px 8px;
    text-transform: capitalize;	
}
#categoriesMenu ul li a:hover {
	background: #0C2538;
	color: #FFF;
} 
.topThumbs {
	margin-top: 6px;
	position: relative;
}
.topThumbs img {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	margin-right: 5px;
	/*
	-webkit-box-shadow: 0px 0px 10px 0px #AAA;
	-moz-box-shadow: 0px 0px 10px 0px #AAA;
	box-shadow: 0px 0px 10px 0px #AAA; 
	*/
}
.shadow {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc; 
}
.border {
	border: 1px solid #ddd;
}
.radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#footer { 
	border-top: 1px dashed #0C2538;
	background: #EEE; 
	padding-top: 20px;
	padding-bottom: 20px;
    -webkit-box-shadow: inset 0px 5px 10px -5px #333;
    -moz-box-shadow: inset 0px 5px 10px -5px #333;
    box-shadow: inset 0px 5px 10px -5px #333; 

}
#mainContent { 
	background-color: #FFF;
	padding: 15px 0px 15px 0px;
}

.single-thumb { width: 90px; float: left; }
.single-thumb a img { 
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 85px;
	height: 85px;
}
.gray { color: #999; }
.homeLeft {
	width: 620px;
}
.homeRight { width: 360px; }
.th1 { color: #2B434F; display: inline; font-size: 24px; line-height: 24px; text-align: left; }
.th2 { color: #2B434F; display: inline; font-size: 20px; line-height: 20px; text-align: left; }
.th3 { color: #2B434F; display: inline; font-size: 16px; line-height: 16px; text-align: left; }
.homeRecipeBox {
	width: 300px; margin: 5px 10px 15px 0px;
}
.homeRecipeBox .meta .date { text-align: right; font-size: 11px; color: #666; padding-right: 5px; }
.homeRecipeBox .meta .title { font-size: 18px; line-height: 21px; letter-spacing: -1px; margin-bottom: 5px; background: #2B434F; padding: 5px 0px 7px 2px; height: 18px; overflow: hidden; }
.homeRecipeBox .meta .title a { color: #fff; }
.homeRecipeBox .image { width: 100px; }
.homeRecipeBox .text { width: 195px; height: 90px; overflow: hidden; padding-right: 5px; text-align: justify; }
.homeRecipeBox .more { background: #f0f0f0; text-align: right; font-size: 11px; color: #666; padding: 3px; }
.popularRecipes { padding-top: 20px; margin-bottom: 10px; }
.notesBlock { padding-top: 10px; }
.notesBlock .row { padding-bottom: 10px; }
.notesBlock .title { padding-bottom: 4px; }
.notesBlock .date { background: #f0f0f0; text-align: right; font-size: 11px; color: #666; padding: 3px; }
.notesBlock .more { text-align: right; font-size: 11px; color: #666; padding: 3px; }
.tagClouds { padding-top: 10px; text-align: center; }
.gad728x90 { height: 90px; margin: auto auto 15px; width: 728px; padding: 10px; }
.post { font-size: 16px; line-height: 20px; position: relative; }
.post .content { text-align: justify; }
.post .meta { margin: 5px 0px 15px 0px; font-size: 11px; }
.post .th1 { padding-bottom: 5px; border-bottom: 1px solid #ccc; display: block; }
.post p { padding: 5px 0px 5px 0px; }
.post h2 { color: #2B434F; display: block; font-size: 20px; line-height: 20px; padding-bottom: 5px; }
.post .metadata { 
	margin: 10px 0px 10px 0px; height: 60px; padding: 10px; background: #f0f0f0; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.post .metadata .image { width: 70px; }
.post .metadata .data { width: 890px; font-size: 11px; padding-top: 3px; }
.mainphoto { margin-left: 15px; }
img.avatar {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.ingredients {
    background: url('images/ingredients_bg.gif') repeat scroll 0 0 transparent;
    border: 1px solid #F2F2F2;
    font-family: monospace;
    margin: 10px 0 26px;
    padding: 0;
    width: 370px;
    text-align: left;
}
.ingredients .paperBorder {
    border-left: 5px double #EAC6C6;
    margin: 0 20px;
    padding: 0px;
    padding-left: 5px;
}
.ingredients .paperBorder p.recipe-block {
 	font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin: 0px;
    padding: 23px 0 0 6px;
}
.ingredients .paperBorder .recipe li {
	padding-left: 5px;
	line-height: 22px;
    letter-spacing: -2px;
}
.ListonicButton { margin-top: 22px; margin-left: 5px; }    
.relatedRecipes a, .otherBlogsRecipes a {
	border-bottom: 0px;
}
.relatedRecipes h2, .otherBlogsRecipes h2 {
	color: #2B434F; display: inline; font-size: 16px; line-height: 16px;
}
.relatedRecipes ul {
	margin-top: 10px;
}
.smallThumbSet {
    float: left;
    width: 90px;
    margin: 0;
    padding: 4px 12px 4px 0px;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
}
.smallThumbSet .image a, .smallThumbSet .meta a { border: 0px !important; }
.smallThumbSet .meta { height: 40px; }
.smallThumbSet .date { font-size: 10px; padding-left: 5px; padding-bottom: 2px; }
.relatedRecipes ul li {
    display: block;
    float: left;
    width: 90px;
    margin: 0;
    padding: 4px 12px 4px 0px;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
} 
.relatedRecipes ul li img {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.otherBlogsRecipes {
	margin-left: 20px;
	height: 200px;
}
.otherBlogsRecipes .mkRecipeBlockImage img {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	padding: 0px !important;
}
.otherBlogsRecipes .mkRecipeBlockLink {
	font: 11px Georgia, serif !important;
	line-height: 12px !important;
	text-align: left;
    color: #0C2538 !important;
}
.otherBlogsRecipes .mkRecipeBlock {
	padding: 4px !important;
	border: 0px !important;
}
.otherBlogsRecipes .mkWidgetAbout {
	font: 11px Georgia, serif !important;
	line-height: 12px !important;
	text-align: right;
	padding: 0px !important;
	color: #999 !important;
}
.otherBlogsRecipes .mkWidgetAbout a {
	color: #999 !important;
	border-bottom: 1px dotted #999999;
}
.otherBlogsRecipes .mkWidgetAbout a:hover {
	border-bottom: 0px;
	color: #2B434F !important;
}
#mk_wklejka { margin-top: 10px; }

.commentlist {
	margin: 0 20px 20px 0;
	padding: 0px;
	list-style-type: none;
}
.commentlist li {
	padding: 25px 15px 25px 15px;
}
.commentlist li.alt {
	background-color: #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	border: 1px solid #e0e0e0;
}
.commentlist div.avatar {
	float: left;
	height: 60px;
	padding-top: 5px;
}
.commentlist .header {
	font-size: 12px;
}
.commentlist .info {
	margin-left: 20px;
	display: block;
	padding-left: 60px;
}
.commentlist .author {
	font-weight: bold;
}
.commentlist .date {
	color: #999;
}
.commentlist .text {
	display: block;
	padding: 5px 0 0 0;
	text-align: justify;
}
.commentlist .text p {
	margin: 0px;
}
.commentlist .approve {
	padding: 15px 0 0 0;
	color: #900;
	font-style: italic;
}
ol.list {
	margin: 10px 0px 10px 0px;
	list-style-type: decimal;
}
ol.list li {
	padding-left: 10px;
	margin-left: 20px;
}
ol.list li p {
	font-size: 11px;
}
ol.trackbacks {
	margin: 10px 0px 10px 0px;
	list-style-type: decimal;
}
ol.trackbacks li {
	padding-left: 10px;
	margin-left: 20px;
}
ol.trackbacks li p {
	font-size: 11px;
}
#respond p {
	font-size: 11px;
}

a.button:link, a.button:visited, a.button:hover, a.button:active, button.button, input.button {
  color: #222;
  margin: 0px;
  background-color: #eee;
  border: 1px solid #bfbfbf;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 10px 5px 7px;
  text-decoration: none;
}

button.button {
  width: auto;
  overflow: visible;
  padding: 4px 4px 3px 4px; /* IE6 */
}
button.button[type] {
  padding: 3px 6px 4px 4px; /* Firefox */
  line-height: 17px; /* Safari */
}

*:first-child+html button.button[type] {
  padding: 4px 4px 3px 4px; /* IE7 */
}

button.button img, a.button img {
  margin: 0 0px -7px 0 !important;
  padding: 0;
  border: none;
  height: 20px;
  width: 20px;
}

button.button:hover, a.button:hover, input.button:hover {
  background-color: #dedede;
}

button.button:active, a.button:active, input.button:active {
  background-color: #e5e5e5;
}

a.button, button.button, input.button {
  background-color: #f4f4f4;
  background-image: url(images/button-background.png);
  border: 1px solid #c3c4ba;
  font-family: Verdana,Arial,sans-serif;
  font-weight: normal;
}

a.button:link, a.button:visited, a.button:hover, a.button:active, button.button:link, button.button:visited, button.button:hover, button.button:active, input.button:link, input.button:visited, input.button:hover, input.button:active {
  font-weight: normal;
  background-color: #f4f4f4;
}

a.button:hover, button.button:hover, input.button:hover {
  background-color: #eee;
  border: 1px solid #818171;
  -webkit-box-shadow: 0 0 4px #2B434F;
  -moz-box-shadow: 0 0 4px #2B434F;
  box-shadow: 0 0 4px #2B434F;
}

a.button:active, button.button:active, input.button:active {
  outline: none;
  background-color: #ddd;
  background-image: url(images/button-background-active.png);
}
.definput {
	background: #f0f0f0 none repeat scroll 0 0;
	border: 1px solid #e0e0e0;
	color: #2A3333;
	padding: 10px;
	width: 300px;
	font-size: 12px;
}
textarea {
	background: #f0f0f0 none repeat scroll 0 0;
	border: 1px solid #e0e0e0;
	color: #2A3333;
	padding: 10px;
	width: 93%;
	font-size: 12px;
}
textarea:hover, .definput:hover {
	-webkit-box-shadow: #2B434F 0 0 3px;
	-moz-box-shadow: #2B434F 0 0 3px;
	box-shadow: 0 0 3px #2B434F;
}
textarea:focus, .definput:focus {
	border: 1px solid #2B434F;
	-webkit-box-shadow: #2B434F 0 0 3px;
	-moz-box-shadow: #2B434F 0 0 3px;
	box-shadow: 0 0 3px #2B434F;
}
.postLink, .postTags {
	margin: 15px 0px 10px 0px;
}
.wp-pagenavi a, .wp-pagenavi span { border: 0px; }
.wp-pagenavi { 
	margin: 20px 0px 15px 0px; 
	padding: 0px;
	font-size: 11px;
	line-height: 12px;
}
.wp-pagenavi .current { background: #000; color: #fff; font-weight: normal !important; }
ul.topics {
	margin: 10px 0px 15px 0px;
}
#copyright { padding-top: 10px; color: #EEE; padding-bottom: 40px; }
#copyright a { color: #CCC; }
#secondfooter { background: #2B434F; 
    -webkit-box-shadow: inset 0px 5px 10px -5px #333;
    -moz-box-shadow: inset 0px 5px 10px -5px #333;
    box-shadow: inset 0px 5px 10px -5px #333; 
}
.paddingRight { padding-right: 20px; }
#fanPage { margin-top: 10px; height: 140px; }
.lastcomments .image { width: 60px; }
.lastcomments .container { width: 260px; }
.lastcomments .container .body { width: 260px; height: 16px; overflow: hidden; padding-top: 5px;}
.lastcomments .lastComment { margin-top: 5px; }
.lastcomments .author { font-size: 11px; }
.lastcomments .title a { border-bottom: 1px dotted #999999; }
#footer .block { width: 320px; }
#footer .margin { margin-right: 10px; }
#footer h3 { margin-bottom: 10px; display: block; }
#widgets a { border-bottom: 0px; }
#smFBlike { position: absolute; top: 5px; right: 0px; }
#smGPlus { position: absolute; top: 5px; right: 100px; }
.postLeft, .postRight { width: 480px; text-align: justify; }
.postLeft { margin-right: 20px; }
.postLeft img, .postRight img {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#headerTop .social { width: 200px; }
#headerTop .social .facebook { width: 130px; padding-top: 12px; }
#headerTop .social .google { width: 70px; padding-top: 12px; }
.gad336x280 { width: 336px; margin: auto; padding-top: 18px; text-align: center; }
.searchBlock {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background: url('images/tr-bckg.png'); 
	width: 100%; 
	height: 100%;
	text-align: center;
}
#searchform { margin-top: 40px; }
#enabledSearch {
	float: right !important;
	background: #2B434F;
}
#enabledSearch a {
	color: #fff;
	padding: 9px 15px 9px 15px !important;
}

.page .contentbody ul {
    padding-top: 10px;
    list-style-type: square;
    padding-left: 15px;
}
.page .contentbody ul li {
    padding-left: 10px;
}
.page h2 {padding-top:15px; padding-bottom: 10px;}
.istockThumbs { width: 540px; margin: auto; padding: 10px 0px 25px 0px; }
.page .homeLeft { padding-top: 10px; }