/*
 Theme Name:   Azul Silver Child
 Theme URI:    https://www.pilgrim.org.au/blog/wp-content/themes/azul-silver-child/
 Description:  Azul-Silver Child Theme
 Author:       Peter Russell
 Author URI:   https://www.pilgrim.org.au
 Template:     azul-silver
 Version:      1.0.1  -  7 May 2018
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  azul-silver-child
*/

/************************* Nicolas Gallagher Micro Clearfixed Solution *************************/
/* 1. The space content is one way to avoid an Opera bug when the contenteditable attribute    */
/*    is included anywhere else in the document. Otherwise it causes space to appear at the    */
/*    top and the bottom of elements that are clearfixed.                                      */
/* 2. The use of the table rather than block is only necessary if using :before to contain the */
/*    top-margins of child element.                                                            */
/************************* Nicolas Gallagher Micro Clearfixed Solution *************************/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/************************* Azul Silver Main Basic Layout *************************/
body {
    background: #DDDDDD;
    font-family: Arial;
    font-size: 18px;
}

.entry-header {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, san-serif;
}

h1 {
  font-size: 250%;     /* was 2 em  */
  margin: 67% 0;      /* was 0.67em  */
}


li {
  list-style: none;
}

#container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    background: #FFFFFF;

}

#masthead {
display: inline;
float:left;
margin: 0;
padding: 0;
width: 100%;
background: #FFFFFF;
text-align: center;
}

#masthead img {
margin: 0;
padding: 0;
width: 100%;
height: auto;

}

/*********************16.0 Content Area  ****************/

#content {
    margin: 0 auto;
    padding: 2px 0;
    max-width: 100%;
    background-color: #FFFFFF;
}

.content-area {
    float: left;
    width: 67.72908366533865%
    padding-left: 15px;
    padding-right: 15px;
}



/* img {
	margin: 0;
	max-width: 100%;
	padding: 0;
}   */

img.alignleft {
	margin-right: 10px;
	margin-top: 5px;
}

img.alignright {
	margin-left: 10px;
	margin-top: 5px;
}


/********************** Navigation Links ******************/


a {
  color: #2574a6;
  text-decoration: none;
}

a:hover {
    color: #BB0000;
}



/************************** my  menu  ************************ */

#top_menu {
order: 3;
float:left;
margin: 0;
margin-top: 14px;
margin-bottom: 2px;
height: 20px;    /*  height for 2 row menu = 50px  one row = 20px  */
padding-left: 15px;
height: auto;
background: #FFFFFF;
}

.menutop: li {
display: inline;  /* Makes the link all appear in one line, rather than on top of each other */
}

.menutop: li a {
float: right;
color: #FFFFFFF;
padding: 0;
text-decoration: none;
border-right: 0px #FFFFFF;
}

.solidblockmenu {
margin: 0 10px 0 10px;
padding: 0;
float: left;
font-family: Arial, san-serif;
font-size: 15px;
font-weight: bold;
width: 100%;        /*Adjust this to change width of the menu bar */
border-bottom: 8px solid #FFFFFF;
border-width: 0px;
background: #FFFFFF;
}

.solidblockmenu li {
display: inline;
}

.solidblockmenu li a {
float: left;
color: #153254 ;
padding:  3px 3px 0px 6px;
text-decoration: none;
border-right: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
}

.solidblockmenu li a:visited {
color: #153254;
}

.solidblockmenu li a:hover, .solidblockmenu li .current {
color: white;
background: #2574a6;
}




/************************* Azul Silver Header Navigation *************************/


#site-content {
    margin: 0;
    margin-bottom: 0px;
    padding: 0 20px 0 10px;
    width: 100%;
    background-color: #FFFFFF;

}

#site-sidebar {
    float: left;
    margin-top: 39px;
    list-style: none;
    background-color: #FFFFFF;
}

.site-footer {
	margin: 10px auto;
	padding-bottom: 20px;
	text-align: center;
	font-size: 12px;
	max-width: 1200px;
}

.site-footer a {
	color: #FFFFFF;
}


/************************* Azul Silver Primary Navigation *************************/
nav {
	margin-bottom: 0px;
}

.primary-navigation {
    font-size: 10px;
    font-weight: bold;
    background: #cccccc;
    float: left;
    display: block;
    height: 23px;
    position: relative;
    width: 100%;
}
.primary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.primary-navigation li {
    float: left;
    position: relative;
}
.primary-navigation a {
    color: #000080;
    display: block;
    line-height: 1.3em;
    padding: 0.5em 1em;
    text-decoration: none;
}
.primary-navigation ul ul {
    background: #4D4D4D;
    display: none;
    float: left;
    position: absolute;
    left: 0;
    padding: 0;
    z-index: 99999;
}

