 
		/************************************************************************
        * Author:	Jeff Symons
        * Teacher: 	Eric Collins
        * Purpose: 	CIS 246 jQuery, Spring 2014
        * Title:	CIS 246 Final
        * Date:		06/17/2014
        *************************************************************************/

		
a:link {color: #6495ED; text-decoration: none}
a:visited {color: #6495ED; text-decoration: none;}
a:active {color: #FF0000; text-decoration: none}
a:hover {color: #FF0000; text-decoration: underline}
a:link.bar {color: #000000; text-decoration: none}

body {background:#000000 URL("../Images/bg1.jpg") repeat-y fixed;
	background-size: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-Bottom: 0px;
	font-family: Helvetica, Times New Roman;
	font-size: 12pt;
	font-weight: normal;
	color:rgb(255,255,255);
	}

small {font-size: 8pt;
	}

p {text-indent:50px;
	}

h1 {font-family: Blackadder ITC, Times New Roman;
	font-size: 30pt;
	font-weight: normal;
	color:rgb(220,20,60);
	}

h2.LineOne {font-family: Textbook, Helvetica, Times New Roman;
	font-size: 20pt;
	font-weight: normal;
	color:rgb(255,255,255);
	margin: 0px;
	}

h2.LineTwo {font-family: Textbook, Helvetica, Times New Roman;
	font-size: 12pt;
	font-weight: normal;
	color:rgb(255,255,255);
	margin: 0px;
	}

h3.Question {font-family: Textbook, Helvetica, Times New Roman;
	font-size: 20pt;
	font-weight: normal;
	color:rgb(255,255,255);
	margin: 0px;
	}

h3.Answer {font-family: Helvetica, Times New Roman;
	font-size: 12pt;
	font-weight: normal;
	color:rgb(255,255,255);
	margin: 0px;
	text-indent:50px;
	}

h3.Tags {font-family: Textbook, Helvetica, Times New Roman;
	font-size: 12pt;
	font-weight: normal;
	color:rgb(169,169,169);
	margin: 0px;
	}

table.main {background:rgb(00,00,00);
	Width: 1035px;
	border: 0px;
	}

table.bar {background:URL("../Images/Bar.jpg");
	Width: 1035px;
	Height: 176px;
	border: 0px;
	}

table.Resume {background:URL("../Images/Bar4.png");
	Width: 1035px;
	border: 0px;
	}

img {outline:none;
	border:0;
	}

img.beach {float: right;
	Margin-left:10px;
	}

img.fish {float: left;
	Margin-right:10px;
	}

input {
	border-radius: 25px;
	}
	
select {
	border-radius: 25px;
	}
	
/*************************************************************************
* Email popup
*************************************************************************/

a.selected {
  background-color:#000000;
  color:white;
  z-index:100;
}

.messagepop {
  background-color:#000000;
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin-top: 15px;
  position:absolute;
  text-align:left;
  width:394px;
  z-index:50;
  padding: 25px 25px 20px;
}

label {
  display: block;
  margin-bottom: 3px;
  padding-left: 15px;
  text-indent: -15px;
}

.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}


/*************************************************************************
* Tabs
*************************************************************************/

div {
	padding:10px;
	width:900px;
	}

.tabs li {
	list-style:none;
	display:inline;
	border-radius: 25px;
	}

.tabs a {
	padding:5px 10px;
	display:inline-block;
	background:RGB(250,128,114);
	text-decoration:none;
	border-radius: 25px;
	}

.tabs a.active {
	background:#fff;
	}