/*
Theme Name: Hailo
Theme URI: http://nathanstaines.com
Description: Hailo theme.
Version: 2.0
Author: Alex Holt <alex@soyrex.com>
Author URI: http://soyrex.com
Tags: starkers, html5, naked, clean, basic
*/


/***********************************/
/* FAQ Page start */
/***********************************/
p {
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.page-faq article h3:hover, .page-faq article h3:focus, .page-faq article h3:hover, .page-faq article h3:focus{
  cursor: pointer;
  text-decoration: underline;
}
.page-faq article h3 {
  margin: 0;
  padding: 0 0 5px 20px;
  color: #1481c6;
  background: url(../images/faq/accordion-closed.png) 0 6px no-repeat;
}

.page-faq h3.expanded {
  background: url(../images/faq/accordion-open.png) 0 6px no-repeat;
}

.page-faq .answer {
  padding: 0 0 0.5em;
}
h1 {
	color: #FCDB00;
	font-size: 20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
}
h4 {
  font-size: 16px;
  color: #000333;
}

h3 {
  margin: 1em 0 0.5em;
}
.gap {
	height: 7px;
}

h1 strong, h2 strong {
  color: #FDB423;
}
article header {
  margin-bottom: 15px;
  font-size: 80%; 
}
article header h2 {
  margin: 13px 0 8px;
  font-size: 180%;
  padding: 0;
  color: #333;
  line-height: 1.2;
}

article header h2 a {
  color: #333;
}

h2.entry-title {
  font-weight: bold;
}
/***********************************/
/* FAQ Page end */
/***********************************/
