
html body 
{
	background : #5AAAA1 url( '/theme/imgs/bg_stars_cyan_grunge.png' );
}

#content, #header, #footer
{
	background: #C8B58D url( '/theme/imgs/bg_pattern_stars_tan.png' );
	border-left: solid 8px #F6E9D1;
	border-right: solid 8px #F6E9D1;
}

/* Fixme: image repeats badly */
#headerbg
{
	background: #C8B58D url( '/theme/imgs/bg_header.png' );
}

#footerpattern
{
	background: #4c3233 url( '/theme/imgs/bg_footer.png' );
	height: 292px;	
}

#footerbg
{
	background: #4c3233;
	color: #c55b30;
	height: 100px;
}

#toplogo
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

/* Sketchy Outlined headlines */
h1.sko
{
	font-size: 52px;
	line-height: 50px;
}

h2.sko
{
	font-size: 35px;
	line-height: 30px;
}

h3.sko
{
	font-size: 24px;
	line-height: 20px;
}

h1.sko, h2.sko, h3.sko
{
	font-family: 'Londrina Solid';
    color: #c45b21;
    position: relative;
    text-shadow: 2px 3px 6px #555;
}

h1.sko span, h2.sko span, h3.sko span
{
    font-family: 'Londrina Sketch';
    color: #78321f;
    text-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Feature Text */
p.feature-text
{
	font-family: 'Trebuchet MS';
	font-size: 20px;
	line-height: 24px;
}

/* Body Text and normal headlines*/
h1, h2, h3, h4
{
    color: #9e4620;
	font-family: 'Londrina Solid';
    text-shadow: none;
}

a
{
	text-decoration: none;
}

h1
{
	font-size: 52px;
	line-height: 50px;
}

h2
{
	font-size: 35px;
	line-height: 30px;
}

h3
{
	font-size: 24px;
	line-height: 20px;
}

h4
{
	font-size: 20px;
}


p, ul
{
	color: #4c3233;
	margin: 10px 45px 10px;
	font-size: 16px;
}

.intro
{
	margin: 10px 65px 10px;
	font-size: 18px;
}

.caption
{
	display: block;
	float: left;
	background: #b8a782;
	border: solid 3px #a99977;
	width: 300px;
	height: 150px;
	font-size: 18px;
	margin: 0px 15px;
	padding: 15px;	
}

.appstorebadge
{
	float: right;
	margin-top: 10px;
}

.frontimg
{
	border-radius: 2px;
	border: solid 3px #fff;
	margin-bottom: 8px;
}

.frontimg2
{
	margin-bottom: 8px;
}

hr.blogcell
{
	margin-bottom: 10px;
	color: #00707a;
	background-color: #00707a;
	height: 2px;
	border: none;
}

a.frontlink
{
    color: #00707a;
	font-family: 'Londrina Solid';
	font-size: 24px;

	padding-left: 10px;
	padding-right: 10px;
}

a:link.frontlink
{
    color: #00707a;
}

a:visited.frontlink
{
    color: #035158;
}

a:hover.frontlink
{
    color: #00707a;
	background-color: #DCC599;
	border-radius: 10px;
}

a:active.frontlink
{
    color: #00707a;
}

img.blogicon
{
	float:left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.story
{
    margin: 20px;
}

.story img
{
	float:left;
	padding: 10px;
}

.story h1, .story h2, .story h3, .story h4
{
	margin: 10px 45px 10px;
}

/* twitter */
.twitter-timeline {
	background: #c4350d;
}

/* minitabs nav bar */

.minitab-ctr {
	padding: 30px;
	background: #372425;
	}

#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 2px solid #00707a;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 18px;
	font-family: 'Londrina Solid';
	line-height: 16px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #00707a;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 6px solid #7ac7bc;
	padding-bottom: 2px;
	background: #372425;
	color: #7ac7bc;
	}

/* Email List signup */
.newsletter-button {
	background: #c45b21; 
	border: 2px solid #9e4620;
	font-size: 22px;
	font-family: 'Londrina Solid';
	color: #EAE3DF;
	width: 35%;
	height: 32px;
	border-radius: 4px;
}

.newsletter-title {
	font-size: 24px;
	color: #9e4620;
	font-family: 'Londrina Solid';
}

.newsletter-button:hover {
	background: #D26F39; 
}


blockquote {
  background: rgba(255, 255, 255, 0.2);
  border-left: 10px solid #eee;
  margin: 1.5em 20%;
  padding: 0.5em 10px; 
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #eee;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  margin: 10px;
  padding: 0px;
}
