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

/* ----- FONTS ----- */

/* Ostrich Sans */
/* Thank you Tyler Finck of http://www.tylerfinck.com */
/* Ostrich Sans can be found here: http://www.theleagueofmoveabletype.com/ostrich-sans */

@font-face {
    font-family: 'OstrichSansCondensedLight';
    src: url('fonts/ostrich-light-webfont.eot');
    src: url('fonts/ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-light-webfont.woff') format('woff'),
         url('fonts/ostrich-light-webfont.ttf') format('truetype'),
         url('fonts/ostrich-light-webfont.svg#OstrichSansCondensedLight') format('svg');
	font-weight:normal;
    font-style: normal;
}

@font-face {
    font-family: 'OstrichSansRoundedMedium';
    src: url('fonts/ostrich-rounded-webfont.eot');
    src: url('fonts/ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-rounded-webfont.woff') format('woff'),
         url('fonts/ostrich-rounded-webfont.ttf') format('truetype'),
         url('fonts/ostrich-rounded-webfont.svg#OstrichSansRoundedMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Junction';
    src: url('fonts/Junction-webfont.eot');
    src: url('fonts/Junction-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Junction-webfont.woff') format('woff'),
         url('fonts/Junction-webfont.ttf') format('truetype'),
         url('fonts/Junction-webfont.svg#OstrichSansRoundedMedium') format('svg');
    font-weight:normal;
    font-style: normal;
}

/* --- Text Styles --- */

h1 {
	font-family: 'OstrichSansRoundedMedium', sans-serif;
	font-size: 24px;
	color: #020202;
	line-height:50%;
	margin-bottom:5px;
}

p {
	font-family: 'Junction', sans-serif;
	font-size:10px;
	word-wrap: break-word;
	line-height: 150%;
}

p.copyright {
	margin: 20px 0px 0px 30px;
	color: #CCC;
}
	

h2 {
	font-family: 'Junction', sans-serif;
	font-size:9px;
	color:#666;
	word-wrap: break-word;
	line-height: 100%;
	margin-left: 300px;
	margin-top: 0px;
	font-weight:normal;	
}


/* Link Styling */

A:link {text-decoration: none; border:none; color:#020202}
A:visited {text-decoration: none; border:none; color:#020202}
A:active {text-decoration: none; border:none; color:#020202}
A:hover {text-decoration:none; border:none; color:#000000;}


/*Navigation Bar Setup*/

html{min-height:100%;position:relative}/* make sure it is at least as tall as the viewport */
body{height:100%}
#cloud-container{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
    z-index:2;
	width:300px;
}

/* Navigation Styling */

.title {
	padding-left:30px;
}

ul.nav {
	list-style-type:none;
	padding-left:30px;
	font-size:10px;
	font-family:Junction;
	line-height:175%;
}

ul.nav a {
	text-decoration:highlight;
	color:#020202;
}

ul.nav a:hover {
	text-decoration:none; 
	border:none; 
	color:#F2623C;
	border-bottom: 1px solid #F2623C;
	}
	
	
/* BODY */

body {
	background-color:#F8F8F8;
}

#logo {
	background-image: url(images/sp_logo.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 55px;
	margin: 30px 0px 0px 30px;
	
}

.logo {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.logo:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

#about {
	margin-top:20px;
}


#titleDiv {
	margin-top: 25px;
}

.image {
	margin:10px 10px 10px 300px;
	position:relative;
	max-width: 65%;
    height: auto;
    width: auto\9; /* ie8 */
}

.statement {
	max-width: 800px;
	position:relative;
	margin:30px 0px 25px 300px;
	color:020202;
}

.about {
	max-width:43%;
	position: relative;
	margin-left:300px;
}