html, body{
    width: 100%;
    height:100%;
    padding:0;
    margin:0;
}

body{
    font-family: arial;
    font-size: 12px;
    background: url(../img/receptai/bg.jpg);    width: 100%;

	color: #1f1f1f;
}

p, fieldset, ul, li{
    padding: 0;
    margin:0;
}

fieldset{
    border: 0;
}

a{
    text-decoration: underline
}

a, input{
    outline: 0;
}

a:hover{
    text-decoration : none;
}

a img
{
    border: 0;
}

h1,h2,h3,h4{
    padding:0;
    font-weight:normal;
    font-size:14px;
    margin:0;
}

.fl{ float: left; }
.fr{ float: right !important; }
.clear{ clear: both; }
.mb10 { margin-bottom: 10px !important; }
.pt10 { padding-top: 10px !important; }
.mr10 { margin-right: 10px; }

.r8
{
	-moz-border-radius: 8px;
	border-radius: 8px;
}

input, textarea, select
{
	font-family: Arial;
	font-size: 12px;
}

input.text
{
	float: left;
}

input.submit
{
    padding: 0 14px 3px 14px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-family: Arial;
    background: url(../img/receptai/btn-input.jpg) left top repeat-x;
    height: 26px;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

input.submit:hover
{
	background-position: left bottom;
}

@font-face {
    font-family: 'FuturaCondensedMedium';
    src: url('./fonts/futura-condensedmedium-webfont.eot');
    src: url('./fonts/futura-condensedmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/futura-condensedmedium-webfont.woff') format('woff'),
         url('./fonts/futura-condensedmedium-webfont.ttf') format('truetype'),
         url('./fonts/futura-condensedmedium-webfont.svg#FuturaCondensedMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
        min-width: 1020px;
}
.push {
	height: 60px; /* .push must be the same height as .footer */
}

.pagination_wrapper
{
	margin-top: 7px;
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	height: 24px;
}

.pagination
{
	height: 24px;
	position:relative;
	left:50%;
}

#content .pagination a
{
	float: left;
	color: #fff;
	font-size: 12px;
	background: url(../img/receptai/pagination.jpg) repeat-x;
	line-height: 24px;
	padding: 0 12px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#content .pagination a:hover
{
	text-decoration: none;
	background-position: left center;
}

	.pagination .pages
	{
		float: left;
		margin-left: 16px;
		margin-right: 10px;
	}

	#content .pagination .pages a
	{
		margin-right: 6px;
		border: 0;
		line-height: 24px;
		padding: 0 8px;
	}

	#content  .pagination .pages span
	{
		color: #333;
		float: left;
		padding: 0 2px;
		line-height: 24px;
		margin-right: 6px;
	}

	#content  .pagination .pages a.active
	{
		background-position: left bottom;
		font-weight: bold;
	}

	ul#breadcrumb
	{
		list-style: none;
		padding: 0;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
		height: 20px;
	}

	ul#breadcrumb li
	{
		float: left;
		padding-right: 15px;
		margin-right: 10px;
		background: url(../img/receptai/breadcrumb-bullet.png) right center no-repeat;
	}

	ul#breadcrumb li.last
	{
		font-weight: bold;
		margin: 0;
		padding: 0;
		background: 0;
	}

	ul#breadcrumb li a
	{
		display: block;
	}


#header_wrapper
{
	height: 49px;
	background: url(../img/receptai/receptai-menu-bg.jpg) repeat-x 0 4px;
	margin-bottom: 11px;
	margin-top: 5px;
}

#header, #content_wrapper, #footer
{
	width: 1020px;
	margin: 0 auto;
}

#header ul, #footer ul, #sidebar ul
{
	list-style: none;
}

#header #logo
{
	float: left;
	margin: 0;
}

#header a { text-decoration: none; }

#header ul
{
    float: left;
	text-transform: uppercase;
    margin: 10px 0 0 7px;
}

#header ul li
{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    float: left;
    padding-right: 20px;
    padding-left: 10px;
    line-height: 31px;
}

#header ul li.last
{
    background: none;
}

#header ul li a
{
	color: #fff;
	padding: 0 2px;
}

#header ul li a:hover
{
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#header a#add_recipe
{
	line-height: 37px;
	float: right;
	color: #fff;
	background: url(../img/receptai/btn_backgrounds.jpg) repeat-x;
	padding: 0 10px 0 9px;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 6px;
	text-transform: uppercase;
}

#contest a#add_recipe
{
    font-family: Georgia, Serif;
    line-height: 29px;
    float: right;
    color: #fff;
    background: url(../img/receptai/btn_backgrounds.jpg) repeat-x;
    padding: 0 12px 0 10px;
    border: 1px solid #fbc5b7;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 33px;
}

#header a#add_recipe span
{
	line-height: 37px;
	display: block;
	background: url(../img/receptai/receptai-menu-plus.png) left center no-repeat;
	padding-left: 27px;
}

#contest a#add_recipe span
{
	line-height: 29px;
	display: block;
	background: url(../img/receptai/btn_bullet.png) left center no-repeat;
	padding-left: 27px;
}

#header a#add_recipe:hover,
#contest a#add_recipe:hover
{
	background-position: left bottom;
}

#content_wrapper
{
	padding: 0 10px 10px 10px;
	width: 1000px;
	background: #ffffff url(../img/receptai/inner-bg.jpg) top center repeat-y;
}

#content_wrapper.white
{
    background: #ffffff;
    border-left: 1px solid #d2ceb5;
    border-right: 1px solid #d2ceb5;
}

#content-border-top {
	margin: 0 auto;
	width: 1020px;
	height: 11px;
	background: transparent url(../img/receptai/inner-bg-top.png) top center no-repeat;
}
#content-border-bottom {
	margin: 0 auto;
	width: 1020px;
	height: 11px;
	background: transparent url(../img/receptai/inner-bg-bottom.png) top center no-repeat;
}

.ad-wrapper
{
	padding: 10px 0 7px 0;
}

#top-ad {
    background: none;
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 5px 0;
}

#content_wrapper .ad
{
	background: #E5DCCF;
	width: 100%;
}

#content_wrapper .ad-transparent
{
	width: 100%;
}

#footer_wrapper
{
	height: 220px;
	background: url(../img/receptai/footer.png) no-repeat center 8px;
}

#footer
{
	padding-top: 40px;
        width: 980px;
}

#footer ul li
{
	background: url(../img/receptai/bullet-yellow.png) left center no-repeat;
	padding-left: 15px;
	margin-left: 15px;
	color: #fff;
	float: left;
}


#footer ul li.first
{
	margin: 0 0 0 5px;
	padding: 0;
	background: 0;
}

#footer ul li a
{
	color: #fff;
	text-decoration: none;
}

#content
{
	float: left;
	width: 575px;
	margin-left: 10px;
	padding-top: 14px;
}

#content a
{
	text-decoration: none;
	color: #863700;
}

#content a:hover
{
	text-decoration: underline;
}

.projects #content{
    width: 1000px;
}

