/*
Theme Name: Irrigation Tutorials Child 2015
Theme URI: https://www.irrigationtutorials.com/
Description: twentythirteen child theme for Irrigation Tutorials.
Author: Nathan Stryker
Author URI: http://nstryker.com/

Template: twentythirteen
*/

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

/* new fonts */


body {

	font-family: 'Roboto', sans-serif;

}

h1, h2, h3, h4, h5, h6, .nav-menu li a, #masthead {

	font-family: 'Raleway', sans-serif;

}



/* general recoloring */


.site-title, .site-description {

	text-shadow: 0px 0px 4px #006000;

}

.site-title {

	font-size: 64px;

}

.site-title a:hover {
	text-decoration: none;
}

.site-description {

	font-size: 24px;

	max-width: 850px;

}

@media (max-width: 643px) {

	.site-title {
	
	font-size: 27px;

	}

	.site-description {

		font-size: 17px;

	}

}

.format-quote .entry-content,
 .format-quote .entry-meta, 
.format-status .entry-meta a, 
.format-status .entry-content, 
.single-format-status .author-description, 
.site-footer .widget a {

	color: #EECFAF;

}

.wp-caption .wp-caption-text,
.entry-caption, 
.gallery-caption, 
.format-video .entry-meta {

	color: #333;

}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a, 
.nav-menu .current-menu-item > a, 
.nav-menu .current-menu-ancestor > a, 
.entry-meta a, 
.entry-meta a:hover, 
.format-link .entry-title a, 
.navigation a, 
.comment-author .fn, 
.comment-author .url, 
.comment-reply-link, 
.comment-reply-login, 
.widget a {

	color: #000;

}

a, .entry-content a,
.comment-content a, 
.format-link .entry-title, 
.attachment .entry-meta a, 
.attachment .entry-meta .edit-link:before, 
.attachment .full-size-link:before, 
.post-navigation, 
.author-link {

	color: #009000;

}



/* nav items and buttons */

.nav-menu .sub-menu,
.nav-menu .children, 
.nav-menu li:hover > a, 
.nav-menu li a:hover, 
.nav-menu li:focus > a, 
.nav-menu li a:focus, 
.nav-menu .sub-menu, 
.nav-menu .children, 
.hentry .mejs-mediaelement, 
.hentry .mejs-container .mejs-controls, 
.site-footer .sidebar-container, 
button:hover, 
button:focus, 
input[type="submit"]:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:focus, 
input[type="button"]:focus, 
input[type="reset"]:focus, 
button:active, 
input[type="submit"]:active, 
input[type="button"]:active, 
input[type="reset"]:active {
	color: #EECFAF;

	background: #009000;
	border: 1px solid #008800;
	box-shadow: 0 0 15px 10px #008800 inset;

}

.nav-menu li a,
.navbar, 
.format-aside, 
.format-link, 
.comment-respond, 
.no-comments, 
.widget, 
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"] {

	color: #EECFAF;

	background: #009000;

	border: 1px solid #009000;

}


/* general layout */

.sidebar .site-footer .widget-area {

	max-width: 1040px;

	left: 0;
}

.sidebar .site-footer .widget {

	width: auto;

}

@media ( max-width:728px ) {

	#footerad {
	
	display: none;

	}

}

.site-footer .widget li {

	float: left;

	padding-right: 20px;

}

/* layout from old site */

.adfloatright {
	float:right;

	margin:2px 0px 5px 5px;

	font-size:x-small;
}
.adfloatleft {
	float:left;

	margin:2px 5px 5px 0px;
	font-size:x-small;
}
.xsmalltext {
	font-size:x-small;
}
.bannerad {
	text-align: center;
	background-color:#f5f5f5;

}
a:link {
	text-decoration: underline;
}

/* ----------Stuff below added by Jess----------------------------------------------------*/
/* ----tweaks for appearance added by Jess---- */

.footer-title {
	font-size:large;
	color:#000000;
	font-weight: bold;
}
.site-info a {
	color: #000000;
}

.wp-caption .wp-caption-text {
	text-align: center;
	font-size:90%;
}

/* ----Tweaks to hide the tags, date, categories, and author notices on posts---- */
span.tags-links { 
	display: none; 
}
span.date { 
	display: none; 
}
span.categories-links { 
	display: none; 
}
span.author.vcard { 
	display: none; 
}
div.nav-links  { 
	display: none; 
}



