/*Keith Daudt: CIS 216| Exit Portfolio */


/* begin global elements */
/* Color gradient was generated from: http://gradients.glrzad.com/ Teal color is 17D6BC, dark gray color is a0a0a0, 931091 purple for the side links, light gray .body   */
body {
background-color: background:rgb(23,214,188); /* Old browsers */
background: -moz-linear-gradient(top, rgba(23,214,188,1) 0%, rgba(130,130,130,1) 54%, rgba(209,209,209,1) 94%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,214,188,1)), color-stop(54%,rgba(130,130,130,1)), color-stop(94%,rgba(209,209,209,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(23,214,188,1) 0%,rgba(130,130,130,1) 54%,rgba(209,209,209,1) 94%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(23,214,188,1) 0%,rgba(130,130,130,1) 54%,rgba(209,209,209,1) 94%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(23,214,188,1) 0%,rgba(130,130,130,1) 54%,rgba(209,209,209,1) 94%); /* IE10+ */
background: linear-gradient(top, rgba(23,214,188,1) 0%,rgba(130,130,130,1) 54%,rgba(209,209,209,1) 94%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17d6bc', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */}	
.Interests {
	text-align: left;
}
.siteContainer {
	width: 1200px;
	margin-left: 8%;
	border: solid 1px black;
	background-color: background: rgb(23,214,188); /* Old browsers */
background: -moz-linear-gradient(top, rgba(23,214,188,1) 0%, rgba(130,130,130,1) 54%, rgba(209,209,209,1) 94%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,214,188,1)), color-stop(54%,rgba(130,130,130,1)), color-stop(94%,rgba(209,209,209,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(23,214,188,1) 0%,rgba(130,130,130,1) 54%,rgba(209,209,209,1) 94%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(23,214,188,1) 0%,rgba(130,130,130,1) 54%,rgba(209,209,209,1) 94%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(23,214,188,1) 0%,rgba(130,130,130,1) 54%,rgba(209,209,209,1) 94%); /* IE10+ */
background: linear-gradient(top, rgba(23,214,188,1) 0%,rgba(130,130,130,1) 54%,rgba(209,209,209,1) 94%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17d6bc', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}
.Header {
	text-shadow: 3px 3px 4px #000;
	color: #d8d8d8;
    width: 910px;   
}
.SiteBody {
	width: 880px;
	padding: 15px;
	box-shadow: 10px 10px 5px #404040;
	background-color: background: rgb(209,209,209); /* Old browsers */
background: -moz-linear-gradient(top, rgba(209,209,209,1) 15%, rgba(168,168,168,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,rgba(209,209,209,1)), color-stop(100%,rgba(168,168,168,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(209,209,209,1) 15%,rgba(168,168,168,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(209,209,209,1) 15%,rgba(168,168,168,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(209,209,209,1) 15%,rgba(168,168,168,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(209,209,209,1) 15%,rgba(168,168,168,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-9 */
}
.ResumeBody {
}
.Header, .SiteBody, .PicCell, .SideNav {
    border: 5px outset silver;
}
.Header, .SiteBody { 
    margin: -1px 15px 15px 15px;
	float: left;
}
.PicCell, .Header {
    height: 125px;
	text-align: center;
    top: 10px;
}
.SideNav, .PicCell {	
    width: 180px;
    text-align: center;
    margin-left: 3%;
	float: left;
	clear: left;
}
/* end global elements */


/*  begin Side Navigation  */
.SideNav {    
    height: 525px;
	box-shadow: 10px 10px 5px #404040;
	border-top-left-radius: 75px 25px;
	border-top-right-radius: 75px 25px;
	border-bottom-right-radius: 75px 25px;
	border-bottom-left-radius: 75px 25px;
}
.sideLinks {
	margin-top: 150px;	
	font-size: 22px;
}
.SideNav a:link {
    color: #0000fff;
    font-weight: bold;
    font-style: italic;    
}

.SideNav a:visited {
	/* visited link */
    color: #931091;
} 
.SideNav a:hover {
	/* mouse over link */
    color: #FF00FF;
	text-shadow: 1px 1px 1px #303030;
} 
.SideNav a:active {
	/* selected link */
    color: #0000FF;
} 
/*  end side nav  */


/* begin Bottom navigation */
.BottomNav li {
    text-align: center;
    list-style: none;
    display: inline;
    width: 400px;
}
.BottomNav a:link {
    color: #000000;
    font-weight: bold;
    font-style: italic;
    height: 75px;
}
.BottomNav a:visited {
    color: #00FF00;/* visited link */
} 
.BottomNav a:hover {
    color: #FF00FF;/* mouse over link */
	font-style: normal;
	font-weight: normal;
} 
.BottomNav a:active {
    color: #0000FF;/* selected link */
} 
.Footer {
	color: #a0a0a0;
	text-align: center;	
	width: 100%;
	clear: both;
	
}
/*end bottom navigation */


/* begin CIS class# button format */
.Buttons {
	background-color: #a0a0a0;
	border: inset 2px #c0c0c0;
	text-align: center;
	width: 95%;
	margin-left: 20px;
	border-radius: 15px;
}
.Buttons input {
	width: 180px;
	padding: 5px;
	font-size: 14px;
	margin: 5px;
}
/*end cis class button format */