#sidebar,
.sticky-wrapper
{
    float: right;
    width: 385px;
}

.sticky-wrapper {
    padding-top: 14px;
    margin-right: 5px;

}

.separator
{
	background: url(../img/receptai/separator-line.png) left center repeat-x;
	height: 42px;
}

#content h1
{
	font-family: Georgia, Serif;
	color: #957158;
	font-size: 18px;
    font-style: italic;
	margin-bottom: 10px;
}
#content h1 a {
    color: #957158;
}

#content h1.short
{
	width: 320px;
	float: left;
}

#content h1.normal
{
	width: 100%;
	float: left;
}

#content ul.filter
{
	float: right;
	list-style: none;
	margin-top: 10px;
}

#content ul.filter li
{
	float: left;
	border-right: 1px solid #D2C8B4;
	height: 19px;
	line-height: 19px;
}

#content ul.filter li:last-of-type
{
	border-right: 0px;
}

#content ul.filter li a
{
	display: block;
	padding: 0 13px;
}

#content ul.filter li.last
{
	border: 0;
}

#content ul.filter li.last a
{
	padding-right: 0;
}

#content ul.filter li a.active
{
	font-weight: bold;
}

#content div.list img
{
	margin-bottom: 7px;
}

#content .list img
{
	float: left;
}

#content .list h2
{
    font-size: 15px;
    font-weight: bold;
    float: left;
}

#content .list .big h2,
#content .list .lead h2
{
    font-size: 18px;
    font-weight: normal;
}

#content .list h2 a
{
	color: #863700;
}

#content ul.list
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

#content ul.list li
{
	margin-bottom: 16px;
}

#content ul.list .right
{
	float: left;
	width: 343px;
}
#content ul.list .right p a
{
	color: #333333;
}

#content ul.list h2
{
	width: 300px;
}

#content ul.list h2 a
{
	font-size: 18px;
}

#content ul.list h2 a:hover
{
	color: #7a5a4f;
	text-decoration: none;
}

#content ul.list a.comments-count
{
	margin-top: 2px;
}


#content ul.list p
{
	clear: both;
	padding-top: 15px;
}

#content ul.list.ingredient-recipes .right
{
    width: 370px;
}

#content ul.list.ingredient-recipes h2
{
    width: 320px;
}

#content div.list .item { margin-bottom: 15px; }
#content ul.list  a.img
{
	float: left;
	margin-right: 11px;
}

#content div.list div.big {
    float: left;
}
#content div.list div.medium { margin-right: -15px; }
#content div.list div.small { margin-right: -10px; }

#content div.list div.big h2{ width: 520px; margin-bottom: 15px; }
#content div.list div.medium h2{ width: 240px; margin-bottom: 15px; }
#content div.list div.small h2{ width: 185px; margin-bottom: 15px; font-size: 13px; }

#content div.list div.medium .item { width: 280px; float: left; margin-right: 15px;}
#content div.list div.small .item { width: 185px; float: left; margin-right: 10px;}
#content div.list div.xsmall .item { width: 100px; float: left; margin-right: 10px; font-size: 12px; }
#content div.list div.xsmall .item h2,
#content div.list div.xsmall .item a { font-size: 12px; }

#content .letters {
    font-size: 11px;
}

#content .letters a {
    letter-spacing: 5px;
    color: #6e635e;

}

#content .list .videos
{
	background: #e4f3f3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: -10px;
	padding: 10px 10px 0 10px;
}

#content .list .videos div.small .item a.img
{
	position: relative;
	float: left;
	width: 185px;
	height: 125px;
	margin-bottom: 7px;
}

