html, body{
    width: 100%;
    height:100%;
    padding:0;
    margin:0;
}

body{
    font-family: Open Sans, Arial, sans-serif;
    font-size: 12px;
    background-color: #ebebeb;
    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; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mr15 { margin-right: 15px; }
.pt5 { padding-top: 5px !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 0px 14px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-family: Arial;
    background: url(../img/gaspadine/btn_backgrounds.png) left top repeat-x;
    height: 26px;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

input.submit:hover
{
    background: url(../img/gaspadine/btn_backgrounds_hover.png) left top repeat-x;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}

.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: 13px auto 13px; /* 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: 10px 0;
	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: #1ABC9C;
	line-height: 24px;
	padding: 0 12px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#content .pagination a:hover
{
	text-decoration: none;
	background: #00b5d0;
}

	.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: #00b5d0;
		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/gaspadine/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;
	}
        
        ul#breadcrumb li a:hover{
            color: #00cccc;
        }


#header_wrapper
{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 10px 10px 10px;
    width: 1000px;
    margin: 0 auto;
    background: #ffffff url(../img/gaspadine/header-bg.png) top center repeat-y;
}

#header_wrapper #header-banner{
    display: inline-block;
    border-top: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;
    padding: 6px 0 5px 0;
    margin-top: -10px;
    text-align: center;
    width: 100%;
}

#header_wrapper #header-text
{
    font-size: 11px;
    color: #bebebe;
    text-align: right;
    margin-top: 2px;
}

#header, #content_wrapper, #footer
{
	width: 1020px;
	margin: 0 auto;
}

#menu ul, #footer ul, #sidebar ul
{
	list-style: none;
}

#header #logo
{
	float: left;
	margin: 0;
        margin-right: 30px;
}

#header a { text-decoration: none; }

#header_wrapper #menu
{
    display: inline-block;
    width: 1000px;
    margin: 0 auto;
}

#header_wrapper #menu ul
{
    float: left;
    width: 100%;
    margin: 15px 0 0 0px;
    background: url(../img/gaspadine/menu-bg.png) repeat-x;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#header_wrapper #menu ul li
{
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #ccc;
    font-size: 14px;
    float: left;
    background: url(../img/gaspadine/menu-separator.png) no-repeat right top;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 49px;
}

#header_wrapper #menu ul li.home
{
    padding-right: 12px;
    padding-left: 12px;
}

#header_wrapper #menu ul li.home a
{
    background: url(../img/gaspadine/menu-home.png) center no-repeat;
    padding: 4px 15px;
}

#header_wrapper #menu ul li.last
{
    background: none;
}

#header_wrapper #menu ul li a
{
	color: #fff;
	padding: 0 10px;
        text-decoration: none;
        text-transform: uppercase;
}

#header_wrapper #menu ul li a:hover
{
	color: #00cccc;
}

#header a#add_recipe,
#contest a#add_recipe
{
    /*font-family: Georgia, Serif;*/
    line-height: 29px;
    float: left;
    color: #fff;
    background: url(../img/gaspadine/btn_backgrounds.png) repeat-x;
    padding: 0 25px 0 25px;
    border: #00cccc 1px solid;
    font-size: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 33px;
}

#header a#add_recipe span,
#contest a#add_recipe span
{
	line-height: 42px;
	display: block;
	background: url(../img/gaspadine/btn_bullet.png) left center no-repeat;
	padding-left: 30px;
}

#header a#add_recipe:hover,
#contest a#add_recipe:hover
{
    background: url(../img/gaspadine/btn_backgrounds_hover.png) repeat-x;
}

#header_wrapper #header #search
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #866148;
        float: left;
        margin-top: 33px;
        margin-right: 17px;
}

#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/gaspadine/search-input.png) left top no-repeat;
    font-size: 18px;
    color: #999999;
    padding: 9px 13px 11px 13px;
    width: 460px;
    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/gaspadine/search-submit.png) left top no-repeat;
    height: 40px;
    width: 46px;
    cursor: pointer;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

