/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

p {line-height: 170%;}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

.blog-title
{
	color: #444;
}
#caption {color: #FFF;}
#caption h1 {font-size: 38px; font-family: Trebuchet MS,Arial Black}
#caption h2, h3 {font-family: Trebuchet MS,Arial Black}

h1.heading {border-bottom: 1px solid #E2E2E2; color: #333; border-top: 1px solid #E2E2E2; background-color: #FFFCE4; padding: 15px 10px 15px 5px}
h1, h2, h3 {color: #222;}
h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

#sub-caption blockquote
{
  color: #fff;
  font-size: 18px;
  padding: 3px;
  margin-top: 15px;
  font-weight: bold;
  font-style: italic;
  quotes: "\201C" "\201D";
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.title {
  color: #444;
  font-size: 28px;
  letter-spacing: -2px;
  background: #E4F8F8;
  font-size: 24px;
  padding: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#testimonials
{
  font: 18px Arial,"Lucida Grande", "Lucida Sans", Arial;
  padding:15px;
  width: 500px;
  height:75px;
  background-color:#fff;
  color: #666;
  margin: 40px auto;
  margin-top: 10px;
}

#author{
  color:#D75497;
  padding-top:35px;
  text-addClasslign: right;
}




