/*
Theme Name: Hugo
Theme URI: http://www.yukagraphic.com
Template: twentyfourteen
Author: John Stanford
Author URI: http://www.yukagraphic.com
Description: Child theme for the Twenty Fourteen theme
Version: 1.0.1439144090
Updated: 2015-08-09 19:14:50
*/

@charset "UTF-8";


/*begin remove left sidebar code*/

@media screen and (min-width: 783px) {
	 .primary-navigation {
		 float: right;
		 margin-left: 20px;
	        }
}

		media screen and (min-width: 1110px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-left: 55px;
	        }
	            }
	        .site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
		max-width: 774px;
        }
        
        .comments-area {
		max-width: 774px;
        }
        
        .post-navigation, .image-navigation {
		max-width: 774px;
        }
        
        .site:before,
#secondary {
		width: 0;
		display: none;
	    }

.featured-content {
		padding-left: 0;
        }
        
        .site-content, .site-main .widecolumn {
		margin-left: 0;
        }  
        
        .hentry {
		max-width: 850px;
        }
		
.post-thumbnail img {
		width: 100%;
		} 
 		
/*end remove left sidebar code*/


/* align nav menu (adjust header-main text-align value) */

.header-main {
 text-align: left;
}

.primary-navigation {
 float: none;
}

.primary-navigation li {
 text-align: left;
}

/*end align nav menu*/


/*770*/
a.post-thumbnail {
    display: none;
}
/*771*/
div.post-thumbnail {
    display: none;
}

.site, .site-footer, .site-header {
background-color: transparent !important;
} 

/* transparent widgets */
.post, .widget, .site-info {
	/* border: 1px solid black; */
	background:#abc0db; 
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
/* end transparent widgets */

.post, .widget, .site-info {
	padding: 0px;
    }

.site-info {
	padding: 5px;
	width: 190px;
	}

.article {
max-width: 474px;
}

body.custom-background
{
  background-color: #FFFFFF;
  background-image: url("http://www.scratch.yuka.co.uk/wp-content/uploads/2015/09/VH-BG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
}

.full-width .site-content {
	margin:0px auto;
}
.full-width .site-content .has-post-thumbnail .entry-header {
	margin:0px auto;
}
.singular.full-width .site-content .has-post-thumbnail.hentry {
	margin:0px auto;
}


.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content
{
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 20px;
  max-width: 524px;
}

/* transparent borders around content */
.site-content .entry-header
{
	border-top-style: solid;
	border-top-width: 20px;
	border-left-style: solid;
	border-left-width: 20px;
	border-right-style: solid;
	border-right-width: 20px;
	border-color: rgba(171, 192, 219, .2);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.site-content .entry-content
{
	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-left-style: solid;
	border-left-width: 20px;
	border-right-style: solid;
	border-right-width: 20px;
	border-color: rgba(171, 192, 219, .2);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
/* end transparent borders around content */

/* transparent borders around header image */
img
{
	border-top-style: solid;
	border-top-width: 20px;
	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-right-style: solid;
	border-right-width: 20px;
	border-color: rgba(171, 192, 219, .2);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  vertical-align: middle;
}
/* end transparent borders around header image */

.page-content {
	margin: 0 auto;
	max-width: 474px;
}

.search-toggle {
              display: none;
}

.widget
{
  font-size: 14px;
  line-height: 1.28571;
  margin-bottom: 48px;
  width: 100%;
  word-wrap: break-word;
}


/* Line 3821 */
.footer-sidebar .widget
{
  box-sizing: border-box;
  float: left;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  /*width: 15%;*/ 
  width: 190px; 
}


/*No auto text hyphenation*/

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

.nav-links {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         none;
	word-wrap: normal;
}

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

.widget {
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: normal;
}

/* end no auto text hyphenation*/

.site-footer,
.site-info,
.site-info a {
	color: rgba(0, 0, 0, 0.7);
}


/* 
#masthead {
position: relative;
} 
 */
 
 /* Mobile Style Sheet 
@media handheld {
    body .custom-background
	{
		background-image: none;
        background: white;
        color: black;
    }
}
*/

/* get rid of background image on small devices */
@media (max-width: 800px) {
    body {
    background-image: none !important;
	background: #abc0db !important;
	
    }
}

/*
body.custom-background
{
  background-color: #000000;
  background-image: url("http://www.scratch.yuka.co.uk/wp-content/uploads/2015/08/bg-duo-blue.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
}
*/
/* Line 348 */
a, .content-sidebar .widget a
{
  color: #577a76;
}

/* Line 495 */
a
{
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/* widget text and non selected menu item text */
.secondary-navigation a, .menu-toggle:before .site-description, .widget, .widget a, .widget-title, .widget-title a, .widget_calendar caption, .site-title a, .site-title a:hover, .site-footer, .site-footer a, .featured-content a, .featured-content .entry-meta, .slider-direction-nav a:before, .hentry .mejs-container .mejs-controls .mejs-time span, .hentry .mejs-controls .mejs-button button
{
color: #2b2b2b;

}


.site-header a 
{
/*  	color: #FF0000; */
color: #abc0db;
}

/* Line 403 */
a:active, a:hover, .entry-title a:hover, .entry-meta a:hover, .cat-links a:hover, .entry-content .edit-link a:hover, .post-navigation a:hover, .image-navigation a:hover, .comment-author a:hover, .comment-list .pingback a:hover, .comment-list .trackback a:hover, .comment-metadata a:hover, .comment-reply-title small a:hover, .content-sidebar .widget a:hover, .content-sidebar .widget .widget-title a:hover, .content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover
{
  color: #2b2b2b;
}

/* Line 234 */
.site-navigation a:hover
{
  color: rgba(171, 192, 219);
}

/* Line 465 */
.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a
{
  color: #ddfffc;
}

/* mystery text color */
.featured-content a:hover, .featured-content .entry-title a:hover, .widget a:hover, .widget-title a:hover, .widget_twentyfourteen_ephemera .entry-meta a:hover, .hentry .mejs-controls .mejs-button button:hover, .site-info a:hover, .featured-content a:hover
{
  color: #2b2b2b;
}

/* Navigation text color */
.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a, .site-navigation a:hover
{
/*  color: #2b2b2b; */
  color: #abc0db;
}

/* Hover over menu BG color */
.primary-navigation li:hover > a, .primary-navigation li.focus > a, .primary-navigation ul ul
{
  background-color: rgba(171, 192, 219, .2);
}

/* widget title */
.widget-title, .widget-title a
{
  color: #2b2b2b;
}

/* Line 313 */
.site-navigation li .current_page_item > a, .site-navigation li .current_page_ancestor > a, .site-navigation li .current-menu-item > a, .site-navigation li .current-menu-ancestor > a, .primary-navigation ul ul a, .primary-navigation li:hover > a, .primary-navigation li.focus > a, .primary-navigation ul ul
{
/*  color: #2b2b2b; */
  color: #abc0db;
}

.content-area
{
  padding-top: 48px;
}

.entry-title {display: none;}