[% META type = 'text' # no wrapping -%]

[%  font = {
        text = 'Verdana, Arial, Helvetica, sans-serif'
        mono = '"Courier New", Courier, monospace'
    }
-%]


h1 {
    color: #000080;
}

div#form_intro {
    border: 1px solid #888;
    background: #BBB;
    padding: 10px;
}

/* body { */
/*     font-family: [% font.text %]; */
/*     font-size: 12px; */
/* } */

/* .info { */
/*     font-family: [% font.text %]; */
/*     font-size: 10px; */
/* } */

/* .title { */
/*     font-family: [% font.text %]; */
/*     font-size: 24px; */
/*     line-height: 30px; */
/*     font-weight: bold; */
/*     color: [% site.col.text %]; */
/*     margin-top: 0px; */
/*     margin-bottom: 2px; */
/* } */

/* [% BLOCK menustyle -%] */
/*     font-family: [% font.text %]; */
/*     font-size: 12px; */
/*     line-height: 14px; */
/*     text-decoration: none; */
/*     color: [% site.col.link %]; */
/*     white-space:nowrap; */
/* [% END -%] */

/* a.menu { */
/*     [% PROCESS menustyle -%] */
/* } */

/* a { */
/*     font-family: [% font.text %]; */
/*     text-decoration: none; */
/*     color: [% site.col.link %]; */
/* } */

/* a:hover { */
/*     color: [% site.col.alink %]; */
/* } */

/* a.menu { */
/* } */

/* .menutitle { */
/*     color: [% site.col.mlink %]; */
/*     font-family: [% font.text %]; */
/*     font-weight: bold; */
/*     white-space:nowrap; */
/* } */

/* a.menu:hover { */
/*     color: [% site.col.alink %]; */
/* } */

/* a.menuselect { */
/*     [% PROCESS menustyle -%] */
/*     color: [% site.col.alink %]; */
/*     font-weight: bold; */
/* } */

/* a.menuselect:hover { */
/*     font-weight: bold; */
/*     color: [% site.col.alink %]; */
/* } */

/* /\* Indentation for the left side menu *\/ */
/* div.sidemenu { */
/*     margin-left: 0.2in; */
/* } */


/* --------------------------------------------------------	*/
/*	Footer */
/* --------------------------------------------------------	*/

footer {
	background:url(/images/footer.png);
	margin:30px 0 0 0;
	padding:36px 0 10px 0;
	color:#ccc;
}
footer h3 {
	color:#fff;
	margin:0 0 10px 0;
	font-weight:bold;
	letter-spacing:-0.5px;
	font-size:15px;
}
footer ul {
	list-style-type:none;
	margin:0 0 10px 0;
}
footer ul li {
	display:inline-block;
	width:30%!important;
}
footer ul li a {
	color:#999;
	font-size:0.9em;
}
footer ul li a:hover {
	color:#fff;
}
footer .brand {
	font-weight:bold;
	font-size:36px;
	display:inline-block;
	letter-spacing:-2px;
	line-height:0.7em;
	color:#fff;
	margin:0 0 20px 0;
}
footer p {
	font-size:0.85em;
	color:#999;
	line-height:1.4em;
}

/* --------------------------------------------------------	*/
/*	Footer - Social networks */
/* --------------------------------------------------------	*/

footer .social-networks h3 {
    margin-bottom:26px;
}
footer .social-networks a {
    margin:0 8px 12px 0;
}

/* --------------------------------------------------------	*/
/*	Footer - Newsletter signup */
/* --------------------------------------------------------	*/

footer .newsletter input, footer #newsletter-subscribe {
    background:#212121;
    -webkit-box-shadow: inset 0px 1px 0px #222, 0px 2px 0px 0px #2a2a2a;
    -moz-box-shadow: inset 0px 1px 0px #222, 0px 2px 0px 0px #2a2a2a;
    -o-box-shadow: inset 0px 1px 0px #222, 0px 2px 0px 0px #2a2a2a;
    box-shadow: inset 0px 1px 0px #222, 0px 2px 0px 0px #2a2a2a;
    text-shadow:none;
    border:1px solid #282828;
    float:left;
    max-width:80%;
}
footer .newsletter input {
    color:#999;
    padding-right:20px;
}
footer #newsletter-subscribe {
    padding:0px 10px;
    border:0;
    margin:4px 0 0 -35px;
    background:none;
    box-shadow:none;
    color:#ccc;
    z-index:9;
}
footer #newsletter-subscribe:hover {
    text-decoration:none;
    color:#7ED090;
} 
/* --------------------------------------------------------	*/
/*	Copyright - bottom of each page */
/* --------------------------------------------------------	*/

#copyright {
    background:url(/images/copyright-background.png) repeat-x #080707;
    margin:0;
    padding:14px 0 12px 0;
    font-size:0.9em;
    color:#999999;
}
#copyright a {
    color:#fff;
}

/* 
   Marketing section in why and doc_intro
-------------------------------------------------- */
.marketing {
  margin: 100px 0 50px;
  text-align: center;
  color: #5a5a5a;
}
.marketing h1 {
  margin: 60px 0 10px;
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1px;
}

.marketing h2 {
  font-weight: 200;
  margin-bottom: 5px;
}

.marketing h3 {
  font-size: 50px;
  font-weight: bold;
margin: 60px 0 50px;
}

.marketing p {
  font-size: 16px;
  line-height: 1.5;
}
.marketing .marketing-byline {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  color: #999;
}
.marketing-img {
  display: block;
  margin: 0 auto 30px;
  max-height: 145px;
}
