.sidebar h2 {
	font-size: 16px;
	margin-bottom: 10px;	
}
.widgettitle {
	font-size: 16px;
	margin-bottom: 10px;
}
.textwidget {
	margin-top: 0;
	margin-bottom: 0;
}
.sidebar li ul {
	margin-top: 10px;
}
.sidebar p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.newsletter_fields input {
	border: dotted 1px #B22222;
	margin-bottom: 5px;
}
.newsletter_submit input {
	color: #FFFFFF;
	background-color: #003399;
	font-weight: bold;
	width: 140px;
	border: solid 3px silver;
}
#searchform input {
	margin-right:6px;	
}
/*
The font size
*/

.custom h1 {
	font-size: 22px;
}
.custom #wp-calendar caption {
	font-size:16px;
}
.custom body,
.custom h3,
.custom p,
.custom li,
.custom dt,
.custom dd,
.custom table,
.custom th,
.custom td,
.custom input,
.custom select,
.custom button,
.custom textarea,
.custom pre,
.custom code
{
	font-size: 14px;
}
/*
The navbar link styles
*/
.navbar a {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;	
}
.navbar a:hover {
	text-decoration: none;
}
.navbar {
	font-size: 16px;	
	font-weight: bold;
	padding: 0;
	
}
#footer {
	font-size: 14px;	
}
.footer a {
	font-size: 14px;
	text-decoration: underline;			
}
.footer a:hover {
	text-decoration: none;
}
.entry_header h1 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 15px;				
}
.entry_header h1 a {
	font-size: 18px;
}
.entry_header a {
	font-size: 18px;		
}
/*
Removes date from posts and categories
*/
.entry_header h2 {
	display: none;		
}
.archive_listing h3 {
	display: none;
}
.entry_actions {
	font-size: 14px;
}
#body p {
	margin-top: 0;
	margin-bottom: 10px;
}
#body p a {
	font-size: 14px;
}
.adsense_post_ad {
	float: left;
	width: 120px;	
	padding: 0 5px 0 0;	
}
#myheader {
	background-color: ghostwhite;
	height: 35px;
	border-top: solid 2px #003399;	
}
#myheader h1 {
	font:bold 24px "Times New Roman", Times, serif;
	color: #B22222;
	text-align: center;
	margin: 6px 0;
	padding: 0;	
}
}
