/*
Theme Name: FunFix theme
Theme URI: 
Description: Theme for FunFix
Author: Aleksandar Timic, aleksandartimic@gmail.com
Version: 1.0
Tags: custom
*/

@charset "utf-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus {
    outline: none;
}
strong {
	font-weight:bold;
}

body {
	background:#e83d34;
}

.page {
	background: #f26861; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #f26861 1%, #e83d34 69%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#f26861), color-stop(69%,#e83d34)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #f26861 1%,#e83d34 69%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #f26861 1%,#e83d34 69%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #f26861 1%,#e83d34 69%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #f26861 1%,#e83d34 69%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26861', endColorstr='#e83d34',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	width:900px;
	margin:auto;
	position:relative;
	height:1100px;
}

/* ------------------ NAVIGATION -------------------- */

.menu_bar {
	width:900px;
	
}

ul.navigation {
	width:900px;
	list-style: none;
	margin:40px auto;
	display:block;
	text-align: center;
}

ul.navigation li {
	display:inline-block;
	margin-right:20px;
}

ul.navigation li:last-child {
	display:inline-block;
	margin-right:0px;
}


ul.navigation li a  {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#42ff42 0%,
		#146600);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#42ff42),
		to(#146600));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #134201;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);

}

ul.navigation li a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#289528 0%,
		#146600);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#289528),
		to(#146600));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #134201;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);

}







/* ---------------------- LINKS ------------------------ */

.image_link img {
	width:100%;
}

.image_link {
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.image_link:hover {
	width:200px;
	z-index:5;
	margin-left:-25px;
	margin-top:-25px;
}

.image_link.selected {
	width:200px;
	z-index:5;
	margin-left:-25px;
	margin-top:-25px;
}

.link1 {
	width:150px;
	display:block;
	text-decoration: none;
	position:absolute;
	left:20px;
	top:100px;
}



.link2 {
	width:150px;
	display:block;
	text-decoration: none;
	position:absolute;
	left:20px;
	top:350px;
}

.link3 {
	width:150px;
	display:block;
	text-decoration: none;
	position:absolute;
	left:20px;
	top:600px;
}

.link4 {
	width:250px;
	display:block;
	text-decoration: none;
	position:absolute;
	left:20px;
	top:850px;
}

.link4:hover {
	width:350px;
}

.link4.selected {
	width:350px;
}

.link5 {
	width:150px;
	display:block;
	text-decoration: none;
	position:absolute;
	left:400px;
	top:850px;
}

.link6 {
	width:150px;
	display:block;
	text-decoration: none;
	position:absolute;
	left:700px;
	top:850px;
}

.link7 {
	width:150px;
	display:block;
	text-decoration: none;
	position:absolute;
	left:720px;
	top:600px;
}

.link8 {
	width:150px;
	display:block;
	text-decoration: none;
	position:absolute;
	left:720px;
	top:350px;
}

.link9 {
	width:150px;
	display:block;
	text-decoration: none;
	position:absolute;
	left:720px;
	top:100px;
}

.link10 {
	width:332px;
	/*height:161px;*/
	display:block;
	text-decoration: none;
	position:absolute;
	left:300px;
	top:100px;
}

.link10:hover {
	width:664px;
	display:block;
	text-decoration: none;
	position:absolute;
	left:150px;
	top:100px;
}

/* ----------------------- CONTENT ----------------------- */

.content_wrapper {
	width:500px;
	height:500px;
	position:absolute;
	left:200px;
	top:400px;
}

.content {
	font-family: Arial, Helvetica, serif;
	font-size:14px;
	line-height:20px;
	color:#000;
}

.content p {
	font-family: Arial, Helvetica, serif;
	font-size:14px;
	line-height:20px;
	color:#000;
	margin-bottom:20px;
}

.content a {
	font-family: Arial, Helvetica, serif;
	font-size:14px;
	line-height:20px;
	color:#000;
	margin-bottom:20px;
}

.content a:hover {
	font-family: Arial, Helvetica, serif;
	font-size:14px;
	line-height:20px;
	color:white;
	margin-bottom:20px;
}

.content h1{
	font-family: Arial, Helvetica, serif;
	font-size:20px;
	line-height:20px;
	color:#000;
	margin-bottom:10px;
}

.content h2{
	font-family: Arial, Helvetica, serif;
	font-size:18px;
	line-height:20px;
	color:#000;
	margin-bottom:10px;
}

.content h3{
	font-family: Arial, Helvetica, serif;
	font-size:16px;
	line-height:20px;
	color:#000;
	margin-bottom:10px;
}

.content img {
	padding:10px;
}

.box {
	display:none;
	height:430px;
	overflow:auto;
	padding:0px 20px;
}

.box ul {
	list-style:disc;
	margin-left:20px;
}


#audio1, #audio2, #audio3, #audio4, #audio5, #audio6, #audio7, #audio8, #audio9, #audiohead, #audioeyes, #audiomouth, #audiotie, #audiomicrophone {
	display:none;
}


/* ----------- Instructions ------------*/

.instruction1 {
	width:240px;
	height:141px;
	background:url(img/instruction1.png) no-repeat;
	display:block;
	position:absolute;
	left:70px;
	top:40px;
}

.instruction2 {
	width:198px;
	height:88px;
	background:url(img/instruction2.png) no-repeat;
	display:block;
	position:absolute;
	left:400px;
	top:40px;
}


.sample1, .sample2 {
	height:64px;
	background:url(img/btn_play.png) no-repeat;
	background-position:left;
	display:block;
	text-decoration: none;
	line-height:64px !important;
	padding:0px 0px 0px 74px;
	margin:0px 10px 0px 0px;
	font-size:12px !important;
}







