@charset "UTF-8";

/* CSS Document */

/*copyright donnapricestudio.com*/

/* color palette
background #646266 rgb(100, 98, 102)
#4C4341 rgb(76, 67, 65)  ASH
a:hover #7B798F rgb(123, 121, 143)  BLUE
main hover rgb(219,126,64) ORANGE
body  #303030
lt blue rgb(190,210,224) 			
*/


/*fonts*/
@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Regular-webfont.eot');
	src: url('../_fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../_fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style:normal;
}

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Oblique-webfont.eot');
	src: url('../_fonts/Cantarell-Oblique-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Oblique-webfont.woff') format('woff'), url('../_fonts/Cantarell-Oblique-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Oblique-webfont.svg#webfontRl4nowrT') format('svg');
	font-weight: normal;
	font-style:italic;
}

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Bold-webfont.eot');
	src: url('../_fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Bold-webfont.woff') format('woff'), url('../_fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Bold-webfont.svg#webfontKr2CkGZp') format('svg');
	font-weight: bold;
	font-style:normal;
}

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-BoldOblique-webfont.eot');
	src: url('../_fonts/Cantarell-BoldOblique-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-BoldOblique-webfont.woff') format('woff'), url('../_fonts/Cantarell-BoldOblique-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-BoldOblique-webfont.svg#webfontQ1aSR0ux') format('svg');
	font-weight: bold;
	font-style:italic;
}

@font-face {
	font-family: "Cardo";
	src: url("../_fonts/Cardo99s-webfont.eot");
	src: url("../_fonts/Cardo99s-webfont.eot?#iefix") format("embedded-opentype"), url("../_fonts/Cardo99s-webfont.woff") format("woff"), url("../_fonts/Cardo99s-webfont.ttf") format("truetype"), url("../_fonts/Cardo99s-webfont.svg#webfontQ5EXXZTZ") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OstrichSansBold';
	src: url('../_fonts/ostrich-bold-webfont.eot');
	src: url('../_fonts/ostrich-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/ostrich-bold-webfont.woff') format('woff'), url('../_fonts/ostrich-bold-webfont.ttf') format('truetype'), url('../_fonts/ostrich-bold-webfont.svg#OstrichSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*Global styles -----------------------------------------------------------------------------------------------------------*/

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0px 0 0px 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

a {
	text-decoration: none;
	color: rgb(219,126,64);
	border-bottom: 1px dotted rgb(219,126,64);
}

a:hover {
	color: #7b798f;
	border-bottom: 1px dotted #7B798F;
}
#mostRecent {
	font-size: 0.9em;
	padding: 0px;
}
#mostRecent p {
	padding-top: 10px;
}

html {
	background: rgb(100, 98, 102);
}

body {
	font: 100% Cantarell, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	position: relative;
	background: #fff;
	color: #303030;
	font-weight:normal;
	font-style:normal;
}


h6 {
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.25;
	margin-top: 10px;
}
h4 {
	font-style: normal;
	line-height: 1.25;
	font-size: .9em;
	font-weight: normal;
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

nav ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
/*Basic layout styles -----------------------------------------------------------------------------------------------------------*/

body {
	width: 1080px;
	margin: 0 auto;
}

article {
	float: left;
	width: 650px;
	padding-left: 50px;
}

aside {
	float: right;
	width: 280px;
	padding-right: 50px;
}

/* Content region styles -----------------------------------------------------------------------------------------------------------*/

/*header styles*/
header {
	background-image: url(../_images/bcs-header-bkg.gif);
	background-repeat: no-repeat;
	padding: 10px 25px 5px 25px;
	/* [disabled]height: 174px; */
}

/*nav styles*/
#mainNav h2 {
	display: none;
}
#mainNav {
	overflow: hidden;
	margin-bottom: 1.5em;
	padding-left: 50px;
}

#mainNav li {
	float: left;
	margin-right: 5em;
}


#mainNav a {
	text-transform: uppercase;
	display: block;
	color: rgb(76, 67, 65);
	border: none;
	font-size: 1.2em;
	text-align: center;
}

#mainNav a:hover {
	color: rgb(219,126,64);
}

#mainNav a.current {
	color: rgb(0,117,192);
	cursor: default;
}

#mainNav a em {
	font-size: .8em;
	display: block;
	text-transform: lowercase;
	color: rgb(76, 67, 65);
}

a.home {
	padding-left: 35px;
	background-image: url(../../_images/icon_sprites_25.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

a.schedule {
	padding-left: 65px;
	background-image: url(../../_images/icon_sprites_25.png);
	background-repeat: no-repeat;
	background-position: 30px -98px;
}

a.location {
	padding-left: 60px;
	background-image: url(../../_images/icon_sprites_25.png);
	background-repeat: no-repeat;
	background-position: 25px -197px;
}

a.links {
	padding-left: 15px;
	background-image: url(../../_images/icon_sprites_25.png);
	background-repeat: no-repeat;
	background-position: 0 -297px;
}
a.contact {
	padding-left: 35px;
	background-image: url(../../_images/icon_contact_25.png);
	background-repeat: no-repeat;
	background-position: 0;
	margin-right: 25px;
}
.listen {
	padding: 5px 0 0 0;
	width: 20px;
	margin-left: 10px;
}
.download {
	padding: 5px 0px 0px 0px;
	margin-right: 10px;
}
#audio a {
	color:rgb(219,126,64);
}
#audio {
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#audio a:hover {
	color:rgb(24,179,75);
	text-decoration: none;
}



/*article styles*/
article section {
	border-bottom: 2px solid rgb(76, 67, 65);
	margin-bottom: 2em;
	padding-bottom: 2em;
}

