/* CSS Reset - Conform Browsers */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: #cccccc;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a {
  color: #36001f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.4em;
}

.recipe-box h2 {
  color: #90b72a;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
}

.item-list h3 {
  font-size: 1.0em;
  font-weight: bold;
  padding: 10px 0;
}

h4 {
  font-size: 1.0em;
  font-weight: bold;
}

h5 {
  font-size: 0.8em;
  font-weight: bold;
}

/* CSS */

body {
  padding: 0;
  margin: 0;
  text-align: center; /*Centering for IE */
  line-height: 1.5em;
  background: url(../images/style2/kuharija_pattern_pozadina_prolece_2.jpg);
  min-width: 760px;
}

/* Main Layout */

#top-wrapper { 
  margin: 15px auto;
  padding: 0;
  text-align: left; /* Reset text alignment */
}

#page-wrapper { 
  margin: 0px auto;
  padding: 0;
  text-align: left; /* Reset text alignment */
  background: #ffffff;
  border: 1px solid #999999;
}

#middle-wrapper {
}

.width-wrapper {
  margin: 0 auto; /* Center on Page */
}

#main-content {
  float: left;
  width: 100%;
}

#main-content-inner {
  margin: 15px;
}

body.two-sidebars #main-content { 
  margin-left: -200px;
  margin-right: -200px;
}

body.sidebar-left #main-content { 
  margin-left: -200px;
}

body.sidebar-right #main-content { 
  margin-right: -200px;
}

body.two-sidebars #squeeze { 
  margin: 0 200px 0 200px;
}

body.sidebar-left #squeeze { 
  margin-left: 200px;
} 

body.sidebar-right #squeeze { 
  margin-right: 200px;
}

#middle-wrapper .sidebar-left {
  float: left;
  z-index: 1;
  position: relative;
  width: 200px;
}

#middle-wrapper .sidebar-right {
  float: left;
  z-index: 1;
  position: relative;
  width: 200px; 
}

.width25 { width: 24.9% }
.width33 { width: 33.3% }
.width50 { width: 49.9% }
.width100 { width: 99.9% }

/* Header  */

#header-wrapper {
  position: relative;
  height: 130px;
  margin: 0 15px;
  font-size: 1.0em;
}

#header-wrapper-b {
  position: relative;
  margin: 0 15px;
  height: 100px;
  font-size: 1.0em;
}

#site-logo {
  margin-top: 15px;
  padding: 0 15px 0 5px;
  float: left;
}

#site-name {
  margin-top: 20px;
  padding: 0 15px 0 5px;
  line-height: 48px;
  font-size: 48px;
  font-weight: bold;
  color: #36001f;
  float: left;
}

#site-slogan {
  width: 150px;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 10px;
  line-height: 1.0em;
  font-weight: bold;
  float: left;
  color: #36001f;
}

#search-box {
  position: absolute;
  bottom: 30px;
  right: 0px;
}

/* Footer */

#footer {
  font-size: 1.0em;
  background: #e9e9e9;
  text-align: center;
}

/* Sidebar Blocks */

.left-sideblock {
  font-size: 1.0em;
  margin: 15px 0px 15px 15px;
  background: #fcfcfc url(../images/style2/sideblock-bg.png) bottom repeat-x;
}

.right-sideblock {
  font-size: 1.0em;
  margin: 15px 15px 15px 10px;
  background: #fcfcfc url(../images/style2/sideblock-bg.png) bottom repeat-x;
}

.sideblock-inner, .sideblock-inner {
}

.sideblock-inner .content {
  padding: 15px;
  padding-top: 10px;
}

.right-sideblock .sideblock-inner h2 {
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.0em;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  background: url(../images/side_right_h2.png) left no-repeat;
  font-weight: normal;
}

.left-sideblock .sideblock-inner h2 {
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.0em;
  height: 32px;
  line-height: 25px;
  color: #ffffff;
  background: url(../images/style2/left-sideblock-h2.png) left no-repeat;
}

.sideblock-inner h3 {
  font-size: 1.0em;
  font-weight: bold;
  color: #666666;
  padding: 15px 0;
}

/* Dynamic Block */

#features {
  margin: 0 15px 15px 15px;
}

#dynamic {
  font-size: 1.0em;
  float:left;
  border-radius: 10px;
}

/* Tab Block */

#tab-block {
  font-size: 1.0em;
  float: right;
  margin-left: -720px;
  width: 100%;
}

#tab-block-squeeze {
  margin-left: 720px;
  border: 2px solid #afd962;
  border-radius: 10px;
  background: url(../images/karo.png);
  height: 315px;
}

#tab-block-squeeze .title {
	margin-top: 10px;
}

#tab-block-squeeze a {
  color: #789e17;
  font-weight: normal;
}

#tab-block-inner {
  margin-left: 15px;
}

/* Features Block */

.views-field-field-image-fid {
  margin-top: -17px;
  margin-bottom: 5px;
  text-align: center;
}

.views-field-field-image-fid img {
  background: #ffffff;
}

.views-field-title {
  padding: 5px 0px;
  font-size: 1.3em;
  font-weight: normal !important;
}

.views-field-field-slide-text-value {
  padding: 5px;
}

/* Top Custom Regions */