#content .list .videos div.small .item a.img span.play
{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/visigerimai/video-play.png) center center no-repeat;
	width: 185px;
	height: 125px;
}
#content .list .medium .item a
{
	position: relative;
	float: left;
}
#content .list .medium .item a span.play
{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/visigerimai/video-play.png) center center no-repeat;
	width: 280px;
	height: 180px;
}

.article
{
	color: #333333;
}

#content .article h1
{
    font-family: Arial;
    font-weight: bold;
    font-size: 27px;
    font-style: normal;
    color: #333333;
    float: left;
    width: 470px;
    line-height: 34px;
    margin-bottom: 10px;
}

#content .article img.main-img
{
	float: left;
	margin-bottom: 3px;
    margin-top: 15px;
}

#content .tj {
    text-align: justify;
}

#content .article .wysiwyg
{
	margin-bottom: 15px;
        font-size: 14px;
        line-height:21px;
        margin-top: 10px;
}

#content .article .wysiwyg a
{
	color: #333333;
	text-decoration: underline;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	float: none;
}

#content .article .wysiwyg h2
{
	font-weight: bold;
	font-size: 16px;
}

#content .article .wysiwyg h3
{
	font-weight: bold;
	font-size: 14px;
}

#content .article .wysiwyg h4
{
	font-weight: bold;
	font-size: 12px;
}
#content .article .wysiwyg ul {
    margin-left: 20px;
    margin-top: 10px;
}

#content .article .tags
{
	margin-bottom: 15px;
}

#content .article .tags a
{
	color: #544741;
}

#content .article-pages{
    background: #DBDBDB;
    padding: 6px;
    height: 24px;
    margin-top: 12px;
    font-size: 12px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#content .article-pages ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
#content .article-pages ul li.label {
    margin-right: 5px;
    color: #333;
    line-height: 24px;
}

#content .article-pages ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

#content .article-pages ul li a{
    float: left;
    line-height: 24px;
    height: 24px;
    padding: 0 8px;
    background: #534640;
    font-size: 12px;
    color: #fff;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

#content .article-pages ul li a:hover{
    background: #333;
    color: #C8ABA2;
    text-decoration: none;
}

#content .article-pages ul li a.current{
    background: #333;
    color: #C8ABA2;
    font-weight: bold;
}

#content .article-pages ul li a.prev, #content .article-pages ul li a.next{
    padding: 0 8px;
}
#content .article-pages ul li a.prev:hover, #content .article-pages ul li a.next:hover{
    background: #333;
    color: #fff;
    text-decoration: none;
}
#content .article-pages ul li a.prev {
    margin-right: 14px;
}
#content .article-pages ul li a.next {
    margin-left: 14px;
}

#content .next-page {
    padding: 1px 3px 2px 5px;
    background: #534640;
    float: left;
    margin-top: 3px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

#content .next-page:hover{
    background: #333;
    text-decoration: none;
}

.article .page-break-html {
    display: none
}
.recipe .gallery
{
	float: left;
	width: 390px;
}

.recipe .gallery a, .recipe .gallery img
{
	float: left;
}

.recipe .gallery a
{
	margin: 0 10px 2px 0;
}

div.photoDescription-block
{
	text-align: right;
	font-size: 11px;
	color: #9b8e8e;
	margin-bottom: 8px;
	padding-right: 10px;
}
div.photoDescription-block.article
{
	padding-right: 0px;
}

.recipe .lists
{
	float: right;
	width: 180px;
}

.recipe .lists .separator
{
	height: 9px;
}

.recipe .lists strong
{
	display: block;
	padding-left: 12px;
	margin-top :10px;
}

.recipe .lists ul
{
	list-style: none;
	padding-left: 12px;
	margin: 10px 0;
}

.recipe .lists li
{
	padding: 3px 0;
}

.recipe .lists ul.ingredients li
{
	padding-left: 10px;
	background: url(../img/visigerimai/bullet.gif) 0 7px no-repeat;
}

.recipe .lists ul.ingredients li a {
    color: #333333;
}

.recipe .lists ul.ingredients li a:hover {
    text-decoration: none !important;
}

.recipe .lists ul.ingredients li a.underline,
.recipe .lists ul.ingredients li a.underline:hover {
	text-decoration: underline !important;
}

.recipe .author
{
	margin-bottom: 10px;
}

#content a.bb-url,
#content a.bb-url:hover
{
	text-decoration: underline  !important;
	color: #333333;
}

.navigation
{
	float: right;
	margin-bottom: 10px;
}

.navigation a
{
	float: left;
	width: 30px;
	height: 30px;
	background: url(../img/receptai/btns_hovers.png) no-repeat;
}

