/* @group General Text Elements
===================================== */
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Lato', sans-serif;
*/

body {
	font-family:"Open Sans",Arial,sans-serif;
	color: #000;
	font-size: 14px;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;}
}

aside {
	font-family: 'Lato',Arial,sans-serif;
}
.thumbnail {
	padding: 10px;
	margin: 10px;
}

a {
/*	*/
	color: #9B001A;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #9b001a;
	}
p, li, table, blockquote {
	margin-bottom: 1.75em;
	line-height: 1.75em;
    color: #222222;
	}


p, li, dt, dd, table { }

p.intro {
	color: #ECECEC;
	line-height: 1.4em;
	margin-bottom: 1.25em;
	}

li *, dt *, dd *, td *, th * {  
 }

blockquote, q { padding: 0 4em; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote div cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { 
	margin: 1.5em 0; 
	white-space: pre; 
}
pre, code, tt {
 	font-family: 'andale mono', 'lucida console',
	monospace; line-height: 1.5
}
article legend {
	}
	
/* indexes */
.mura-index dt {	
	font-weight: 400;
}
.svIndex dt {	
	font-weight: 400;
}
.svIndex dl{
	font-size: .7em;
}
.svIndex dd {	
}
.svIndex dl a {
}
.svIndex .releaseDate{
	padding-top: 1em;
	}
/* slides  */
.svSlideshow {
	}
.svSlides dt {	
	font-size: 2em;
	font-weight: 300;
}
.svSlides dd {	
}
.svSlides dl a {
	text-decoration: none;
	}
.svIndex dt.releaseDate {
	}
/* footer  */	
footer .footerleft {
	font-weight: bold;
	line-height: 1.5em;
	text-align: right;
	float: left;
	border-right: 2px #D5D5D5 solid;
	padding: 10px 20px 9px 0;
	width: 310px;	

}
footer .footerleft a {
	text-decoration: none;
	color: #ECECEC;
}
footer .footerleft a:hover {
	text-decoration: underline;
	color: #9B001A;
}

footer .footerright {
	font-weight: bold;
	line-height: 1.5em;	
	float: left;
	text-align: left;
	padding: 14px 0 0 19px;
	color: #333;

}
footer .footerright a{
	text-decoration: none;
	font-weight: bold;
	color: #9B001A;	
}
footer .footerright a:hover{
	text-decoration: underline;
	color: #999;
}
footer .footerright li {
	border-right: 2px #D5D5D5 solid;
}
footer .footerright li.last {
	border-right: none;
}
/* @end General Text Elements
-------------------------------- */


/* @group Headings (H1-H6)
===================================== */

h1,h2,h3,h4,h5,h6 {
	font-weight: 300 !important;
}
h1 {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 3em;
    line-height: 1.25em;
}
.pageTitle {
	color: #880a21;
	padding-bottom: .75em;
	font-weight: 100;
	font-size: 3em;
	line-height: 1em;
}
h2 {
    margin-top: 8px;
    margin-bottom: 10px;
	font-size: 2.3em;
}

#homepage h2 {
    border-bottom: thin solid black;
    width: 100%;
}
h3 {
    margin-top: 8px;
    margin-bottom: 10px;
	font-size: 2em;
}

#homepage  h3, #informationbyindustry  h3 {
	border-bottom: thin solid black;
}
 #informationbyindustry .svindex h3 {
 	font-size: 4em;
 }
/* general information heading giving me a problem.  */

#informationbyindustry .cbox h3 {
 	font-size: 2em;
 } 
h4 {
	font-size: 1.75em;
}

h5 {
	font-size: 1.5em;
}

h6 {
	font-size: 1.25em;
}
/* ASIDE  headings*/
aside h1,aside h2,aside h3,aside h4,aside h5,aside h6 {
	font-size: 1.5em;
}
/* */
/* @end Headings (H1-H6)
-------------------------------- */

/* PUCO elements  */

.readMore { 
	font-style: italic;
	}
.readMore a{
	display: block;
	line-height: 3em;
}
.redtext {
	color: #F1041E;
}
.maroontext {
	color: #9B001A;
}
#crumbList {

}
#crumbList a {

}

article #officialreleasedate {
}	

/* accordian doesn't work after minimizing' */
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
/*  */
/* END PUCO elements  */

/* EOF */