/* -------------------------------------------------------------------
/* CSS Document 
/* Based on 	99Lime.com HTML KickStart by Joshua Gatcke 
/* 2013-Nov-16  C. S. Wyatt modified to shift from Adobe responsive
/* 2014-May-15  Duplicated to use with The Existential Primer
/* 2020-May-21  Fixed Banner division formatting
---------------------------------------------------------------------- */

/* Import fonts used for design */
/* KickStart used import url(http://fonts.googleapis.com/css?family=Arimo:400,700); */
@import url("../../../theme/font_ptserif.css");
@import url("../../../theme/font_ptsans.css");



/*--------------------------------------------------------------------
	Responsive Grid Media Queries - 1280, 1024, 768, 480
	1280-1024 	- desktop (default grid)
	1024-768 	- tablet landscape
	768-480 	- tablet 
	480-less 	- phone landscape & smaller
----------------------------------------------------------------------*/
@media all and (min-width: 1024px) and (max-width: 4096px) {
	.grid *[class*="col_"] { }
	.grid {max-width: 1400px;}
	.show-desktop {display: block;}
	.hide-desktop {display: none;}
	.show-tablet {display: none;}
	.hide-tablet {display: block;}
	.show-phone {display: none;}
	.hide-phone {display: block;}
}

/* Global settings */
body {
	margin: 0;
	padding: 0 0 0 0;
	color: #000;
	background: #454f56;
	font-family: "PTSerif", "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 14pt;
	text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

h2, h3, h4, h5, h6 {
	font-family: "PTSans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #005177;
}
h1 {
	font-family: "PTSans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 2.25em;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 100%;
	color: #454f56;
}
h2 {
	font-size: 1.75em;
	font-weight: bold;
	line-height: normal;
	margin-top: 1em;
	margin-bottom: 0em;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	margin-top: 0.5em;
	margin-bottom: 0em;
}
h4, h5, h6 {
	font-weight: normal;
	font-style: italic;
}
h4 {
	font-size: 1.25em;
	margin-top: .5em;
	margin-bottom: 0.25em;
}
h5 {
	font-size: 1.1em;
	margin-top: 0.25em;
	margin-bottom: 0.1em;
}

/* H6 used for 'decks' in headlines */
h6 {
	color: #006699;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 100%;
	font-style: italic;
	margin-top: 0.0em;
	margin-bottom: 0.1em;
	margin-left: 0em;
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

thead th, tbody th {
	font-family: "PTSans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

button, a.btn, input[type="submit"], input[type="reset"], input[type="button"] {
	font-family: "PTSans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

blockquote {
	font-family: "PTSansNarrow", "Helvetica Neue Light", "Arial Narrow", "Gill Sans Light", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	font-size: 1em;
	line-height: 1.4em;
}
blockquote.small {
	font-size: .9em;
	line-height: 1.2em;
}

img {border: 0;}
u {text-decoration: underline;}

/* Page-wide CLASS= settings */
.menu {
	font-family: "PTSansNarrow", "Helvetica Neue Light", "Arial Narrow", "Gill Sans Light", Helvetica, Arial, sans-serif;
	font-stretch: condensed;
}

.ad {
	display: block;
	background-color: #ababab;
}
.ad p {
	margin-left: 2em;
}
.ad a, .textblock a {
	color: #efefef;
}

/* 2013-Nov-28 Removed */
/* .headertext1 {font-size:2.0em;font-weight:bold;color:#005177;} */


/* A specail text box */
.textblock {
	width: 280px;
	padding: 5px;
	border: 1px solid #000;
	margin: 5px 0px 5px 10px;
	float: right;
	font-family: "PTSerif", "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.4em;
	background: #ababab;
	color: #000;
}
.textheader {
	width: auto;
	border-bottom: 1px solid #888;
	height: 24px;
	font-family: "PTSans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
	text-align: left;
	color: #000;
}

/* Special Region Class Used for Banners */
.callout {
	background: #454f56;/*#86dc00;*/
	padding: .5em 0;
	color: #fff;
	font-family: "PTSans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-stretch: normal;
	text-align: center;
	display: block;
}
.callout + div.grid {margin-top: 50px;}
a.callout {cursor: pointer;}
.callout i.icon-4x {font-size: 6em;}
.callout h4 {margin-bottom: 30px;}
.callout-top {margin: 50px 0 0 0;}
.callout p {margin-bottom: 0;}
.callout .button {margin-top: 10px;}
.callout.green {
	background: #19ad0b;/*#86dc00;*/
}
.callout a {color: #FFFFFF}

/* Multiple columns within a column */
.narrowcols {
	-moz-column-width: 140px;
	-moz-column-gap: 1em;
	-moz-column-rule-style: solid;
	-moz-column-rule-color: #CCC;
	-moz-column-rule-width: thin;
	-webkit-column-width: 140px;
	-webkit-column-gap: 1em;
	-webkit-column-rule-style: solid;
	-webkit-column-rule-color: #CCC;
	-webkit-column-rule-width: thin;
    column-width: 140px;
	column-gap: 1em;
	column-rule-style: solid;
	column-rule-color: #CCC;
	column-rule-width: thin;
	padding-bottom: .25em;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}

.widecols {
	-moz-column-width: 300px;
	-moz-column-gap: 1.5em;
	-moz-column-rule-style: solid;
	-moz-column-rule-color: #CCC;
	-moz-column-rule-width: thin;
	-webkit-column-width: 300px;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule-style: solid;
	-webkit-column-rule-color: #CCC;
	-webkit-column-rule-width: thin;
	column-width: 300px;
	column-gap: 1.5em;
	column-rule-style: solid;
	column-rule-color: #CCC;
	column-rule-width: thin;
	padding-bottom: .25em;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}

.paddedcols {
	font-size: 0.9em;
	margin-top: .75em;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
}

/* Named Regions (id=) */

#wrap {
	width: 100%;
	background: #fff;
	margin: 10px auto 10px auto;
	padding: 0 2%;
	border: 1px solid #ccc;
}

#link-top {
	display: none;
}

/* Banner and Navigation Bar */
#banner {
	margin-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #ababab;
	background-color: #066;
	border-top: 5px #454f56 solid;
	letter-spacing: 5px;
	border-bottom: 2px #454f56 solid;
}

#banner .title {
	font-family: "PTSerif", "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 1em;
	color: #ababab;
	padding-bottom: 5px;
    padding-top: 5px;
	font-weight: bold;
	background-color: #066;
	border-top: 5px #454f56 solid;
	letter-spacing: 5px;
	border-bottom: 2px #454f56 solid;
}

/* Page header classes */
#banner .maintitle {
	font-family: "PTSansNarrow", "Helvetica Neue Light", "Arial Narrow", "Gill Sans Light", Helvetica, Arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #033;
    background-color: #066;
	margin-left: 5px;
}

