/* Below are sample custom styles to demonstrate
   how easy it is to customize a skin. :D

   Enabled the custom stylesheet in Reptile's
   Site Settings page to see how it looks.


body.custom { background:#21759b; }
.custom .container_12, .custom .container_16 { background:#fff; margin-top:2em; margin-bottom:1em; }
.custom .container_12 .grid_12, .custom .container_16 .grid_16 { margin-left:20px; width:920px; }
.custom .grid_8 .article, .custom .grid_8 #comments, .custom .grid_8 .search_results { margin-left:10px; }
.container_12 .grid_8 .article img.attachment-large { max-width:570px; }
.custom ul.sidebar { padding:0 10px; }
.custom #footer { background:#21759b; border-top:none; color:#fff; padding-bottom:0; }
.custom #footer a { color:#fff; font-style:italic; }
.custom #footer a:hover { border-bottom:none; }
.custom #footer #credit, .custom #footer #credit a { color:#113b4f; }
.custom #footer #credit a { border-bottom:1px solid #113b4f; }
.custom #footer #credit a:hover { color:#fff; }
*/

#header .grid_12 {
  height: 270px;
}

ul.menu {
  top: 230px;
}

ul.rss {
  top: 230px;
}

#welcome_big {
  font-family: Grotesk,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 100px;
  color: #333333;
  line-height: 120px;
}

#welcome_small {
  font-family: Grotesk,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 35px;
  color: #999999;
}
  
@font-face {
	font-family: Grotesk;
	src: url('/wp/wp-content/themes/reptile/skins/komodo/custom/fonts/AlteHaasGroteskRegular.ttf');
}