/*
-----------------------------------------------
imarketsolutions.com 
Stylesheet: Home.css
Created: 8/28/2013
Author:  Ben Schiling
Organization:	iMarket Solutions
----------------------------------------------- */

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BEGIN HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */

#container-homepage-content {
}

#homepage-content {
  background: none repeat scroll 0 0 #293F5D;
  border: 1px solid #A1A696;
  border-radius: 8px;
  display: inline-block;
  margin: 60px 10px 0 0;
  overflow: hidden;
  width: 680px;
}

#content {
  margin-top:10px;
}

#sidebar-right {
  float: right;
  margin-right: 0;
}


/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- BANNER SLIDESHOW --------------------------------------------------------------------------------------------------------------------------------- */

#banner {
  border-bottom: 1px solid #A1A696;
  height: 224px;
  position: relative;
  width: 680px;
}

#banner > div {
  position: absolute;
}

#banner img {
  display: block;
}

/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- TESTIMONIALS --------------------------------------------------------------------------------------------------------------------------------- */


#testimonials-secondary {
  padding:10px;
  position:relative;
}

#testimonials-secondary h2 {
  font-style: italic;
  margin: 0;
}

#testimonials-secondary h2 a:link {
 color: #afe3e3;
 text-decoration:none;
}

#testimonials-secondary .testimonial {
  color: #ffffff;
}

#testimonials-secondary p.view-all {
  position: absolute;
  right: 20px;
  top: 10px;
}

#testimonials-secondary p.view-all a:link {
  color: #77a6a1;
}

/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- BLOG --------------------------------------------------------------------------------------------------------------------------------- */

#sidebar-right #blog-module h2 {
  font-size: 2.5em;
  margin: 0 0 10px;
}

.blog-post h3 {
  font-size: 1.5em;
  font-weight: bold;
}


/* --- END HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
