
	/*
	                                                 
	-> Project: Zagrebacki gudacki kvartet - sluzbene web stranice
	-> URL: http://www.zagrebquartet.hr
	-> Version: 2.0.0                      
	-> Author: Igor Gotal-Luksa / www.dobbin.hr
	-> Copyright (c) 2011: Dobbin
	                   							                         
	*/
	
	/* IMPORT
	----------------------------------------------------------------------------*/
	
	@import url("style.css");
/*	@import url("hashgrid.css"); */


	/* RESET & NORMALIZE
	----------------------------------------------------------------------------*/

	html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		}
		
	article, aside, figure, footer, header, hgroup, nav, section {
		display: block; 
		}

	:focus {
		outline: 0;
		}
		
	.hidden {
		display: none;
		}
		
	a {
		margin: 0; 
		padding: 0; 
		font-size: 100%; 
		vertical-align: baseline; 
		background: transparent;
		}

	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: "" "";
		}
	
	h1, h2, h3, h4, h5, h6 { 
		font-weight: normal; 
		}
	
	body strong { 
		font-weight: bold; 
		}
	
	body em { 
		font-style: italic; 
		}
		
	input[type="radio"] {
		vertical-align: text-bottom;
		}
	
	input[type="checkbox"] {
		vertical-align: bottom; 
		*vertical-align: baseline;
		}
		
	.ie6 input {
		vertical-align: text-bottom;
		}
	
	select, input, textarea {
		font: 99% sans-serif;
		}
	
	table {
		font-size: inherit; font: 100%;
		}

	button, input, select, textarea {
		margin: 0;
		}

	button {
		width: auto; overflow: visible;
		}

	.ie7 img {
		-ms-interpolation-mode: bicubic;
		}
	
	.ie6 html {
		filter: expression(document.execCommand("BackgroundImageCache", false, true));
		}

		
	/* CLEARING METHODS
	----------------------------------------------------------------------------*/

	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}
		
	* html .clearfix { 
		zoom: 1; 
		}
	
	*:first-child+html .clearfix { 
		zoom: 1; 
		}
	
	.clear {
		clear: both; 
		}
		
		
	/* COLOR DEFINITIONS
	----------------------------------------------------------------------------*/
	
	.light-gray {
		color: #ebebeb;
		}
		
	.yellow {
		color: #cea001;
		}
		
		
	/* FONTS
	----------------------------------------------------------------------------*/

	@font-face {
		font-family: 'ARSMaquetteBold';
		src: url('../../assets/fonts/arsmaquette-bold-webfont.eot');
		src: url('../../assets/fonts/arsmaquette-bold-webfont.eot?#iefix') format('embedded-opentype'),
			url('../../assets/fonts/arsmaquette-bold-webfont.woff') format('woff'),
			url('../../assets/fonts/arsmaquette-bold-webfont.ttf') format('truetype'),
			url('../../assets/fonts/arsmaquette-bold-webfont.svg#ARSMaquetteBold') format('svg');
		font-weight: normal;
		font-style: normal;
		}
	
	@font-face {
		font-family: 'ARSMaquetteRegular';
		src: url('../../assets/fonts/arsmaquette-regular-webfont.eot');
		src: url('../../assets/fonts/arsmaquette-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../../assets/fonts/arsmaquette-regular-webfont.woff') format('woff'),
			url('../../assets/fonts/arsmaquette-regular-webfont.ttf') format('truetype'),
			url('../../assets/fonts/arsmaquette-regular-webfont.svg#ARSMaquetteRegular') format('svg');
		font-weight: normal;
		font-style: normal;
		}
	
	@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../../assets/fonts/proximanova-bold-webfont.eot');
    src: url('../../assets/fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../assets/fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../../assets/fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../../assets/fonts/proximanova-bold-webfont.svg#ProximaNovaBold') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
		
	/* GENERAL
	----------------------------------------------------------------------------*/
	
	body {
		font: 14px/22px Arial, Helvetica, sans-serif;
		background: url(../images/template/background.gif);
		color: #7f7f7f;
		text-align: center;
		}
		
	.news-details {
		font: 14px/22px Arial, Helvetica, sans-serif;
		background: url(../images/template/background.gif);
		color: #7f7f7f;
		text-align: left;
		padding: 20px;
		}
		
	p {
		font: 14px/22px Arial, Helvetica, sans-serif;
		margin-bottom: 20px;
		}
		
	a { 
		text-decoration: none; 
		color: #cea001;
		}
		
	a:hover { 
		text-decoration: none; 
		}
		
	a:visited, a:focus { 
		text-decoration: none; 
		}