#search input.submit:hover
{
    background: url(../img/gaspadine/search-submit.png) left bottom no-repeat;
	/*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;
}


#content_wrapper
{
	padding: 0 10px 10px 10px;
	width: 1000px;
        background: #ffffff url(../img/gaspadine/inner-bg.png) top center repeat-y;
}

#content_wrapper.white
{
    background: #ffffff;
    border-left: 1px solid #d2ceb5;
    border-right: 1px solid #d2ceb5;
    padding: 0 9px 9px 9px;
}

#content-border-top {
        margin: 0 auto;
	width: 1020px;
        height: 16px;
        background: transparent url(../img/gaspadine/header-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: 0 0 7px 0;
}

#content_wrapper .ad
{
	background: #E5DCCF;
	width: 100%;
}

#content_wrapper .ad-transparent
{
	width: 100%;
}

#footer_wrapper
{
    margin: 0 auto;
    width: 1020px;
    background: url(../img/gaspadine/footer-bg.png) bottom center repeat-y;
}

#footer
{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 1020px;
}

#footer ul li
{
    background: url(../img/gaspadine/bullet-bottom.png) left center no-repeat;
    padding-left: 16px;
    margin-left: 4px;
    color: #ccffff;
    display: inline-block;
}


#footer ul li.first
{
	margin: 0 0 0 10px;
	padding: 0;
	background: 0;
}

#footer ul li a
{
	color: #fff;
	text-decoration: none;
}

#footer_bottom_border
{
    margin: 0 auto;
    width: 1020px;
    height: 15px;
    background: transparent url(../img/gaspadine/footer-bottom.png) left center no-repeat;
}

#content
{
	float: left;
	width: 575px;
	margin-left: 10px;
}

.projects #content{
    width: 1000px;
}

#content a
{
	text-decoration: none;
	color: #666666;
}

#content a:hover
{
	text-decoration: underline;
}

#sidebar,
.sticky-wrapper
{
    float: right;
    width: 385px;
}

.sticky-wrapper {
    padding-top: 14px;
    margin-right: 5px;

}

.separator
{
	background: url(../img/gaspadine/separator-line.png) left center repeat-x;
	height: 42px;
}

#content h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #33cc99;
	font-size: 24px;
	margin-bottom: 10px;
}
#content h1 a {
    color: #33cc99;
}

#content h1.short
{
	width: 320px;
	float: left;
}

#content ul.filter
{
	float: right;
	list-style: none;
	margin-top: 5px;
}

#content ul.filter li
{
	float: left;
	border-right: 1px solid #cccccc;
	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;
        color: #663333;
        font-size: 13px;
        font-weight: bold;
}

#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;
        color: #333333;
}

#content div.list img
{
	margin-bottom: 7px;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content .list img
{
	float: left;
}

#content .list h2
{
    float: left;
}

#content .list .big h2,
#content .list .lead h2
{
    font-size: 18px;
    font-weight: normal;
}

#content .list h2 a
{
	color: #666;
        font-family: Open Sans, Arial, sans-serif;
        font-size: 22px;
        font-weight: normal;
}

#content .list .medium h2 a{
    font-size: 17px;
}

#content .list .small h2 a{
    font-size: 14px;
}

#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: 5px;
}


#content ul.list p
{
	clear: both;
	padding-top: 15px;
}

#content ul.list  a.img
{
	float: left;
	margin-right: 11px;
}

#content ul.list.ingredient-recipes .right
{
    width: 370px;
}

#content ul.list.ingredient-recipes h2
{
    width: 320px;
}

#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: 10px; }
#content div.list div.medium h2{ max-width: 280px; margin-bottom: 20px; line-height: 22px;}
#content div.list div.small h2{ width: 185px; margin-bottom: 10px; font-size: 13px; }

#content div.list div.medium .item { max-width: 280px; float: left; margin-right: 15px; position: relative; }
#content div.list div.small .item { width: 185px; float: left; margin-right: 5px; margin-bottom: 5px;}
#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;
    clear: both;
    margin: 8px 0;
    font-weight: bold;
}

#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 0px -10px -10px;
	padding: 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 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: 4px;
}
#content .article div.photoDescription-block
{
    text-align: right;
    font-size: 11px;
    color: #9b8e8e;
    margin-bottom: 8px;
}

#content .article .wysiwyg
{
	margin-bottom: 15px;
        font-size: 13px;
        line-height:19px;
        margin-top: 10px;
}

#content .article .wysiwyg a
{
    text-decoration: underline !important;
    color: #333333 !important;
}

#content .article .wysiwyg h2
{
	font-weight: bold;
	font-size: 15px;
}

#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 .wysiwyg ol {
    font-weight: bold;
}

#content .article .wysiwyg ol p {
    font-weight: normal;
}

#content .article .tags
{
	margin-bottom: 15px;
}

#content .article .tags a
{
	color: #544741 !important;
}

#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: right;
	width: 310px;
}
.recipe .right-instructions {
    float: right;
    width: 380px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.recipe .gallery a, .recipe .gallery img
{
	float: left;
        -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
        
}

.recipe .gallery a
{
	margin: 0 0 2px 10px;
}

.recipe .recommend {
    float: right;
    width: 300px;
}

.recipe .recommend h2.title {
    color: #6eb1c8;
    font-weight: bold;
}

.recipe .lists
{
	float: left;
	width: 250px;
        font-size: 13px
}

.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: 14px;
	background: url(../img/gaspadine/bullets_filled.png) 0 10px no-repeat;
}

.recipe .lists ul.ingredients li a {
    color: #333333 !important;
}

.recipe .lists ul.ingredients li a:hover {
    text-decoration: none;
}

.recipe .lists ul.ingredients li a.bb-url:hover,
.recipe .lists ul.ingredients li a.bb-url,
a.underline:hover,
a.underline {
    text-decoration: underline !important;
}

.recipe .author
{
	margin-bottom: 10px;
}


.navigation
{
	float: right;
	margin-bottom: 10px;
}

.navigation a
{
	float: left;
	width: 30px;
	height: 30px;
	background: url(../img/gaspadine/btn_navigation.png) no-repeat;
}

.navigation a.next
{
	background-position: -30px 0;
}
.navigation a.next:hover
{
	background-position: -30px -30px;
}
.navigation a.prev
{
	background-position: 0 0;
	margin-right: 5px;
}
.navigation a.prev:hover
{
	background-position: 0 -30px;
}

.navigation span.print-item
{
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-color: #b2b2b2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.navigation span.print-item:hover
{
    background-color: #52dbca;
}
.navigation span.print-item img
{
    margin-top: 8px;
}

.social
{
	float: left;
	width: 400px;
	margin-bottom: 16px;
}

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;
}

#content a.comments-count:hover {
    text-decoration: none;
}

.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: #ececec;
	-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;
}

img.smile {
    float: none !important;
    border: none !important;
}

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
{
	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: #666666;
}

#content .add-recipe a.add-new:hover,
#content .add-recipe .add-new:hover
{
	color: #7a5a4f;
	text-decoration: none;
	background-position: left bottom;
}

#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: Open Sans, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #666;
    padding-bottom: 10px;
}

#sidebar
{
	color: #666;
}

#sidebar a
{
	color: #666;
	text-decoration: none;
}

#sidebar a:hover
{
	text-decoration: underline;
        color: #33cccc;
}
#sidebar h2 a {
    color: #33cccc;
}

#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: Open Sans, Arial, Helvetica, sans-serif;
        font-size: 13px;
}

#sidebar .categories li
{
	padding: 3px 0;
        position: relative;
}

#sidebar .categories li.active a{
    font-weight: bold;
    color: #333;
}

#sidebar .categories li a
{
	display: block;
	background: url(../img/gaspadine/bullet.png) 2px center no-repeat;
	padding-left: 17px;
	line-height: 19px;
}

#sidebar .categories li a:hover 
{
    background: url(../img/gaspadine/bullet-hover.png) 2px center no-repeat;
}


#sidebar .categories ul .subcategories {
    float: none;
    display: none;
}

#sidebar .categories li .subcategories li a{
    background: url(../img/gaspadine/bullets.png) 2px 2px no-repeat;
    padding-left: 17px;
    margin-left: 14px;
    color: #666;
    line-height: 15px;
    font-weight: normal;
    white-space: nowrap;
}

#sidebar .categories li .subcategories li a:hover{
    color: #33cccc;
    background: url(../img/gaspadine/bullets.png) 2px -25px no-repeat;
}

#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: 80px;
    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;
    letter-spacing: 1px;
}

#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 span
{
	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/gaspadine/btn_backgrounds.png) 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
{
    line-height: 17px;
    margin-left: 4px;
    margin-top: 4px;
}
a.comments-count span
{
    font-family: Arial, Helvetica, sans-serif;
    background: url(../img/gaspadine/comment-bubble.png) no-repeat;
    font-size: 12px;
    font-weight: normal;
    color: #9999cc;
    padding-left: 25px;
    padding-bottom: 5px;
    vertical-align: top;
}

#sidebar .list li div.fl
{
	width: 245px;
}

#sidebar .list li h3
{
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 210px;
}

#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.maxWidthImg {
    max-width: 100%;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}
.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 #d6d6d6;
    display: inline-block;
    margin-bottom: 10px;
}

.projectsList .item.even{
    margin-right: 20px;
}

.projectsList .item:hover{
    border: 1px solid #00b5d0;
}

.projectsList .item:hover .inner{
    background: url(../img/gaspadine/bullet-projects-hover.png) no-repeat left center;
}

.projectsList .item .inner{
    margin-left: 20px;
    height: 150px;
    float: left;
    background: url(../img/gaspadine/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: #666666;
    font-size: 16px;
}

.projectsList .item .image{
    width: 150px;
    height: 150px;
    float: right;
}

p.additional-text-html{
    font-size: 12px;
}

.recipe-description{
    width: 346px;
    max-width: 346px;
}

.recipe .descriptions {
    font-size: 13px;
    margin-bottom: 20px;
}

.recipe .descriptions .authorsDescription a{
    text-decoration: underline !important;
    color: #333333 !important;
}

.recipe .descriptions .editorsDescription a{
    text-decoration: underline !important;
    color: #333333 !important;
}

.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 .description .descriptionIntro{
    font-weight: bold;
}

.recipe .descriptions .descriptionMore{
    color: #1abc9c;
    font-weight: bold;
    cursor: pointer;
}

.recipe .descriptions .descriptionAuthor{
    color: #333333;
    font-size: 11px;
    font-weight: bold;
}

.recipe .descriptions .descriptionAuthor a{
    color: #333333 !important;
    font-size: 13px;
    font-weight: bold;
}

.recipe .descriptions .descriptionSpliter{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
}


/* 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: 15px;
}
.discounts-system-segment .logo-block {
    width: 60%;
}
.discounts-system-segment .on-off-btn-block {
    width: 40%;
}
.discounts-system-segment .question-mark {
    text-align: right;
    padding-left: 5px;
    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;
}
.discounts-system-segment .logo-block img {
    vertical-align: middle;
}
.discounts-system-segment .logo-block .logo-text {
    color: #333333;
    font-size: 13px;
}

/* 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: #09ba9b;
}
.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: 6px;
    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: 6px;
    right: 13px;
}

.discounts-system-name {
    font-size: 13px !important;
    color: #333333 !important;
    margin-bottom: 3px !important;
    margin-top: 3px !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-price .one-item-a {
    color: #00ba9b !important;
    font-size: 12px !important;
    color: #333333;
}
.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: 47px;
    left: -5px;
    background-color: #ffffff;
    text-align: left;
    font-size: 11px;
    display: none;
}
.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: #33cc99;
    font-size: 12px;
    color: #ffffff;
}
.partner-text-segment .this-frame:hover .dialog {
    display: block;
}