﻿body
{
	height: 100%;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('/Templates/Styles/Images/background-bottom.png');
}

h1 {font-size:2.1em;padding:0 0 10px 0;margin:0;line-height:normal;color:White;}

.top-left-image
{
	width:270px;
	height:231px;
	position: absolute;
	background-image: url('/Templates/Styles/Images/top-left.png');
}

.main
{
	height: 387px;
	background-image: url('/Templates/Styles/Images/background-top.png');
	background-repeat: repeat-x;
}
.container
{
	padding-top: 20px;
	margin: 0 auto;
	width:800px;
}
.box
{
	padding-left: 20px;
	height:265px;
	width:357px;
	background-repeat: no-repeat;
	float: left;
}
.twitter
{
	background-image: url('/Templates/Styles/Images/transparent-box-twitter.png');
}
.feeds
{
	background-image: url('/Templates/Styles/Images/transparent-box-feeds.png');
}
.linkedin
{
	float:right;
	padding-top:20px;
}
.list 
{
	padding-left: 0px;
	margin-top:10px;
}

.list li
{
	width:320px;
	color: White;
	list-style: none;
	font-size:1.1em;
}

.feed-item
{

}

.twitter-item
{
	padding-bottom:10px;
}

.feeds A:link {text-decoration: none; color:Orange;}
.feeds A:visited {text-decoration: none; color:Orange;}
.feeds A:active {text-decoration: none; color:Orange;}
.feeds A:hover {text-decoration: none; color:White;}

.twitter A:link {text-decoration: none; color:#33ccff;}
.twitter A:visited {text-decoration: none; color:#33ccff;}
.twitter A:active {text-decoration: none; color:#33ccff;}
.twitter A:hover {text-decoration: none; color:White;}

.list li p
{
	font-family:arial,tahoma,sans-serif;
	font-size:0.75em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:White;
}


