/*

Theme Name: Twenty-Twelve Child
Theme URI:
Description: Twenty-Twelve Child Theme for blog.gaiagps.com
Version: 1.0
Template: twentytwelve

*/

@import url('../twentytwelve/style.css');

body.custom-font-enabled {
	font-family: Georgia, Times New Roman, Times, Serif;
}

.header-image {
	background: url('images/august_banner.jpg');
	margin-bottom: -10px;
	
}


/* SOCIAL ICONS IN SIDEBAR */

#social-icons li {

}
#social-icons a:link,
#social-icons a:hover,
#social-icons a:visited {
	display: block;
	float: left;
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
}

.social-twitter a {
	background: url('images/twitter.png') no-repeat;
}

.social-facebook a {
	background: url('images/facebook.png') no-repeat;
}

.social-youtube a {
	background: url('images/youtube.png') no-repeat;
}

.social-instagram a {
	background: url('images/instagram.png') no-repeat;
}

/* PAGINATION */

.paginationBox {
	clear: both;
	display: block;
	float: left;
	margin: 1em 0 2em 0;
}
ul.pagination {
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
	font-size: 80%;
	line-height: 1em;
	list-style-type: none;
}
.pagination li {
	float: left;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 1px;
}


.pagination span,
.pagination a {
	float: left;
	border: 1px #ededed solid;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	width: auto;
	color: #999;
}
.pagination a:hover,
.pagination a:focus {
	color: #fff;
	background-color: #777;
	border-color: #777;
}
.pagination .current{
	padding: 3px 9px 4px 9px;
	color: #fff;
	background-color: #777;
	border: 1px #777 solid;
}

/* END PAGINATION */

#front-page-intro {
	border-bottom: 1px #EDEDED solid;
	padding: 24px 0 48px;
	padding: 1.714285714rem 0;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#intro-elements {
	float: left;
	width: 47.916666667%;
}

#intro-text p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714rem;
}



/* Minimum width of 600 pixels. */
@media screen and (max-width: 600px) {
	
	#intro-elements {
		float: none;
		width: 100%;
	}
	
}

.cat-thumb {
	float: left;
	margin: 0 10px 10px 0;
}

/*bannerimage*/

.banner-button {
	margin-right:10px;
	float: right;
	position:relative;
	top: -49px;
}

/*call to action button on bottom of posts - found in fucntions.php*/

button {
	background-color: #339900; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 30px;
}



/* Front Page SLIDER 
---------------------------------------------------*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 350px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: #777;
}
.carousel-inner > .item > a > img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 350px;
  margin:0 auto;
}

.carousel-indicators {
	bottom:10px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;

  }

  .featurette-heading {
    font-size: 25px;


  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
.featurette-heading a {
	color:white;
	position: absolute;
	width: 100%;	
	background-color: rgba(0,0,0,0.6);
	right:0px;
	bottom:13px;
	padding: 10px


	
}






