@charset "utf-8";

#results {
	color: #cbc7c6;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 13px;
}
#browseForm table {
	width: 870px;
}
#title,
#author,
#keyword {
	border: 2px solid #46bbdc;
}
.browseBy_search {
	width: 145px;
}
#browseSubmit {
	margin: 25px 0;
	text-align: center;
}
#browseSubmit input {
	width: 93px;
	height: 22px;
	padding-bottom: 3px;
	background-image: url(../images/browse_bkg.png);
	font-weight: bold;
	border: none;
	color: #ffffff;
}

/* this overwrites stuff in main.css 
	 so that story containers fit in browse
*/
.storyContainer {
	width: 870px;
}
.storyBit {
	width: 840px;
}
.imageContainer {
	width: 400px;
	margin-right: 35px;
}
.imageInfo {
	width: 350px;
}
.imageBit {
	width: 370px;
}

#contentArea{
	color: #000000;
}

.useLink{
	text-decoration: none;
	border: 0px WHITE solid hidden;	
}

.userPic{
	border: 1px WHITE solid hidden; 
	width:40px;
}

.floatLeft{	
	float:left; 
	padding-right: 10px;
}
.floatRight{
	margin-left: 40px;	
}

.userResult{
	display: block;
	min-width: 250px;
	max-width: 250px;
	min-height: 50px;
	max-height: 50px;
	/*border: 1px solid #0099FF; */
	float: left;	
	padding:8px;
	margin: 12px;	
}

#contentArea td{
	color: #000000;
}


#story1 .sb-inner { 
	background: #f1efc1; 
}
#story1 .sb-border { 
	background: #f7d766; 
}
#story2 .sb-inner { 
	background: #f1efc1; 
}
#story2 .sb-border { 
	background: #f7d766; 
}
#story3 .sb-inner { 
	background: #f1efc1; 
}
#story3 .sb-border { 
	background: #f7d766; 
}
#story4 .sb-inner { 
	background: #f1efc1; 
}
#story4 .sb-border { 
	background: #f7d766; 
}
#story5 .sb-inner { 
	background: #f1efc1; 
}
#story5 .sb-border { 
	background: #f7d766; 
}
#story6 .sb-inner { 
	background: #f1efc1; 
}
#story6 .sb-border { 
	background: #f7d766; 
}
#story7 .sb-inner { 
	background: #f1efc1; 
}
#story7 .sb-border { 
	background: #f7d766; 
}
#story8 .sb-inner { 
	background: #f1efc1; 
}
#story8 .sb-border { 
	background: #f7d766; 
}
#story9 .sb-inner { 
	background: #f1efc1; 
}
#story9 .sb-border { 
	background: #f7d766; 
}
#story10 .sb-inner { 
	background: #f1efc1; 
}
#story10 .sb-border { 
	background: #f7d766; 
}


