/*------------------------------
=BASIC SETUP
------------------------------*/

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}

/*------------------------------
=TYPEFACES
------------------------------*/
@font-face {
	font-family: 'HV';
	src: url(../fonts/HelveticaLTStd-Bold.otf);
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'NCS';
	src: url(../fonts/NewCenturySchlbkLTStd-Bd.otf);
	font-weight: bold;
	font-style: normal;
}


/*------------------------------
=BASIC STYLES
------------------------------*/

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, article, nav {
	display: block;
}

html {
	margin:0;
	padding:0;
	color:#000;
	background-image: url(../im/zmudas_site.png);
	background-position:center 0%;
	background-repeat: no-repeat;
	background-color:#faffd0;
}

body {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	font-family: 'NCS', serif;
	font-size: 7pt;
	font-weight: bold;
	font-style: normal; 
	text-decoration: none;
	line-height: 14px;
	color: #ff9933;
	
}

h1 {
	font-family: 'HV', sans-serif;
	font-size: 1em;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: .5em;
	text-align: right;
	line-height: 12px;
	margin:0;
	padding-bottom: 8px;
}
h2 {
	font-family: inherit;
	font-size: 1em;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: .2em;
	line-height: 16px;
	margin:0.5em 0 0.5em;
}
h3 {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: .05em;
}
h4 {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: gray;
	letter-spacing: .2em;
	margin:0 0 1em;
}

a {
	text-decoration: none;
	color: gray;
}
a:link {
	color: gray;
}
a:active {
	color: #8DBECC;
}
a:visited {
	color: gray;
}
a:hover {
	color: #8DBECC;
}

dd {
	text-indent: 12px;
}


/*------------------------------
=HEADER
------------------------------*/
header {
	padding:106px 0 0 0;
	background:none;
}

/*------------------------------
=NAV
------------------------------*/

nav {
	padding:20px 30px 28px;
	background:none;
}

/*------------------------------
=DIV WRAPPER, MAIN CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/

section {
	margin:0 auto;
	background:none;
	height:170px;
}
article {
	background:none;
	width:480px;
	-moz-column-count:2;
	-moz-column-width:200px;
	-moz-column-gap: 10px;
	
	-webkit-column-count:2;
	-webkit-column-width:200px;
	-webkit-column-gap: 10px;
	
	margin-left: 30px;
}


/*------------------------------
=FOOTER
------------------------------*/
footer {
	clear:both;
	padding:8px 0 0 0;
	background:none;
	height:1px;
}
	footer p {
		margin:0;
	}