.navigation a.next
{
	background-position: -31px 0;
}
.navigation a.next:hover
{
	background-position: -31px -31px;
}
.navigation a.prev
{
	background-position: 0 0;
	margin-right: 5px;
}
.navigation a.prev:hover
{
	background-position: 0 -31px;
}
.navigation span.print-item
{
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background-color: #866148;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}
.navigation span.print-item:hover
{
	background-color: #d8d4bd;
}
.navigation span.print-item img
{
	margin-top: 8px;
}

.social
{
	float: left;
	width: 400px;
	margin-bottom: 16px;
}

.rekomenduojame {
    margin-top: 2px;
    margin-bottom: 15px;
}

.rekomenduojame .rek {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 5px;
}

.rekomenduojame .mw185 {
    width: 185px;
    overflow: hidden;
    padding-left: 5px;
}

div.comments-count
{
	float: right;
	margin-bottom: 16px;
}

div.comments-count span, div.comments-count a
{
	float: left;
}

div.comments-count span
{
	line-height: 16px;
	margin-right: 5px;
	font-family: verdana;
}


.popular-recipes h2
{
    font-family: Georgia, Serif;
    color: #957158;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
}

.popular-recipes a.controls
{
	float: left;
	width: 14px;
	height: 28px;
	margin-top: 24px;
	background: url(../img/receptai/btns_hovers.png) no-repeat;
}
.popular-recipes a.prev
{
	background-position: -31px -62px;
}
.popular-recipes a.prev:hover
{
	background-position: -31px -91px;
}

.popular-recipes a.next
{
	background-position: -46px -62px;
}
.popular-recipes a.next:hover
{
	background-position: -46px -91px;
}

.popular-recipes div.items
{
	width: 531px;
	height: 107px;
	float: left;
	margin: 0 8px;
	overflow: hidden;
}

.popular-recipes div.items ul
{
	height: 107px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.popular-recipes div.items ul li
{
	float: left;
	width: 100px;
	margin-right: 7px;
}

.popular-recipes div.items ul li a img
{
	float: left;
	margin-bottom: 5px;
}

.popular-recipes div.items ul li a
{
	font-weight: bold;
}

.comments
{
	padding: 0 14px 10px 14px;
	color: #333;
	background: #f9f6e5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.comments ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.comments h3
{
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D8D7D7;
}

.comments form img
{
	float: left;
}

.comments fieldset
{
	float: right;
	width: 490px;
}

.comments input.text, .comments textarea
{
	border: 1px solid #CDCDCD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
}

.comments input.text
{
	width: 150px;
	margin-bottom: 5px;
}

.comments input.submit
{
	float: right;
}

.comments label
{
	display: block;
	margin-bottom: 3px;
}

.comments textarea
{
	float: left;
	width: 482px;
	height: 70px;
	margin-bottom: 7px;
}

.comments span.limit-count
{
	float: left;
	color: #979797;
	font-size: 11px;
	margin: -3px 0 0 3px;
}

.comments ul.comments-list
{
	margin-top: 9px;
}

.comments ul.comments-list li
{
	border-top: 2px solid #D8D7D7;
	padding: 8px 12px 8px 0;
}

.comments ul.comments-list li strong
{
	float: left;
	font-size: 11px;
	color: #544741;
	margin-bottom: 5px;
}

.comments ul.comments-list li span
{
	float: right;
	color: #c0bebe;
	font-size: 10px;
}
.comments ul.comments-list li img
{
	margin-top: 3px;
	float: left;
	margin-right: 12px;
}

.comments ul.comments-list li p
{
    line-height: 15px;
    color: #323232;
    font-size: 12px;
    overflow: hidden;
    word-wrap: break-word;
}

ul.error
{
	list-style: none;
	padding: 9px 11px;
	margin: 0;
	color: #a42200;
	background: #DBDBDB url(../img/visigerimai/ico-error.png) top right no-repeat;
	line-height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

.comments ul.error
{
	margin-bottom: 12px;
}

#content .add-recipe
{
	color: #333333
}

#content .add-recipe h1
{
	font-size: 18px;
	padding-bottom: 10px;
}

#content .add-recipe fieldset
{
	padding: 20px 8px 15px 8px;
	border-top: 1px solid #D2C8B4;
}

.add-recipe .main label, .add-recipe  .main input.r-input, .add-recipe  .main select,
.add-recipe .contests label, .add-recipe .contests input.r-input
{
	float: left;
	margin-bottom: 5px;
}

.add-recipe input.r-input, .add-recipe textarea
{
	border: 1px solid #9A9A9A;
	padding: 3px;
}

.add-recipe strong.title
{
	display: block;
	padding-left: 3px;
}

.add-recipe  .main select
{
	width: 150px;
	padding: 3px;
}
.add-recipe  .main span.info
{
	line-height: 18px;
	margin-left: 5px;
}


.add-recipe  .main input.r-input,
.add-recipe  .main textarea.r-input
{
	width: 346px;
}

.add-recipe  .main input.r-input.short
{
	width: 64px;
}

.add-recipe  .main label,
.add-recipe .contests label
{
	width: 170px;
	line-height: 18px;
}

.add-recipe .ingredients input.ingredient
{
	width: 259px;
}

.add-recipe .ingredients input.ingredient-value
{
	width: 64px;
}

.add-recipe .ingredients select
{
	padding: 3px;
	width: 156px;
}

.add-recipe a.delete-row
{
	float: right;
	width: 12px;
	height: 12px;
	background: url(../img/receptai/btns_hovers.png) 0 -108px no-repeat;
}

.add-recipe a.delete-row:hover
{
	background-position: 0 -121px;
}


.add-recipe .ingredients table
{
	margin-bottom: 4px;
}

.add-recipe .ingredients tr
{
	height: 28px;
}

.add-recipe .ingredients .amount
{
	float: right;
	margin-right: 21px;
}


.add-recipe .steps table
{
	margin-top: 10px;
}

.add-recipe .steps textarea
{
	width: 512px;
}


.add-recipe fieldset.photos strong.title
{
	margin-bottom: 10px;
}

.add-recipe div.photos
{
	margin: 17px 0 0 4px;
}

.add-recipe div.photos .photo
{
	float: left;
	width: 250px;
	margin-bottom: 20px;

}

.add-recipe div.photos .photo span.num
{
	float: left;
	width: 17px;
	font-weight: bold;
}

.add-recipe div.photos .photo .data
{
	float: left;
	width: 185px;
}

.add-recipe div.photos .photo a.delete-row
{
	float: left;
	margin-left: 13px;
}


.add-recipe div.photos .photo label
{
	margin: 10px 0 3px 2px;
	display: block;
}

.add-recipe div.photos .photo textarea
{
	height:90px;
	width:177px;
}

.add-recipe input.submit
{
	margin: 10px 0 0 7px;
}

#content .add-recipe a.add-new,
#content .add-recipe .add-new
{
	height: 22px;
	line-height: 22px;
	margin-left: 21px;
	float: left;
	padding-left: 28px;
	background: url(../img/visigerimai/add.png) left top no-repeat;
	font-weight: bold;
}

#content .add-recipe .add-new
{
    color: #863700;
}

#content .add-recipe a.add-new:hover,
#content .add-recipe .add-new:hover
{
	color: #7a5a4f;
	text-decoration: none;
	background-position: left bottom;
}

#search
{
	background: #e9e2bd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #866148;
	position: relative;
}

#search h3
{
	font-size: 18px;
	font-family: Georgia, Serif;
        font-style: italic;
	margin-bottom: 8px;
}

#search a
{
	color: #fff;
}

#search input, #search label
{
	float: left;
}

#search label
{
	margin-right: 30px;
	cursor: pointer;
	padding-left: 6px;
}

#search input.text
{
    border: 0;
    background: url(../img/receptai/search-input.jpg) left top no-repeat;
    font-size: 13px;
    color: #999999;
    padding: 6px 13px 7px 13px;
    width: 418px;
    margin: 0 !important;
}

#search input.submit
{
    padding: 0 3px 3px 0 !important;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-family: Arial;
    background: url(../img/receptai/search-submit.jpg) left top no-repeat;
    height: 28px;
    width: 95px;
    cursor: pointer;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

#search input.submit:hover
{
	background-position: left bottom;
}

#search fieldset.main
{
	padding: 10px 0 9px 9px
}

#search fieldset.addictional
{
    font-family: Verdana, Geneva, sans-serif;
    border-top: 1px solid #ffffff;
    padding: 8px 13px 10px 9px;
    color: #333333;
}


#search fieldset.addictional input
{
	padding: 0;
	margin: 0;
}


#search fieldset.addictional a
{
	float: right;
}

#sidebar #search input.text
{
	width:250px
}

#sidebar #search h3
{
	float: left;
}

#sidebar #search a
{
	position: absolute;
	color: #fff;
	top: 15px;
	right: 14px;
	text-decoration: underline;
}

#sidebar #search a:hover
{
	text-decoration: none;
}

#sidebar h2
{
	font-family: Georgia, Serif;
        font-style: italic;
	font-size: 18px;
	color: #957158;
        padding-bottom: 10px;
}

#sidebar
{
	color: #544741;
}

#sidebar a
{
	color: #544741;
	text-decoration: none;
}

#sidebar a:hover
{
	text-decoration: underline;
}
#sidebar h2 a {
    color: #957158;
}

#sidebar .categories h2 .ornament,
#sidebar .categories h2 .ornament:link,
#sidebar .categories h2 .ornament:visited,
#sidebar .categories h2 .ornament:hover {
    text-decoration: none;
    float: left;
    padding-right: 80px;
    padding-bottom: 10px;

}

#sidebar .categories ul
{
	float: left;
	width: 180px;
	margin: 0 4px 0 3px;
	font-family: verdana, arial;
}

#sidebar .categories li
{
	padding: 3px 5px;
    position: relative;
}

#sidebar .categories li.active a{
    font-weight: bold;
}

#sidebar .categories li a
{
	display: block;
	background: url(../img/receptai/bullet.png) left center no-repeat;
	padding-left: 17px;
	line-height: 19px;
}


#sidebar .categories ul .subcategories {
    float: none;
    display: none;
}

#sidebar .categories li .subcategories li a{
    background: url(../img/receptai/bullet-blue.png) left center no-repeat;
    padding-left: 17px;
    margin-left: 14px;
    color: #594c46;
    line-height: 15px;
    font-weight: normal;
    white-space: nowrap;
}

