/* 
Theme Name: Grne
Theme URI: http://moje-grne.com
Description: The theme specifically built for moje-grne.com. Tema posebno skrojena za moje-grne.com
Version: 1.0
Tags: right-sidebar, brown, gray, blue, editor-style, translation-ready
Author: Iva Tanacković
Author URI: http://ivatanackovic.com
License: All Rights Reserved
License URI: license.txt
Text Domain: grne
*/


/* =========================================================================================================
SKELETON'S BASE - DO NOT EDIT
=========================================================================================================*/
 
/* #Reset & Basics (Inspired by E. Meyer)
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="search"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="search"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
/* =========================================================================================================
SKELETON'S CORE - DO NOT EDIT
=========================================================================================================*/

/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 940px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }

@media only screen and (min-width: 1200px)  {
 
	    .container                      { width: 1200px;}
	    .container .column,
	    .container .columns             { margin-left: 10px; margin-right: 10px; }
		
	    .column.alpha, .columns.alpha   { margin-left: 0; margin-right: 10px; }
	    .column.omega, .columns.omega   { margin-right: 0; margin-left: 10px; }
            .column.alpha.omega, .columns.alpha.omega {margin-left: 0; margin-right: 0}
 
	    .container .one.column          { width: 55px; }
	    .container .two.columns         { width: 130px; }
	    .container .three.columns       { width: 205px; }
	    .container .four.columns        { width: 280px; }
	    .container .five.columns        { width: 355px; }
	    .container .six.columns         { width: 430px; }
	    .container .seven.columns       { width: 505px; }
	    .container .eight.columns       { width: 580px; }
	    .container .nine.columns        { width: 655px; }
	    .container .ten.columns         { width: 730px; }
	    .container .eleven.columns      { width: 805px; }
	    .container .twelve.columns      { width: 880px; }
	    .container .thirteen.columns    { width: 955px; }
	    .container .fourteen.columns    { width: 1030px; }
	    .container .fifteen.columns     { width: 1105px; }
	    .container .sixteen.columns     { width: 1180px; }
 
	    .container .one-third.column    { width: 380px; }
	    .container .two-thirds.column   { width: 780px; }
 
	    /* Offsets */
	    .container .offset-by-one       { padding-left: 75px; }
	    .container .offset-by-two       { padding-left: 150px; }
	    .container .offset-by-three     { padding-left: 225px; }
	    .container .offset-by-four      { padding-left: 300px; }
	    .container .offset-by-five      { padding-left: 375px; }
	    .container .offset-by-six       { padding-left: 450px; }
	    .container .offset-by-seven     { padding-left: 525px; }
	    .container .offset-by-eight     { padding-left: 600px; }
	    .container .offset-by-nine      { padding-left: 675px; }
	    .container .offset-by-ten       { padding-left: 750px; }
	    .container .offset-by-eleven    { padding-left: 825px; }
	    .container .offset-by-twelve    { padding-left: 900px; }
	    .container .offset-by-thirteen  { padding-left: 975px; }
	    .container .offset-by-fourteen  { padding-left: 1050px; }
	    .container .offset-by-fifteen   { padding-left: 1125px; }
 
}
   
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* =========================================================================================================
THE THEME 
=========================================================================================================*/

@font-face {
	font-family: 'ChunkFive Regular';
	src: url('fonts/Chunkfive.eot');
	src: local('?'), url('fonts/Chunkfive.woff') format('woff'), url('fonts/Chunkfive.svg#ChunkFive') format('svg'), url('fonts/Chunkfive.otf') format('opentype');
}

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	}

img {
	max-width: 100%;
}


body { 
    background:  #F4F4F4 url(images/bg.png) repeat;
    color: #333333;
	font-family: Georgia, Times New Roman, serif; 
	font-size: 16px;
	-moz-font-smoothing: antialiased;
	webkit-font-smoothing: antialiased;
}

