/* Jenifer Hanen's CSS for blackphoebedevelopment.com */

/* Here is the Main CSS for the Elements */
body {
	font-family: lucida-sans, verdana, sans-serif;
	font-size: small;
	font-height:1.5em;
	margin:0px auto;
	font-weight:500;
	color:#333;
	background: #FFF9F8;	
}

a {
	color:#5b2b50;
	text-decoration:none;
	font-weight:600;
	line-height:1.4em;
}

a.visited {
	color:#764c6d;
	text-decoration:none;
}

a.hover {
	color:#764c6d;
	text-decoration:none;
}


img {
	border:none;
}


ul, li {
	list-style-type: none;
	line-height:160%;
	text-indent:-4px;
}


ol {
	list-style-type: none;
	text-indent:20px;
	margin-top:-20px;
}

h2 {font-size:1.4em;}

/* Here is the CSS for Layout */
#container {
	margin: 0px auto;
	width: 80%;
	padding:4px;
}

#ban {
	margin: 0px auto;
	text-align: center;
	padding:1px;
	width:804px;
}

#topnav {
	margin: 0px auto;
	text-align: center;
	width:804px;
}

#headline {
	margin-top:60px;
	margin-bottom:16px;
	text-align:center;
	border: dotted 1px #b7398e;
}

p.disclaimer {
	margin-top:100px;
	padding:10px;
	text-align:center;
	font-size:.8em;
	font-weight:400;
}

ul.port,li.portfolio {float:left; list-style:none;font-size:x-small;height:200px;}
li.portfolio {float:left; height:200px;padding: 4px 4px 20px 4px;}
h4.space {clear:both; padding-top:30px;}

/* Here is the CSS Layout for the Home/About page's text blocks. */
#center {
	margin-top:60px;
	width:80%;
	min-width:804px;
	padding-left:10px;
	padding-bottom:10px;
	text-align:center;
	border: solid 1px #b7398e;
}





/* The Little Tweaks to the Fonts in the Headlines and Lists */


li.bold{
	font-weight:600;
}

a li.bold {
	font-weight:600;
	}

h4.head{
	margin: 0px auto;
	text-align:center;
	padding:5px;
	width: 80%;
	font-weight:550;
	color:#5b2b50;
	}

.sm {
	font-size:small;
	}		
.xsm {
	font-size:x-small;
	}	
	
.center {text-align:center; margin:auto 0px;line-height:200%;}
