/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #f38720;
		font-family: 'Averia Sans Libre', Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; }
	h1 { font-size: 48px; line-height: 52px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 30px; }
	h4 { font-size: 21px; line-height: 28px; margin-bottom: 4px; }
	h5 { margin-bottom: 15px; font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }

	p { color: #666666; font-size: 14px; line-height: 21px; margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { margin-left: 0; margin-bottom: 20px; margin-right: 0; margin-top: 0px; border: solid #ddd; border-width: 1px 0 0; clear: both; height: 1px; }
	
/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 25px;
	  -webkit-border-radius: 25px;
	  border-radius: 25px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: white linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	

body {
	background: #fdfdf2;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #444;
	max-width: 1600px;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0 20px 10px;

 }
 
.clear { clear: both; }
 
.audio {
	float: right;
}

.imgRight { float: right; }

img.noBorder {
	border: 0;
	margin-top: 35px;
}

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.containerHeader {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#header { 
	height: 135px;
}

.name {
	margin-top: 65px;
	padding-left: 360px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 600px;
	text-align: left;
	float: left;
	font-size: 58px;
	text-shadow: 1px 1px 1px #333333;
	color: white;
}

h1.name {
}

.head {
	background-color: #f38720;
	-webkit-box-shadow: rgba(34, 25, 25, 0.398438) 0px 1px 3px 0px;
	/*background-attachment: scroll;
	background-clip: border-box;
	background: transparent url(../images/80fillL.png);
	background: rgba(253, 253, 242, 0.8) none;
	background-origin: padding-box;*/
	border-bottom-color: rgb(33, 25, 34);
	border-bottom-style: none;
	border-bottom-width: 0px;
	box-shadow: rgba(34, 25, 25, 0.398438) 0px 1px 3px 0px;
	height: 135px;
	padding: 0px;

}

.navibar {
	margin-top: 1px;
	-webkit-box-shadow: rgba(34, 25, 25, 0.398438) 0px 1px 3px 0px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #f38720;
	background-image: none;
	background-origin: padding-box;
	border-bottom-color: rgb(33, 25, 34);
	border-bottom-style: none;
	border-bottom-width: 0px;
	box-shadow: rgba(34, 25, 25, 0.398438) 0px 1px 3px 0px;
	display: block;
}

.navibarAla {
	height: 40px;
	margin-bottom: 6px;
	-webkit-box-shadow: rgba(34, 25, 25, 0.398438) 0px 1px 3px 0px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #fff766;
	background-image: none;
	background-origin: padding-box;
	border-bottom-color: rgb(33, 25, 34);
	border-bottom-style: none;
	border-bottom-width: 0px;
	box-shadow: rgba(34, 25, 25, 0.398438) 0px 1px 3px 0px;
	display: block;
}

.navibar ul, .navibarAla ul {
	margin-left: 10px;
	display: inline;
}

.navibar ul li, .navibarAla ul li {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	letter-spacing: 0.02em;
	font-family: 'Averia Sans Libre', sans-serif;
	font-size: 18px;	
	line-height: 40px;
	display: inline-block;
}

.navibar li a, .navibarAla li a {
	color: #333333;
	text-decoration: none;
	padding: 10px;
	-moz-outline-style: none;
}

.navibar li a:hover, .navibarAla li a:hover {
	background-color: #ffcc66;
	color: white;
	text-decoration: none;
	padding: 10px;
	-moz-outline-style: none;
}

.navibar li a.current, .navibarAla li a.current {
	background-color: #1F4403;
	color: white;
}

.navibarAla li a.current2 {
	background-color: #f2762e;
	color: white;
}

#mainpic {
	text-align: center;
	padding: 0px;
	height: 510px;
	background-image: url(../images/anu-mainpic2.jpg);
	background-repeat: no-repeat;
	background-position: center 130px;
	background-color: #b6c46d;
}