#sidebar .categories li.active .subcategories {
    display: block;
}

#sidebar .categories ul .subcategories.floating {
    width: auto;
    display: block;
    position: absolute;
    top: -14px;
    left: 67px;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #6EB1C8;
    -webkit-box-shadow:  0px 0 4px 0px #6EB1C8;
    box-shadow:  0px 0 4px 0px #6EB1C8;
    padding: 6px 17px 6px 0;
    z-index: 100;
}
#sidebar .categories ul .subcategories.floating {
    margin-left: 10px;
    margin-top: 45px;
}

#sidebar .categories ul .subcategories-arrow {
    display: none;
    position: absolute;
    top: 0;
    left: 60px;
    width: 18px;
    height: 26px;
    z-index: 101;
    background: url(../img/receptai/submenu-arrow.png) no-repeat;
}
#sidebar .categories ul .subcategories-arrow-top {
    display: none;
    position: absolute;
    top: 14px;
    left: 78px;
    width: 100px;
    height: 18px;
    z-index: 101;
    background: url(../img/receptai/submenu-arrow-top.png) no-repeat;
}

#sidebar .blocks ul
{
	margin-right: -7px;
}
#sidebar .blocks ul a
{
	text-decoration: none;
}

#sidebar .blocks ul li
{
	float: left;
	width: 120px;
	margin-right: 7px;
	margin-bottom: 15px;
}

