/* CSS RESETS   by Eric A. Meyer (http://meyerweb.com/), Public Domain						*/

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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
:focus {
	outline: 1px dotted gray;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Assist styles */
.clrbrk {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -1000em;	/* overkill hiding from all browsers; use "&nbsp;" for content */
	}

/* MAIN LAYOUT ELEMENTS																		*/

html {
	width: 100%;
	height: 95%;
	}
body {
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;		/* default font */
	font-size: 112%;
	color: #ffffff;
	background: #000000;
	}

/* LAYOUT BLOCKS */

#frame {
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding-bottom: 24px;
	font-size: 62%;
	text-align: left;
	border: 1px solid #e7a538;
	border-top: none;
	background: #000000 url(./imgs/content-bk.jpg) no-repeat 100px 220px;
	}
body#frontpage #frame {
	background: #000000 url(./imgs/frontpage-bk.jpg) no-repeat bottom left;
	}
#top {
	position: relative;
	width: 900px;
	margin: 0px 0px;
	padding: 20px 0px 0px 0px;
	z-index: 100;
	text-align: center;
	}
#main {
	position: relative;
	width: 900px;
	padding: 1px 0px 0px 0px;
	z-index: 1;
	min-height: 420px;
	}
body#frontpage #main {
	height: 500px;
	}
#content {
	position: relative;
	width: 700px;
	margin: 0px 100px;
	}
#fpcontent {
	width: 242px;
	margin: 30px 0px 0px 630px;
	}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 880px;
	padding: 6px 10px;
	}

/* TOP */

#top h2 {
	display: block;
	width: 450px;
	height: 100px;
	margin: 40px auto 10px auto;
	background: url(./imgs/title.gif) no-repeat;
	}
#top h2 span {
	display: none;
	}

/* MENU */

/* Horizontal menu */

#nav {
	position: relative;
	width: 900px;
	}
ul#menu {
	width: 700px;
	height: 36px;
	margin: 0px auto;
	}
ul#menu li {
	display: block;
	_display: inline;
	float: left;
	margin: 0px 10px;
	height: 36px;
	}
ul#menu ul {
	display: none;
	}

/* Horizontal menu: links */
ul#menu a {
	display: block;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	color: #ffffff;
	background: url(./themes/ftchallenge/imgs/menu-a-bk.gif) repeat-x 0px 0px;
	}
ul#menu a:hover {
	color: #e7a538;
	}

/* FOOTER */

#footer p {
	float: right;
	}

/* CONTENT */

#content #contact {
	float: left;
	width: 300px;
	margin: 20px 0px 0px 100px;
	}
#content #sidebar {
	width: 240px;
	margin: 60px 0px 0px 420px;
	font-size: 1.2em;
	}
#content #oldflyers {
	float: right;
	margin-right: -90px;
	}
#fpcontent #synopsis {
	display: block;
	color: #E7A538;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 24px;
	}

#content a, #fpcontent a {
	color: #e7a538;
	}
#fpcontent p {
	clear: left;
	}

#content a:hover {
	text-decoration: underline;
	}
#content h3 {
	text-align: center;
	font-size: 2.2em;
	margin: 20px 0px;
	font-weight: bold;
	color: #e7a538;
	letter-spacing: 1px;
	}
#content h5 {
	text-align: center;
	position: relative;
	font-size: 1.6em;
	margin: 20px 0px;
	}
#content h4, #fpcontent h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 16px 0px;
	border-bottom: 1px solid #e7a538;
	}
#content img.left {
	display: block;
	float: left;
	margin-right: 12px;
	}
#content img.right {
	display: block;
	float: right;
	margin-left: 12px;
	}
#content img.center {
	display: block;
	float: none;
	margin: 0px auto;
	}
#content p, #fpcontent p {
	line-height: 1.4em;
	margin-bottom: 12px;
	}
#content strong {
	font-weight: bold;
	}
#content ul {
	list-style: circle;
	}
#content li {
	list-style: circle;
	margin-left: 16px;
	line-height: 14px;
	}
#content object {
	display: block;
	margin: 0px auto;
	}
#fpcontent ul {
	line-height: 14px;
	margin-left: 28px;
	}

/* Events */

.nextgig {
	display: block;
	float: left;
	border: 1px solid #e7a538;
	margin-bottom:14px;
	}
.comingsoon {
	display: block;
	margin: 10px 0px;
	text-align: center;
	font-size: 1.3em;
	color: #e7a538;
	}
.eventitem {
	clear: both;
	padding-top: 24px;
	}


/* Sketsit/Hahmogalleria */

.gallery {
	width: 900px;
	margin-left: -65px;
	}
.gallery a {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0px 6px 6px 0px;
	border: 1px solid #E7A538;
	}

/* Videot */

/* Yhteistyokumppanit */

body#yhteistyo #content a {
	display: block;
	float: left;
	width: 220px;
	height: 35px;
	margin: 40px 0px 0px 10px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	}

/* Tuotteet */

body#tuotteet #content {
	width: 760px;
	margin: 0px 70px;
	}
body#tuotteet #content img {
	margin: 0px 10px 10px 0px;
	}

/* Sikakoira Moilanen */
body#voskm {
	background: none;
	background-color: #000000;
	}
body#voskm #content h2 {
	display: block;
	width: 420px;
	height: 148px;
	margin: 0px auto 10px auto;
	background: url(./imgs/voskm-title.jpg) no-repeat;
	}
body#voskm #content h3 {
	color: #f88631;
	}
body#voskm #content h3 a {
	display: block;
	color: #f88631;
	margin-top: 14px;
	}

/* IMPRO / Waltawa Guldeeni */
body#guldeeni {
	background: none;
	background-color: #000000;
	}
body#guldeeni #frame {
	background: none;
	}
body#guldeeni #content h2 {
	display: block;
	width: 510px;
	height: 210px;
	margin: 0px auto 10px auto;
	background: url(./imgs/wg-logo.gif) no-repeat;
	}
body#guldeeni #content h3 {
	color: #E7A538;
	}
body#guldeeni #content h3 a {
	display: block;
	color: #FF8FEA;
	margin-top: 14px;
	}

h2 span {
	display: none;
	}
