/* @override http://localhost/v/style.css */

/*@font-face {
  font-family:'Neighbourhood';
  src: url("Neighbourhood.otf") format("opentype");
}*/
html {
	background:#fff;
}
body {
	color:#000;
	font-family:helvetica, arial, sans-serif;
	font-size:13px;	
	margin:0;
	padding:0;
	cursor:default;
	word-wrap: break-word;
	background-color:#fff;
	/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
	/*-webkit-text-size-adjust:none;*/
}
a {
	font-family:inherit;
	text-decoration:none;
}
a:link:active, a:visited:active, .slidenav div:active {
	background-color:#000;
	color:#fff;
	border-color:#000;
}
a:link, a:visited {
	text-decoration:underline;
	color:inherit;
}
a:hover {
	text-decoration:none;
	background-color:transparent;
}
ul, li {
	list-style:none;
	margin:0;
	padding:0;
}
li {
	overflow:auto;
	margin:0 10px;
	padding:70px 0;
}
h1 {
	margin-bottom:0.2em;
}
h1 a:link, h1 a:visited {
	text-decoration:none;
}
h2 {
	font-weight:300;
	line-height:1.4em;
	font-size:1.3em;
	margin:0.1em 0;
}
article {
	-webkit-column-count: 2;
	-webkit-column-gap: 1.6em;
	/*-webkit-column-rule: 1px solid #bbb;*/
	text-align: justify;
}
p {
	line-height:1.4em;
}
img, .slides {
	width:615px;
}
i, .slidenav a, .footer {
	font-family:georgia, times, serif;
}

/*--------target elements--------*/
.dots {
	width:615px;
	text-align:center;
}
.dots span {
	display:inline-block;
	position:relative;
	z-index:99;
	background:#ddd;
	width:6px;
	height:6px;
	margin:0 3px;
	border-radius:20px;
	-webkit-transition:background 0.1s ease-in-out;
}
.dots span.active, .dots span:hover {
	background:#444;
}
.start {
	padding:50px 0 0px 0;
	margin-bottom:-30px;
}
.bottom {
	padding-top:5px;
	/*text-align:center;*/
}
.start h1 {
	padding-top:70px;
	font-size:2.3em;
	text-transform:uppercase;
}
.start h2 {
	font-size:1.4em;
	line-height:1.3em;
	color:#222;
}
.start h2 a {
	/*text-decoration:none;*/
}
.start p {
	font-size:1.1em;
}
#frontpage h1 {
	margin-top:5px;
}
#stage {
	border:0;
	width:920px;
	margin:0 auto;
	overflow:auto;
	margin-top:100px;
}
#info h2 {
	margin-top:0.6em;
}
#info p {
	margin-top:0;
}
#frontpage h2 {
	margin:5px 0;
}
#frontpage.text {
	/*padding:30px;*/
	background-color:#fff;
}
.slidenav {
	margin-top:3px;
	height:25px;
}
.slidenav div {
	margin-right:0.5em;
	font-size:2em;
	line-height:0.5em;
	padding-bottom:5px;
	margin-top:7px;
}
.slidenav a {
	margin-right:0.5em;
	font-size:1em;
	font-style:italic;
	line-height:2.4em;
}
.slidenav div:hover, .dots span:hover {
	cursor:pointer;
}
.inactive, div.inactive:active, div.inactive:hover {
	color:#eee;
	background-color:#fff;
	cursor:default;
}
.slides, .text, .slidenav div {
	float:left;
}
.slides img {
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
}
.text, #long {
	margin-left:20px;
	margin-bottom:20px;
}
#long {
	/*text-align:center;*/
	margin-right:20px;
}
.slidecaption {
	position:absolute;
	width:240px;
	background:#fff;
	color:#333;
}
.slidecaption a {
	color:black;
}
.horizontal li {
	float:left;
}
.horizontal img {
	width:auto;
	margin:0 10px;
}
.bread {
	width:575px;
}
.subname {
	margin:-5px 0 1em 0;
	font-size:16px;	
}
.footer {
	font-size:0.7em;
	font-style:italic;
}
.hidden {
	opacity:0;
	filter:alpha(opacity=0);
}
#splash {
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:100%;
	overflow:hidden;
}
#flickrimg {
	position:absolute;
	z-index:-1;
	width:auto;
	opacity:0;
	filter:alpha(opacity=0);
}
#namelogowrap {
	position:absolute;
	/*background-color:#f5f5f5;*/
	top:0;
	left:0;
	right:0;
	padding:15px 50px 0 50px;
	/border-top:4px solid #000;
}
#namelogo{
	width:830px;
	overflow:auto;
	margin:20px auto;
	/*text-align:center;*/
	padding-bottom:22px;
}
#logo {

}
#logo h1, #logo p {
	/width:600px;
	margin:0;
}
#logo h1 {
	margin-top:7px;
	/*font-size:2.1em;*/
}
#logo p {
	display:none;
	/*font-size:1em;*/
	/*font-weight:200;*/
}
#namelogo ul {
	padding-top:7px;
	font-size:12px;
}
#namelogo li {
	display:inline-block;
	padding:0.2em 0;
	margin:0 4px;
}
#namelogo li.first {
	margin-left:1px;
}
div.slides.multi img:hover {
	cursor:pointer;
}
div.slides.multi img:last-child:hover {
	/*cursor:default;*/
}
/*---------extras---------*/

.transition {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
