/* ForThePeople.com Typography */
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #333; 
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings 2e577a
-------------------------------------------------------------- */

h1,h3,h4,h5,h6 { font-weight: normal; color: #000; }


h1 { font-size: 1.8em; line-height: 1; margin-bottom: 0px; /*border-bottom:solid 1px #c4c4c4;*/ padding:10px;}
h2 { font-size: 1.5em; line-height:1;  margin-bottom: 0px;  padding:10px; font-weight:normal; color:#444;}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           {
letter-spacing: 0pt;
word-spacing: 1.4pt;
line-height: 1.5;
padding-bottom:20px;
}
p img.left  { float: left; margin: 0em 1.5em 0.5em 0; padding: 0; }
p img.right { float: right; margin:0em 0 0.5em 1.5em; }

a:focus, 
a:hover     { color: #900; }
a           {
	/*color:#03F; */
	color:#004276;
	text-decoration: underline;
	}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold;  color:#000;}
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists
-------------------------------------------------------------- */

/*li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 4.5em; }

ul          { list-style-type: disc; }

ol          { list-style-type: decimal; }
*/
dl          { margin: 0 0 0 0; }
dl dt       { font-weight: bold; font-size:14px;}
dd          { margin-left: 1.5em; margin-bottom:1.5em;
letter-spacing: 0pt;
word-spacing: 1.4pt;
line-height: 1.4;
font-size:11px;
padding-top:2px;
padding-bottom:10px;
border-bottom:dotted 1px #ccc;
}
/* Lists */

ul, ol {
	margin: 0 0 20px 5px;
}
ol {
	padding-left: 2em;
}
ul ul, ol ol, ul ol, ol ul {
	margin-top: 8px;
}
ul li, ol li {
	line-height: 1.3em;
	padding: 3px 5px;
}
ul li {
	padding-left: 15px;
}
ol li {
	list-style-type:decimal;
	list-style-position: outside;
}
/* custom list styles */

	/* bullet types */
ul.bullet-black li {
	background: transparent url("../images2/bullets/dot_black.gif") no-repeat 0 .6em;
}
ul.bullet-gray li {
	background: transparent url("../images2/bullets/dot_gray.gif") no-repeat 0 .6em;
}
ul.bullet-silver li {
	background: transparent url("../images2/bullets/dot_gray_light.gif") no-repeat 0 .6em;
}
ul.bullet-blue li {
	background: transparent url("../images2/bullets/dot_blue.gif") no-repeat 0 .6em;
}
ul.bullet-green li {
	background: transparent url("../images2/bullets/dot_green.gif") no-repeat 0 .6em;
}
ul.bullet-orange li {
	background: transparent url("../images2/bullets/dot_orange.gif") no-repeat 0 .6em;
}
ul.bullet-red li {
	background: transparent url("../images2/bullets/dot_red.gif") no-repeat 0 .6em;
}
ul.bullet-disc-black li {
	background: transparent url("../images2/bullets/circle_black.gif") no-repeat 0 .6em;
}
ul.bullet-disc-gray li {
	background: transparent url("../images2/bullets/circle_gray.gif") no-repeat 0 .6em;
}
ul.bullet-disc-silver li {
	background: transparent url("../images2/bullets/circle_gray_light.gif") no-repeat 0 .6em;
}
ul.bullet-disc-blue li {
	background: transparent url("../images2/bullets/circle_blue.gif") no-repeat 0 .6em;
}
ul.bullet-disc-green li {
	background: transparent url("../images2/bullets/circle_green.gif") no-repeat 0 .6em;
}
ul.bullet-disc-orange li {
	background: transparent url("../images2/bullets/circle_orange.gif") no-repeat 0 .6em;
}
ul.bullet-disc-red li {
	background: transparent url("../images2/bullets/circle_red.gif") no-repeat 0 .6em;
}
ul.bullet-check li {
	background: transparent url("../images2/bullets/check.gif") no-repeat 0 .2em;
	padding-left: 20px;
}
ul.bullet-red-arrow li {
	background: transparent url("../images2/bullets/bullet_red.gif") no-repeat 0 .6em;
	padding-left: 20px;
}
/* numbered list with styling */	
	ol.number-pad {
	padding: 3px 5px 5px 22px;
	border-left: 1px solid #E9E9E9;
	background: #fff url("../images2/bullets/ordered-background.gif") repeat-y 0 0;
}
ol.number-pad ol, ol.number-pad ul {
	background: none;
	margin-left:18px;
}
ol.number-pad li {
	padding-left: 10px;
	border-bottom:1px dotted #D6D6D6;
}
/* list with image, title and description */
	ul.post-list {
	margin-left:0;
}
ul.post-list li {
	margin: 0 0 0.5em;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #D6D6D6;
	font-size: 90%;
	line-height:1.45em;
	clear:left;
}
ul.post-list li .img {
	margin: 0 8px 8px 0;
}
ul.post-list li img {
	float: left;
	border: 1px solid #7D7F80;
}
ul.post-list li p {
	padding: 1.9em 0 0;
}
ul.post-list li a {
	float: left;
	display: block;
	font-weight:bold;
}
/* horizontal lists */
	ul.horizList {
	margin: 0 0 1em;
}
ul.horizList li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
td{
	vertical-align:top;
}

code, pre {
	font: normal 13px/18px Consolas, "Courier New", Courier, monospace;
	background: #E8EBEC url("../images2/pre-bg.gif") repeat 0 0;
	padding: 18px 5px;
	border: 1px dotted #bbb;
	color: #333;
}
code {
	padding: 1px 3px;
	background-image: none;
}
/* Misc classes
-------------------------------------------------------------- */

/* .small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }*/
.small2{
	font-size:.8em;
}
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.xlarge{
	font-size:32px;
	}
.xxlarge{
font-size:36px;
/*color:#661E1E;*/
}
.medium{
	font-size:14px;
}
.xmedium{
	font-size:20px;
}
.xxmedium{
	font-size:24px;
}

.hide       { display: none; }
.clear       { clear:both; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.boxpad{
	padding:10px;
}
.nomargin-nopad{
	margin:0px;
	padding:0px;
}
.pad-title{
	padding:10px 0px 15px 0px;
	margin:0px;
}
.border-top-light{
	padding-top:10px;
	border-top: solid 1px #CCC;
}
.border-bottom-light{
	padding-bottom:10px;
	border-bottom: solid 1px #CCC;
	margin-bottom:15px;
}
.featuredVideoTitle{
color:#014874;
margin:0px;
padding:10px 0px 0px 0px;
font-weight:bold;
}

.normalVideoTitle{
/*color:#364c88;*/
color:#014874;
margin:0px;
padding:0px 0px 0px 0px;
font-weight:bold;
}