#sidebar .blocks ul li img
{
	float: left;
}

#sidebar .blocks ul li b
{
	display: block;
	line-height: 20px;
}

#sidebar #pollHolder
{
    margin-bottom: 15px;
}
#sidebar .poll
{
	background: #f9f6e5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 11px 9px;
}

#sidebar .poll form, #sidebar .poll .results
{
	margin-left: 8px;
}

#sidebar .poll strong
{
	display: block;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
}

#sidebar .poll input.radio
{
	float: left;
	margin: 0;
	padding: 0;
}

#sidebar .poll label
{
	float: left;
	cursor: pointer;
	color: #333333;
	padding-left: 10px;
	line-height: 14px;
	margin-bottom: 5px;
}

#sidebar .poll input.submit
{
	margin-top: 5px;
}

#sidebar .poll .results
{
	color: #333333;
}
#sidebar .poll .results .bar
{
	margin: 3px 0 14px 0;
	background: url(../img/visigerimai/poll-bar.gif) repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 12px;
}

#sidebar .list li
{
	padding: 5px 0;
}

#sidebar .list li img
{
	float: left;
	margin-right: 10px;
}

a.comments-count
{
    font-family: Tahoma, Geneva, sans-serif;
    color: #ffffff !important;
    float: right !important;
    line-height: 18px;
    padding: 0 4px;
    background: #f1a692;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#sidebar .list li div.fl
{
	width: 245px;
}

#sidebar .list li h3
{
	font-size: 13px;
	font-weight: bold;
	float: left;
	width: 210px;
	font-size: 16px;
}

#sidebar .list li p,
#sidebar .list li p a
{
	color: #333333;
	line-height: 14px;
	margin: 10px 10px 0 0;
	float: left;
}
#sidebar .list li p a {
    margin-top: 0px;
}

/** facebook**/
.absolute-fb-message{
    -moz-border-radius: 10px 10px 10px 10px;
    background-color: #F1E8DB;
}
.absolute-fb-message .message-head{
    color: #810137;
    margin: 20px 20px 25px 20px;
}
.absolute-fb-message .message-head h2{
    font-size:16px;
}
.absolute-fb-message .message-head a{
    background-color: #8799B0;
    color: #FFFFFF;
    display: block;
    float: right;
    padding: 3px;
    text-decoration: none;
    font-size: 12px;
}
.absolute-fb-message .message-body{
    margin: 0 19px 20px;
}

.ad-text {
    font-family: arial;
    font-size: 15px;
    line-height: 25px;
    color: #52463f;
    margin-bottom: 40px;
}

.ad-text a,
.ad-text a:link,
.ad-text a:visited,
.ad-text a:hover,
.ad-text a:active {
    text-decoration: underline !important;
}

#lazy-container .preloader {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #ddd;
    margin-top: 20px;
    display: none;
}
#lazy-container.loading .preloader {
    display: block;
}

#contest{
   display: block; 
}

#contest .contest-menu .name{
    font-family: Arial;
    font-weight: bold;
    font-size: 27px;
    font-style: normal;
    color: #333333;
    width: 100%;
    line-height: 34px;
    margin-bottom: 10px;
}

#contest .contest-menu .social{
    width: 100%;
}

#contest .contest-menu .tabs{
    width: 100%;
    margin-bottom: 20px;
}

#contest .contest-menu .tabs ul{
    list-style: none;
    display: inline;
}

#contest .contest-menu .tabs ul li{
    display: inline;
    padding: 0 5px 1px 5px;
    border-left: 1px solid #863700;
}

#contest .contest-menu .tabs ul li:first-of-type{
    display: inline;
    padding-left: 0px;
    border-left: none;
}

#contest .contest-menu .tabs ul li a{
    text-decoration: underline;
    font-size: 14px;
}

#contest .contest-menu .tabs ul li a.active{
    text-decoration: none;
}

#contest .contest-content{
    width: 100%;
    margin-bottom: 20px;
}

#contest .contest-content .description{
    display: inline-block;
    width: 100%;
    float: left;
    margin-right: 10px;
}

#contest .contest-content .image{
    display: inline-block;
    width: 240px;
    margin-left: 20px;
    float: right;
}

#contest .contest-content ul{
    list-style: none;
}

#contest .contest-content #prizes,
#contest .contest-content #winners,
#contest .contest-content #rules{
    display: none;
}

#contest .contest-content ul li.active{
    display: inline;
}

#contest a#add_recipe{
    float: inherit;
    margin-top: 5px;
    display: inline-block;
}
#contest .contest-menu .info{
    margin-bottom: 20px;
    background-color: #e9e2bd;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
    font-size: 14px;
}

fieldset.active-contests {
    padding: 10px 0 9px 9px;
    background: #faecdc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #866148;
    position: relative;
}

fieldset.active-contests li {
    margin-bottom: 15px;
}

fieldset.active-contests h3 {
    float: left;
    font-size: 18px;
    font-family: Georgia, Serif;
    font-style: italic;
    margin-bottom: 10px;
}

fieldset.active-contests img {
    float: left;
}

