@charset "UTF-8";
/* CSS Document */
/* HTML SETTINGS */
html {
	overflow: -moz-scrollbars-vertical !important; /*firefox fix*/
	overflow-y: scroll; /*safari fix */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}



body {
	background-image: url(images/purplegradient.png);
	background-repeat: repeat-x;
	background-color: #5e0b93;
	
	margin: auto;
		
		
}

/* Divs */
#container {
	position: relative;
	width: 900px;
	margin: 10px auto;
	
}

section {
	width: 850px;
	float: left;
	background-color: #fff;
	border: groove;
	border-color: #90C;
}

header {
	background-color: #FFF;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
		
}


nav li{
	display:inline;
	padding: 15px;
}



nav{
	background-color: #600998;
	width: 849.5px;
	height: 60px;
	float: left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	text-shadow: #0C0 1px 1px 1px;
	

}



article{
	float: left;
	padding: 10px;
	line-height: 1.3em;
	width: 440px;
	
	
	
}

aside{
	float: right;
	padding-top: 10px;
	width: 350px;
	
	
}

footer{
	font-size: 10px;
	color: #FFF;
	float: left;
	
	
}



/*Headings */
h1 {						
color: #600998;
font-size: 54px;
float: right;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
text-shadow: #0C0 2px 2px 2px;


}

h2 {						
color: #600998;
font-size: 26px;
float: left;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
text-shadow: #0C0 2px 2px 2px;
padding: 10px;


}


h3 {						
color: #600998;
font-size: 18px;
text-shadow: #0C0 1px 1px 1px;
line-height: .01px;
text-align: center;

}

h4 {						
color: #600998;
font-size: 30px;
text-shadow: #0C0 1px 1px 1px;
line-height: .25px;
text-align: center;

}


/* LINK SETTINGS */

a {
	display: inline;
	
	
}
a:link {
	color: #FFF;
	text-decoration: underline;
	font-size: 18px;
	
	
}

a:visited {
	color: #96F;
	text-decoration: none;
	font-size:18px;
}

a:hover {
	color: #0c0;
	text-decoration: none;
	font-size:18px;
}

a:active {
	color: #oco;
	text-decoration: underline;
	font-size:18px;
}


/* Aside Link Settings */
a.aside {
	line-height: 30px;
	list-style-type: square;
	list-style-position: inside;
	
	
}
a.aside:link {
	color: #600998;
	text-decoration: underline;
	font-size: 20px;
	
	
}

a.aside:visited {
	color: #96C;
	text-decoration: none;
	font-size:20px;
}

a.aside:hover {
	color: #0c0;
	text-decoration: none;
	font-size: 20px;
}

a.aside:active {
	color: #oco;
	text-decoration: underline;
	font-size: 20px;
}


/* CLASS SETTINGS */


p{
	color: #333;
	text-align:left;
	font-size:14px;
		
}

p.aside{
	padding-top: 30px;
	
}

p.footer{
	color:#FFF;
}

img.shadow{
	webkit-box-shadow: #666 5px 5px 15px;
	moz-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
	border-color: #oco;
	border-style: ridge;
	
}

imagegallery {
  list-style: none;
  border: 1px;
  border-color: #600998;
  }





