@charset "utf-8";
/* CSS Document */
/* - - - - - - - - - - - - - - - - - - - - - /
Title : Anne Whiston Spirn Style
Author : Jase Wilson, Luminopolis
URL : http://www.luminopolis.com
/ - - - - - - - - - - - - - - - - - - - - - */
/* ----------------------------------------------------------------------- */


/*GLOBAL*/


* {
	padding: 0;
	border: none;
	margin: 0px;
	font-size: 1em;
	outline: 0;
	vertical-align: baseline;
	}
	
:focus {
	-moz-outline-style: none;
	}

html{
	overflow: scroll;
	margin-top: 20px;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 1;
	}
	
body{
	font-family: "Times New Roman", Times, serif;
	text-align:left;
	width:810px;
	height: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333333;
	}

a {
	outline: none;
	}

img { 
	border: none; 
	}

ul, ol, li { 
	list-style: none;
	}

table, td, form, fieldset {
	border: none;
	border-collapse:
	collapse; border-spacing: 0;
	}

/*TOPNAV*/
#nav {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #444;
	}

#logo {
	display: inline;
	float: left;
	letter-spacing: 3px;
	padding-right: 20px;
	font-size: 24px;
	font-weight: 600;
	color: #999999;
	}
	
#logo a {
	text-decoration: none;
	color: #999999;
	}

#logo a:hover {
	text-decoration: none;
	color:#CCCCCC;
	}

#nav ul {
	padding-top: 8px;
	list-style-type: none;
	text-align: right;
	}

#nav li {
	display:inline;
	text-align: right;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-left: 10px;
	overflow: visible;
	}

#nav li a:link {
	text-decoration: none;
	color: #999999;
	}  

#nav li a:visited {
	text-decoration: none;
	color: #999999;
	}

#nav li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}  

#nav li a:active {
	color: #ffff99;
	}

/* selectors to show 'active page */
body#author a#authornav,
body#photographer a#photographernav,
body#landscapearchitect a#lanav,
body#teacher a#teachernav {
	color: #ffff99;
	text-decoration: none;
	}

/*END TOPNAV*/
/* ----------------------------------------------------------------------- */
/*Submenu*/

#submenu {
	float: left;
	text-align: right;
	font-size: 1.4em;
	font-weight: 600;
	text-transform: capitalize;
	padding-top: 20px;
	padding-bottom: 60px;
	margin-bottom: 200px;
	padding-right: 10px;
	border-right: 1px solid #444;
	overflow: hidden;
	width: 159px;
	}


#submenu li {
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #444;
	}

#submenu li a:link, 
#submenu li a:visited {
	color: #888;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#submenu li a:hover,
#submenu li a:active {
	text-decoration: none;
	color: #ffff99;
	}

#submenu li a.activepage:link,
#submenu li a.activepage:visited {
	background: #555;
	font-weight: bold;
	cursor: default;
	}


#submenu li a.activepage:hover,
#submenu li a.activepage:active {
	color: #888;
	}



/*/Submenu*/
/* ---- Content ------------------------ */


#content {
	color: #CCCCCC;
	vertical-align: center;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 60px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 180px;
	width: 600px;
	font-size: 1.2em;
	}

#content a:hover{
	color: #ffff99;
	text-decoration: underline;
	}
	


/* ---- FOOTER ------------------------ */

#footer {
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #444;
	text-align: right;
	}

#footer ul {
	text-align: right;
	}

#footer li {
	display: inline;
	text-align: right;
	list-style: none;
	color: #555;
	font: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: 1px;
	height: 25px;
	padding-right: 10px;
	padding-bottom: 5px;
	}

#footer li a:link{
	text-decoration: none;
	color: #999999;
	}  

#footer li a:visited{
	text-decoration: none;
	color: #999999;
	}

#footer li a:hover{
	color: #CCCCCC;
	text-decoration: underline;
	}  

#footer li a:active{
	color: #ffff99;
	}
	
/* ---- /FOOTER ------------------------ */