fieldset.active-contests .container {
    float: left;
    padding-left: 10px;
}

fieldset.active-contests .container .contest-title {
    font-size: 15px;
    font-weight: bold;
    color: #544741;
    margin-bottom: 10px;
    width: 235px;
}

fieldset.active-contests .container .button,
#content .list .right .button
{
    display: inline;
    padding: 3px 10px 3px 10px !important;
    border: 0;
    color: #fff !important;
    font-size: 13px;
    font-family: Arial;
    background: url(../img/receptai/btn-input.jpg) left top repeat-x;
    height: 26px;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.clear { clear: both; }


#content .list .right p{
    line-height: 20px;
    margin-bottom: 20px;
}

.recipe .author .recipe-author-image{
    width: 200px;
    padding-top: 10px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

img.smile {
    float: none !important;
    border: none !important;
}
.margin-bottom-7 {
    margin-bottom: 7px;
}

.error-block {
    padding: 15px 0 15px 15px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    color: #666;
    position: relative;
    margin-bottom: 15px;
}

#content .error-block .error-page h2 {
    font-family: Open Sans, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #666;
    padding-bottom: 10px;
    float: left;
    width: 300px;
    line-height: 34px;
}

#content .error-block .error-page h2 span{
    background: #DFDFDF;
    clear: both;
    height: 1px;
    display: block;
    margin-top: 10px;
}

.error-page .error-desc {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 13px;
    padding: 0px 0 20px 0;
    color: #666;
}

.error-page ul {
    margin-left: 20px;
}

.error-page ul li {
    font-family: Open Sans, Arial, sans-serif;
    margin-bottom: 5px;
    //padding: 10px 10px 20px;
    font-size: 13px;
    color: #666;
}

.projectsList a:hover{
    text-decoration: none !important;
}

.projectsList .item {
    width: 477px;
    height: 150px;
    border: 1px solid #d2cfb0;
    display: inline-block;
    margin-bottom: 10px;
}

.projectsList .item.even{
    margin-right: 20px;
}

.projectsList .item:hover{
    border: 1px solid #f1a692;
}

.projectsList .item .inner{
    margin-left: 20px;
    height: 150px;
    float: left;
    background: url(../img/receptai/bullet-projects.png) no-repeat left center;
    padding-left: 30px;
}

.projectsList .item .inner-text{
    vertical-align: bottom;
    margin-top: 50px;
    max-width: 270px;
}

.projectsList .item .inner-text span{
    color: #333333;
    font-size: 16px;
}

.projectsList .item .image{
    width: 150px;
    height: 150px;
    float: right;
}

p.additional-text-html{
	font-size: 13px;
}

.recipe-description{
    width: 346px;
    max-width: 346px;
}

.recipe-description::-webkit-input-placeholder {
	color: #9797b1;
	font-style: italic;
}

.recipe-description:-moz-placeholder { /* Firefox 18- */
	color: #9797b1;
	font-style: italic;
}

.recipe-description::-moz-placeholder {  /* Firefox 19+ */
	color: #9797b1;
	font-style: italic;
}

.recipe-description:-ms-input-placeholder {
	color: #9797b1;
	font-style: italic;
}

.recipe .descriptions {
    background-color: #f9f6e5;
    padding: 12px;
    width: 357px;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 20px;
}

.recipe .descriptions a {
	font-size: 12px !important;
	color: #333333 !important;
	text-decoration: underline !important;
	float: none;
	margin: 0;
}

.recipe .descriptions .description .descriptionIntro{
	 font-weight: bold;
	 color: #957158;
 }

.recipe .descriptions .descriptionMore{
    color: #863700;
    font-weight: bold;
    cursor: pointer;
}

.recipe .descriptions .descriptionAuthor{
    color: #333333;
    font-weight: bold;
}

.recipe .descriptions .descriptionAuthor a{
    color: #863700 !important;
    font-weight: bold;
    float: none;
	text-decoration: none !important;
	font-size: 12px;
}

.recipe .descriptions .descriptionSpliter{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 1px;
    background-color: #e8e4cf;
}

.w1000.force .ad-wrapper {
	padding: 0px !important;
}

.w1000.force #re980x200_receptai\.lt {
	display: none;
}

/* discounts-system-segment start */
.aboutRecipeSegment .discounts-system-segment,
.aboutRecipeSegment .discounts-system-values {
	display: none;
}
.aboutRecipeSegment.on-discounts-sys .discounts-system-segment,
.aboutRecipeSegment.on-discounts-sys.on-discounts-price .discounts-system-values {
	display: block;
}