#top-regions {
  font-size: 1.0em;
  margin-left: 15px;
}

#top-regions .userblock {
  float: left;
}

#top-regions .userblock-inner {
  margin-right: 15px;
}

#top-regions .userblock-inner .content {
  font-size: 0.8em;
  padding-bottom: 15px;
  padding-top: 10px;
}

#top-regions .userblock-inner .content p {
  padding-left: 5px;
  padding-right: 5px;
}

#top-regions .userblock-inner h2 {
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.1em;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  font-weight: normal;
  background: url(../images/top_regions_h2.png) left no-repeat;
}


/* Extra Right Regions */

#extra-right-regions {
  font-size: 1.0em;
}

#extra-right-regions .userblock {
  float: left;
}

#extra-right-regions .userblock-inner {
  margin-right: 15px;
  margin-bottom: 15px;
  background: #fcfcfc url(../images/style2/sideblock-bg.png) bottom repeat-x;
}

#extra-right-regions .userblock-inner .content {
  font-size: 0.8em;
  padding: 15px;
  padding-top: 10px;
}

#extra-right-regions .userblock-inner h2 {
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.0em;
  line-height: 25px;
  color: #36001f;
  background: #eeeeee;;
}


/* Bottom Custom Regions */

#bottom-regions {
  font-size: 1.0em;
  margin-left: 15px;
  margin-bottom: 15px;
}

#bottom-regions .userblock {
  float: left;
}

#bottom-regions .userblock-inner {
  margin-right: 15px;
  background: #fcfcfc url(../images/style2/sideblock-bg.png) bottom repeat-x;
}

#bottom-regions .userblock-inner .content {
  font-size: 0.8em;
  padding: 15px;
  padding-top: 10px;
}

#bottom-regions .userblock-inner h2 {
  display: block;
  padding: 0 0 0 10px;
  font-size: 1.0em;
  height: 32px;
  line-height: 25px;
  color: #ffffff;
  background: url(../images/style2/black-h2.png) left no-repeat;
}

/* Footer Custom Regions */

#footer-regions {
  font-size: 1.0em;
  margin: 0 15px 15px 15px;
  color: #ffffff;
  background: #cbe987 url(../images/footer.png) left bottom repeat-x;
  padding: 10px 40px;
}

#footer-regions .userblock {
  float: left;
}

#footer-regions .userblock-inner {
  padding: 15px;
}

#footer-regions .userblock-inner .content {
  font-size: 1.0em;
}

#footer-regions .userblock-inner h2 {
  padding-bottom: 15px;
  font-size: 1.3em;
  font-weight: normal;
  color: #2b451d;
}

#footer-regions a {
  color: #2b451d;
}

#footer-regions  .item-list ul li a {
  color: #ffffff;
}

#footer-regions  .item-list ul li a:hover {
  color: #ffffff;
}

#footer-regions .item-list ul li {
  border-bottom: 1px dashed #ffffff;
}

#footer-regions .more-link a {
  color: #ffffff;
}

.footer-message {
  text-align: center;
  font-weight: bold;
}

/* Side Menu */

.sideblock-inner ul.menu ul {
  margin: 0;
  padding: 10px;
  border: none;
  list-style-image: none;
  list-style-position: none;
  list-style-type: none;
  text-align: left;
}

.sideblock-inner ul.menu li {
  margin: 0;
  padding: 2px 0;
  font-size: 1.0em;
  list-style-position: none;
  list-style-type: none;
  background: url(../images/style2/list-divider.png) bottom repeat-x; 
}

.sideblock-inner ul.menu li a {
  display:block;
  padding: 0 5px;
  line-height: 25px;
  color: #36001f;
  background: url(../images/style2/sidemenu-bg.png) 0 0 repeat-x;
  border: 1px solid #eeeeee;
}

.sideblock-inner ul.menu li a:hover {
  background-postion: 0 -125px;
  text-decoration: none;
}

.sideblock-inner ul.menu li li {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  background: url() bottom repeat-x;
}

.sideblock-inner ul.menu li li li {
  font-size: 1.0em;
}

.sideblock-inner ul.menu li li a {
  color: #666666;
  background: url() 0 0 repeat-x;
  border: 0px solid #f1f1f1;
}

.sideblock-inner ul.menu li li a:hover {
  color: #36001f;
}

.sideblock-inner ul.menu li li a.active {
  color: #36001f;
}

/* Lists */

ul.menu {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

li.expanded, li.collapsed, li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

.item-list ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

.item-list ul li {
  margin: 0;
  padding: 3px 0;
  list-style-image: none;
  list-style-type: cirlce;
  list-style-position:inside;
  font-size: 1.0em;
  border-bottom: 1px dashed #dddddd;
  color: #2c441d;
}

.item-list ul li a {
  color: #36001f;
}

.item-list ul li a:hover {
  color: #111111;
  text-decoration: underline;
}

ul.links li {
  padding:0 0;
}

.more-link {
  margin-top: 15px;
}

.more-link a {
  background-color: #a7c857;
  border-radius: 7px;
  border: 1px solid #92b82a;
  color:#000;
  font-weight: normal;
  font-size:12px; 
  margin:0;
  padding: 5px 13px;
  text-decoration:none;
  text-align:center;
  color: #000;

}

#footer-regions .more-link a {
  background-color: #f3f6c8;
  color: #000;
  font-weight: normal;
}

