/* noor at play stylesheet */
/* Noor Ali-Hasan */
/* December 2008 */
/* Please ask before borrowing any elements of this stylesheet */

/* layout */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	}
	
#container {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;
	max-width: 100%;
	/*border-style: solid;
	border-width: 1px;
	border-color: #000000;*/
	line-height: 12pt;
	background-color: #FFF;
	}
		
#banner {
	padding: 0px;
	height: 72px;
	max-height: 72px;
	border: 0px;
	background-image:url(images/background.jpg)
	}
			
#content {
	padding: 10px;
	text-align: left;
	font-size: 12px;
	width: 726px;
	max-width: 726px;
	}

#footer {
	padding: 10px;
	font-size: 10px;
	text-align: left;
	clear: both;
	width: 726px;
	max-width: 726px;
	}

#project {
	padding: 5px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	}
	
#portheader {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}

/* text formating */
p {
	font-size: 12px;
	color: #000;
}

.header {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	}
		
.title {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	}
	
.breadcrumb {
	font-size: 10px;
	}
	
UL {
	list-style-type: square; 
	}

/* image formating */		
.headshot {
	border-style: double;
	border-color: #cccccc;
	margin: 5px;
	border-width: 4px;
	}
	
.thumbnail {
	border-style: solid;
	border-color: #cccccc;
	margin: 5px;
	border-width: 1px;
	}
	
/* links */
a:link {
	color: #C33;
	text-decoration: underline;
	}
a:visited {
	color: #F99;
	text-decoration: underline;
	}
a:hover {
	color: #09C;
	text-decoration: underline;
	}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
	}