.discounts-system-segment {
	width: 100%;
	display: table;
}
.discounts-system-segment .title-block {
	display: table-row;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.discounts-system-segment .logo-block,
.discounts-system-segment .on-off-btn-block,
.discounts-system-segment .question-mark {
	display: table-cell;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 12px;
}
.discounts-system-segment .logo-block {
	width: 63%;
}
.discounts-system-segment .on-off-btn-block {
	width: 37%;
}
.discounts-system-segment .question-mark {
	text-align: right;
	padding-left: 5px;
	vertical-align: top;
	position: relative;
}
.discounts-system-segment .question-mark .icon-item {
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 9px;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
}
.discounts-system-segment .logo-block img {
	vertical-align: middle;
}
.discounts-system-segment .logo-block .logo-text {
	color: #333333;
	font-size: 12px;
}


/* discounts-system-segment end */
.on-off-btn-style {
	width: 66px;
	height: 28px;
	border-radius: 14px;
	position: relative;
	float: right;
	cursor: pointer;
}
.on-off-btn-style.off {
	background-color: #b1b1b1;
}
.on-off-btn-style.on {
	background-color: #d8d4db;
}
.on-off-btn-style .switch-item {
	width: 22px;
	height: 22px;
	background-color: #ffffff;
	border-radius: 11px;
	position: absolute;
	transition: right 0.2s linear;
}
.on-off-btn-style.on .switch-item {
	top: 3px;
	right: 3px;
}
.on-off-btn-style.off .switch-item {
	top: 3px;
	right: 41px;
}
.on-off-btn-style .yes-text,
.on-off-btn-style .no-text {
	color: #ffffff;
	position: absolute;
	font-size: 12px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.on-off-btn-style.on .yes-text {
	display: block;
	top: 8px;
	left: 9px;
}
.on-off-btn-style.off .yes-text {
	display: none;
}
.on-off-btn-style.on .no-text {
	display: none;
}
.on-off-btn-style.off .no-text {
	display: block;
	top: 8px;
	right: 13px;
}

.discounts-system-name {
	font-size: 12px !important;
	color: #333333 !important;
	margin-bottom: 3px !important;
	margin-top: 6px !important;
	display: block;
	text-decoration: none !important;
	cursor: pointer;
}
.discounts-system-price {
	margin-bottom: 16px !important;
	display: block;
	text-decoration: none !important;
	cursor: pointer;
	transition: opacity 0.4s;
}
.discounts-system-price:hover {
	opacity: 0.7;
}
.discounts-system-price span.a-style,
.discounts-system-values .one-item-a {
	color: #863700 !important;
	font-size: 12px !important;
}
.discounts-system-price span.b-style {
	color: #c6c1c1 !important;
	text-decoration: line-through;
	font-size: 12px !important;
}


/* div.message-box-style start */
.message-box-style {
	width: 150px;
	padding: 5px;
	border: 1px solid #635555;
	border-radius: 5px;
	position: absolute;
	bottom: 37px;
	left: -5px;
	background-color: #ffffff;
	text-align: left;
	font-size: 11px;
	display: none;
	z-index: 10;
}
.icon-item:hover .message-box-style {
	display: block;
}
/* div.message-box-style end */

.privacyPolicyContainer ul {
	padding-left: 15px;
}
.privacyPolicyContainer ol {
	padding-left: 15px;
	margin-bottom: 0;
}
#recipeCreateForm .questContainer abbr img {
    padding: 5px;
}


.partner-ico-segment {
	position: absolute;
	width: 33px;
	height: 33px;
	left: 10px;
	bottom: 10px;
	background-color: rgba(82, 69, 69, 0.5);
	text-align: center;
	border-radius: 17px;
}
.partner-ico-segment.a-type {
	left: -265px;
	bottom: -135px;
}
.partner-ico-segment.b-type {
	left: 41px;
	bottom: -135px;
}
.partner-ico-segment img.partner-ico {
	width: 15px !important;
	display: inline-block !important;
	margin-top: 9px;
}

.partner-text-segment {
	font-size: 12px;
	color: #333333;
	position: relative;
}
.partner-text-segment .this-frame {
	display: inline-block;
	cursor: pointer;
}
.partner-text-segment .this-frame .text {
	vertical-align: middle;
}
.partner-text-segment .image img {
	vertical-align: top;
	margin-left: 3px;
	margin-top: 2px;
}
.partner-text-segment .image .dialog {
	display: none;
	position: absolute;
	left: 0;
	top: -35px;
	padding: 8px;
	background-color: #957158;
	font-size: 12px;
	color: #ffffff;
}
.partner-text-segment .this-frame:hover .dialog {
	display: block;
}

.privacyPolicyContainer h1 {
	padding-top: 20px;
}

.privacyPolicyContainer h2 {
	font-weight: bold;
	font-style: italic;
	padding-top: 15px;
}

.privacyPolicyContainer p {
	padding-top: 10px;
}

.privacyPolicyContainer table {
	border-collapse: collapse;
	border: 1px solid black;
	margin-top: 5px;
}

.privacyPolicyContainer tr {
	text-align: left;
}

.privacyPolicyContainer th, privacyPolicyContainer td {
	padding: 5px 5px !important;
	border-left: 1px solid black;
}

.privacyPolicyContainer td p:first-of-type {
	padding-top: 0;
}

.privacyPolicyContainer th {
	background-color: lightgrey;
}

.privacyPolicyContainer td {
	border-top: 1px solid black;
}

.privacyPolicyContainer .more-info {
	font-style: italic;
}

.privacyPolicyContainer .slide-up, .privacyPolicyContainer .slide-down {
	overflow: hidden;
}

.privacyPolicyContainer .slide-up > div, .privacyPolicyContainer .slide-down > div {
	transform: translateY(-100%);
	transition: .4s ease-in-out;
}

.privacyPolicyContainer .slide-down > div {
	transform: translateY(0);
}

.privacyPolicyContainer .slide-up > div {
	height: 0;
}

.privacyPolicyContainer .more-info-toggle {
	font-weight: bold;
}

.privacyPolicyContainer .more-info p:first-of-type {
	padding-top: 5px;
}

.privacyPolicyContainer a:hover {
	cursor: pointer;
}