.primary-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.primary-navigation ul ul a {
    width: 200px;
}

.primary-navigation ul ul li {

}

.primary-navigation li:hover > a {
    color: #FFFFFF;
    background: #999999;
}
.primary-navigation ul ul :hover > a {

}

.primary-navigation ul ul a:hover {
    background: #313131;
}
.primary-navigation ul li:hover > ul {
	display: block;
}
.primary-navigation .current_page_item > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a:hover,
.primary-navigation .current-menu-item > a:hover {
    background: #000000;
    color: #FFF;
}

.primary-navigation .current_page_ancestor {
    background: #4d4d4d;
    color: #FFFFFF;
}

.primary-navigation ul ul .current_page_parent,
.primary-navigation .current_page_parent .current_page_item > a {
    color: #FFFFFF;
    background: #313131;
}

/************************* Azul Silver Main Content Navigation *************************/
.entry-title {
    border-bottom: 1px solid #CCCCCC;
    font-size: 25px;
    margin: 0;
    padding: 5px 5px;
    padding-bottom: 0;
}

.entry-title a {
    color: #2574a6;        /* was #0195C5  */
    text-decoration: none;
}

.metadata-posted-on {
	margin: 0 0 0 8px;
}

.metadata-posted-in {
	margin: 0 0 0 8px;
	padding-bottom: 10px;
	display: none;         // removes items under posts
}

.cat-link {
	display: none;         // removes items under posts
}

.paging-navigation {
	display: none;         // removes items under posts
}

.alignleft {
	float: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	float: right;
}

#site-content table {
	margin-top: 10px;
}

.content-archive {
	padding: 30px;
	padding-bottom: 0;
	text-align: center;
}

.content-search {
	padding: 30px;
	padding-bottom: 0;
	text-align: center;
}

.wp-caption {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	max-width: 100%;
	padding: 8px;
	text-align: center;
}

.wp-caption-text {
	margin: 0;
	padding: 0;
}

.wp-caption.alignleft {
	margin-right: 10px;
	margin-top: 5px;
}

.wp-caption.alignright {
	margin-left: 10px;
	margin-top: 5px;
}


.gallery-caption {

}

.small-post-thumbnail {
	float: left;
	margin-top: 18px;
	margin-right: 15px;
	margin-bottom: 0;
	position: relative;
}

.medium-post-thumbnail {
	margin-bottom: 10px;
}

.site-content-full {

}



/************************* Azul Silver Sidebar Content Navigation *************************/

#site-sidebar ul {
    margin: 0;
    margin-bottom: 10px;
    padding: 5px 5px;
}

#site-sidebar li {
    list-style: none;
    margin: 0;
    font-size: 14px;
}

.header-search {
	float: right;
	margin-top: 30px;
}

div.header-search span.screen-reader-text {
  display: none;
}

div.header-search input.search-submit {
	background: #FFFFFF;
	border: none;
	color: #0195C5;
	margin-right: 10px;
	padding: 5px 14px;
	vertical-align: top;
}

div.header-search .search-field {
	vertical-align: top;
	padding: 3px;
}

/********************************* 23.0  widget area ******************/

.widget-area {
    float: right;
    width: 24%;               /* was  29.8804780876494% */
    padding: 0 10px 0 0;
    word-break: normal;

}

.widget-title {
    border-bottom: 1px solid #CCCCCC;
    color: #999;
    font-size: 18px;
    margin: 0;
    padding: 14px 5px;
    padding-bottom: 0;
}

.widget li {
    margin: 5px 0 0 0;
    font-size: 12px;
}

.tagcloud {
    margin-bottom: 10px;
}

.textwidget {
    margin-bottom: 10px;
    padding: 5px 5px;
}

#wp-calendar {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

#wp-calendar a {
    font-style: italic;
    text-decoration: underline;
}

#wp-calendar caption {
    font-weight: bold;
    margin-bottom: 4px;
}

#wp-calendar #today {
    font-weight: bold;
}

#wp-calendar #today a {
    color: #FF0000;
    font-weight: bold;
}

.sticky {
	background: #CCCCCC;
}

.sticky .entry-title {
	border-bottom: 1px solid #000000;
}

span.screen-reader-text {
	display: none;
}

input.search-field, input.search-submit {
	margin-top: 5px;
}




