@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Dancing+Script|Allura);
/* 
File: assign6.css
Date: 05/10/2014
Programmer: Dustin Gannon
*/

a:link{color:#ffff80;}
a:visited{color:#ffff80;}
a:hover{color:#fff;}
a:active{color:#fc0;}

body {
	background-color: #000000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	width: 470px;
}

h1 {
	font-family: "Allura";
	font-weight: 700;
	text-align: center;
}

ul {
	list-style-type: none;
	padding-left: 10px;
}

.ui-tooltip-blackRed .ui-tooltip-titlebar,
.ui-tooltip-blackRed .ui-tooltip-content{
	width: 320px;
	border-color: #e82c0c;
	color: #fff;
	line-height: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
	border-radius: 26px 6px 26px 6px;
}

.ui-tooltip-blackRed .ui-tooltip-content{
	background-color: #000;
}

.ui-tooltip-blackRed .ui-tooltip-titlebar{
	background-color: #7f2c0c;
}

.ui-tooltip-blackRed .ui-state-default .ui-tooltip-icon{
	background-position: -102px 0;
}
.ui-tooltip-blackRed .ui-tooltip-icon{
	border-color: #e82c0c;
}

.ui-tooltip-blackRed ui-tooltip-titlebar .ui-state-hover{
	border-color: #e82c0c;
}

#container {
	width: 625px;
	height: 575px;
	margin: auto;
	margin-top: 25px;
	background-color:#333;
	border: thick #e82c0c ridge;
	padding: 15px;
}

#gradiantBackground {
   background-color: #2F2727;
   background-position: center center;
   background-repeat: no-repeat;
   background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727)); /* Safari 4-5, Chrome 1-9 */
   background: -webkit-radial-gradient(circle, #1a82f7, #2F2727); /* Safari 5.1+, Chrome 10+ */
   background: -moz-radial-gradient(circle, #1a82f7, #2F2727); /* Firefox 3.6+ */
   background: -ms-radial-gradient(circle, #1a82f7, #2F2727);  /* IE 10 */
}

#footerBar {
 position: absolute;
   bottom: 5px;
   width: auto;
   text-decoration: none;
   text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.6);
   font-size: smaller;
}