/*
   Web Design IT-270
   Module 6
   Prof. Hale

   Text and Color Styles
   Author: DREYDEN L IVY
   Date:   14Mar16

   Filename:         styles.css
   Supporting Files: Planetside 2.htm

*/

body {
	
	background-color: black;
	color: rgb(0, 128, 255);
	font-family: "Century Gothic",sans-serif;
	text-align: relative;
	position: relative;
	width: 100%;
	min-width: 1000px;
	max-width: 1400px;
	background-image: url(parch2.jpg);
	font-family: Geneva, sans-serif;
    	font-size: 11pt;
}

fieldset {
	width: 375px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid green;
}

#myFunction1 {  
    margin-left: 121px;
    margin-top: 1px;
    width: 84px;
    height: 45px;   
    background: rgb(51, 0, 102);
    border: white;
    color: rgb(0, 128, 255);   
    font-size:14px;
    font-weight:700;
}

#myFunction2 {  
    margin-left: 121px;
    margin-top: 1px;
    width: 84px;
    height: 45px;   
    background: rgb(51, 0, 102);
    border: white;
    color: rgb(0, 128, 255);   
    font-size:14px;
    font-weight:700;
}


div#container {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid green;
	
    
}

h2 {
	color: #9933FF;
	font-size: 12pt;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 10px;
}

nav.vertical {
	clear: left;
	float: left;
	width: 150px;
	margin-top: -15px;
	padding-right: 5px;
}


nav.vertical ul {
	margin: 0px;
	padding: 0px;
}

nav.vertical ul li a {
	display: block;
	width: 100%;
	padding-left: 5px;
	color: rgb(51, 0, 102);
	height: 35px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}


nav.vertical ul li.first {
    margin-top: 20px;
	border-top: 2px solid green;
}
nav.vertical ul li.subSection {
	border-top: 2px solid green;
}



aside {
	float: left;
	width: 150px;
	text-align: center;
}


aside ul {
	margin: 0px;
	padding: 0px;
}
aside ul li {
	background-color: rgb(0, 128, 255);
	border: 4px solid rgb(51, 0, 102);
	font-size: 12px;
	color: black;
	list-style: none;
	margin: 5px;
	padding: 3px;
}

aside ul li a {
    display: block;
	width: 100%;
	color: black;
	height: 30px;
	text-decoration: none;

}

footer {
	background-color: rgb(51, 0, 102);
	border-top: 1px solid black;
	font-style: italic;
	clear: left;
}

footer address {
    font-size: 20pt;
    font-style: normal;
    font-weight: bold;
	color: rgb(0, 128, 255);
	font-size: 14px;
	text-align: center;
    margin-top: 10px;
    height: 20px;
}