/* Stylesheet for Blue Rivers http://www.bluerivers.org */

body {
	margin: 0 0 0 0px;
	background-color: #FFFFFF;
	color: #000000;
}

h1 {
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

img {
	border: 0px;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #000000;
	border: none;
}

.publicInputField {
	font-size: 10px;
}

#banner {
	display: none;
}

#logo {
	display: none;
}

/* For use with the public display of stories */
#navigation {
	display: none;
}

#source {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

/* For use with the public display of stories */
#content {
	position: absolute;
	top: 40px;
	left: 0px;
	width:800px;
	background-color: #FFFFFF;

	z-index: 101; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}

#contentShadow {
	display: none;
}
	
/* Contact was called visitingBirds */
#contact {
	display: none;
} 


#profileInfo {
	position: absolute;
	top: 150px;
	left: 10px;
	width: 100px;
	background-color: #FFFFFF;

	z-index: 101; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}

#profileMain {
	position: absolute;
	top: 150px;
	left: 120px;
	width: 600px;
	background-color: #FFFFFF;

	z-index: 101; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}

#contentToolBar {
	display: none;
}

#commentNumber {
	display: none;
}

#commentToolBarTitle {
	position: absolute;
	top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555555;
	height: 50px;
}

#commentToolBar {
	height: 50px;
	text-align: right;
}

#comment {
	position: absolute;
	top: 170px;
	left: 600px;
	width: 300px;
	z-index: 1201;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-top: solid #DDDDDD 1px;
	border-right: solid #DDDDDD 1px;
	border-bottom: solid #DDDDDD 1px;
}

#commentShadow {
	display: none;
}


#driftingCloud {
	display: none;
}

#flutterBy {
	display: none;
}

#recentArticles {
	display: none;
}

#recentArticlesList {
	display: none;
}

#searchMenu {
	display: none;
}

#searchMenuList {
	display: none;
}

#more {
	display: none;
}

#moreWrapper {
	display: none;
}

#moreList {
	display: none;
}

.story {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.subhead {
	font-weight: bold;
	color: #333333;
}

a.subhead {
	text-decoration: none;
}

a.subhead:visited {
	color: #333333;
}

.author {
	color: #333333;
}

a.author {
	color: #333333;
	text-decoration: none;
}

a.author:visited {
	color: #333333;
}

.profileText {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444; 
}

.sideNote {
	font-size: 10px;
	color: #999999;
}

/* Menu Styles */

.recentArticles {
	display: none;
}

.searchMenu {
	display: none;
}

.more {
	display: none;
}

.menuSection {
	display: none;
}

/*Comment Section Style*/
.commentsNumber {
	display: none;
}

.commentTop {
	background-repeat: no-repeat;
	background-image: url('../../images/Comment_Top.gif');
	height: 11px;
}

.commentBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444; 

	padding-left: 4px;
	padding-right: 4px;
	border-left: solid #999999 2px;
	border-right: solid #999999 2px;
	text-align: right;

}

.commentBottom {
	background-repeat: no-repeat;
	background-image: url('../../images/Comment_Bottom.gif');
	height: 30px;
}

.commentAuthorIcon {
	position: relative;
	right: 0px;
	bottom: 24px;
	width: 24px;
	padding-left: 250px;	
}

.commentAuthor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	
	position: relative;
	left: 0px;
	padding-right: 2px;
	padding-left: 50px;	
}

.commentDateAdded {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	
	position: relative;
	left: 0px;
	padding-right: 2px;
	padding-left: 50px;	
}

.replyTop {
	background-repeat: no-repeat;
	background-image: url('../../images/Reply_Top.gif');
	height: 11px;
}

.replyBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444; 

	padding-left: 4px;
	padding-right: 4px;
	border-left: solid #999999 2px;
	border-right: solid #999999 2px;
}

.replyBottom {
	background-repeat: no-repeat;
	background-image: url('../../images/Reply_Bottom.gif');
	height: 30px;
}

.replyAuthor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	
	position: relative;
	left: 0px;
	padding-right: 2px;
	padding-left: 58px;	
}

.replyAuthorIcon {
	position: relative;
	left: 0px;
	bottom: 26px;
	width: 24px;
	padding-left: 28px;	
}

.replyDateAdded {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	
	position: relative;
	left: 0px;
	padding-right: 2px;
	padding-left: 58px;	
}

/* Table Styles */

.headerRow {
	font-weight: bold;
	color: #333333;
	background-color: #A7BED0;	
}

.even {
	background-color: #A7BED0;
}

.searchTable {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.searchOdd {
	padding: 0px;
	margin: 0px;
}

.searchEven {
	padding: 0px;
	margin: 0px;
	background-color: #e1e7ff;
}

/* Container styles */

#thumbnailsLeftColumn {
	position: absolute;
	top: 218px;
	left: 602px;
	padding: 1px;
	background-color: #A7BED0;
	border-left: solid #9CAFBD 1px;
	border-bottom: solid #9CAFBD 1px;
}

#thumbnailsRightColumn {
	position: absolute;
	top: 218px;
	left: 636px;
	padding: 1px;
	background-color: #A7BED0;
	border-right: solid #9CAFBD 1px;
	border-bottom: solid #9CAFBD 1px;
}

#thumbnailLabel {
	position: absolute;
	top: 206px;
	left: 602px;
	width: 69px;
	text-indent: 2px;
	background-color: #A7BED0;
	padding-bottom: 1px;
	border-right: solid #9CAFBD 1px;
	border-left: solid #9CAFBD 1px;
	border-top: solid #9CAFBD 1px;
}

/* Do not apply any formatting to this style
as it will cause the grow and shrink effects 
to malfunction */
#floatingContainerWrapper {
	position: absolute;
	top: 206px;
	left: 290px;
	width: 306px;
	z-index: 5001;
}

#floatingContainer {
	background-color: #A7BED0;
	padding: 2px;
	border: solid #9CAFBD 2px;
}

.thumbnailLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-size: 10px;	
}

.container {
	background-color: #9CAFBD;
	padding: 2px;
}

.floatingContainerControl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-size: 10px;
	text-align: right;
	padding: 2px;
}

a.floatingContainerControl {
	text-decoration: none;
	color: #FFFFFF; 
}

.photoCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
