@font-face {
	font-family: infinity;
	src: url('../fonts/OstrichLight.ttf');
}

* {
    color: #000000;
    font-size: 1em;
}
body {
    font-family: 'Arial';
    color: #ffffff;
    font-size: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image:url('../images/backgrounds/textured-small.png');
}
.bigLogo
{
	position: absolute;
	width: 80%;
	left: 10%;
	top: 10%;
}
.floatedLogo
{
	height: 100px;
	position: absolute;
	left: 25px;
	bottom: 10px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.smallLogo
{
	position: absolute;
	left: 0%;
	bottom: 1%;
	width: 15%;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.25;
}
.headingLogo
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 12%;
	zoom: 1;
	filter: alpha(opacity=10);
	opacity: 0.1;
	
}
.navMenu
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-bottom: 10px;
	padding-right: 20px;
	z-index: 2000;
}
.navLogo
{
	
	width: 50px;
	zoom: 1;
	filter: alpha(opacity=10);
	opacity: 0.1;
	
}
.navPointer
{
	position: relative;
	width: 50px;
	top: 40px;
	padding-left: 5px;
	zoom: 1;
	filter: alpha(opacity=10);
	opacity: 0.1;
	
}
.contactLogo
{
	position: relative;
	top: 5px;
	height: 25px;
	filter: alpha(opacity=10);
	opacity: 0.1;
	
}
.contentHolder
{
	width: 60%;
	position: absolute;
	top: 20%;
	left: 25%;
}
.contentContainer
{
	background-color: #ffffff;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.heading
{
	font-family: 'Raleway', Helvetica, sans-serif;
	font-size:30px;
	color:#0a7fa7;
	font-weight:100;
	/* text-shadow: 0 3px 3px rgba(0, 0, 0, .3); */
}
.subHeading
{
	font-family: 'Raleway', Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:gray;
}
.content
{
	padding-top: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight: 200;
	color:#4c4c4c;
	text-align:justify;
}
.contactLink
{
	padding-top: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight: 200;
	color:grey;
	text-align:justify;
	text-decoration: none;
}
.contentHighlight
{
	padding-top: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#4c4c4c;
	text-align:justify;
}
.contentShadow
{
	height: 12px;
	background-size: 100%;
	background-image:url('../images/backgrounds/box-shadow-a.png');
}
.contentTable
{
	background-color: #ebebeb;
}
/* Download button (from twitter bootstrap) */
a.btn{
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    background-color: #383838;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #555 0%, #383838 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#383838));
    background-image: -webkit-linear-gradient(top, #555 0%,#383838 100%);
    background-image: -ms-linear-gradient(top, #555 0%,#383838 100%);
    background-image: -o-linear-gradient(top, #555 0%,#383838 100%);
    background-image: linear-gradient(top, #555 0%,#383838 100%);
    border: 1px solid #292929;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .4);
    font-size: 18px;
    padding: 8px 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
a.btn span{opacity:.6;}
a.btn:hover{
    background-image: -moz-linear-gradient(top, #404040 0%, #383838 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#383838));
    background-image: -webkit-linear-gradient(top, #404040 0%,#383838 100%);
    background-image: -ms-linear-gradient(top, #404040 0%,#383838 100%);
    background-image: -o-linear-gradient(top, #404040 0%,#383838 100%);
    background-image: linear-gradient(top, #404040 0%,#383838 100%);
}
a.btn:active{
    background-image: -moz-linear-gradient(top, #222 0%, #383838 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#383838));
    background-image: -webkit-linear-gradient(top, #222 0%,#383838 100%);
    background-image: -ms-linear-gradient(top, #222 0%,#383838 100%);
    background-image: -o-linear-gradient(top, #222 0%,#383838 100%);
    background-image: linear-gradient(top, #222 0%,#383838 100%);
}

a.btn.btn-small{
    font-size:14px;
    padding:5px 11px;
}

#ticker ul.tweet_list {
	height:4em;
	overflow-y:hidden;
}
#ticker .tweet_list li {
	height: 4em;
}