/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}


/*
Barve: 	siva #666666
		rdeča #ce220e
*/


/*******************************************************/
/* Body & layout  */
/*******************************************************/
body { 
    background:#000; 
    color:#666; 
    font-family:proxima-nova, Arial, Helvetica, sans-serif;
}

#container_index { 
    width:960px; 
    background:#fff; 
    margin:70px auto 30px;
    border-left:solid 10px #fff;
    border-right:solid 10px #fff;
    border-bottom:solid 10px #fff;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-radius: 0px 5px 15px 15px;
    border-radius: 0px 5px 15px 15px;
    position: relative;
    
}



/*******************************************************/
/* INNER - Header */
/*******************************************************/
header {
height:52px;
}
header h1#logo {
    text-indent:-9000px;
    background:transparent url(../img/logo_zeleni_odtis2.png) top left no-repeat;
    width:320px;
    height:192px;
    float:left;
    position:relative;
    top:-70px;
    left:-10px;
    padding-bottom:0;
}
header nav {
    
}
header nav ul {
    
}
header nav ul li {
    float:left;
    border-left:solid 1px #999;
}
header nav ul li:first-child { 
    border-left:none;
}
header nav ul li a {
    padding:28px 10px 10px 10px;
    font-size:14px;
    text-decoration:none;
    color:#666666;
    display:block;
    -webkit-transition: color 200ms ease-in; 
    -moz-transition: color 200ms ease-in;
    -o-transition: color 200ms ease-in;

}
header nav ul li a.selected, header nav ul li a:hover {
    color:#ce220e;
}



/*******************************************************/
/* INNER - Content */
/*******************************************************/

/* INDEX */
#index {
    background:#fff url(../img/banner_prva.jpg) top left no-repeat;
    padding-top:250px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}
.index_wrap { clear:both; padding-bottom:30px; }

.left_col, .right_col {float:left; width:340px; padding:0 20px; color:#666;}
.center_col {float:left; width:180px; background:url(../img/sveca_prva_stran.jpg) center 65px no-repeat; padding-top:295px;}

.left_col .big { font-size:24px; line-height:32px; }
.left_col h1 { color:#ce220e; margin-bottom:15px; font-size:18px;}
.left_col h1 span.count_heading { font-size:70px; font-weight:700;}

.right_col h2 { color:#ce220e; font-size:18px;margin-bottom:10px; margin-top:40px; }
.right_col p { line-height:24px;}

.center_col a { display:block; -webkit-border-radius: 5px; border-radius: 5px; padding:10px 0; text-align:center; color:#fff; text-decoration:none; font-size:13px; background:#ce220e; }






.right_img { float:right; margin-left:20px;}
/* Left col */
aside#infograph, aside#sveca { 
    float:left;
    width:320px;
}
aside#infograph img {
    display:block;
    margin-left:50px
}
aside#infograph p {
    font-size:12px;
    line-height:18px;
    padding:10px 10px 10px 60px;
    background:#F0F0F0;
    margin:15px 15px 0 0;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}
footer.index { margin-top:10px;}
.impressum {width:50%; float:right; margin:20px 20px 5px 0; font-size:11px; text-align:right; color:#ccc;}
.impressum a { color:#fff; font-weight:normal; text-decoration:none;}
/*******************************************************/
/* Generic classes */
/*******************************************************/
.clear {clear:both;}
figure.left { float:left; margin:5px 0 0 -260px; }
.fb-like { background:#fff; margin-top:30px}




