/*
 Theme Name:     Generic Framework Child
 Theme URI:      
 Description:    Generic Framework Child Theme
 Template:       generic-framework
 Version:        1.0.0
*/
@import url("../generic-framework/style.css");
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,400italic,300italic,700italic);
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
/* #Site Styles
================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lobster', cursive;
  color: #404041; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #404041;
  font-size: 16px;
  line-height: 180%; }

.main-navigation ul a {
  font-family: 'Lobster', cursive;
  text-transform: lowercase;
  color: #63d2d3;
  font-size: 28px; }
.main-navigation ul li.current-menu-item,
.main-navigation ul li:hover {
  background: transparent; }
  .main-navigation ul li.current-menu-item > a,
  .main-navigation ul li:hover > a {
    color: #404041; }
.main-navigation ul ul li {
  width: 275px; }
.main-navigation ul ul a {
  font-size: 20px;
  color: #000; }
.main-navigation ul ul li.current-menu-item a:hover,
.main-navigation ul ul li:hover a:hover {
  color: #63d2d3; }

#footer_menu ul li {
  margin-right: 10px; }
  #footer_menu ul li a {
    color: #404041;
    font-family: 'Lobster', cursive;
    text-transform: lowercase;
    font-size: 22px; }
#footer_menu ul li.current-menu-item a,
#footer_menu ul li:hover a {
  color: #63d2d3;
  text-decoration: none; }

a, a:visited {
  color: #63d2d3; }

#testimonial {
  padding: 58px 0 40px;
  background: url("images/footer_bg.jpg");
  background-repeat: repeat-x;
  color: #fff; }
  #testimonial .five img {
    padding-top: 20px; }
  #testimonial p {
    margin-bottom: 8px;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold; }
  #testimonial strong {
    font-size: 20px; }

.tagline {
  height: 40px;
  margin-top: 10px; }
  .tagline p {
    margin-bottom: 0;
    font-family: 'Lobster', cursive;
    text-align: right;
    font-size: 38px; }

img.alignleft {
  margin: 5px 40px 5px 0; }

img.alignright {
  margin: 5px 0 5px 40px; }

#featured {
  background: url("images/home_bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  height: 267px;
  margin-bottom: -46px;
  padding: 80px 0;
  position: relative;
  z-index: 10; }
  #featured img {
    border: 4px solid #fff; }

.ls-wp-fullwidth-container {
  z-index: 0; }

img.size-full {
max-width: 100%;
width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/* #Page Styles
================================================== */
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */
/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
