html
{
	margin:0px;
	padding:0px;
	font-family: Arial, sans-serif;
	
}
	
body
{
	padding: 0;
	margin: 0;
	background: url("/img/background.jpg") #000;
}

a img
{
	border: none;	
}

.width980
{
	width:980px;
	margin:auto;
}

.signature
{
	padding: 30px 0px;
}

	.blunderline
	{
		margin-top: 16px;
		font-size: 20px;
		border-bottom: 2px solid #99CDDF;
		float: right;
		color: #eee;
		padding: 15px 20px 5px 100px;
	}

	.blunderline a
	{
		color: #eee;
		text-decoration: none;
		font-size: 18px;
		padding: 0 10px;
	}
	
	.blunderline a.selected
	{
		color: #DFD999;
	}
	
	.blunderline a:hover
	{
		color: #99CDDF;
	}


.cb
{
	clear: both;	
}

.mainPhoto
{
	border:1px solid #99CDDF;
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
}

.footer
{
	background: url('/img/footer.jpg') #99CDDF;
	padding: 24px 0px;
	color: #62848F;
	font-size: 42px;
	border-top: 1px solid #222;
	font-size:18px;
}

.footer a
{
	text-decoration:none;
	padding: 0px 12px 0px 10px;
	color: #fff;
	font-size: 32px;
}

.footer a:hover
{
	color: #3396CC;	
}

.mainContainers
{
	margin: 50px auto;
	padding-bottom: 50px;	
}

.mainContainers .container
{
	margin-left:50px;	
}

.maintContainers .linkContainer
{
	width: 200px;
	display: block;
}

.container
{
	background: #DFDFDF;
    border: 2px solid #ffffff;
    padding: 30px;
    text-align: center;
    box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.inner
{
	background: #fafafc;
    border: 1px solid #a3a3a3;
    outline: none;
    color: #2f2f2f;
	margin: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.tweets
{
	margin: 30px 100px 0px 100px;
}

.tweets .twitterLogo
{
	text-align: right;
	margin-right: 10px;	
}

.tweet a
{
	text-decoration: none;
	color: #8EC0CF;	
}

.tweet .author
{
	margin-right: 10px;
}

.tweet img
{
	border:1px solid #99CDDF;
	float:left;
}

.tweet span
{
	float:left;
	padding-left: 10px;
	width: 630px;
	color: #333;
}

.tweet .time
{
	font-size: 10px;
	color: #999;
	text-align:right;
}

.tweet
{
	background: #fafafc;
	padding: 20px 20px 10px 20px;
	margin:10px;
	border:1px solid #99CDDF;
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
    font-size: 24px;
}
