/*-----attach body.custom to any style you add here-----*/

/*-----custom link styles - these govern the links within post content and are here to show you how. 
modify them to your liking or delete them and add your own-----*/

/*body.custom .entry-content a {
	font-weight: bold;
	text-decoration: underline;
	}*/

/*--links imbedded in posts*/	
body.custom .entry-content a:hover {
	text-decoration: none;
	color: #3e5aa4;
	}
body.custom .entry-content a {
	text-decoration: none;
	color: #6e83bb;
	}
	
/*-----chagnge default font-----*/
body.custom body {font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom ul.menu li{font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom .homelink{font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom pre, code, tt{font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom blockquote{font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom h1, h2, h3, h4, h5, h6{font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom .entry-byline{font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom .entry-meta{font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom .wp-caption p.wp-caption-text {font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom #pp-feed p{font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom #wp-calendar{font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom #footer{font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom .commentauthor{font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom .comment-meta{font:'Lucida Grande', Verdana, arial, sans-serif;}
body.custom .comment-login {font:'Lucida Grande', Verdana, arial, sans-serif;}

/*--remove 'all caps' from widgets--*/
body.custom .widget h2 {
	font-variant: normal;
	}
	
/*--changes to default menu colors--*/
body.custom ul.menu li{background:#3e5aa4;}
	ul.menu li a:hover{background:#5b73b2;}
	ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover{color:#444; background:#9fadd2;}

/*--changes for small size text (dichev plugin)--*/
body.custom small {
	font-size: x-small;
}

/*standard link color*/
a{color:#3e5aa4;}
.entry-title a:hover{text-decoration:none;}

/*widged colors*/
body.custom .widget {background:#e7eaf4;}
body.custom .widget h2{color:#5b73b2;}
body.custom #pp-search{border-top:#e7eaf4; border-bottom:#e7eaf4; background:#e7eaf4;}
body.custom #s-input{border:#fff; }
body.custom .entry #s-input{border-color:#888;}
body.custom #submit, #s-submit{border:#3e5aa4; background:#3e5aa4; color:#ddd;}
body.custom #submit:hover, #s-submit:hover{color:#fff;}
body.custom #pp-feed{height:44px; border-top:#e7eaf4; border-bottom:#e7eaf4;background:#e7eaf4 url(images/bugrss.png) no-repeat 2% 47%;}

/*rss text centering*/
#pp-feed p{padding:15px 5px;}

/*help div*/
body.custom #help{margin:0 0 1em 0;}

/*comment form colors
#commentform textarea, #commentform input[type=text]{border:#666; color:#666;}
.authorcomment{background:#e7eaf4;}*/

/*logo*/
#header{ background:url(images/header.jpg) no-repeat; }
.homelink{text-indent: -4000px;}
.description{text-indent: -4000px;}

	/*-----tables*/
.entry-content table{margin:0 0 1.5385em; border-collapse:collapse; border:1px solid #fff; color:#000; width:80%;}
.entry-content th{font-weight:bold; background:#fff;}
.entry-content th, .entry-content td{padding:0.2em 10px;}
.entry-content td{border:1px solid #fff; vertical-align:middle;}
.entry-content tbody tr:hover{background:#fff;}
.entry-content tfoot{background:#fff;}