#top {
	 background:  url(images/noise.png) repeat top center;
	 border-bottom: 4px ridge;
	 height: 500px;
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 100%;
	 z-index: -10;
}

#top-clickable {
	 border: 0;
	 cursor: hand;
	 display: block;
	 height: 500px;
	 left: 0;
	 line-height: 1px;
	 position: absolute;
	 top: 0;
	 width: 100%;
}

p { 
	line-height: 20px;
	margin: 5px 0 15px 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

 a:link, a:hover, a:visited, a:active {
	color: #c19e67;
	text-decoration: none;
}

a:hover, a:active , .st-tag-cloud a:hover, .st-tag-cloud  a:active {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.tag-cloud  a:link, .tag-cloud a:hover, .tag-cloud a:visited, .tag-cloud a:active, .st-tag-cloud a:link, .st-tag-cloud a:hover, .st-tag-cloud a:visited, .st-tag-cloud a:active {
	text-decoration: none!important;
	color: #FFFFFF!important;
	background: #c19e67;
	border-radius: 10px;
	padding: 4px 6px;
	line-height: 23px;
	margin: 5px;
	white-space: nowrap;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.st-tag-cloud a:link, .st-tag-cloud a:hover, .st-tag-cloud a:visited, .st-tag-cloud a:active {
	text-shadow: none;
}

#content .inside a:link, a:visited {
	text-decoration: underline;
}

#content .inside a:hover, a:active {
	color: #5063A4;
	text-decoration: none;
}

#wrapper { 
	padding: 0;
	z-index: 1;
}

#content {
	margin-top: 20px;
}

#sidebar {
	display: none;
}

div.inside {
    margin: 10px 0 0 0;
	padding: 10px 0 25px 0;
}

.frontpost div.inside {
	padding: 10px 0 25px 0;
	height: 210px;
	overflow: hidden;
}

.frontpost div.inside p {
	margin-top: 0!important;
}

.widget {
	background: #FFFFFF;
	margin: 20px 0;     
	padding: 5px 5px 5px 13px;
	text-align: left;
	text-shadow: 1px 1px 0 #FFFFFF; 

}

.topwidget {
	padding-left: 27px;
	padding-top: 21px;
	text-align: center;
}

.fatbanner_widget {
	padding-left: 5px!important;
	text-align: center;
}

.widget ul, .widget ul, li {
	list-style-type: none;
	margin-left: 0;
}

.babywidgetleft {
}

.babywidgetright {

}

.babytitle { 
	font-size: 16px!important;
}

#content p, #sidebar .textwidget p {
	text-align: justify;
}

#heading  {
	margin: -100px; 
	padding: 0; 
	position: absolute;
	text-align: center; 
	z-index: -5;
}

h1, h1 a, h1 a:hover, h1 a:active, h1 a:visited { 
    color: #333333;
    font-size: 1px;
    letter-spacing: -1px;
	line-height: 1px;
}

h2, h2 a, h2 a:visited, h2 a:hover , h2 a:active {
    color: #c19e67;
	padding: 5px 0 0 0;
	font-style: italic;
	width: 100%;
    font-size: 26px;
    line-height: 1em;
    font-family: 'Times New Roman';
	margin-left: 5px;
}

h2 a:hover , h2 a:active { 
	color: #333333;
	text-decoration: none;
}

h3, h3 a, h3 a:visited, h3 a:hover , h3 a:active {
    color: #333333;
	padding: 5px 0 0 0;
	font-style: italic;
	width: 100%;
    font-size: 23px;
    line-height: 1em;
    font-family: 'Times New Roman';
	margin-left: 5px;
}

h4, h4 a, h4 a:visited, h4 a:hover , h4 a:active {
    color: #333333;
	font-style: italic;
	width: 100%;
    font-size: 20px;
    line-height: 1em;
    font-family: 'Times New Roman';
}

.widgettitle, .widgettitle a {
	margin: -8px 0 10px 5px;
	font-weight: bold;
}

/*** BUTTONS ***/

