/*
Theme Name: Sonar Child
Theme URI: http://wp-ultra.com
Description: Child theme for the Sonar theme
Author: Bradthomas127
Author URI: http://wp-ultra.com
Template: sonar
Version: 1.1
*/

@import url("../sonar/style.css");
/* not sure
body, textarea {
    font-size: 14px;
}*/

#access .menu-header li, div.menu li {
    float: left;
    position: relative;
    text-transform: uppercase;
}/* Uppercase letters for the main navigation  */

.entry-meta {
    display: none;
}
.entry-utility {
	display: none;
}
#comments {
	display: none;
}
#biog_pic_container {
	position: relative;
	width: 315px;
	float: right;
	margin-left: 16px;
	margin-bottom: 65px;
}

#dld_biog_and_pic {
	position: absolute;
	bottom: -70px;
   /* top: 470px; */
	width: 300px;
	text-align: right;
	margin-bottom: 20px;
}
#dld_biog_and_pic a:link {
	text-decoration: none;
	color: Blue;
}
#dld_biog_and_pic a:visited {
	color: #0000CD;
}
#dld_biog_and_pic a:hover {
	text-decoration: underline;
	color: #000182;
}
#dld_biog_and_pic a:active {
	color: #0000cd;
}
.nav-next {
	display: none;
}
.nav-previous {
	display: none;
}

/* .page-item-9{ display:none; }  stops the gallery page appearing in the page navigation  */

.pwd_ftr_credit {
	font-family: "Times New Roman", Times, serif;
	font-size: .99em;
}
#site-info a:hover {
  text-decoration: underline;
}

.widget-container {
	border-bottom: 1px dotted;
}

.widget-area a:link {
	color: #000000; /* #53a4e6; */
	/* font-weight: bold; */
}
.widget-area a:visited {
	color: #000000; /* #53a4e6; */
	/* font-weight: bold; */
}
.widget-area a:hover {
	color: #1B70B3;
}
.widget-area a:active {
	color: #53a4e6;
}

.widget-area ul ul {
	/* list-style-image: url(images/star-black.gif); */
	list-style-image: none;
	list-style-type: disc;
}

#main {
	position: relative;
}

.photo_credit {
	/* position: absolute;
	top: 410px;
	left: 270px; */
	font-size: .75em;
	text-align: center;
	clear: both;
	font-style: italic;
	color: #888888;
}
/* #content {
	position: relative;
} */
.credit_top {
	position: absolute;
	top: -16px;
	right: 44px;
	font-size: .75em;
	font-style: italic;
	color: #888888;
}
div .calendar {
	display: none;
}













