/*	-------------------------------------------------------------
	NiHique (nihique.com)
	homepage
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	base setup styles
	-------------------------------------------------------------	*/
	
/* ----- Base body styles ----------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0px 0px; 
    padding: 0px;
	text-align: center;
	background: #f6f3e1 url(../images/backg2.gif) top center repeat-y;
}

div#content {
	position: relative;
	margin: 0 auto;
    padding: 0;
	width: 752px;
	padding-top: 240px;
}

/* ----- Headers -------------------------------------------------------------*/

h1 {
	background: #fcac01 url(../images/title.jpg) top center repeat-x;
	width: 750px;
	height: 189px;
}

h1 a {
	position: absolute;
	display: block;
	top: 10px;
	right: 27px;
	width: 88px;
	height: 153px;
	background: none;
}


h2, h3 {
	font-size:110%;
	text-transform: uppercase;
	font-weight:bold;
}

h3 {
	font-size:105%;
}

/* ----- Linker Styles ( karticka odkazu ) ---------------------------------- */

div.linker {
	margin-bottom: 40px;
	color: #fcac01;
}

div.linker h2, div.linker p {
	display: block;
	width: 386px;
	margin: 0 auto; 
    padding: 0;
	font-size: 95%;
	background: black;
}

div.linker h2 {
	padding-top: 3px;
	letter-spacing: 0px;
}

div.linker p {
	padding-bottom: 3px;
	letter-spacing: 0px;
}

div.linker img {
	border: 3px solid black;
	margin-bottom: -3px;
}

div.linker#gebb {
    color: #88cc33;
}

/* ----- Last.fm ------------------------------------------------------------ */

div#last-fm {
	margin-left: 2px;
}

div#last-fm img {
	border: 0px;
}

/* ----- Hidden divs -------------------------------------------------------- */

h1, div#counter-cnw {
	position: absolute;
	display: block;
	text-indent: -9999px;
	margin: 0; padding: 0;
	left: 0px;
	top: 0px;
} 
