/* CSS Document */



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */



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, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}

:focus {/* remember to define focus styles! */

	outline: 0;

}

body {

	background: #fff;

	line-height: 1;

}

ol, ul {

	list-style: none;

	line-height:1;

}

table {/* tables still need 'cellspacing="0"' in the markup */

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

a {
	
	color: #af0505;
	text-decoration: none;
	
}

a img {

	border: 0;

}

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

	display: block;

}



strong {

	font-weight:bold;

}



i {

	font-style:italic;

}



em {

	font-style: italic;

}



/* Sticky footer here */



html {

    position: relative;

    min-height: 100%;

}

body {

    /*margin: 0 0 203px;*/ /* bottom = footer height */

}



/*fonts info*/



@font-face {

	font-family: 'AgendaLight';

	src: url('fonts/AgendaLight.eot');

	src: local('☺'), url('fonts/AgendaLight.woff') format('woff'), url('fonts/AgendaLight.ttf') format('truetype'), url('fonts/AgendaLight.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: 'AgendaBlack';

	src: url('fonts/agenda-black-webfont.eot');

    src: local('☺'), url('fonts/agenda-black-webfont.woff') format('woff'), url('fonts/agenda-black-webfont.ttf') format('truetype'), url('fonts/agenda-black-webfont.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: 'AgendaBold';

	src: url('fonts/agenda-bold-webfont.eot');

    src: local('☺'), url('fonts/agenda-bold-webfont.woff') format('woff'), url('fonts/agenda-bold-webfont.ttf') format('truetype'), url('fonts/agenda-bold-webfont.svg') format('svg');

}



@font-face {

	font-family: 'AgendaMedium';

	src: url('fonts/agenda-medium-webfont.eot');

	src: local('☺'), url('fonts/agenda-medium-webfont.woff') format('woff'), url('fonts/agenda-medium-webfont.ttf') format('truetype'), url('fonts/agenda-medium-webfont.svg') format('svg');

}



/* Main site CSS here */

.clear{
	clear: both;
}

body{
	font-family: AgendaLight, Lato, Arial;
}

select{
	color: black;
}

button, input[type=submit]{
	border-radius: 0px;
}