#footer-regions .views-field-title {
  font-size: 1.0em; 
}



.sideblock-inner li.comment_comments a, .sideblock-inner ul.links li.comment_add a, .block-inner li.comment_comments a, .block-inner ul.links li.comment_add a {
  padding: 5px 5px 5px 30px;
  background: url(../images/comment-small.png) 0% 50% no-repeat;
}

.sideblock-inner li.node_read_more a, .block-inner li.node_read_more a  {
  padding: 5px 5px 5px 30px;
  background: url(../images/readmore-small.png) 0% 50% no-repeat;
}

/* Primary Links 

#navigation {
  font-size: 1.0em;
  margin: 15px;
  margin-top: 0px;
}

#primary-links h2 {
  display: none;
}

#primary-links {
  line-height: 34px;
  background: url(../images/style2/pozadina_clanki_patern_2px.png) repeat-x;
}

#primary-links ul li a {
  display: block;
  padding: 0 15px;
  font-size: 1.2em;
  font-weight: normal;
  color: #385525;
  border-bottom: 0;
  background: url(../images/style2/primary-hover-bg.png) 0 0 repeat-x;
}

#primary-links ul > li.last a {
  display: block;
  padding: 0 15px;
  font-size: 1.2em;
  font-weight: normal;
  color: #385525;
  text-indent: -9999px;
  width: 40px;
  background: url(../images/menu_blog.png) 10px 5px no-repeat !important;
}

#primary-links ul li a:hover {
  background-color: #d3f98a !important;
  color: #ffffff;
  text-decoration: none;
}

#primary-links ul li {
  float: left;
  border-left: 1px solid #a3c33a;
}

/* Primary Links Level Two 

#primary-links li ul {
  position: absolute; 
  margin-left: -1px;
  margin-top: 5px;
  padding: 5px 5px 7px 5px;
  width: 300px;
  left: -999em;
  border: 1px solid #005b77;
  background: #6ba200 url(../images/style2/dropdown-bg.png) bottom no-repeat;
   z-index: 10;
}

#primary-links li ul li {
  float:left;
  width: 150px;
  background: url(../images/style2/divider-b.png) top no-repeat;
}

#primary-links li:hover ul, #primary-links li.sfHover ul {
  left: auto;
}

#primary-links li ul li a {
  font-size: 1.0em;
  line-height: 30px;
  color: #ffffff;
}

#primary-links li ul li a:hover {
  color: #ffffff;
}

#primary-links li ul ul {
  margin: -35px 0 0px 160px;
}

#primary-links li:hover ul ul, #primary-links li.sfHover ul ul, #primary-links li:hover ul ul ul, #primary-links li.sfHover ul ul ul, #primary-links li:hover ul ul ul ul, #primary-links li.sfHover ul ul ul ul {
  left: -999em;
}

#primary-links li li:hover ul, #primary-links li li.sfHover ul, #primary-links li li li:hover ul, #primary-links li li li.sfHover ul, #primary-links li li li li:hover ul, #primary-links li li li li.sfHover ul {
  left:auto;
}

#primary-links li li a {
  width: 120px;
}*/

/* Secondary Links */

#secondary-links h2 {
  display: none;
}

#secondary-links {
  line-height: 30px;
  background: url(../images/style2/secondary-bg.png);
}

#secondary-links li a {
  display: block;
  padding: 0 15px;
  font-size: 1.0em;
  color: #36001f;
  font-weight: bold;
  border-bottom: 0;
  background: url(../images/style2/secondary-hover-bg.png) 0 0 repeat-x;
}

#secondary-links li a:hover {
  text-decoration: none;
}

#secondary-links li a:hover {
  color: #ffffff;
  background-postion: 0 -30px;
}

#secondary-links li {
  float: left;
}


/*BLog Node Styles*/
.blog_wrapper {
  text-align: justify;
  padding: 0 70px;
}

.blog_wrapper .title,
.blog_wrapper .submitted {
  text-align: center;
}

