/*
Theme Name:     LAPoniesAndCritters.com
Theme URI:      
Description:    Child theme for the Twenty Thirteen theme
Author:         Desktop Masters - Staas Yudenko / sos@stand-out-sites.com
Author URI:     http://www.desktopmasters.com
Template:       twentythirteen
Version:        0.0.1
*/

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

/* Twenty Thirteen */

body {
	margin: 0;
	padding: 0;
}

a {
	color: #1e4e06;
	text-decoration: none;
}

a:visited {
	color: #5b754f;
}

a:active,
a:hover {
	color: #2a6d09;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

.entry-content a {
	color: #1e4e06;
}

.entry-content a:visited {
	color: #5b754f;
}

.site-header {
<!--    background: url("images/headers/grass.png") no-repeat scroll right top / 1600px auto rgba(0, 0, 0, 0) !important; -->
}

.header-logo {
	display:block;	
	padding-top:20px;
	padding-bottom: 15px;
	margin-left:40px;
	margin-right: 20px;
	width: 207px;
	float: left;

}

.site-header .homelink {
	min-height: 170px;
	display: block;
}

/* temporarily here */
.site-header .home-link {
	min-height: 170px;
	display: block;
}

.site-title {
	color: #fff;
	font-size: 40px;
	display: inline-block;
	text-shadow: 3px 3px #007c47;
}

.site-header .search-field {
	background-image: url("images/search-icon.png");
}


.site-description {
	color: #fff;
	font: italic bold 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
	width: 600px;
	display: inline-block;
}

.navbar {
	background-color: #1D3508;
}

.nav-menu li a {
	color: #ffffff;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #4b921b;
	color: #fff;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {background-color: #4b921b;}

.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: #6ed825;
	font-style: italic;
}

.menu-toggle, .menu-toggle:hover, h3.menu-toggle {
	color: white;
}

.toggled-on .nav-menu li a:hover, .toggled-on .nav-menu ul a:hover {
	background-color: #4b921b;
}

.entry-title {
	color: #395f17 !important;
  font-size: 20pt;
}

.entry-title a:hover {
	color: #4b921b;
}

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


div#tertiary.sidebar-container {
	margin-top: 20px;
	margin-bottom: 40px;
}

.widget {
	background-color: rgba(75, 146, 27, 0.5);
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;

}

.widget a {
	color: #4c6c41;
}

.widget a:hover {
	color: #4b921b;
}

.comment-respond {
	background-color: rgba(75, 146, 27, 0.5);
	padding: 1px 15px;
	margin-top: 50px;
}

.site-footer .sidebar-container {
	background-color: #1D3508;
  margin-top: 200px;
}

.archive-header {
	background-color: #c6d6bf;
}

.site-footer {
	background-color: #c6d6bf;
}

.site-info {
	padding: 10px 0;
}
.entry-meta a {
	color: #4d6945;
}

entry-content a,
.comment-content a {
	color: #4b921b;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #607a59;
}


/* @media entries  */
@media (max-width: 1069px) {
	.site-header {
<!--	    background: url("images/headers/grass.png") repeat scroll right top / 1600px auto rgba(0, 0, 0, 0) !important; -->
	}
	
	.site-title {
		color: #fff;
		font-size: 36px;
		display: inline-block;
		text-shadow: 3px 3px #007c47;
	}

}

@media (max-width: 999px) {

	.site-header {
<!--	    background: url("images/headers/grass.png") repeat scroll right top / 1600px auto rgba(0, 0, 0, 0) !important; -->
	}
	
	.header-logo {
		display:block;	
		padding-top:20px;
		padding-bottom: 15px;
		margin-left:20px;
		margin-right: 20px;
		width: 207px;
		float: left;
	
	}
	
	.site-title {
		color: #fff;
		font-size: 26px;
		display: inline-block;
		text-shadow: 3px 3px #007c47;
	}
	
	.site-description {
		color: #fff;
		font: italic bold 18px "Source Sans Pro", Helvetica, sans-serif;
		display: inline-block;
		width: 400px;
	}
}

@media (max-width: 767px) {
	.site-header {
<!--	    background: url("images/headers/grass.png") repeat scroll right top / 1600px auto rgba(0, 0, 0, 0) !important; -->
	}
	
	.header-logo {
		display:block;
		width: 207px;	
		padding-top:20px;
		padding-bottom: 15px;
		margin-left:auto;
		margin-right: auto;
		float: none;
		position: relative;
	}
	
	.site-title {
		color: #fff;
		font-size: 26px;
		display: block;
		text-shadow: 3px 3px #007c47;
		padding: 0 0 10px;
		width: 560px;
		text-align: center;
		margin-left:auto;
		margin-right: auto;
	}
	
	.site-description {
		color: #fff;
		font: italic bold 18px "Source Sans Pro", Helvetica, sans-serif;
		display: block;
		width: 400px;
		text-align: center;
		margin-left:auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

}

@media (max-width: 643px) {

	.site-header {
<--	    background: url("images/headers/grass.png") repeat scroll right top / 1600px auto rgba(0, 0, 0, 0) !important; -->
	}
	
	
	.header-logo {
		display:block;
		width: 207px;	
		padding-top:20px;
		padding-bottom: 15px;
		margin-left:auto;
		margin-right: auto;
		float: none;
		position: relative;
	}
	
	.site-title {
		color: #fff;
		font-size: 24px;
		/*margin-left: auto;
		margin-right: auto;*/
		width: 100%;
		float: none;
	/*	display: block;*/
		padding: 10px 0 10px;
	}
	
	.site-description {
		width: 100%;
		font-size: 18px;
		padding-bottom: 10px;

	}
	
	.site-header .homelink {
		display: block;
	}
	
	
	div#tertiary.sidebar-container {
		padding: 0 15px;
	}
	
	.nav-links {
		display: none;
	}	
}

@media (max-width: 359px) {


}

.widget-area .ngg-widget {
    padding: 0px 0px;
    text-align: center;
}
       

#primary {
    min-height: 750px;
}
