* { padding: 0; margin: 0; }

body {
	font-family: 'Geo', arial, serif;
	font-size: 16px;
}

p {
	padding: 10px;
	font-family: Geo, arial, serif;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	padding-top: 30px;
	width: 800px;
	text-align: left;
	font-family: Geo, arial, serif;
}

#header {
 position:relative;
 height: 88px;
 margin-bottom: -12px;
 overflow: visible;
}


#content {
	float: left;
	padding: 10px;
	color: #FFBD00;
	background: #000000;
	height: 500px;
	width: 800px;
	display: inline;
	border:thick 10px #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-family: Geo, arial, serif;
}

#musicplayer {
	float: left;
}

#twitterwidget {
	float: right;

	
}

#textsection {
	width:380px;
	margin: 5px;
	float:left;
		border:thick 4px #FFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}


#footer {
	text-align: center;
	float: left;
	padding: 10px;
	height: 120px;
	width: 800px;
	display: inline;
	border:thick 10px #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#social {
	text-align: center;
	float: left;
	padding: 10px;
	height: 120px;
	width: 800px;
	display: inline;
	border:thick 10px #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.tooltip
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #DDD;
  outline: none;
}

.tooltip span
{
  visibility: hidden;
  position: absolute;
  bottom: 75px;
  left: 50%;
  z-index: 999;
  width: 75px;
  margin-left: -40px;
  padding: 5px;
  border: 2px solid #ffbd00;
  opacity: .9;
  background-color: #333;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.tooltip:hover
{
  border: 0; /* IE6 fix */
}

.tooltip:hover span
{
  visibility: visible;
}

.tooltip span:before,
.tooltip span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ffbd00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.tooltip span:before
{
  border-top-color: #ccc;
  bottom: -8px;
}

 .twtr-tweet-text {
    font size: 200%;
    font-family: Georgia, Serif;
    }

.insertimgalign {
	position: relative;
	overflow: hidden;
	visibility: visible;
}
.siteloadingtext {
	font-size: 24px;
	color: #FFF;
	text-indent: 10px;
}

#wrapper #footer .addthis_toolbox.addthis_default_style.addthis_32x32_style {
	text-align: right;
}
#wrapper #footer .addthis_toolbox.addthis_default_style.addthis_32x32_style p .addthis_counter.addthis_bubble_style {
	font-size: 12px;
}
