
/* adding class for bootprint in confirm.aspx 11/7/2018 */
.bootprint-confirm {
    height: 20em;
    width: auto;
}


h1,h2,h3,h4,h5,h6
{
	font-weight: 200;
	color: #444;
	line-height: 1.5em;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16pt;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: inherit;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong
{
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
}

h2
{
	font-size: 32pt;
	letter-spacing: -1px;
}

	h2.alt
	{
		color: #888;
	}
	
	h2.alt strong
	{
		color: #666;
	}

h3
{
	font-size: 1.9em;
}

header
{
	margin: 0 0 2em 0;
}

footer
{
	margin: 2em 0 0 0;
}

strong, b
{
	font-weight: 300;
	color: #666;
}

em, i
{
	font-style: italic;
}

a
{
	text-decoration: none;
	color: #226699;
	border-bottom: dotted 1px rgba(128,128,128,0.5);
	-moz-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-webkit-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-o-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	outline: 0;
}

a:hover
{
	color: #336699;
	border-bottom-color: rgba(255,255,255,0);
}

sub
{
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup
{
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr
{
	border: 0;
	border-top: solid 1px #ddd;
}

blockquote
{
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

p, ul, ol, dl, table
{
	margin-bottom: 2em;
}

br.clear
{
	clear: both;
}

/* Sections/Articles */

section,
article
{
	margin-bottom: 3em;
}

section > :last-child,
article > :last-child,
section > .container > :last-child,
article > .container > :last-child
{
	margin-bottom: 0;
}

section:last-child,
article:last-child
{
	margin-bottom: 0;
}

.row > section,
.row > article
{
	margin-bottom: 0;
}

/* Images */

.image
{
	display: inline-block;
	border: 0;
}

.image img
{
	display: block;
	width: 100%;
}
		
.image.avatar48
{
	width: 48px;
	height: 48px;
	background: #f00;
}
		
.image.avatar48 img
{
	width: 48px;
	height: 48px;
}

.image.full
{
	display: block;
	width: 100%;
}

.image.featured
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image.left
{
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image.centered img
{
	margin: 0 auto;
	width: auto;
}

/* Lists */

ul.default
{
	list-style: disc;
	padding-left: 1em;
}

ul.default li
{
	padding-left: 0.5em;
}		

ul.icons
{
	cursor: default;
}	

ul.icons li
{
	display: inline-block;
}

ul.icons a
{
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border: 0;
}

ul.menu
{
	cursor: default;
}

ul.menu li
{
	display: inline-block;
	line-height: 1em;
	border-left: solid 1px rgba(128,128,128,0.35);
	padding: 0 0 0 0.5em;
	margin: 0 0 0 0.5em;
	font-weight:bold;
}

ul.menu li span
{
	font-weight:normal;
}

ul.menu li:first-child
{
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

ol.default
{
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li
{
	padding-left: 0.25em;
}

/* Forms */

form
{
}

form label
{
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
}

form input.text,
form select,
form textarea
{
	position: relative;
	-webkit-appearance: none;
	display: block;
	border: 0;
	background: #fff;
	background: rgba(255,255,255,0.75);
	width: 100%;
	border-radius: 0.35em;
	padding: 0.75em 1em 0.75em 1em;
	box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
	border: solid 1px rgba(0,0,0,0.15);
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

form input.text:hover,
form select:hover,
form textarea:hover
{
}

form input.text:focus,
form select:focus,
form textarea:focus
{
	box-shadow: 0 0 2px 1px #8ededc;
	background: #fff;
}

form textarea
{
	min-height: 14em;
}

form .formerize-placeholder
{
	color: #555 !important;
}

form ::-webkit-input-placeholder
{
	color: #555 !important;
}

form :-moz-placeholder
{
	color: #555 !important;
}

form ::-moz-placeholder
{
	color: #555 !important;
}

form :-ms-input-placeholder
{
	color: #555 !important;
}

form ::-moz-focus-inner
{
	border: 0;
}

/* Tables */

table
{
	width: 100%;
}
	
table.default
{
	width: 100%;
	text-align: left;
}
		
table.default tbody tr:nth-child(2n+2)
{
	background: #f4f4f4;
}

table.default td
{
	padding: 0.5em 1em 0.5em 1em;
}

table.default th
{
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	color: #fff;
	background: #222729 url('js/images/overlay.png');
}

table.default thead
{
	background: #444;
	color: #fff;
}

table.default tfoot
{
	background: #eee;
}

table.default tbody
{
}

/* Buttons */
	
.button
{
	position: relative;
	display: inline-block;
	border-radius: 0.35em;
	color: #fff !important;
	text-decoration: none;
	padding: 0.75em 2.5em 0.75em 2.5em;
	background-color: #336699;
	border: 0;
	cursor: pointer;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('js/images/overlay.png');
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('js/images/overlay.png');
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('js/images/overlay.png');
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('js/images/overlay.png');
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('js/images/overlay.png');			
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
}

.button:hover
{
	background-color: #226699;
}

.button:active
{
	background-color: #7eaeac;
}

.smbutton {
	padding:0.25em 0.75em;
	background-color: #555;
	margin-top:10px;
	min-width:120px;
}

.smbutton:hover
{
	background-color: #777;
}

.smbutton:active
{
	background-color: #555;
}

.votebox
{
	padding: 10px;
	background:#fff;
	color:#333;
	font-size:26pt;
	border:1px solid #999;
	margin-bottom:10px;
}

/* Item */

	.item
{
	box-shadow: 0 0.05em 0.15em 0 rgba(0,0,0,0.05);
	margin-bottom: 40px;
}

.item header
{
	background: #fff;
	margin: 0;
	padding: 1em 0 1em 0;
	font-size: 0.8em;
}

.item header h3
{
	font-size: 1em;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
#footer
{
	margin-left: 0px;
	text-align: center;
	background-color: #dce3e2;
	padding: 3em 0 4em 0;
	box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.05), inset 0 0.1em 0.1em 0 rgba(0,0,0,0.025);
	font-size: 0.8em;
}

#footer .copyright
{
	line-height: 1.25em;
}

#footer .copyright p
{
	margin: 0 0 1em 0;
}

#footer .copyright .menu
{
	margin: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { overflow-y: scroll; }
body { 
  background: #f0f0f0; 
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #313131;
  font-size: 62.5%; 
  line-height: 1; 
}

::selection { background: #a4ecab; }
::-moz-selection { background: #a4ecab; }
::-webkit-selection { background: #a4ecab; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #aaa;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}