input[type="text"], input[type=password], input[type=email], textarea { 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

input[type="text"]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus{
	border: 1px solid #c19e67;
	outline: none;	
}

input[type="submit"], button{
	border: 0;
	color: #FFFFFF;
	background: #3A2F27; 
	cursor: pointer;
	font-weight: bold;
	height: 30px;
	margin: 0;
	outline: none;	
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);	
	text-transform: uppercase;
	min-width: 100px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

input[type="submit"]:hover, button:hover {
	background: 1px solid #c19e67;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
input[type="submit"]:active , button:active{
	background: 1px solid #c19e67;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.post-title { 
	margin: 0; padding: 5px 0;
}

.singleposttitle { 
}

.post-data, .copyright, .related-post-title, #top-link  { 
	font-family: Calibri, Verdana, sans-serif;
	letter-spacing: -0.1 em;
	text-transform: uppercase;
}

.post-data {
	border-bottom: 1px solid #F3E2B0;
	border-top: 1px solid #F3E2B0;
	margin: 5px 0;
}

.copyright {
	text-align: center;
	margin: 10px auto;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}

.post-data span {
	margin: 5px;
}

.post-data a , .post-data a:hover, post-data a:active, post-data a:visited{
    color: #333333;
	text-decoration: none;
}

.mini {
	text-transform: lowercase!important;
}

.comments-link { 
	float: right;
	height: 50px;
	width: 50px;
	margin: -12px 0 0px 0px;
    background: #F3E2B0;
    padding: 15px 0 0 5px;
	text-align: center;	
	border-radius: 25px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.55);	
}

.comments-link a{
	font: 24px 'ChunkFive Regular';
	text-decoration: none;
}

.post {
	padding: 10px;
	margin: 15px 0;
}

.post, 
.widget, #ads { 
	background: #FFFFFF;
	border-radius: 9px;
	padding-top: 17px;
	padding-bottom: 17px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

/*	Header  */
	

.header {
	margin: 0;
	float: left;
}

header h1.logo a {
	display: block;
    text-shadow: none;
    color: transparent;
}

/* Navigation*/

.navigation, nav ul ul { 
	display: none;
}


nav ul,
nav ul li {
	margin: 0px;
}

nav select {
	display: none;
	height: 28px;
	margin: 21px 0;
	width:  100%;
}

nav ul li {
	display: inline;
	float: left;
	position: relative;
}

nav ul li a:link, nav ul li a:visited {
	display: inline-block;
	line-height: 49px;
	padding:  0 14px;
	color: #C19E67;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.08em;
}

nav ul li:first-child a { 
	border-radius: 6px 0px 0px 6px;
}

nav ul li a:hover , nav ul li a:active {
	color: #F3E2B0;
	cursor: pointer;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	text-decoration: none;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

/*sub menu*/
nav ul ul {
	height: 0px;
	left: 0;
	position: absolute;
	top:100%;
	z-index: 999;
	width: 100%;
	opacity: 0; 
  	filter: alpha(opacity=0); 
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);	
}

nav ul li span {
	display: none;
}

nav ul li:hover ul {
	height: auto;
	overflow: auto;
	opacity: 10; 
  	filter: alpha(opacity=100); 
}

nav ul ul li {	
	border-bottom: 1px solid #383737;
	display: list-item;
	float: none;
}

nav ul ul li a {
	display: block;
	line-height: 35px;
	text-transform: none;
	border-radius: 0px;
}

nav ul li ul li:first-child a { 
	border-radius: 0px;
}

nav ul li:hover > a {
}

nav.menu ul ul li a {
	white-space: nowrap!important;
}


.frontthumb, .frontthumb.alignleft { 
	background-color: #F3E2B0;
	padding: 4px;
	border: 1px solid #E0E0E0;
	margin: 0 10px 5px 0;
}

#searchbox {
	display: inline;
	margin: 0px;
}

