/* Some definitions used everywhere */
body {
	margin: 0px;
	padding: 0px;
	background-color: #002c71;
	color: #bfcadb;
	line-height: 1.2em;
	font-family: verdana, arial, san-serif;
	font-size: 90%;
	cursor: default;
}

blockquote {
	padding: 10px 5px;
	}

/* links */
a { 
	color: #bfcadb;
	font-weight: bold;
	text-decoration: underline;
}
/* hovering links */
a:hover {
	text-decoration: underline;
	cursor: ne-resize;
}

/*small fonts */
.small {font-size: 80%;}

/*rounded top corners used in various places */
.tl {background: # url(images/tl.gif) no-repeat top left;}
.tr {background: url(images/tr.gif) no-repeat top right;}

/* Left and right floats used in some blocks */
.left {float: left; width: 55%; text-align: left;}
.right {float: right; width: 30%; text-align: right;}
.clear {clear: both;}

/* the background of the banner. this allows us to make the banner fit the width of the page, no matter how wide */
#bannerback {
	height: 250px;
	margin: 0px;  
	background: #7f95b8; 	
}

/* the image in the banner */
#banner {
	height: 250px; 
	margin: 0px auto;
	width: 770px;
	background: url(images/header.jpg) no-repeat center; 	
}

/* search engines like headings so we will use them for sitename and 
slogan, but we don't want them to appear on the page and mess up our banner */
	#banner h1, #banner h2 {display: none;}

/* The location of the div containing the skin change drop menu  in the banner area */
#skin {
	position: absolute;
	right: 50px;
	top: 25px;
}
/* The location of the div containing the RSS link in the banner area */
#rss {
	display: none;
}

/* the following defines your menu below the banner div */
#menu {
	width: 770px;
	margin: 0px auto;
	text-align: center; 
	color: #; 
	font-weight: bold; 
	font-size: 10px;
}

/*The rounded off left edge image.*/ 
#menu ul {
	margin: 0px;
	background: #012b39;
	padding: 0px;
}

#menu ul li {display: inline;}
#menu ul li:after {
	content: "|";
	}
#menu ul li:before {
	content: "|";
	}

/* links in the menu */
#menu a {
 	color: #; 
	font-weight: bold; 
	font-size: 95%; 
	text-decoration: none;
	text-transform: uppercase; 
	padding: 0px 5px;
}

/* Hovered links in the menu */
#menu a:hover { 
	color: #; 
	background: #002c71; 
}

/* The link for the currently displayed page in the menu */
#menu #current {text-decoration: none; letter-spacing: 2px; background-color: #002c71;}

/* end menu setup */


/* the footer box at the bottom of the page */
#footer {
	margin: 0px auto;
	padding: 10px 0px;
	text align: center;
	clear: both;
	color: #001639;
	background-color: #7f95b8;
}

/* End universal page setup */


/*Index page*/
/*left and right columns--line-height fixes a disappearing float IE bug */
#leftindex {
	display: none;
}

#rightindex {
	width: 25%;
	float: right;
	line-height: 1.3em;
	margin: 0px 0px 0px 3px;
}

#middleindex {
	margin: 0px 3px 0px 0px;
	}

/* This controls the look of the blocks on a few pages   */
/* The box around the block */
.block {margin: 0px;}

/* The block's title */
.block .title {
	color: #001639;
	background-color: #7f95b8;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

.block .newstitle, .block .storytitle {
	color: #001639;
	background-color: #7f95b8;
	font-weight: bold;
	text-align: left;
	padding: 4px 7px 0px 7px;
}

.block .newstitle a, .block .storytitle a{
	color: #001639;
	background-color: #7f95b8;
	font-weight: bold;
	border-bottom: #012b39 dotted 1px;
}

.block .newstitle a:hover, .block .storytitle a:hover{
	color: #000000;
	background-color: #7f95b8;
	font-weight: bold;
	border-bottom: #012b39 dotted 1px;
}

/* The block's content */
.block .content {
	background: #;
	padding: 5px;
}

.block .bottom { 
	background: #; 
	padding: 2px 5px; 
	font-weight: bold; 
	font-size: 80%; 
}

.block .bottom a{
	font-weight: bold; 
	font-size: 80%; 
}

.block .bottom a:hover{
	font-weight: bold; 
	font-size: 80%; 
}

#categoryblock .row {
	margin-bottom: 10px;
	}


/*main content on the page */
#mainpage {
	margin: 5px auto;
	width: 770px;
	background-color: #;
	min-height: 300px;
	padding: 0px;
	}


#pagetitle {
	}
#pagetitle a{
	}
#pagetitle a:hover{
	}


#pagetitle, .sectionheader {
	text-align: center; 
	font-weight: bold;  
	font-size: 16px;
	margin: 10px;
}
	
/* Where there's a list of alphabet links #alphabet controls their look. Just to make things simpler #pagelinks controls the look of the links at the bottom of multi-page results and will be set here too. Generally, they look alike.*/
#alphabet, #pagelinks {
 	text-align: center;
 	font-size: 13px;
 	margin: 1em 0;
	line-height: 25px;
}

#alphabet a, #pagelinks a {
 	color: #001639;
	background-color: #7f95b8;
 	padding: 2px 4px;
 	margin: 0;
 	text-decoration: none;
}

#alphabet a:hover, #pagelinks a:hover {
 	background: #002c71;
	padding: 2px 4px;
 	margin: 0;
 	text-decoration: none;
 	color: #f2efcf;
}

#alphabet #currentletter, #pagelinks #currentpage {
 	background: #002c71;
 	color: #bfcadb;
 	padding: 2px 4px;
 	margin: 0;
 	text-decoration: none;
	font-weight: bold; 
} 

#sortform {text-align: center; margin: 10px;}

#useropts {
	background-color: #;
	}

/* To center column divs so they don't look so off-balance. This is for 2 columns. You'll want to play with the width if you have more */
#columncontainer {
	margin: 5px auto;
	width: 60%; 
	min-width: 60%;
	text-align: center;
}

.jumpmenu {
	margin: 5px;
	}

.notes {
	margin: 5px auto; 
	width: 65%; 
	min-width: 65%; 
	text-align: center;
	}

#story {
	padding: 0px 10px;
	}

/*The following declarations control the tabs */
#sort {
	background-color: #;
	}
#tabs {	
	margin: 0;
	padding: 10px;
	color: #001639;
	background-color: #7f95b8;
	margin-bottom: 1em;
}


#tabs ul {
	padding: 3px 0;	
	margin: 0;
}

#tabs li {
	list-style: none;
	margin: 0;
	display: inline;
}

#tabs a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border-bottom: none;
	background-color: #;
	text-decoration: none;
	color: #001639;
}

#tabs a:hover {
	color: #d1eb9d;
	background-color: #002c71;
}

#tabs #active a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border-bottom: none;
	color: #d1eb9d;
	background-color: #002c71;
	text-decoration: none;
}

#tabs #active a:hover {
	color: #d1eb9d;
	background-color: #002c71;
}