/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	line-height: 1.3;	
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a img {
	border:none;
}
a:link, a:visited, a:hover {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color:#CC0000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 
}

h2{
 
}

h3{
 
}

h4{
 
}

h5{
 
}

li {
	list-style-position:outside;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#bwmasthead{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000000;
	width: 100%;
	height:150px;
}
#bomasthead{display:none;}
#bpmasthead{display:none;}
#origmasthead{display:none;}
#navBar{
	margin: 10px 0 0 79%;
	padding: 0px;
	padding-left:5px;
/*	background-color: #eeeeee;*/
	border-left: 1px solid #000;
/*	border-bottom: 1px solid #ccc;*/
}

#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 10px 3% 10px 10px;
}
#siteInfo{
	clear: both;
/*	border: 1px solid #cccccc;*/
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}


/************* #search styles ***************/

#search{
	border: 1px solid #333;
}
#search-button {
	border: 1px solid #333;
	background-color:#fff;
	color:#000;
	font-weight:bold;
	height:20px;
	margin-left:10px;
}
#search form{
 margin: 0px;
 padding: 0px;
}
/************* #switcher styles ***************/
#switcher-button {
	border: 1px solid #333;
	background-color:#fff;
	color:#000;
	font-weight:bold;
	height:20px;
	margin-left:10px;
}
#switcher {
	border: 1px solid #333;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/************* individual blog styles ***************/

.blogdate {
	font-size:90%;
	font-weight:bold;
	color:#666666;
	margin-bottom:20px;
}

.blogentry {
	padding:10px;
	border-bottom:1px dashed #666666;
	background-image:url(/images/bwimages/gradclocks.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.blogtitle {
	font-size:120%;
	font-weight:bold;
	color:#000000;
}

.blogcategory {
	font-size:75%;
	font-weight:bold;
	color:#666666;
	padding-bottom:10px;

}

.blogbody {
	font-size:80%;
	font-weight:normal;
	color:#666666;
/*	padding-bottom:10px;*/
}

.blogcontinue {
	font-size:75%;
	font-weight:bold;
	color:#666666;
	padding-bottom:10px;
}
.extendcomments {
	font-size:80%;
	padding-bottom:10px;
}
.blogtrailing{
	font-size:75%;
	font-weight:bold;
	color:#666666;
	padding-bottom:10px;
}
/************* blog entry link styles ***************/
#content a:link {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
#content a:visited {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
#content a:hover {
	color:#330033;
	text-decoration:underline overline;
	font-weight:bold;
}
/************* navbar styles ***************/

.sidetitle {
	PADDING-RIGHT: 2px; 
	MARGIN-TOP: 10px; 
	PADDING-LEFT: 2px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 80%; 
	PADDING-BOTTOM: 2px; 
	COLOR: #999; 
	LINE-HEIGHT: 140%; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #666 1px solid; 
	LETTER-SPACING: 0.2em
	}

.side {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 80%; 
	LINE-HEIGHT: 140%; 
}
.side li {
	list-style-type:none;
}
.expandable {
	cursor:pointer;
}
ul {
	padding:0;
	margin:0;
}
ul ul {
	padding:0;
	margin:0;
}
ul ul li {
	font-weight:normal;
}
/********Archive Specific Styles***********/
#menu {
	font-size:80%;

}
/*links to go forward, back etc*/


/********Comment and Trackback Styles***********/

.commentbody {

	font-weight:normal;
	color:#666666;
	padding-bottom:10px;
}
.commentspost {

	font-weight:bold;
	color:#666666;
	padding-bottom:10px;
}
.comments-head {
	font-size:120%;
	font-weight:bold;
	color:#000000;
}
#banner-commentspop {
	width:100%;
}
.trackback-head {
	font-size:100%;
	font-weight:bold;
	color:#000000;
}

.trackback-body {
	font-size:80%;
}
/* form elements */

#author {
	border:1px solid #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

#email {
	border:1px solid #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#url {
	border:1px solid #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

#text {
	border:1px solid #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.button {
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 1px solid #333;
	background-color:#fff;
	color:#000;
	height:20px;
	margin-left:10px;
}
.buttonbold{
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 1px solid #333;
	background-color:#fff;
	color:#000;
	font-weight:bold;
	height:20px;
	margin-left:10px;
}