.blog_wrapper .field-field-image {
  float: none;
  width: 420px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.blog_wrapper li.blog_usernames_blog{
  display: none;
}

.blog_wrapper li.comment_forbidden {
  font-size: 1.2em;
    color: #2b451d;

}

.blog_wrapper li.comment_forbidden a{
  font-weight: bold;
}

.blog_wrapper li.print_html {
color: #2b451d;
font-size: 1.2em;
}
.blog_wrapper li.print_html a img{
  display: none;
}

/* Teaser */

.teaser  {
  font-size: 1.0em;
  padding-bottom: 28px;
}

.teaser .teaser-title {
  
}


.teaser .teaser-title h2 a {
  line-height: 1.1em;
  font-weight: bold;
  color: #375424;
  margin-bottom: 10px;
  background: url(../images/style2/pozadina_clanki_patern_2px.png) repeat-x;
  display: block;
  padding: 5px;
}

.view-latest-blogs .teaser .teaser-title h2 a {
  line-height: 1.1em;
  font-size: 1.4em;
  font-weight: bold;
  color: #91b72a;
  margin-bottom: 10px;
  background-image: none;
  display: block;
  padding: 5px;
}

.teaser .teaser-submitted {
  padding: 0px 5px;
  color: #395525;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 18px;
}

.teaser .teaser-content {
  padding: 15px;
  font-size: 1.0em;
  font-weight: normal;
  color: #36001f;
  border: 2px solid #a2c137;
  border-radius: 10px;
  background-color: #f6f6d2;
}

/*Blog teaer*/
.view-latest-blogs .teaser .teaser-content {
  padding: 0px 0px;
  font-size: 1.0em;
  font-weight: normal;
  color: #36001f;
  border: none;
  border-radius: 10px;
  background-color: transparent;
}

.teaser .teaser-links {
  float: right;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 0.8em;
}

.teaser .teaser-links a {
  font-weight: bold;
}

.teaser li.comment_comments a, .teaser ul.links li.comment_add a {
  padding: 15px 55px 15px 0px;
  background: url(../images/comment.png) 100% 50% no-repeat;
}

.teaser li.node_read_more a {
  padding: 15px 55px 15px 5px;
  background: url(../images/readmore.png) 100% 50% no-repeat;
}

.teaser li.comment_comments a:hover, .teaser li.comment_add a:hover, .teaser li.node_read_more a:hover {
  text-decoration: underline;
}



/* Content */

.node {
  font-size: 1.0em;
}

.full-node {
}

.full-node h1 {
  font-size: 2em;
}

.title  {
  line-height: 1.5em;
  padding-bottom: 15px;
  font-weight: bold;
  color: #90b72a;
}

.node .title {
}

.submitted {
  font-size: 0.8em;
  color: #999999;
  padding-bottom: 10px;
}

.field-field-slide-text {
  padding-bottom: 10px;
  font-size: 1.0em;
  font-weight: bold;
  color: #000000;
}

.field-field-image {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.view-latest-blogs .field-field-image,
.blog_wrapper .field-field-image {
  padding: 10px 10px 8px 10px;
  background-color: #f3f6c8;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  border: 2px solid #afd962;
  border-radius: 7px;
}

.blog_wrapper .field-field-image {
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 415px;
    border: 2px solid #afd962;
  border-radius: 7px;
  float: left;
  margin-right: 20px;
}

.field-field-image img {
  padding: 5px;
  border: 1px solid #dddddd;
  background: #fff;
}

.field-field-video {
  margin-bottom: 15px;
}

p {
  padding-bottom: 10px;
}

.links {
  padding-bottom: 10px;
}

#comments {
  clear:both;
}

/* Comments */

.box h2 {
  display: none;
}

#comment-form, .comment {
  margin-top: 15px;
  padding: 15px;
  color: #36001f;
  font-size: 1.0em;
  background: #fcfcfc url(../images/style2/content-bg.png) bottom repeat-x;
}

.comment-title-submitted {
   color: #999999;
}

.comment h3 {
  margin: 0;
  padding: 0;
  color: #36001f;
}

.comment h3 a {
  font-size: 1.0em;
  font-weight: bold;
  color: #36001f;
}

.comment .picture img {
  float: left;
  margin: 0 10px 10px 0;
  height: 100px;
}

.comment .picture img {
  padding: 5px;
  height: 100px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.comment-title-wrapper {
  padding:10px;
  background: #eeeeee;
}

.comment .links {
  float: right;
}

li.comment_delete a {
  padding-left: 20px;
  font-size: 0.8em;
  font-weight: bold;
  background: url(../images/mini-trash.png) no-repeat left;
}

li.comment_edit a {
  padding-left: 20px;
  font-size: 0.8em;
  font-weight: bold;
  background: url(../images/mini-edit.png) no-repeat left;
}

li.comment_reply a {
  padding-left: 20px;
  font-size: 0.8em;
  font-weight: bold;
  background: url(../images/mini-comment.png) no-repeat left;
}

.comment a:hover {
  color: #000000;
}

div.links {
  padding-top: 30px;
  width: 100%;
  clear: both;
  font-size: 0.9em;
}

.links li.comment_add a {
  font-size: 1.0em;
  font-weight: bold;
  padding: 15px 00px 15px 55px;
  background: url(../images/comment.png) 0 50% no-repeat;
}

.links li.comment_add a:hover {
  text-decoration: underline;
}

/* Misc */

.breadcrumb {
  margin: 15px 16px 0px 16px;
  padding: 3px;
  background: #eeeeee;
}

.breadcrumb a {
  padding: 2px;
  padding-bottom: 2px;
  font-size: 0.8em;
  color: #ffffff;
  background: #36001f;
}

.profile .picture {
  float:none;
  margin:0 0 5px 0;
}

.profile .picture img {
  width: 100px;
  height: 100px;
}

.edit-block {
  font-size: 0.8em;
  text-align: center;
}

/* Search Form */

#search {
  margin: 0px 0;
  padding: 0px;
  position: relative;
}

#search .form-text {
  padding: 7px 10px 7px 30px;
  font-weight: normal;
  color: #2a461d;
  vertical-align: middle;
  border: 1px solid #dddddd;
  width:150px;
  background-color: #f5f7d2;
  background-image: none;
  border-radius: 20px;
  font-size: 0.8em;
}

