/***********************************************/
/* website.css                                 */
/***********************************************/

/************* #siteHeader styles **************/

#siteHeader p{
	margin: 0;
	border: 0;
	border-spacing: 0;
	padding: 5px 0px 15px 15px;
	font:30px times new roman;
	color:#663366;
	letter-spacing:.2em;
	font-weight:bold;
	line-height:22px;
}

/************* #siteFooter styles ***************/

#siteFooter{
	clear: both;
	font-size: 100%;
	color: #660099;
	padding: 1px 0px 0px 0px;
	width: 100%;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the SideBar in cases where they "touch" */

#siteFooter img{
	padding: 0px 4px 4px 0px;
	vertical-align: middle;
}

#siteFooter #copyright{
color: #996699;
font-size: 80%;
}


/************* #footerBar styles **************/

#footerBar{
    margin: 0px;
	/*border: 1px solid #c6c;*/
	color: #c6c;
	background-color:#CCCCCC;
	padding: 0px 0px 0px 5px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#footerBar img{
 display: block;
}

#footerBar a {
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
    font:12px arial;
	color:#333333;
	line-height:18px;
	background-image: url(images/Newsprint.jpg);
}

a {
	color: #663366;
	text-decoration:none;
	}

/* a:link, */
a:visited, a:hover {
	color: #660099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	margin: 2px;
	padding: 2px;
}

h1{
 font-size: 150%;
 color: #8984d6;
}

h2{
 font-size: 160%; 
 color: #996699;
}

h3{
 font-size: 120%;
 color: #663366;
}

h4{
 font-size: 125%;
 font-weight: normal;
 color: #8984d6;
}

h5{
 font-size: 125%;
 color: #8984D6;
}


ul{
 list-style-type: square;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#menuBar{
	margin: 0;
	border: 0;
	border-spacing: 0;
	float: left;
	width: 100%;
	padding: 0px;
	background-color:#999999;
    font:16px arial;
	letter-spacing:.1em;
	color:#663366;
	line-height:16px;
}


.sideBar{
	float: left;
	margin: 0px;
	padding: 0px 10px 20px 10px;
	border: 0; 
}

*#rightSideBar{
    width: 140px;
}
#leftSideBar{
    width: 180px;
} 

/*************** #menuBar styles **************/
#menuBar p{
    margin: 10px;
	border: 0;
	padding: 0px 0px 0px 10px;
}

#menuBar a {
	font:12px arial;
    font-variant:small-caps;
	font-weight: 600;
	letter-spacing:.1em;
	}
	
/*************** .contentArea styles **************/
.contentArea{
	float:left;
	margin: 0;
	border: 0;
	padding: 10px 10px 10px 10px; 
	font-size: 120%;
}

/*************** #contentTitle styles **************/

#contentTitle{
	padding: 0px 0px 10px 0px;
}

#rightSideBarLayout{
  width: 50%;
}

#leftSideBarLayout{
  width: 63%;
}
/************** .excerpt styles ***************/

.excerpt{
	padding: 10px;
	font-size: 90%;
	background-color: #FFFFFF;
	border: thin solid #333333;
	font-family: "Times New Roman", Times, serif;
}

.excerpt h2{
	text-align: center;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

/************** .feature styles ***************/

.feature{
    margin: 0;
	padding: 10px 50px 1px 50px;
	font-size: 90%;
	background-color: #FFFFFF;
}

.feature h3{
	/*padding: 10px 0px 5px 0px;
	text-align: center;*/
	font:30px times new roman;
	color: #663366;
	letter-spacing:.1em;
	/*line-height:38px; */
}

.feature img{
	float: left;
	padding: 0px 10px 0px 5px;
	margin: 0 5px 5px 0;
}

/************** .manuscripts unordered list styles ***************/

ul.manuscripts{
 list-style-type: none;
 border:0;
 margin:0;
 padding:0;
}

ul.manuscripts li{
 min-height:141px;
 margin-top:10px;
 /* padding-top:10px; */
}

ul.manuscripts img{
 width:100px;
 height:136px;
 border:none; 
 float:right;
 margin-top:5px;
}

.manuscriptTitle{
 font-family: "Times New Roman", Times, serif;
 margin: 2px;
 padding: 2px;
 font-size: 125%;
 font-weight:600;
 color: #663366;
}

/* adjust margins to change separation between the feature image and text flowing around it */

/*********** .sideBar link styles ***********/

.sideBar ul a:link, .sideBar ul a:visited  {display: block;} 
.sideBar ul {list-style: none; margin: 0; padding: 0; padding-top:50px;}
.sideBar li {padding: 12px 0px 0px 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
.sideBar li {border-bottom: 1px solid #EEE;} */

/* fix for browsers that don't need the hack */
html>body .sideBar li {border-bottom: none;}

/************** .sideBarItem styles ***************/
.sideBarItem {
	padding-top: 0px;
	clear: both;
	}
		
.sideBarItem img{
	float: left;
	margin:5px;
	}
	
.sideBarItem .smallText{
    padding-top: 0px;
    font:12px times new roman;
	line-height:18px;
	}

.sideBarItem .largeText{
    padding-top: 0px;
	padding-left: 10px;
	text-indent:-13px;
    font:18px times new roman;
	line-height:18px;
	}

.sideBarItem #randomInfo{
	text-indent:0;
	}
	
.sideBarItem span{
    vertical-align:top;
    }

.sideBarItem .quote{
    font-size:24px;
    font-weight:600;
    }

.randomTitle{
	padding-top:40px;
	}
	
.breakingTitle{
	font:20px times new roman;
	font-weight:600;
	}

/*********** .tagline styles ***********/
.tagline {
	/* font:11px times new roman; */
	font:12px times new roman;
	font-weight:bold;
	color: #000000;
	letter-spacing:.2em;
	}

/* End of "website.css" */

