/* CSS Document */
/* By Erin Riesland, 2007  */
/* Mauritania W. Africa */
	
	body {
	color: #663300;
	background: #630;
	}
	
	#bodyborder {
	border-top:solid 8px #630;
	border-right:solid 8px #630;
	border-left:solid 8px #630;
	border-bottom:solid 18px #630;
	float:left;
	background:#fcc;
	background-image:url(images/pink_bg.png);
	background-repeat:repeat-y;
	}

	select {
	background-color:#f69;
	}

	#headerContainer {
	background-color:none;
	}
		
	#nav {
	background-color:none;
	}

	#mainContainer {
	background-color:none;
	}
	
	#blog { 
	background:none;
	}
	
	#textBox {
    float:left;
	width:380px;
	min-height:600px;
	border-top:dashed 1px #630;
	border-right:dashed 1px #630;
	border-left:dashed 1px #630;
	background: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: .7em;
	line-height:1.3em;
	letter-spacing:.03em;
	padding: 25px 25px 0px 25px;
	}
	
/*archives links*/
	
	#archives a:link {
	color:#630;
	}
	
	#archives a:visited {
	color:#630;
	}	
	
	#posts h2, #archives h2 {
	color:#f69;
	}
		
	.post_header {
	color:#333;
	}

	#posts a:link {
	color:#630;
	}
	
	#posts a:visited {
	color:#630;
	}
	
	#photos {
	background:#fff;
	}
		
	#commentary {
	width:333px;
	min-height:30px;
	position:relative;
	display:block;
	font-size:8px;
	line-height:11.3px;
	color:#630;
	border-bottom:1px dashed;
	border-right:1px dashed;
	border-left:1px dashed;
	background-color:white;
	padding:5px 5px 5px 10px;
	margin-bottom:5px;
	text-transform:none;
	}
	
	
	#commentary a:link {
	text-decoration:underline;
	}
	#commentary a:hover {
	background-color:#f69;
	}

	
	#photoMenu {
	height:inherit;
	background:#f69;
	}

	
	
	#navLinks {
	background:#fcc;
	color:#630;
	}
	
	#navLinks a:link {
	color: #630;
	}
	
	#navLinks a:visited {
	color: #630;
	}
	
	#navLinks a:hover {
	color: #630;
	}
		
	.seeSelected img{
	background-color: #ff6699;
	}

