﻿body{
	background:#000;
}
a {
	text-decoration:none;
}
img {
	border: none;
}
#main { 
	background-color:#1f1f1f;
	width:960px; 
	margin:0 auto; 
	text-align:left; 
	padding:20px;
}

#logo {
	background:url(img/logo.png) no-repeat;
	width:308px;
	height:80px;
}
#logo span {
	display: none;
}

#content {
	width:830px;
	height:450px;
	float:left;
	margin-left:10px;
	background-color:white;
}
.contentdiv {
	width:810px;
	height:100%;
	margin:10px;
	display:none;
}
.arrow {
	width:35px;
	height: 35px;
	margin:5px 0 0 60px;	
	position:absolute;
}
.selectedLink {
		
}
.fbpicture {
	height:100px;
	width:100px;
}

.hoverarrow {
	background: url(img/arrow1.png) no-repeat;
}

.contentlinks .linkbox {
	float:left;
	
}

.linkbox {
	width:100px;
	height:100px;
	overflow:hidden;	
	margin-bottom:10px;
	margin-right:10px;
	color: #FFFFFF;
    font-family: Segoe UI Light,Segoe UI,Tahoma,Arial,Verdana,sans-serif;
    font-size: 125%;
	position:relative;
}

.linkbox span {
	bottom: 0;
    display: block;
    left: 0;
    margin: 44px 0 7px 9px;
    padding-bottom: 4px;
    position: absolute;
    text-align: left;
	line-height: 100%
}

.linkbox .tile {
	margin:10px 0 0 23px; 
	width:55px;
	height:55px;
}
.facebookcolor {
	background-color:#3b5998;
}
.linkedincolor {
	background-color:#006699;
}
.twittercolor {
	background-color:#5dd7fc;
	
}
.egg {
	background-color:#dec101;
}
.blue {
	background-color:#0072bc;
}

.orange {
	background-color:#ed7d31;	
}
.darkorange {
	background-color:#cd4900;
}

.lightgreen {
	background-color:#c5e309;
	color:black;
}
.blue {
	background-color:#2d8bef;
}
.green {
	background-color:#008641;
}

.red {
	background-color:#cf274b;
}

.purple {
	background-color:#662d91;
}

#sidebar {
	width: 100px;
	float:left;
	background-color:white;
	padding: 10px 10px 0 10px;
}


.half, .halfsplit, .quarter  {float:left;}

.full {
	width: 960px;
	padding:0;
}
.halfsplit {
	width: 480px;
	padding:0;
}
.half{
	width: 470px;
	padding:0;
	margin-right:10px;
}
.quarter {
	width: 230px;
	padding:0;
	margin-right:10px;
}