#search .form-submit {
  width: 35px;
  height: 35px;
  margin-top: 0;
  background: transparent url(../images/lupa.png) no-repeat;
  border: 0px;
  vertical-align: middle;
  text-indent: -99999;
  position: absolute;
  left: 10px;
  top: 12px;

}

html>/**/body #search .form-submit, x:-moz-any-link, x:default {
  top: 10px;
}
  
#search .form-submit:hover {
  background: transparent url(../images/lupa.png) no-repeat;
}  
  
#search .form-item {
  margin-bottom:0em;
  margin-top:0em;
}

/* Banners */

.right-banner p {
  padding: 0 0;
  margin: 15px 0;
}

#top-banner {
  float: left;
}

#top-banner p {
  padding: 0 0;
}

/* User Login Form */

#user-bar  {
 float: right;
 padding: 10px 0px;
}

.user-info {
  padding: 15px 0 0 0;
  font-size: 11px;
  text-align: left;
}

#user-bar a {
  font-weight: bold;
  color: #36001f;
}  

#user-bar a:hover {
}

#user-bar label {
 font-size: 11px;
 color: #36001f;
}

#user-bar input {
}

#user-bar li {
  margin: 0;
  padding: 0 5px;
  display: inline;
  font-size: 11px;
  border-bottom: 0;
}

#user-bar .item-list ul {
  margin: 0;
  padding: 0;
  clear: both;
}

#user-bar .form-item {
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
}

#user-bar .form-submit {
  margin-top: 23px;
  background: #b9da71;
  border: 1px solid #a1c237;
  color:#2b3616;
  border-radius: 15px;
  padding:  3px 10px;
  font-weight: normal;
}

#user-bar .form-text {
  width: 120px;
  margin: 0;
  padding: 5px;
  font-size: 10px;
  border: 1px solid #dddddd;
}

/* Poll */

.poll .bar, .poll .bar .foreground {
  height: 10px;
}

.poll .bar {
  background: url(../images/style2/poll-bar.png) repeat-x;
}

.poll .bar .foreground {
  background: url(../images/style2/poll-foreground.png) repeat-x;
}

.block .poll .percent {
  font-size: 0.85em;
}

.block .poll .title {
  font-size: 1.0em;
}

.block .poll ul.links {
  display: none;
}

/* Aggregator */

#aggregator .feed-description, #aggregator .feed-url, #aggregator .feed-updated  {
  padding-bottom: 1.0em;
}

#aggregator .feed-item-meta {
  font-size: 10px;
  color: #666666;
}

/* Forum */

#forum tr td.forum {
  background-image:url(../images/forum-default.png);
  background-position: 10px 50%;
  background-repeat:no-repeat;
  padding-left:60px;
}

/* Quick Tabs */

.quicktabs-style-smooth .block-inner {
  clear: both;
  padding-top: 13px;
  font-size: 1.0em;
  line-height: 1.2em;
  height: 232px;
}

ul.quicktabs_tabs {
  margin:0;
  line-height: 35px;
  padding:0 0 0 0;
}

ul.quicktabs_tabs li {
  float: left;
  padding: 0px;
}

ul.quicktabs_tabs li a {
  display: block;
  margin-right: 5px;
  padding: 0 5px;
  list-style-type:none;
  color: #333 !important;
  font-size: 18px;
}

ul.quicktabs_tabs li a:hover {
  color: #666666;
  text-decoration: none;
}

ul.quicktabs_tabs li.active a {
  color: #789e17 !important;
  font-weight: bold!important;
}

ul.quicktabs_tabs li.active a:hover {
  color: #005b77;
}


/*!
 * Dynamic display block module template: upright20 - Cascading Style Sheet 
 * Copyright(c) 2008 - 2009 P. Blaauw All rights reserved. 
 * Version 1.1 (11-FEB-2009) 
 * Licenced under GPL license 
 * http://www.gnu.org/licenses/gpl.html 
 */ 
