/*
   CIS133DA Final Project

      Arizona Travel layout and home style
      Author: Woohyun Chung
      Date:   7/7/14

      Filename:         at_styles.css
      Supporting files: 

*/

/* Layout styles */

body {
	margin: 0px auto;
	padding: 0px;
	line-height: 1.5em;
	width: 98%;
	max-width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(_images/sky.jpg);
	background-size: cover;
}

/* home styles */

#map {
	background-image: url(_images/GC1.png);
}

#Info {
	width: 62%;
	float: left;
	margin: 10px;
	background-color: rgba(125,186,240,0.3);
}

#Info p {
	font-weight: bold;
}

#Top {
	border-top: 1px solid rgb(125,186,240);
}

#Top ol  li{
	font-size: 150%;
	margin-bottom: 10px;
}

#Top ol li a {
	text-decoration: none;
	color: rgb(0,0,128);
}

#Top ol li a:hover {
	color: white;
	background-color: rgb(125,186,240);
}

aside {
	width: 35%;
	margin-top: 2em;
	float: left;
	border: 2px solid black;
	background-color: rgba(222,184,135,0.8);
	-moz-border-radius: 35px;
	 border-radius: 35px;
	box-shadow:10px 10px 20px #000;
	-webkit-box-shadow:10px 10px 20px #000;
	-moz-box-shadow: 10px 10px 20px #000;
}

aside h2 {
	text-align: center;
}

aside ul li {
	margin-bottom: 10px;
}

aside ul li a {
	text-decoration: none;
	color: blue;
}

aside ul li a:hover {
	color: purple;
}

/* footer styles */

footer {
	clear: left;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

footer address {
	width: 100%;
	clear: left;
	font-size: 0.8em;
	font-style: normal;
	font-variant: small-caps;
	border-top: 2px solid black;
	background-color: rgba(222,184,135,0.8);
}
