* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
a {
  text-decoration: none;
  color: #d35400;
}
a:hover {
  color: #787878;
      text-decoration: underline;
}
/*  add HTML5 elements for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
.clear  {
    clear: both;
	height: 0px;
}
ol, ul {
  list-style: none;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
li	{
	margin: 10px 0;
}
html, body {
  width: 100%;
}
body {
  background-color: #fff;
  color: #787878;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
    line-height: 34px;
}
h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
h3 {
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
}
p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
@media all and (min-width: 700px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 20px;
  }
}
small   {
    font-size: 65%;
}
img {
    width: 100%;
    max-width:100%;
}
figure  {
    padding-bottom: 40px;
}
figcaption  {
    width: 100%;
    margin-top: 10px;
}


/*....................................
...............Structure..............
....................................*/
section {
    background: none;
  width: 80%;
  max-width: 960px;
  margin: -1px auto 0 auto;
  padding: 40px 10% 40px 10%;
}
.container {
}
.img_container.large {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 40px auto;
}
    
.topPadding  {
    padding-top: 80px;
}
#headerSection  {
    padding-top: 60px;
    padding-bottom: 0;
}
#mainHeader     {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#mainContent  {
    padding-top: 0;
}


/*....................................
...............Header.................
....................................*/
header  {
    text-align: center;
    background: white;
}
.logo   {
    width: 80%;
    padding: 0 10%;
    max-width: 350px;
    margin-top: 80px;
}


/*....................................
...............Navigation.............
....................................*/
nav     {
    width: 100%;
}
nav ul {
    width: 100%;
    max-width: 450px;
    margin: 35px auto 0 auto;
    text-transform: uppercase;
    text-decoration: none;
}
nav ul li a   {
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    text-decoration: none;
    color: #555;
}
@media screen and (max-width:450px){
    .splitMenu   {
        clear: both;
    }
    nav ul     {
        max-width: none;
    }
    nav ul li a   {
        width: 50%;
        padding: 10px 0px;
        margin: 0;
        text-align: center;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        background: #f0f0f0;
    }
}
nav ul li a:hover, .searchButton:hover {
    color: #555;
    background: #f0f0f0;
}
nav ul li a {
    text-decoration: none;
}
.searchButton   {
    padding: 10px 20px;
    margin: 0 0px 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}
@media screen and (max-width:700px){
    .searchButton   {
        width: 33.3%;
        padding: 10px 0px;
        margin: 0;
        text-align: center;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }
}
.current_page    {
    text-decoration: none;
    color: #fff;
    background-color: #d35400;
}
.current_page:hover    {
    color: #fff;
    background-color: #d35400;
}


/*....................................
...............Search.................
....................................*/
.searchForm {
    width: 300px;
    text-align: center;
    background-color: #555;
    padding: 20px 0 0 0;
    position: absolute;
    top: 15px;
    right: 15px;
/*    transform: translate(-50%, 0);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 9999;
}
@media screen and (max-width:700px){
    .searchForm   {
        width: 100%;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }
}
.searchForm p   {
    color: white;
    margin-bottom: 20px;
}
.searchButtonFixed  {
    width: 25px;
    height: 25px;
    background: url('../images/search.png');
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}
.searchButtonFixed:hover  {
    background-color: #d35400;
    cursor: pointer;
}
.closeSearch   {
    width: 30px;
    text-align: center;
    margin: 20px auto 15px auto;
    color: #fff;
    background-color: #d35400;
/*    border: solid 1px #f5f5f5;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.closeSearch:hover  {
    color: #555;
}
.searchForm p:hover   {
    cursor: pointer;
}
.search_input { 
    outline: none; 
    width: 70%; 
    max-width: 200px;
    border: 1px solid #ddd; 
    font-size: 1em; 
    color: #888; 
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.search_go   {
    outline: none; 
    border: 1px solid #ddd; 
    font-size: 1em; 
    color: #555;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.search_image   {
    width: 50%;
    float: left;
    margin-right: 40px;
}
.search_link    {
    font-size: 70%;
}


/*....................................
...............Banner.................
....................................*/
.intro_p    {
    font-size: 2em !important;
}

@media screen and (max-width:700px){
    .intro_p    {
        font-size: 1.8em !important;
    }
}


/*....................................
...............Layout.................
....................................*/
.halfLeft   {
    width: 45%;
    margin: 0 5% 0 0;
    float: left;
    padding-top: 80;
}
.halfRight   {
    width: 45%;
    margin: 0 0 0 5%;
    float: left;
    padding-top: 80;
}
#rightContent   {
}
.one_third  {
    width: 28%;
    margin: 0 2.5%;
    float: left;
}
.two_third   {
    width: 61%;
    margin: 0 2.5%;
    float: left;
}


