/*
Theme Name:     Twenty Ten Child
Theme URI:      http://localhost/website
Description:    Child theme for the Twenty Ten theme 
Author:         Thom Elsberry
Author URI:     http://example.com/about/
Template:       twentyten
Version:        0.1.0
*/
@import url("../twentyten/style.css");

#site-title a {
    color: #06538C;
}

#access a {
	color: #06538C;
	font-weight: bold;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

#access {
	width: 940px;    
	color: #06538C;
	background-image: url('images/header-background.jpg');
  background-repeat: repeat-x;
  background-position: left center;

}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a:visited,
#access ul li.current-menu-parent > a {
	color: #fff;
        font-family: Arial, sans-serif;
        }
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
        font-family: Arial, sans-serif;
}

/* This is the custom header image */
#branding img {
	border-top: 0px;
	border-bottom: 0px;
	display: block;
	float: left;
}


.page-title {
	font-size: large;
}

.pingback a.url {
	font-family: Arial, Sans-Serif;
}

.wp-caption-text {
	font-family: Arial, Sans-Serif;
}

input[type=submit] {
	font-family: Arial, Sans-Serif;
	 background-color: #29699C;
    border: 1px solid #666666;
    color: #FFFFFF;
    font-size: 10pt;
    line-height: normal;
    padding: 3px 6px;
    text-decoration: none;
}

pre {
	font-family: Arial, Sans-Serif;
}
code {
	font-family: Arial, Sans-Serif;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 2px 0;
        font-family: Arial, Sans-Serif;
}
#content .entry-summary p:last-child {
	margin-bottom: 0px;
}
#content input[type="submit"] {
    color: #ffffff;
}

#content input[type="text"] {
    color: #000000;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 1px 0;
	padding: 4px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 4px;
}
.entry-content input {
	margin: 0 0 0 0;
}
.entry-content input[type="submit"] {
    color: #ffffff;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 4px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 0 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
#content .entry-title {
	color: #06538C;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
/* Lets add an arrow after each link */
.entry-title a:after {
    position: absolute; /* Prevent underline of arrow */
    padding-left:2px; /* Add a little space between text and arrow */
    content: " "; /* Unicode hex for &raquo; */
}
.entry-title a:link,
.entry-title a:visited {
	color: #06538C;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
        text-decoration:underline;
}

.hentry {
	margin: 0 0 8px 0;
}

.widget-area a {
    font-family: Arial, Tahoma, sans-serif;
}

.widget-title {
	color: #222;
	font-weight: bold;
        font-family: Arial, sans-serif;
}

.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}


.page-item-184,
.page-item-88,
.page-item-90,
.page-item-156,
.page-item-133,
.page-item-172,
.page-item-92
{
    font-family: Arial, Tahoma, sans-serif;
    color: #fff;
    font-size: larger;
    background-color: #06538C; 
    background-size: 100%;
    min-width: 200px;
    display: block;
    padding-left: 5px;
}

.page-item-184 a,
.page-item-88 a,
.page-item-90 a,
.page-item-156 a,
.page-item-133 a,
.page-item-172 a,
.page-item-92 a
{
    color: #fff;
    font-size: larger;
    background-color: #06538C; 
    background-size: 100%;
    min-width: 200px;
    display: block;
    padding-left: 5px;
}

.page_item .children,
.widget_pages .children {
    color: black;
    background: #fff;
    font-size: small;
}
.page_item .children a,
.widget_pages .children a {
    color: black;
    background: #fff;
    font-size: small;
}

.page_item .children li,
.widget_pages .children li {
 list-style: none;
}
.PhcPagesWidget ul, 
.PhcPagesWidget li {
	list-style: none;
}