/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight:normal;
	background:#000 url(../img/bg.jpg) repeat-x;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	font-size: 10px;
	font-weight:normal;
	color:#6d6254;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 22px;
	font-weight:bold;
	color:#6d6254;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 10px;
	display:inline;
	font-size:16px;
	color:#d8d1c4;
	text-decoration:none;
}

a:link, a:visited {
	display:inline;
	font-size:16px;
	color:#d8d1c4;
	text-decoration:none;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}

/* `ID
----------------------------------------------------------------------------------------------------*/

#header {
	margin-top: 100px;
	height:50px;
}

#header a:link, #header a:visited {
	font-size: 22px;
	font-weight:bold;
	color:#6d6254;
}

#content_big {
	background:url(../img/content_arena.png) no-repeat;
	height:372px;
}

#content_big_akcio {
	background:url(../img/bg_akcio.png) no-repeat;
	height:372px;
}


#footer p {
	font-size: 11px;
	font-weight:normal;
	color:#4c4c4c;
}


#content_txt_akcio h1, #content_cafe_top h1 {
	margin-top:75px;
	font-size: 45px;
	font-weight:bold;
	color:#fff;
	padding-right:50px;
}

#content_txt_akcio p {
	font-size: 22px;
	font-weight:normal;
	color:#fff;
	padding-right:50px;
}

#content_cafe_top p {
	font-size: 13px;
	font-weight:normal;
	color:#fff;
	padding-right:50px;
}
