﻿/* CSS Document */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

body {
	margin-left: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(slike/bg.jpg);
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;
	background-color: #EDEDED;
	background-attachment: fixed;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}


h1 {
font-family: 'Marck Script', cursive;
	font-weight: 400;
	font-size: 55px;
	color: #9a6719;
	letter-spacing: 3px;
}
h2 {
font-family: 'Marck Script', cursive;
	font-weight: 400;
	font-size: 38px;
	color: #9a6719;
	text-shadow: 2px 2px 3px #ccc;
	margin-top: -2px;
	margin-bottom: 22px;
}

h3 {
font-family: 'Marck Script', cursive;
	font-weight: bold;
	font-size: 16px;
	color: #9a6719;
	text-shadow: 2px 2px 3px #ffffff;
	margin-top: -2px;
	margin-bottom: 15px;
	line-height: 23px;
}

.Logo {

    height: auto;
    padding-bottom: 6px;
}



.sve {
	max-width: 850px;
	border: 1px rgb(89,89,89) solid;
	padding: 15px;
	background: rgb(255, 254, 254);
	color: rgb(25,25,25);
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	text-decoration: inherit;
	text-align: center;
	line-height: 1.3em;
	-moz-box-shadow: 0px 0px 8px 5px rgb(128,128,128);
	-webkit-box-shadow: 0px 0px 8px 5px rgb(128,128,128);
	box-shadow: 0px 0px 8px 5px rgb(128,128,128);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
border: 0px solid #000000;
}



.header {

}

.txtSve {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;

}

.txtLivo {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	float: left;
	width: 58%;
	text-align:left;

}
.txtDesno {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	float: right;
	width: 38%;

}

.TxtBlok {

}

.slike {
	padding: 3px;
	border: solid 1px #C7C7C7;
	margin: 3px;
	width: 145px;
	height: 90px;
}

a:hover .slike {
  border: solid 1px #CCC;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}


.slikaGlavna {
	margin-bottom: 10px;
	max-width:100%;
	}

img{border:1px solid #;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


tudu {

}


#portfolio {
  display: block;
}

#portfolio li {
  display: block;
  float: left;
  width: 30%;
  max-width: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#portfolio li a {
  display: block;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}


/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/** media queries **/
@media screen and (max-width: 780px) {
  .slike {
	padding: 5px;
	border: solid 1px #C7C7C7;
	margin: 4px;
	width: 193px;
	height: 111px;
}

.Logo {
    width: 100%;
    height: auto;
    padding-bottom: 6px;
}


.slikaGlavna {
	margin-bottom: 10px;
	width:100%;
	height:auto;
}

}

@media screen and (max-width: 550px) {
   
  .slike {
	padding: 3px;
	border: solid 1px #C7C7C7;
	margin: 1px;
	width: 133px;
	height: 83px;
}


.Logo {
    width: 100%;
    height: auto;
    padding-bottom: 6px;
}



  
  h1 {
font-family: 'Marck Script', cursive;
	font-weight: 400;
	font-size: 30px;
	color: #9a6719;
	letter-spacing: 3px;
}
h2 {
font-family: 'Marck Script', cursive;
	font-weight: 400;
	font-size: 20px;
	color: #9a6719;
	text-shadow: 2px 2px 3px #ffffff;
	margin-top: -2px;
	margin-bottom: 22px;
}

body {
	font-size: 11px;
}

.slikaGlavna {
	margin-bottom: 10px;
	width:100%;
	height:auto;
}
  
}