#mainpicAla {
	text-align: center;
	padding: 0px;
	height: 380px;
	background-color: #b6c46d;
}

.guitar {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/mainOpetus3.jpg);
}

.parents {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/mainOpetus3.jpg);
}

.luxina {
	background-position: center 30px;
	background-image: url(../images/mainOpetus1.jpg);
	background-repeat: no-repeat;
}

.art {
	background-position: center top;
	background-image: url(../images/mainArt1.jpg);
	background-repeat: no-repeat;
}

.logo { position: absolute; top:0; left:10px; z-index: 1500; }

#lainaus {
	background-position: center top;
	background-repeat: repeat-y;
	padding-bottom: 35px;
	padding-top: 35px;
	height: auto;
	text-align: center;
}

#lainausLuxina {
	background-position: center top;
	background-repeat: repeat-y;
	padding-bottom: 0px;
	padding-top: 35px;
	height: auto;
	text-align: center;
}

#lainausLuxina img {
}

.lainatext {
	padding-right: 50px;
	padding-left: 50px;
	line-height: 38px;
	font-family: 'Miniver', cursive, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	border-bottom-color: #cccccc;
	border-top-color: #cccccc;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding-bottom: 35px;
	padding-top: 35px;
	color: #666666;
	font-size: 34px;
}

.lainatextLuxina {
	margin-bottom: 45px;
	margin-top: 35px;
	padding-right: 50px;
	padding-left: 50px;
	line-height: 38px;
	font-family: 'Miniver', cursive, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	border-bottom-color: #cccccc;
	border-top-color: #cccccc;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding-bottom: 35px;
	padding-top: 35px;
	color: #666666;
	font-size: 34px;
}

#content {
	margin-top: 25px;
	height: auto;
	overflow: hidden;
}

.columns a, .sampleRight a, .sample a {
	color: #f291d8;
	text-decoration: none;
}

.columns a:hover, .sampleRight a:hover, .sample a:hover {
	color: #e36178;
}