#banner .subtitle {
	font-family: "PTSansNarrow", "Helvetica Neue Light", "Arial Narrow", "Gill Sans Light", Helvetica, Arial, sans-serif;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#banner .sitename {
	font-family: "PTSerif", "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	margin-left: 5px;
	margin-top: 0px;
	letter-spacing: normal;
}

.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #454f56;
	border-bottom: 5px #066 solid;
	color: #ababab;
	z-index: 1000;
	font-family: "PTSansNarrow", "Helvetica Neue Light", "Arial Narrow", "Gill Sans Light", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

.navbar #logo {
	position: absolute;
	top: 0;
	right: 20px;
	color: #efefef;
	text-decoration: none;
	font-weight: bold;
}

.navbar span {
	color: #CCC;
}

.navbar ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.navbar li {
	margin: 0;
	padding: 0;
	list-style-type: 0;
	display: inline-block;
}

.navbar li a {
	display: inline-block;
	color: #efefef;
	padding: .5em;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0px;
}

#ui-preview {
	border: 5px solid #ddd;
	margin: 30px 0;
	display: block;
}

/* MainContent is the body of every page. */

#mainpage {
	background: #fff;
	background-color: #fff;
	padding: 0 5px 0 5px;
}

#mainpage p {
	margin-top: 0em;
	margin-bottom: 0em;
	text-indent: 1em;
	font-size: 1em;
	line-height: 1.4em;
}

#mainpage cite {
	font-weight: bold;
	font-style: italic;
}

#mainpage blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

#mainpage blockquote p {
	text-indent: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}

#mainpage blockquote.example {
	font-family: "PTSansNarrow", "Helvetica Neue Light", "Arial Narrow", "Gill Sans Light", Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height: 1.1em;
	margin-top: .25em;
	margin-bottom: .25em;
	margin-left: 3em;
}

#mainpage hr {
	margin-top: .8em;
	margin-bottom: 1em;
}

/* Classes for special spacing */ 

#mainpage .tight {
	font-size: 0.8em;
	line-height: 1.2em;
}

#mainpage .hanging {
	text-indent: -2em;
	margin-left: 2em;
	margin-bottom: .75em;
}

#mainpage .firstp {
	margin-top: .15em;
}

/* Use div class=floating with p class=pullquote */

#mainpage .floating {
	float: right;
	width: 260px;
	margin: 5px 0px 5px 10px;
	text-align: left;
}

#mainpage .pullquote {
	border-top: medium double #666666;
	border-right: medium none #666666;
	border-bottom: medium double #666666;
	border-left: medium none #666666;
	background-color: #EEEEEE;
	font-family: "PTSansNarrow", "Helvetica Neue Light", "Arial Narrow", "Gill Sans Light", Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-stretch:normal;
	text-indent: 0em;
	color: #000000;
	font-size: .8em;
	line-height: 1.2em;
	margin: 5px;
	padding: .5em;
}

#mainpage .indented {
	text-indent: 1.5em;
	margin-bottom: 0.25em;
	margin-top: 0em;
}

#mainpage .noindent {
	text-indent: 0em;
}

#mainpage dl, ul, ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

#mainpage ul.alt {
	margin: 0;
}

#mainpage dt {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold
}

#mainpage dd, li {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal
}

/* Tables are in smaller type; classes added for easier reading */
	/* font-family: Arial, Helvetica, Verdana, sans-serif; */


#mainpage table {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: .8em;
	margin-bottom: .8em;
	width: 90%;
}

#mainpage table th {
	font-weight: bold;
	color: #EEE;
	background-color: #999;
	text-align: center;
	line-height: 1.5em;
}

#mainpage table td {
	padding: 3px;
	padding-left: .5em;
	padding-right: .5em;
	vertical-align: text-top;
}

#mainpage table tr.shaded {
	background-color: #CCC
}

#mainpage table td.shaded {
	background-color: #CCC
}

#mainpage table tr.notshaded {
	background-color: #ffffff;
}

#mainpage table tr.hilite {
	background-color: #666;
	color: #FFFFFF
}

/* Footer Region */
#footer {
	text-align: center;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #ddd;
	color: #999;
	font-family: "PTSansNarrow", "Helvetica Neue Light", "Arial Narrow", "Gill Sans Light", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-shadow: 0px 1px 1px #fff;
	position: relative;
	top: 0;
	left: 0;
	background: #fff;
}

#credits p {
	text-align: left;
	font-size: 0.8em;
}