#searchbutton {
    margin-bottom: 0;
}
#searchform {
    margin-bottom: 0;
}

#related-posts {
	padding: 20px 10px;
}

video, 
.video {
	width: 100%    !important;
	height: auto   !important;
}

iframe {
	max-width: 100%;
}

label, legend {
	display: inline;
}

#ads {
	text-align: center!important;
}
	
/**
 * Responsive WordPress Core Theme Styles
 * http://jeffsebring.com/responsive-wordpress-images/
================================================== */

.sticky,
.bypostauthor,
.gallery-caption {
   display: normal;
}

.alignnone {
   margin: 1em 1em 1em 0;
}

.aligncenter,
div.aligncenter {
   display:block;
   margin: .5em auto;
}

.alignright {
   float:right;
   margin: 0 0 1em 1em;
}

.alignleft {
   float:left;
   margin: 0 1em 1em 0;
}

.aligncenter {
   display: block;
   margin: 1em auto;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
   max-width: 100%;
   height: auto;
}

img.wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}

img.alignright {
   margin-left: 1em 0 1em 1em;
}

img.alignleft {
   margin: 1em 1em 1em 0;
}

img.aligncenter{
   display: block;
   margin: 1em auto;
}

img#wpstats {
   display: block;
   margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
   .gallery .gallery-icon img {
   border: none;
}

.wp-caption {
   margin-bottom: 10px;
   margin-left: 0;
   padding: 5px;
   max-width: 96%;
   text-align: center;
   border: 1px solid #F3E2B0;
}

.wp-caption img {
   display: block;
   margin: 0 auto;
}

.wp-caption-text {
   position: relative;
   font-style: italic;
   padding-left: 10px;
}

.gallery {
   margin: 0 auto;
}

.gallery .gallery-item  {
   margin: 0;
   float: left;
   text-align: center;
   width: 33%;
}

.gallery a img {
   border: none;
}

.gallery-columns-4 .gallery-item {
   width: 25%;
}

.gallery-columns-4 .gallery-item img {
   width: 100%;
   height: auto;
}

#comments {
	margin-top: 20px;
}

.comments ol    {
   padding-left: 0;
}

.commentlist {
   list-style-type: none;
 }

.comments ol li {
   margin: 0;
}

.commentmetadata {
	font-size: 10px;
	margin: 0 0 5px 0!important;
	padding: 0!important;
	text-transform: uppercase;
}

.comment {
	margin: 20px 0;
	padding: 5px;
}

ol.commentlist li div.comment-body {
	min-height: 150px;
	overflow: hidden;
	position: relative;
}

#author, 
#email,
#url,
#comment { 
	width: 100%;
}

.required {
	display: none;
}

.form-allowed-tags {
	background:  url(images/bg.png) repeat;
	border: 1px dotted #F3E2B0;
    padding: 5px;

}

.comment-author-vcard  {
	background: #3A2F27;
    margin-bottom: 15px!important;
	padding: 5px 10px 10px 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	width: 106px!important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.comment-author {
	color: #FFFFFF!important;
	font-size: 18px;
	font-variant: small-caps;
	padding: 3px 0;
	text-align: center!important;
    text-decoration: none;
}

.reply, .comment-edit-link {
	background: #3A2F27; 
	border: 0;
	cursor: pointer;
	font-weight: bold;
	height: 30px;
	margin: 0 5px;
	min-width: 100px;
	outline: none;
	padding: 10px 8px;
	text-decoration: none!important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);	
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.reply a, 
.comment-edit-link , 
.comment-edit-link:hover, 
.comment-edit-link:active, 
.comment-edit-link:visited {
	color: #FFFFFF!important;
}

.comment-awaiting-moderation, .search-query {
	color: #FF0000!important;
	font-weight: bold;
}

@media only screen and (max-width: 800px) {

   embed,
   object {
      max-width: 100%;
   }

}

@media only screen and ( max-width: 650px ) {

   .gallery-columns-3 .gallery-item {
      width: 33.33%;
   }

   .gallery-columns-3 .gallery-item img {
      width: 100%;
      height: auto;
   }

}

@media only screen and (max-width: 480px) {

   .gallery-columns-2 .gallery-item {
      width: 50%;
   }

   .gallery-columns-2 .gallery-item img {
      width: 100%;
      height: auto;
   }

}


/* Calendar widget */

#calendar_wrap {
	width: auto;
}

