﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'HelsinkiRegular';
    src: url('../_fonts/helsinki-webfont.eot');
	src: local('☺'), 
	url('../_fonts/helsinki-webfont.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/helsinki-webfont.woff') format('woff'),
    url('../_fonts/helsinki-webfont.ttf') format('truetype'),
    url('../_fonts/helsinki-webfont.svg#HelsinkiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BevanRegular';
	src: local('☺'), 
    src: url('../_fonts/Bevan-webfont.eot');
    src: url('../_fonts/Bevan-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Bevan-webfont.woff') format('woff'),
         url('../_fonts/Bevan-webfont.ttf') format('truetype'),
         url('../_fonts/Bevan-webfont.svg#BevanRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	padding:0;
	margin:0;
	background:url(../images/bg1.jpg) fixed;
	background-attachment:fixed;
}
#container {
	text-align: left;
	width: 75%;
	margin: 0 auto;
}
/*-------header style--------*/
#header {
	height: 0px;
}
#header ul{
	margin-top:3em;
	text-align: right;
	list-style: none;
	margin-left: 5em;
}
#header li {
	font-family:BevanRegular, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	color: #FFF;
}
#header li a:link, #header li a:visited{
	padding: .1em .1em;
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 1em;
	margin-right: .1em;
}
#header li a:link, #header li a:visited{
	padding: .1em .1em;
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 1em;
	margin-right: .1em;
}
/*-----------header end-------------*/
/*-----------navigation bar-------------*/
#nav {
	position: fixed;
	top: 0;
	width: 200px;
	height:640px;
	margin: 5em 0em 0em 0em;
	color: #ffffff;
		/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 8px 0px #000000;
	-moz-box-shadow: 0px 0px 8px 0px #000000;
	box-shadow: 0px 0px 8px 0px #000000;
	/* Adds the transparent background */
background-color: rgba(1, 1, 1, 0.8);
	color: rgba(1, 1, 1, 0.8);
	z-index:300;
}
#nav ul {
	text-align: left;
	list-style: none;
	margin-left: 0em;
}
#nav li {
	font-family: HelsinkiRegular, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	padding-right: .2em;
	margin: .1em;
	color:#FFF;
}
#nav li a:link, #nav li a:visited{
	outline:none;
	padding: .1em .1em;
	display: block;
	color:#FFF;
	text-decoration: none;
	margin-right: .1em;
}
#nav li a:hover{
	color:#FF0;
	text-decoration: none;
}
#nav li a.current, #navli a.current:hover, #nav li a.current:active{
	color:#FF0;
	cursor: default;
}
#nav a:link, #nav  a:visited{
	color: #000;
	text-decoration: none;
}
#nav img{
	border-style: none;
}
/*----------navigation bar end----------*/
/*-----------navigation bar 2-------------*/
#nav2 {
	position: fixed;
	top: 0;
	width: 200px;
	height:220px;
	margin: 30.5em 0em 0em 0em;
	color: #ffffff;
		/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 8px 0px #000000;
	-moz-box-shadow: 0px 0px 8px 0px #000000;
	box-shadow: 0px 0px 8px 0px #000000;
	/* Adds the transparent background */
background-color: rgba(1, 1, 1, 0.8);
	color: rgba(1, 1, 1, 0.8);
	z-index:200;
}
#nav2 a:link, #nav2 a:visited{
	outline:none;
	text-decoration: none;
	border:0;
}
#nav2 ul {
	text-align: left;
	list-style: none;
	margin-left: 0em;
}
#nav2 li {
	font-family: HelsinkiRegular, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding-right: .2em;
	margin: .1em;
	color:#FFF;
}
#nav2 li a:link, #nav2 li a:visited{
	outline:none;
	padding: .1em .1em;
	display: block;
	color:#FFF;
	text-decoration: none;
	line-height: 1.2em;
	margin-right: .1em;
}
#nav2 li a:hover{
	color:#FF0;
	text-decoration:underline;
}
#nav2 li a.current, #navli a.current:hover, #nav2 li a.current:active{
	color:#FF0;
	cursor: default;
}
#nav2 a:link, #nav2  a:visited{
	color: #000;
	text-decoration: underline;
}
/*----------navigation bar 2 end----------*/
/*-----------nav myInfo-------------*/
#myInfo {
	position: fixed;
	float:right;
	top: 0;
	width: 100%;
	height:55px;
	color: #ffffff;
		/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 8px 0px #000000;
	-moz-box-shadow: 0px 0px 8px 0px #000000;
	box-shadow: 0px 0px 8px 0px #000000;
	/* Adds the transparent background */
background-color: rgba(1, 1, 1, 0.8);
	color: rgba(1, 1, 1, 0.8);
	margin: 0;
	right: 0;
	bottom: 0;
	z-index:100;
}
#myInfo ul {
	font-family:BevanRegular, Arial, Helvetica, sans-serif;
	text-align: center;
	list-style: none;
}
#myInfo li {
	font-family:BevanRegular, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding-right: .1em;
	line-height:1em;
	display:inline;
	color:#FF0;
}
#myInfo li a:link, #nav .myInfo li a:visited{
	outline:none;
	padding: .1em .1em;
	color:#FFF;
	text-decoration: none;
}
#myInfo li a.current, #myInfo li a.current:hover, #myInfo li a.current:active{
	color: #666;
	cursor:pointer;
}
#myInfo li a:hover{
	color:#FF0;
}
/*-----------nav myInfo end------------*/
#mainContent {
	width: 100%;
	margin: 0 0px;
	padding:0;
}
#mainContent ul {
	font-family:BevanRegular, Arial, Helvetica, sans-serif;
	padding-left: 5em;
	text-align: center;
	list-style: none;
}
#mainContent .article{
	padding: 0em;
	margin: 0em auto 50em auto;
}
#mainContent h1 {
	font-family: BevanRegular, Georgia, Times, serif;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: 4px;
	color:#FF0;
	text-shadow: 1px 1px 4px #333;
	padding:0em 0em 2.2em 0em;
	margin: 0px 55px 0px 215px;
	background:#333;
}
#mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	padding: 1em;
	color:#FFF;
	margin: 0px 45px 0px 0px;
	text-align: right;
	background: #333;
}
/*#mainContent iframe {
	display: block;
	padding: 3px;
	margin: .5em auto;
	overflow:hidden;
	z-index: -100;
}*/
#mainContent .thumbnail p {
	font-family:Verdana, Geneva, sans-serif;
	width:125px;
	padding:1em;
	margin: 0;
  	text-align: left;
 	font-size: 1em;
  	text-indent: 0;
	color:#333;
	background:#FFF;
}
#mainContent .thumbnail {
	float: left;
  	margin: 0em auto;
  	padding: .2em;
}
#mainContent .thumbnail a {
	color: #FFF;
	text-decoration: none;
	outline:none;
}
#mainContent .thumbnail img {
	border:none;
	padding: 0em;
	margin: 0em auto;
}
#mainContent .thumbnail iframe {
	border:none;
	padding: 0em;
	margin: 0em auto;
}
#mainContent form {
	font-family: HelsinkiRegular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color:#000;
	margin-left:1.5em;
	z-index:300;
}
#mainContent form ul{
	text-align: left;
	list-style: none;
	padding:0;
	margin: 0;
}
#mainContent form li{
	padding-right:.1em;
	margin:0;
	float:left;
}
#mainContent .contact a.current, #mainContent .contact a.current:hover, #mainContent .contact a.current:active{
	color: #FFF;
	background:;
	cursor: default;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 1em;
	padding: 0 10px 0 20px;
	text-align: right;
	background:;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
