/* 

    PF 2009      Main CSS file
    ------------------------------------------------------------------------
    Author       Ondrej Valka (ondrej@valka.info)
    Created      23 Dec 09
    Last edit    -

*/

body {
	background: #f7f7ed;
	color: #333;
	font-size: 24px;
	line-height: 32px;
	font-family: Georgia, serif;
}

em {
	color: #D62822;
	font-style: normal;
}


/*  Layout  ----------------------------------------------------------------  */

#layout {
	margin: 0 auto;
	width: 960px;
}

#intro {
	padding: 384px 0 256px;
}
#outro {
	clear: both;
	padding: 512px 0 256px;
}

/*  Typograhy  -------------------------------------------------------------  */

h2, h3 {
	font-size: 18px;
	text-transform: uppercase;
}

h2 {
	clear: both;
	color: #D62822;
	letter-spacing: 1px; word-spacing: 2px;
	padding: 96px 0 32px;
	text-align: center;
	width: 100%;
}
h3 {
	color: #888;
	display: inline;
	float: left;
	text-align: right;
	width: 465px;
}

ul, p {
	float: right;
	width: 465px;
}

#intro p,
#outro p {
	float: none;
	display: block;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	width: 100%;
}
#intro p {
	margin-bottom: 512px;
}

ul.standalone,
 p.standalone {
	float: none;
	display: block;
	margin: 0 130px 32px;
	width: auto;
}
ul.standalone li,
 p.standalone {
	text-align: center;
}

p.appended {
	clear: both;
	height: 1%; /* IE6 */
	padding-top: 32px;
}

/*  Sections  ----------------------------------------------------------------  */

/*  .section  */

.section {
	float: left;
	width: 100%;
}

#intro {
	position: relative;
}
#intro img {
	position: absolute; left: 0; top: 630px;
}

#first {
	background: url(../images/bird.jpg) 0 100% no-repeat;
	padding-bottom: 160px;
}

#geeks {
	background: url(../images/ostrich.jpg) 0 115px no-repeat;
}

#signaly {
	background: url(../images/parrot.jpg) 100% 100% no-repeat;
}

#camping {
	background: url(../images/wolf.jpg) 0 100% no-repeat;
	padding-bottom: 50px;
}

#special {
	background: url(../images/fish.jpg) 100% 100% no-repeat;
	padding-bottom: 200px;
}