div.ddblock-cycle-smooth div.container{width: 700px; border: 2px solid #91b92a; border-radius: 10px;}
div.ddblock-cycle-smooth div.slide-inner embed {width: 480px; height: 295px; z-index: 9}
div.ddblock-cycle-smooth div.container-inner{height:295px;position:relative; padding: 10px;}
div.ddblock-cycle-smooth div.slider{width:680px;}
div.ddblock-cycle-smooth div.slider-inner{width:680px; height:295px;overflow:hidden;position:relative;visibility:hidden;}
div.ddblock-cycle-smooth div.slide{width: 680px;display:none;height:100%;left:0;position:absolute;top:0;}
div.ddblock-cycle-smooth div.slide-inner img{height:295px;margin:0 !important;padding:0 !important;width:478px;}
div.ddblock-cycle-smooth div.slide-text{height: 295px; right:0px; top:0; position:absolute;}
div.ddblock-cycle-smooth div.slide-text-horizontal{height:295px;width:200px;}
div.ddblock-cycle-smooth div.slide-text-vertical{height:295px;width:200px;}
div.ddblock-cycle-smooth div.slide-text-top{}
div.ddblock-cycle-smooth div.slide-text-right{}
div.ddblock-cycle-smooth div.slide-text-bottom{}
div.ddblock-cycle-smooth div.slide-text-left{}
div.ddblock-cycle-smooth div.slide-text-inner{padding: 15px;}
div.ddblock-cycle-smooth div.slide-title{}
div.ddblock-cycle-smooth div.slide-title-vertical{width:170px;}
div.ddblock-cycle-smooth div.slide-title-horizontal{width:170px;}
div.ddblock-cycle-smooth div.slide-title h2{margin:0 0 0 0;padding:0; font-size: 1.2em; line-height: 1.5em; padding-bottom: 15px; font-weight: bold;}
div.ddblock-cycle-smooth div.slide-title-inner{color:black;font-weight:bold;}
div.ddblock-cycle-smooth div.slide-body-vertical{width:170px;}
div.ddblock-cycle-smooth div.slide-body-horizontal{width:170px;}
div.ddblock-cycle-smooth div.slide-body-inner{color:#36001f; font-size: 1.0em;}
div.ddblock-cycle-smooth div.slide-body-inner p{margin:0 0 0 0;padding:0;}
div.ddblock-cycle-smooth div.slide-read-more{width:110px;}
div.ddblock-cycle-smooth div.slide-read-more p{padding:0;margin:0;}


div.ddblock-cycle-smooth div.slide-read-more a{
  background: url(../images/more.png) left top repeat-x #a7c857; 
  border-radius: 7px;
  border: 1px solid #92b82a;
  color:#000;
  font-weight: normal;
  font-size:12px; 
  margin:0;
  padding:2px 5px;
  position:absolute;
  text-decoration:none;
  text-align:center;
  width:75px; 
  bottom: 15px; 
  right: 15px;
}


div.ddblock-cycle-smooth div.slide-read-more-horizontal a{}
div.ddblock-cycle-smooth div.slide-read-more-vertical a{}
div.ddblock-cycle-smooth div.slide-read-more a:hover{text-decoration:underline;}
div.ddblock-cycle-smooth div.slide-read-more-horizontal a:hover{}
div.ddblock-cycle-smooth div.slide-read-more-vertical a:hover{}

/* Pager */

div.ddblock-cycle-smooth div.prev-next-pager{background:#36001f;display:block;height:17px;left:0;position:relative;width:680px;}
div.ddblock-cycle-smooth div.prev-next-pager a{background:#36001f;border:none;color:#fff;display:block;float:left;font-family:Tahoma,Arial,sans-serif;font-size:10px;font-weight:bold;height:13px;line-height:17px;margin:0 2px 0 0;text-align:center;text-decoration:none;width:30px;}
div.ddblock-cycle-smooth div.prev-next-pager a#prev2{left:15px;position:absolute;}
div.ddblock-cycle-smooth div.prev-next-pager a#count2{left:318px;position:absolute;}
div.ddblock-cycle-smooth div.prev-next-pager a#next2{position:absolute;right:15px;}
div.ddblock-cycle-smooth div.prev-next-pager a.activeSlide{background:#88f;}
div.ddblock-cycle-smooth div.prev-next-pager a:focus{outline:none;}

/* Typography */

p.alert {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #36001f;
  border-top: 1px dashed #FEC201;
  border-bottom: 1px dashed #FEC201;
  background: #FFEDB5 url(../images/alert.png) 15px 50% no-repeat;
}

p.info {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #36001f;
  border-top: 1px dashed #0173bd;
  border-bottom: 1px dashed #0173bd;
  background: #c6e9ff url(../images/info.png) 15px 50% no-repeat;
}

p.notice {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #36001f;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(../images/notice.png) 15px 50% no-repeat;
}

p.download {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #36001f;
  border-top: 1px dashed #5EAA1F;
  border-bottom: 1px dashed #5EAA1F;
  background: #DAFFBA url(../images/download.png) 15px 50% no-repeat;
}

p.mail {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #36001f;
  border-top: 1px dashed #57a4ce;
  border-bottom: 1px dashed #57a4ce;
  background: #ecf8ff url(../images/mail.png) 15px 50% no-repeat;
}

p.package {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #36001f;
  border-top: 1px dashed #574321;
  border-bottom: 1px dashed #574321;
  background: #f1e9dc url(../images/package.png) 15px 50% no-repeat;
}

p.security {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #36001f;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(../images/security.png) 15px 50% no-repeat;
}

p.stop {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #36001f;
  border-top: 1px dashed #fbd500;
  border-bottom: 1px dashed #fbd500;
  background: #fff09a url(../images/stop.png) 15px 50% no-repeat;
}

p.system {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #36001f;
  border-top: 1px dashed #3b9acd;
  border-bottom: 1px dashed #3b9acd;
  background: #bdd4e0 url(../images/system.png) 15px 50% no-repeat;
}

p.settings {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #ffffff;
  border-top: 1px dashed #ffffff;
  border-bottom: 1px dashed #ffffff;
  background: #36001f url(../images/settings.png) 15px 50% no-repeat;
}

p.web {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #36001f;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(../images/web.png) 15px 50% no-repeat;
}


li.check {
  padding-left: 30px;
  padding-bottom: 10px;
  list-style-position: outside;
  list-style-type: none;
  font-size: 1.0em;
  font-weight: bold;
  color: #36001f;
  background: url(../images/checkmark.png) 0px 10% no-repeat;
}

.block ul {
  margin:0;
  padding:0 0 0 0;
}

blockquote {
  margin: 0px;
  padding-left: 58px;
  color: #666666;
  background: url(../images/openquote.png) top left no-repeat;
} 

blockquote p {
  padding-right: 35px;
  background:  url(../images/closequote.png) bottom right no-repeat;
} 

pre {
  padding: 10px;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border: 1px solid #dddddd;
  background: url(../images/pre.png);
}

.sideblock-inner .content { 
}


.content strong { 
  font-weight: bold;
}

.content em { 
  font-style: italic;
}

.mollom-captcha-content,
.mollom-audio-captcha {
  font-size: 10px;
  font-weight: normal;
}



#site-slogan {
    background: url(../images/slogan.png) no-repeat;
    text-indent: -9999px;
    display: block;
    width: 300px;
    margin-top: 40px;

}

#user-bar {
  width: 360px;
}

#user-bar label {
    color: #385529;
    font-weight: normal;
    text-align: left;
}

#user-bar a {
  font-weight: normal;
  color: #a1c138;
  text-align: left;
}

#user-bar li {
  padding: 0px;
}

