/* Headers */
 
/*.main .content h2, .main .content h3, .main .content h4 { */
/*	color:black; */
/* } */

/* Legacy Browser Message */

.legacy-browser {
	display:none;
}

/* Clearfix */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Resonsive Tables Scroll Cue: */

.scroll-cue {
	background-image:url('/templatefiles/rwd/img/scroll.png');
	background-repeat:no-repeat;
	background-position:right;
	height:38px;
	width:100%;
	max-width:658px;
}

/*Sidebar headers/menu spacing */

.sidebar.top h2, 
.sidebar.top h3 {
	padding-bottom:15px;
	line-height:1em;
}

.sidebar h4 {
	font-size:1em;
	line-height:1.25em;
}

.sidebar p {
	line-height:1.3em;
	font-size: .85em;
}

.main .sidebar ul li {
	margin: 20px 0 0;
}

.sidebar.right h1,
.sidebar.right h2,
.sidebar.right h3,
.sidebar.right h4 {
	font-family: 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:normal;
	padding-bottom:5px;
}



/*Header colors/font faces/weights */
.main .content h1, 
.main .content h2, 
.main .content h3, 
.main .content h4  {
  color:#000000;
  font-family: 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight:bold;
}

.main .content h1:first-child {
	margin-bottom:20px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1em;
}

.main .content  {
	color:#3d3c3c;
}

.main .content a:link, 
.main .content a:visited {
	font-weight:bold;
}

.main .content h2 a:link, 
.main .content h2 a:visited {
	font-weight:normal;
}

.main .content h3 a:link, 
.main .content h3 a:visited {
	font-weight:normal;
}

.main .content h4 a:link, 
.main .content h4 a:visited {
	font-weight:normal;
}

h1.lighter, 
h2.lighter, 
h3.lighter, 
h4.lighter,
p.lighter {
	font-weight:normal!important;
	color:#666666!important;
}

h1.spaced, 
h2.spaced, 
h3.spaced, 
h4.spaced {
	line-height: 1.5em;
	margin-bottom:20px;
}

h1.tight, 
h2.tight, 
h3.tight, 
h4.tight,
p.tight {
	margin-bottom:5px;
}

h1.smaller,
h2.smaller,
h3.smaller,
h4.smaller,
p.smaller,
ul.smaller,
span.smaller {font-size:85%;}

/*Floated element spacing*/
 
 .main .content img.left {
	 margin-right:20px;
	 margin-bottom:20px;
 }
 
 .main .content img.right {
	 margin-right:20px;
	 margin-bottom:20px;
 }
 
/*Linked image / news image styles*/


.main .content a img, 
.main .sidebar a img {
	border:2px solid #cccccc
}

.main .content a:hover img, 
.main .sidebar a:hover img {
	border:2px solid #ff0000
}

.main .content a img.no-border, 
.main .sidebar a img.no-border {
	border:none!important;
}

.main .content a.news-image:link, 
.main .content a.news-image:visited, 
.main .content a.news-image:hover, 
.main .sidebar a.news-image:link, 
.main .sidebar a.news-image:visited, 
.main .sidebar a.news-image:hover {
	border-bottom:none!important;
}

.main .content .news-image img,
.main .sidebar .news-image img {
	margin-bottom:5px;
}

.main .content img.border {
	border: 1px solid #ccc;
} /*changing the mStoner black border for this class to grey */

.sidebar img.border {
	border: 1px solid #ccc;
}

.main span.caption{font-size:11px;}

/*responsive video/YouTube embeds */

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
	margin-bottom:10px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Search box */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

/*Clears*/
.clear-left {
	clear:left;}
.clear-right {
	clear:right;}	
.clear-both {
	clear:both;}
/*List Types */
	
.main .content ul.pdflist li  {list-style-image:url(/templatefiles/images/pdfsmall.gif);  }
.main .content ul.video li {list-style-image:url(/templatefiles/images/video_icon.gif); }
.main .content ul.audio li {list-style-image:url(/templatefiles/images/audio_icon.gif); }
.main .content ul.podcast li {list-style-image:url(/templatefiles/images/podcast.gif); }
.main .content ul.event li {list-style-image:url(/templatefiles/images/event.gif); }
.main .content ul.photo-essay li {list-style-image:url(/templatefiles/images/photo_icon.gif); }


/* Media Queries */

@media (max-width: 767px) {
	#alphalist {
		font-size:1.3em;
		line-height:1.6em;
	}
}

@media (min-width: 768px) {
	.scroll-cue {
		display:none;
	}
}

@media (min-width:768px) {
	body h1 { 
		font-size:36px;
		font-size:2.6rem;
		font-weight:normal 
	}
	body h2 {
		font-size:20px;
		font-size:1.6rem 
	}
	body h3 { 
		font-size:16px;
		font-size:1.25rem 
	}
	body h4 { 
		font-size:18px;
		font-size:1.125rem
	}
	body h5 { 
		font-size:16px;
		font-size:1rem
	}
	body h6 { 
		font-size:14px;
		font-size:.875rem
	}
}