/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2012 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Mostardesign
 * License URL: http://www.fontspring.com/fflicense/mostardesign
 *
 *
 */

@font-face {
    font-family: 'logo';
    src: url('fnt/SofiaProLight-webfont.eot');
    src: url('fnt/SofiaProLight-webfont-.eot#iefix') format('embedded-opentype'),
         url('fnt/SofiaProLight-webfont.woff') format('woff'),
         url('fnt/SofiaProLight-webfont.ttf') format('truetype'),
         url('fnt/SofiaProLight-webfont.svg#sofia_pro_lightregular') format('svg');
}

/*Body*/
body {
	margin:0;
	padding: 0;
	overflow: hidden;
	background-color:#fafafa;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height:20px;
	font-weight: lighter;
	font-size: 14px;
}

/*Wrapper for logo and navigation */


#show{
    position:absolute;
    left:50%;
    top:54%;
    margin-left:-225px;
    margin-top:-85px;
	letter-spacing: 1.5px;
	text-align:center;
	z-index:10;
}


#canvas {
	margin-left:90px;
	margin-top:-100px;
}


/*Symbiosis logo*/

#logo{
	font-family:logo;
	font-size: 105px;
	line-height: 120px;	
}

/*Symbiosis logo*/
#twitter {
	position:absolute;
	text-align:right;
	bottom:7%;
	right: 6%;
}
#twitter h1{
	font-size:8px;
	color:#999;
}
#twitter a{
	text-decoration:none;
	color:#999;
}
#twitter a:hover{
	color:#ff687b;
}

/*GD/GDNM Navigation*/

#nav {
	margin-top:15px;
}
#nav h1{
	font-size:15px;
}

#nav a{
	font-size:19px;
	text-decoration: none;
		color: #333;

}

#GDNM:hover{
	color:white;
	font-weight:100;
	background-color: #3D3DDC;
}
#GD:hover{
	background-color:#FFEB32 ;
	
}



/*Time & Location */

#info {
	letter-spacing: 1px;
	position: absolute;
	top: 6%;
	left: 6%;
}

#location {
	letter-spacing: 1px;
	position: absolute;
	top: 6%;
	right: 6%
}
#location a{
	text-decoration :none;
	color: #333;
}
#location a:hover {
color: #999;	
}



	
	
	
/* Localized */