@media screen and (max-width:700px){
    .halfLeft, .halfRight, .one_third, .two_third   {
        width: 100%;
        margin: 0;
        padding-top: 0;
    }
    .halfLeft p  {
        margin-bottom: 0;
    }
    .halfRight {   
        margin-top: 40px;
    }
    #rightCopy   {
        margin-top: 0;
    }
}


/*....................................
...............Content.................
....................................*/
.header {
    height: auto;
    margin: 0 auto 8px auto;
    position: relative;
    text-align: center;
    border-top: 1px solid #989898;
    top: .6em;
}    
 .header h2 {
    background: none repeat scroll 0% 0% #FFF;
     color: #555;
    position: relative;
    top: -0.8em;
    display: inline;
    margin: 0px;
    padding: 0px 1em;
}   
.blogDateBack   {
    width: 120px;
    height: 50px;
    background: white;
    position: relative;
    top: -2em;
    padding: 0 20px;
    margin: 0 auto;
}
 .header .date {
    background: #fff;
     color: #555;
    position: relative;
    top: -1em;
    display: inline;
    padding: 0px 2.5em;
} 
.header .date .day {
    left: 15px;
}
.header .date .month {
    padding-left: 13px;
}
.header .date .year {
    top: 40px;
    left: 55px;
}


/*....................................
...............Blog...................
....................................*/
.entry      {
    width: 100%;
}
.dateHolder     {
    width: 20%;
    float: left;
}
.date {
  position: relative;
    top: 4px;
  width: 70px;
  font-family: Georgia, serif;
  color: #999;
 }
 
.day, .month, .year {
  position: absolute;
  }
 
.day { 
  font-size: 28px;
  top: 15px;
  }
 
.month { 
  top: 8px;
  left: 3px;  
  font-size: 16px;
  }
 
.year { 
  top: 19px;
  right: 8px;
  font-size: 18px;
  rotation: -90deg !important;
  /* ** Hacks ** */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);  
  }
.entry .excerpt   {
    color: #555;
    vertical-align: middle;
    margin: 0 0 20px 90px;
    float: left;
}
.entry .excerpt h3   {
    margin-bottom: 0;
}
.entry .excerpt p   {
    color: #999;
}
.entry .excerpt a:link, .entry .excerpt a:visited   {
    color: #555;
} 
.entry .excerpt a:hover, .entry .excerpt a:active   {
    color: #d35400;
} 


/*....................................
...............Inspire................
....................................*/
.inspirationItem    {
    border-bottom: solid 1px #d5d5d5;
}
.inspirationItem.last   {
    border-bottom: none;
}


/*....................................
...............Footer.................
....................................*/
.footer  {
    font-size: 80%;
    background: url('../images/dark_grain.jpg') repeat;
    padding: 40px 0;
}
.footer section {
    color: #f4f4f4;
}
.footerNav    {
    width: 320px;
    margin: 0 auto 30px auto;
}
.footerNav li   {
    color: #888;
    float: left;
    padding: 0 10px;
}
.footerNav li a:link, .footerNav li a:visited   {
    color: #888;
}
.footerNav li a:hover, .footerNav li a:active   {
    color: #fff;
}
.footerNav li .current_page   {
    color: #fff !important;
    background: none;
    text-decoration: underline;
}
.scrollToTop    {
    width: 30px;
    height: 30px;
    margin: 15px auto;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: url('../images/arrow.png') no-repeat;
}
.scrollToTop p  {
    font-size: 80%;
    color: #fff;
    margin-bottom: 0;
}
    
.scrollToTop:hover    {
    cursor: pointer;
}
address     {
    width: 100%;
    font-family:serif;
    color: #888;
    text-align: center;
    padding-top: 25px;
}


/*....................................
...............Misc...................
....................................*/
blockquote{
	}
blockquote {
	color:#999;
    margin: 20px 0 40px 0;
	font-family:Georgia,"Times New Roman",Times,serif;
    letter-spacing: .1em;
	font-weight:300;
	font-style:italic;
    padding: 0 50px;
    border-left: 5px solid #d35400;
	}
blockquote:after,blockquote:before{
	line-height:0;
	padding-left:12px;
	position:relative;
	top:2px;
	}
blockquote:after{
	content:"\201D";
	right:-1px;
    font-size: 1.5em;
	}
blockquote:before{
	content:"\201C";
	left:-1px;
    font-size: 1.5em;
	}
.button {
    max-width: 200px;
    text-align: center;
    padding: 12px 30px;
    color: #fff;
    background-color: #d35400;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.button:hover {
    cursor: pointer;
    color: #fff;
    background: #555;
    text-decoration: none;
}
.contactMe   {
    width: 110px;
}
.continueReading    {
    width: 160px;
}
.video_wrapper  {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video_wrapper iframe  {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