article h1, article h2, article h3 {
	font-family: Cardo, Georgia, Times, serif;
}
article h1  {
	font-size: x-large;
	border-bottom: 2px solid rgb(76, 67, 65);
	background-repeat: no-repeat;
	padding: 0px 0 0px 5px;
	margin: 0 0 .5em 0;
}

article h2 {
	font-size: 1.2em;
	margin-top: 1em;
}

article h2 a {
	color: rgb(76, 67, 65);
	border: none;
}

article p {
	font-size:.9em;
	margin: 10px 0 0 0;
	line-height: 1.5;
}
article ul {
	margin:0 0 1em 50px;
}
.news {
	float: left;
	margin-right: 10px;
	width: 590px;
	padding: 10px 30px 2em 30px;
	border: none;
	border-radius: 15px 0 15px 0;
	margin-top: 1em;
	background-color: rgb(190,210,224);
	background-image: url(../../_images/waterdrop.gif);
	background-repeat: no-repeat;
	background-position: 56px 46px;
}
.news h2 {
	margin-top: 20px;
	font-size: 1.2em;
}

/*page-specific main content styles*/

#contact h1 {
	background-position: right -395px;
	padding: 20px 0 5px;
}

article .preview {
	height: 250px;
	clear:both;
}
article h2 a:hover {
	color: rgb(123, 121, 143);
	border: none;
}

.preview a, .preview a:hover {
	display: block;
	border: none;
}

.intro {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	column-count: 2;
	column-gap: 1em;
	margin-bottom: 1em;
}

.intro p {
	font-size: 1em;
	margin: 0 0 1em;
}



/*contact styles

#contact h2 {
	font-size: 1.4em;
	float: none;
	margin-bottom: 1em;
}

#contact h3 {
	font-size: 1em;
	border-bottom: 1px solid rgb(76, 67, 65);
	margin: 1em 0 .5em;
}

#contact ul {
	list-style: none;
}

#contact li {
	display: inline-block;
	width: 5px;
	margin-bottom: 1em;
	width: 225px;
}

#contact li a {
	color:rgb(76, 67, 65);
	border: none;
	padding-left: 40px;
	line-height: 50px;
	font-size: 1.2em;
	display:block;
}

#contact li a:hover {
	color: rgb(123, 121, 143);
}

/*form styles
fieldset {
	border: none;
	background: rgb(237, 228, 214);
	position: relative;
	width: 80%;
	min-width: 300px;
	padding:1em;
	margin: 1em 0;
	-webkit-border-radius: 0 .5em .5em 0;
	-moz-border-radius: 0 .5em .5em 0;
	border-radius: 0 .5em .5em 0;
}

fieldset:before {
	content:attr(title);
	display: block;
	font: 1.2em Cantarell, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom: 1px solid rgb(76, 67, 65);
	width: 80%;
}

legend {
	position: absolute;
	top:0;
	left: -2000em;
}

fieldset p {
	font: .8em Cantarell, Arial, Helvetica, sans-serif;
	margin: 1em 0 0;
	font-style: italic;
}

label {
	display:block;
	font-size: 1em;
	margin: .8em 0 0;
}

input[type="text"], input[type="email"], input[type="url"], textarea {
	width: 250px;
}

input[type="submit"] {
	display:block;
	margin: 1em 0;
}

.inline {
	display: inline;
}

fieldset div {
	width: 250px;
}

.notice {
	width: 300px;
}*/

/*aside styles*/
aside h2 {
	font-family: Cardo, Georgia, Times, serif;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: .8em;
	clear: both;
	margin-top: 1em;
}

aside nav {
	margin-bottom: 0.25em;
}

aside nav a {
	display:block;
	padding-left: 16px;
	border: none;
	color: rgb(76,67,65);
	line-height: 2em;
	margin-bottom: 1px;
}

aside nav li {
	background: rgb(190,210,224);
}

aside nav li:nth-child(even) {
	background: rgb(183,216,112);
}

aside nav a:hover {
	color: #fff;
	border:none;
	background-color: rgb(100,98,102);
}
aside nav a.current {
	color: #fff;
	border:none;
	background-color: rgb(0,117,192);
}

.callout {
	margin:10px 0px 2em 0px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 10px;
}
.callout img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.callout p {
	font-size: .9em;
	margin: 0 auto 1.5em;
}

/*footer styles*/


#pageFooter p {
	font-size: 0.8em;
	padding: 0 20px 0 20px;
	float: left;
	margin: 0 0 10px 20px;
}

#pageFooter {
	overflow: hidden;
	margin-bottom: 10em;
	padding-top: 1em;
	height: 75px;
	clear: both;
	background-color: #BED2E0;
}

#pageFooter li {
	float: left;
	display: block;
	list-style-type: none;
	margin: 0 0 0 70px;
	text-align: center;
}


#pageFooter a {
	text-transform: uppercase;
	display: block;
	color: rgb(76, 67, 65);
	border: none;
	font-size: 1.2em;
	text-align: center;
}

#pageFooter a:hover {
	color: rgb(219,126,64);
}

#pageFooter a.current {
	color: rgb(0,117,192);
	cursor: default;
}

#pageFooter a em {
	font-size: .8em;
	display: block;
	text-transform: lowercase;
	color: rgb(76, 67, 65);
}
.date {
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	background-color: #BED2E0;
	padding: 2px;
	margin-right: 10px;
	width: 60px;
	display: inline-block;
	float: left;
	clear: left;
}
.calloutSpeakers {
	padding: 20px 20px 20px 20px;
}
.imgLeft {
	padding-right: 8px;
}
#search {
}
.mostRecent  {
	padding: 0;
	background-color: #B7D870;
	display: block;
	margin: 0;
}
 
#audio p .download {
	color: #00F;
}

#audio a .download {
	color: #00F;
}