#user-bar li.last{
  margin-left: 50px;
}


#user-bar .form-text {
  background-color: #f5f7d2;
  background-image: none;
}

.feed-icon {
  display: none;
}


/*Recept Post*/

.recipe {
  position: relative;
}

.recipe-photo {
	width: 400px;
	text-align: center;
}

.recipe-description {
  position: absolute;
  top: -60px;
}
.recipesubmit {
  margin-bottom: 30px;
  margin-top: -10px;
}

.another {

}


.recipe table {
  background-color: #f3f6c8;
  padding: 10px;
  border-radius: 13px;
  border: 2px solid #afd962;
  margin-bottom: 20px;
}

.recipe table td {
	vertical-align: top;
}
.recipe-wrapper {
      margin-top: -13px;
      width: 400px;

}
.recipe-wrapper .clear {
  clear: both;
}

.recipe-ingredients,
.recipe-ingredients-ingredients-for {
  width: 380px;
  margin-left: 0px;
}

.recipe-ingredients-ingredients-for {
    background: url(../images/karo3.png) 0px -10px;
    padding: 20px 20px 20px 20px;
}

.recipe-ingredients  {
    background: url(../images/karo3.png) center bottom;
    padding: 0px 20px 20px 20px;

}

.recipe-ingredients strong {
  display: block;

}



.recipe-ingredients ul,
.recipe-ingredients ul li{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.recipe-ingredients ul li{
  margin-bottom: 10px;
  width: 180px;
  float: left;
  line-height: 16px;
}

.ingredient-variant-separator {
  clear: both;
  margin: 10px 0px 5px 0px;
}

.recipe-ingredients li:nth-child(odd) {
    margin-right: 20px;

}

.recipe .recipe-summary {
  color: #cc345c;
  font-size: 12px;
  display: block;
  position: relative;
  clear: both;
  font-weight: bold;
}

.recipe .recipe-summary strong {
font-weight: normal!important;
}


.fivestar-form-item .description {
  display: none;
}

.fivestar-static-form-item,
.fivestar-form-item {
  position: relative;
}
.fivestar-widget-static,
#edit-vote-wrapper {
  position: absolute;
  width: 30px;
  top: 12px;
  left: 460px;
  z-index: 9;
}




/*Taxonomy Style*/

table.views-view-grid {
  padding: 15px;
}

table.views-view-grid,
table.views-view-grid td {
  border: none;
  background-color: #f3f6c8;
}

table.views-view-grid .views-field-title {
  font-size: 1em;
  font-weight: bold;
  width: 280px;
}

table.views-view-grid .views-field-field-photo-fid img {
  border-radius: 10px;
}




/*MEGA MENU*/

#navigation {
    margin-bottom: 20px;
}

ul#megamenu-primary-links {
  height: 34px;
  background: url(../images/style2/pozadina_clanki_patern_2px.png) repeat-x;
  width: 100%;
  z-index: 99;
}

ul#megamenu-primary-links > li {
  float: left;
  border-left: 1px solid #a3c33a;
  display: block;
}


ul#megamenu-primary-links > li a {
  display: block;
  padding: 0 15px;
  font-size: 1.2em;
  line-height: 34px;
  font-weight: normal;
  color: #385525;
  background: url(../images/style2/primary-hover-bg.png) 0 0 repeat-x;
}

ul#megamenu-primary-links > li#megamenu-mlid-3960 a {
text-indent: -9999px;
width: 40px;
background: url(../images/menu_blog.png) 10px 5px no-repeat !important;

}

ul#megamenu-primary-links > li#megamenu-mlid-5311 ul.megamenu-bin {
 width: 490px !important;

}




ul#megamenu-primary-links > li a:hover,
ul#megamenu-primary-links > li.hovering  {
  background-color: #d5fb8e;
}

ul#megamenu-primary-links li ul.megamenu-bin {
  background-color: #d5fb8e;
  width: 680px !important;
  padding: 10px 0px 10px 20px;
}


ul#megamenu-primary-links li#megamenu-mlid-10761 ul.megamenu-bin {
	width: 200px !important;
}

ul#megamenu-primary-links li ul.megamenu-items  li a{
  font-size: 0.8em;
  padding: 5px 0;
  line-height: 18px;
  border-bottom: 1px dashed #93b358;

}