.columns {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.sample {
	position: relative;
	margin-bottom: 30px;
	height: auto;
	margin-right: 13px;
	width: 310px;
	float: left;
}

.sampleRight {
	position: relative;
	margin-bottom: 30px;
	height: auto;
	width: 310px;
	float: left;
}

.sample img, .sampleRight img {
	margin-bottom: 30px;
	margin-right: 10px;
	border-color: white;
	border-width: 10px;
	border-style: solid;
	float: left;
	
	box-shadow: rgb(204, 204, 204) 1px 1px 2px 0px;
	-webkit-box-shadow: rgb(204, 204, 204) 1px 1px 2px 0px;
}

.sample p, .sampleRight p {
	padding-right: 10px;
	padding-left: 10px;
}

.sample h4, .sampleRight h4 {
	padding-right: 10px;
	padding-left: 10px;
}

.more {
	text-align: center;
	left: 10px;
	top: 10px;
	z-index: 1000;
	background-color: #f291d8;
	position: absolute;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
}

.more p {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 0px;
	margin: 0px;
	font-size: 20px;
	color: white;
}

.one-third {
	margin-bottom: 30px;
	width: 340px;
}

.one-third img, .one-thirdNavi img {
	margin-top: 20px;
	margin-left: 15px;
	width: 305px;
}

.sidebar-foto {
	border-color: white;
	border-style: solid;
	border-width: 10px;
	box-shadow: rgb(204, 204, 204) 1px 1px 2px 0px;
	-webkit-box-shadow: rgb(204, 204, 204) 1px 1px 2px 0px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.one-thirdLainaus {
	border-left-color: #b3b3b3;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-right: 10px;
	padding-left: 10px;
	width: 319px;
}

.one-thirdLainaus p {
	line-height: 18px;
	font-style: italic;
	font-size: 13px;
}

.one-thirdLainaus h4 {
	font-style: italic;
}

.one-thirdLainaus ul {
	margin-bottom: 25px;
	color: #666666;
	padding-left: 10px;
}

.one-thirdLainaus ul li {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 18px;
	font-size: 13px;
	font-style: italic;
}

.one-thirdNavi {
	margin-bottom: 30px;
	width: 340px;
}

.one-third p, .one-thirdNavi p {
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 15px;
	font-style: italic;
	font-size: 15px;
}

.one-third li {
	list-style-position: inside;
	list-style-type: square;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 15px;
	font-style: italic;
	font-size: 15px;
}

.one-thirdNavi ul {
	padding-left: 15px;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-left-style: dotted;
}

.one-thirdNavi li {
	background-position: 0 center;
	font-family: "Averia Sans Libre", Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 5px;
	border-left-style: none;
	font-size: 15px;
}

.one-thirdNavi li a {
	background-position: 10px center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.png);
	border-width: 5px;
	height: 40px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-style: normal;
	font-weight: normal;
	border-color: white;
	border-style: solid;
	padding-left: 55px;
	color: white;
	display: block;
	background-color: #f38720;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	
	box-shadow: rgb(204, 204, 204) 1px 1px 2px 0px;
	-webkit-box-shadow: rgb(204, 204, 204) 1px 1px 2px 0px;

}

.one-thirdNavi li a:hover {
	background-color: #ffa040;
	color: white;
}

.one-thirdNavi li a.current {
	background-color: #e54d0d;
}

.two-third {
	margin-bottom: 30px;
	width: 580px;
}

.two-third p {
	font-size: 14px;
	line-height: 21px;
}

.two-third img {
	margin-bottom: 10px;
	margin-right: 10px;
	/*border-color: white;
	border-width: 10px;
	border-style: solid;*/
	float: left;
	
	/*box-shadow: rgb(204, 204, 204) 1px 1px 2px 0px;
	-webkit-box-shadow: rgb(204, 204, 204) 1px 1px 2px 0px;*/
}

img.lux {
	border-color: white;
	border-width: 10px;
	border-style: solid;
	margin-bottom: 10px;
	/*border-color: white;
	border-width: 10px;
	border-style: solid;*/
	float: left;
	
	box-shadow: rgb(204, 204, 204) 1px 1px 2px 0px;
	-webkit-box-shadow: rgb(204, 204, 204) 1px 1px 2px 0px;
}

.fullCol {
	margin-bottom: 30px;
	width: 940px;
}

#footer {
	background-color: #70B00C;
	border-top-color: #417519;
	border-top-style: solid;
	border-top-width: 25px;
	padding-bottom: 10px;
	padding-top: 30px;
	background-position: 0;
	height: 250px;
}

#footer h2 {
	color: white;
	text-shadow: -1px -1px 1px #4c4c4c;
}

#footer li {
	font-size: 16px;
	color: white;
}

.legal {
	color: white;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
	width: 940px;
	font-size: 14px;
	padding-bottom: 0px;
	padding-top: 10px;
}

.colRow-1, .colRow-2 {
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 10px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	padding-top: 0px;
	width: 330px;
	overflow: hidden;

}

.colRow-1 img {
	margin-top: 46px;
	margin-left: 25px;
	float: right;
}

.colRow-2 img {
	margin-top: 46px;
	margin-right: 25px;
	float: left;
}

.oneCol-1, .oneCol-2, .oneCol-3 {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 300px;
}

.oneCol-1 img, .oneCol-2 img, .oneCol-3 img {

}

#slider {
	background-color: aqua;
}

#footer img {
	border-width: 0px;
	float: right;
	margin-top: 30px;
	box-shadow: 0px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
}

ol {
	margin-bottom: 25px;
	color: #666666;
	font-size: 16px;
}

ol li {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-type: decimal;
}

ol ul li {
	padding-left: 25px;
	list-style-position: inside;
	list-style-type: lower-latin;
}

