﻿a {	color:  green;
 }
 #tet{
	display:inline-block;
	margin-top:15px;
	vertical-align:top;
}
#twitter{
	position:absolute;	
	top:1px;
	left:1px;
}

.menuItem{
	background:white;
	padding:0.2em;
	border-bottom:thin silver solid;
	border-right:thin silver solid;
	border-left:thin silver solid;
	float:left;
	margin-right:0.2em;
}
#twitter a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#E8E8E8;
	border:thin white silver;
}

#latestTweetBox{
	//background:#33CCFF;
	color:white;
	font-weight:bold;
	display:inline;
	padding:3px;
	margin-right:3px;
	border:thin white solid;
}
input.btn{
	border: thin #333333 solid;
	background-color:#CCCCCC;
}
input.btnBig{
	border: thin #333333 solid;
	background-color:#CCCCCC;
	font-size:20px;
}
.outer{
	color: white;
}
h1,h2{
	padding:0;
	margin:0;
	clear:both;
}
h1{
	color: black;
	font-size:2em;
	text-shadow: 0 7px 11px silver;
	width:12em;
	float:left ;
	font-weight:bolder;	
}
h2{
	color:#333333;
	float:left;	
	clear:both;
	width:100%;
	font-weight:lighter;
	font-size:medium;
}
.clickable  {
 cursor:hand;
 cursor:pointer;
}

.mainContainer {
	border:thick silver solid;
	background-color:#F4FAC0;
	color: black;
	width: 100%;
	padding-top:1em;
	padding-right:1em;
	padding-left:1em;
}

#thumbnail{
	float:left;border:thin black solid;
}

#directLink{
	border :thin silver dashed;
	padding:5px;
	width:500px;
	height:100px;
	background-color:white;
}

body{
  margin:0px;
  padding:0px;
  color: white;
  height:100% ;
  background-color:#404040;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif ;
}


div#MakeYourOwnButton{
	position:absolute;
	top: 100px;
	left: 0;

}

img{
	border:0px;
}