ul#megamenu-primary-links li h3.megamenu-slot-title a{
  font-size: 13px;
   padding: 0px;
  line-height: 1em;
  font-weight: bold;
  margin-top: 15px;
}


.megamenu-menu .megamenu-slot {
  width: 140px;
  margin-bottom: 0.5em;
  margin-right: 20px;
}

ul.primary li a {
background-color: #f3f6c8 ;
background-image: none;
color: #2a451f;
font-size: 1.1em;
border-style: solid solid solid;
border-width: 1px;
height: auto;
margin-right: 0em;
padding: 5px 10px;
text-decoration: none;
border-color: #acda64 #acda64 #acda64;
}

ul.primary li a:hover,
ul.primary li.active a {
background: #acd55e;
background: #acd55e url(../images/tr_bg.png) repeat-x top;
color: #2a441e;
border-color: #acda64 #acda64 #acda64;
}

dt {
display: block;
padding: 7px;
font-size: 1.2em;
font-weight: bold;
background: #acd55e url(../images/tr_bg.png) repeat-x top;
border: 1px solid #bbbbbb;
}

dd {
margin: 0;
padding: 7px;
display: block;
font-size: 0.85em;
background: #f3f6c8;
background-image: none;
border: 1px solid #bbbbbb;
border-top: 0;
border-bottom: 0;
color: #2a441e;
}


.form-text, .form-textarea {
padding: 5px;
border: 1px solid #c7c7c7;
font-family: inherit;
font-size: 1.0em;
background: #f3f6c8;
background-image: none;
}

.form-item label {
display: block;
font-weight: normal;
}

.content {
	position: relative;
}


.social-share-container {
	position: absolute;
	right: 20px;
	top: 0px;
	width: 30px;
	z-index: 6;
		font-size: 1px;

}

.blog_wrapper .social-share-container {
	position: absolute;
	right: -50px;
	top: -20px;
	width: 30px;
	z-index: 6;
		font-size: 1px;

}

.social-share-container a {
	margin-bottom: 10px;
}

a.social-share-facebook {
	background: url(../images/share_facebook.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
}

a.social-share-twitter {
	background: url(../images/share_twitter.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
}

a.social-share-googleplus {
	background: url(../images/share_google.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
}


#ingredient_group {
  width: 33%;
  float: left;
  margin-bottom: 20px;
}


.weekly_day {
  float: left;
  width: 33%;
}

.weekly_day img {
  border-radius: 5px;
}

.weekly_day .daily-menu {
  padding: 10px;
}

.weekly_day .daily-menu-unit-name {
  margin-bottom: 5px;
  font-size: 18px;
  margin-top: 20px;
  color: #3a3d0d;
}

.weekly_day .title {
  font-weight: normal;
}

.weekly_day .other-recipes {
  padding-left: 0px;
    font-weight: normal;

}


.weekly_day_container {
  background-color: #f3f6c8;
  padding: 20px;
  margin-bottom: 20px;
}
.weekly_day_container .clear {
  clear: both;
}

#shopping_list_block {
  border-radius: 5px;
}

#shopping_list_block .title {
  padding-left: 10px;
  padding-bottom: 5px;
}

#shopping_list_block_inner {
  line-height: 18px;
  font-size: 11px;
}

#shopping_list_block_inner tbody {
    padding: 10px;

}
#shopping_list_block_inner tbody td {
  border-bottom: 1px solid #fa87c8;
}
#shopping_list_block_inner .print {
  background-color: #ba1a75;
  padding: 10px;
}


#header-wrapper #top-banner {
  position: absolute;
  width: 500px;
  top: 20px;
}

 #top-banner h2.title {
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}

.simplenews-subscribe label,
.simplenews-subscribe input#edit-mail,
.simplenews-subscribe input#edit-mail-1 {
  display: inline-block;
}

.simplenews-subscribe #edit-mail-wrapper,
.simplenews-subscribe #edit-mail-1-wrapper{
  display: inline-block;
}
.simplenews-subscribe input.form-submit {
  display: inline-block;
  background: #b9da71;
  border: 1px solid #a1c237;
  color:#2b3616;
  border-radius: 15px;
  padding:  0px 10px;
  line-height: 28px;
  font-weight: normal;
  margin-top: 0px;
}

form#user-register fieldset {
  padding: 20px;
  margin-bottom: 20px;
}


.view-prva-vsebine h2 a{
  line-height: 1.1em;
font-weight: bold;
color: #375424;
margin-bottom: 10px;
background: url(../images/style2/pozadina_clanki_patern_2px.png) repeat-x;
display: block;
padding: 5px;
}


.view-prva-vsebine .text {
  padding: 15px;
font-size: 1.0em;
font-weight: normal;
color: #36001f;
border: 2px solid #a2c137;
border-radius: 10px;
background-color: #f6f6d2;
margin-top: 10px;
}

.view-prva-vsebine .pic {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.view-prva-vsebine .pic img {
padding: 5px;
border: 1px solid #dddddd;
background: #fff;
}

.view-prva-vsebine .teaser {
  float: left;
  width: 260px;
}

.view-prva-vsebine .views-row {
  margin-bottom: 20px;
}

.view-prva-vsebine .clear {
  clear: both;
}