#wp-calendar  {
	margin-left: 0;
	margin-bottom: 0;
	width: 100%;
}

#wp-calendar caption, 
#wp-calendar th {
    background: #F3E2B0;
	height: 20px;
    padding: 5px;
	text-transform: uppercase;
	vertical-align: middle;
}

#wp-calendar td {
	background: #efefef;
	height: 30px;
	margin: 2px 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#wp-calendar  td.pad, 
#wp-calendar tfoot td {
	background: #FFFFFF;
}

#wp-calendar  td a {
    background: #F3E2B0;
    display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#wp-calendar td a:hover {
	background: #c19e67;
}

#wp-calendar thead {

}

#wp-calendar  tfoot td {
	border: none;
	padding-top: 10px;
}

#wp-calendar  tfoot td#prev {
	text-align: center;
}

#wp-calendar  tfoot td#next{
	text-align: center;
}

#wp-calendar  tfoot td a {
	background: #F3E2B0;
	color: #333333!important;
	text-decoration: none;
    text-shadow: none;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#wp-calendar tfoot td a:hover {
}

/*Removing that tiny WordPress.com Stats smiley without a plugin, knowing that it can break layouts... */

#wpstats {
	display: none!important;
}

/*Subscribe reloaded checkbox tweak*/

#subscribe-reloaded {
	width: auto;
}

/*Sharedaddy float tweak */

div.sharedaddy .sd-content {
	float: none!important;
}

div.sharedaddy div.sd-block {
	border: 0!important;
}

/*Styles for the WP-PageNavi plugin (as the default ones have been de-registered in functions.php, which also means one styesheet less!) */

.wp-pagenavi {
	clear: both;
	margin: 10px 50px;
	text-align: center;
}

.wp-pagenavi  a,
.wp-pagenavi span,
.wp-pagenavi span.last,
.wp-pagenavi span.extend {
    background: #F3E2B0;
	display: inline-block;
	font-family: ChunkFive Regular, sans-serif;
	height: 50px;
	margin: 15px 5px 0 0;
	padding: 15px 7px 0 0;
	text-align: center;
	text-decoration: none;
	width: 50px;
	border-radius: 25px;
}


.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	background: #FFFFFF;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.wp-pagenavi span.pages{
	display: none;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

#menu-glavni {
	display: none;
}

#ads {
	display: none;
}

#respond {
	display: none;
}

#related-posts {
	display: none;
}

.reply-to-comment {
	display: none;
}

#print-icon {
	display: none;
}

#topbanner_widget-2 {
	display: none;
}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
		.related-post-title,
		.babywidgetleft, 
		.babywidgetright {
			font-size: 12px!important;
		}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		.topwidget {
			padding-left: 12px;
		}
		
		.small_banners_widget {
			text-align: center!important;
		}
	
    }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		h2 a:link{ 
			font-size: 20px;
		}
		
		nav select {
			display: inline-block!important;
		}
		
		nav ul {
			display: none!important;
		}
		
		#related-posts, #top-link {
			display: none!important;
		}
		
		.widget {
			text-align: center!important;
		}
		
		.topwidget {
			padding-left: 6px;
		}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		.frontpost div.inside p {
			display: none;
	    }
		
		.frontpost {
			text-align: center!important;
		}
		
	    .frontthumb, 
		.sd-content{
			float: center!important;
			text-align: center!important;
		}
		
		.widget { 
			padding-left: 10px;
			text-align: center;
		}
		
		.topwidget {
			padding-left: 5px!important;
		}
	
	}