/********************************************************
*********************************************************

	stylesheet:		Metropolitan.css
	description: 	a metropolitan look and feel
	developed for: 	CodePlanet tutorial
	
	author:			Shane Shepherd
	created: 		09.24.05
	modified:		09.24.05

*********************************************************
			html styles
********************************************************/
body {
	margin: 0; padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: .9em; 
	text-align: center;
}
a img { border: 0; }
a { color: #00C; }
a:hover { text-decoration: none; }

acronym { border-bottom: 1px dotted #333; cursor: help; }
acronym:hover { background-color: #F2CFCB; }

code {
	display: block;
	font-size: .95em;
	width: 500px;
	padding: 10px 16px;
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
	background-color: #EEE;
	margin: auto;
	text-align: left;
}
/********************************************************
			pagerap styles
********************************************************/
#pagerap {
	margin: 20px auto;
	padding: 20px 0 10px 0;
	width: 760px;
	background-image:  url("../images/Metropolitan/stripes.gif");
	background-repeat: repeat;
	text-align: center;
}	

/********************************************************
			mast styles
********************************************************/
#mast {
	width: 400px;
	margin: 0 0 20px 40px;
	padding: 0;
	text-align: left; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.15em;
}
#mast h1 { margin: 10px 0; padding: 0; }
#mast p { margin: 0; padding: 0; }
#mast h1 a { color: #000; text-decoration: none; }
#mast h1 a:hover {  }

/********************************************************
			content styles
********************************************************/
#content {
	margin: 0 auto; padding: 0 20px;
	width: 650px;
	background-color: #FFF;
	border: 1px solid #5C5C65;
}
#content p { text-align: justify; }

code span.comment { color: #F90; }
code span.keyword { color: #00F; }
code span.string { color: #F00; }
code span.operator { color: #009; }


/********************************************************
			foot styles
********************************************************/
#foot {
	width: 400px; 
	background-color: #FFF;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #5C5C65;
}
#foot p { font-size: .8em; }
