@charset "UTF-8";

/*
Theme Name: Work And Home research project
Theme URI: not supplied
Description: Child theme for Twenty Thirteen 
Author: Mary Woodcock-Kroble
Author URI: mailto:mlw2@st-andrews.ac.uk
Template: twentythirteen
Version: 1.0
*/

@import url("../twentythirteen/style.css");


.site-header .home-link {color: rgba(102,191,255,1);}
.site-header h1 {margin: 33px 0 15px}
.site-footer {
	background-color: rgba(170,204,131,0.5);
	color: #686758;
	
}

.site-footer .sidebar-container {
	background-color: #fff;
	padding: 20px 0;
	border-top: 3px solid rgba(170,204,131,1); 
	border-bottom: 3px double rgba(170,204,131,1);
	min-height: 230px;/* necessary for DR's version of FF*/
}
.site-info {padding: 15px 0; text-align:center}

.navbar {
	background-color: rgba(102,191,255,1);}
	
	.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #f7f5f2;
	font-style: italic;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;

}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: rgba(204,102,82,1);
}

site a, .comment-content a {
    color: rgba(204,102,82,1);
}
#wkhmlogo {padding: 28px 0 0;  text-align: center}
.site-description {text-align: center; margin: 5px 0 ; color: #141412;}

.site-footer>#secondary>.widget-area>#text-3.widget {float: none !important; display: table; width: 100% !important;  vertical-align:middle;  margin: 0 ;  text-align: center; max-width: 1040px  ;  }
.site-footer #text-3 a {margin:0 20px 0 0 ; width: 220px;  height:auto; display: table-cell;}
.site-footer #text-3 a:last-child {margin: 0;}

#secondary .widget-area{width: 100%; max-width: 1040px ;  margin: 0 auto ;  left: 0; height: 200px;}

#tertiary .widget{	background-color: rgba(255,255,255,1); }

.site-main { }
.site-main .widget-area{}
.site-main .widget-area:after {
  content: " ";
  display: table;
  clear: both;
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {font-size: 1em;}
.site-content{min-height: 1320px;}

.entry-content {
   word-wrap: normal;
-webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;}

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

.entry-content>ul {
    list-style: none;
	

}

.entry-content>ul>li { 
    padding-left: 1em; 
    text-indent: -0.7em;
	
}

.entry-content>ul>li:before {
    content: "•";
	font-size: 1.44em;
	text-shadow: 0px 0px 3px rgba(170,204,131,1);
	vertical-align: baseline;
		display:inline-block;
		width: 0.45em; 
		height: 1px;
    color: rgba(170,204,131,1);
}

.entry-content h6 {font-weight: 400; margin: 36px 0 5px;}

.widget .widget-title {font: 300 20px "Source Sans Pro", Helvetica, sans-serif}
@media screen and (max-width: 970px) {
	.site-content{min-height: auto;}

}