﻿
/* Written by Scott Gruber*/

/* main page layouts */


body {
	color: #000000;
	padding-top: 50px;
	border-bottom: 100px solid #93080d;
	background-color: #ffffff;
	margin: 0;
	background-image: url(/masterpages/ssp/img/backtile.png);
	background-repeat: repeat-x;
	background-position: top center;
}


#header {
    text-align:center;
	background-color: transparent;
	max-width: 560px;
	margin: 0 auto;
	/*height: 100px;*/
	display: block;
    margin-top:5px;
    margin-bottom:15px;
}


img.homePage {
    width:450px;
}




#layout {

	padding: 0;
	max-width: 900px;
	margin: 0 auto 0;
	padding: 10px;


}

#content {
	background-color: #fff;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 90px;
	right: 60px;
	z-index: 99;
	font-size: 150%;
	border: none;
	outline: none;
	background-color: darkred;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

	#myBtn:hover {
		background-color: #555;
	}

.article img {
	max-width: 600px;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 3px 5px rgba(0,0,0,.3);
	box-shadow: 1px 3px 5px rgba(0,0,0,.3);
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.postdate {
	color: #66583F;
	font-style: italic;
	font-size: 11px;
}

/* start setup for two column layout */

.twoschools {
	width: 960px;
	margin: 10px auto;
	margin-left: 150px;


}

.twoschools .beida, .twoschools .ucla {
	width: 245px;
	float: left;
	padding: 10px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0 auto 25px auto;
	background-color: #fff;


}

.twoschools .beida {
	margin-right: 70px;

}


.twocolumn-block {
	width: 960px;
	margin: 10px auto;
	margin-left: 50px;
	
}

.twocolumn-block .leftcolumn-2col, .twocolumn-block .rightcolumn-2col {
	width: 360px;
	float: left;
	padding: 10px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0 25px;
	background-color: #fff;
}

.twocolumn-block .rightcolumn-2col {
	width: 445px;
	margin: 0;
	margin-left: 20px;

}



/* end setup for two column layout */







.story-list {
	width: 960px;
	display: block;
	
}


.story-float {
	width: 270px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	min-height: 250px;
	padding: 15px;
	border: 1px solid #efefef;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}













.clearing {
	height: 0;
	clear: both;
}




#footer {
	text-align: center;
	clear: both;
	margin-top: 15px;
	padding: 10px 0 5px 20px;
	border-top: 1px solid #eee;
}







h1, h2, h3, h4, h5, h6, p, li, td {
	font-family: Calibri, Lucida Sans Unicode, Lucida Console, Tahoma, Arial, Helvetica, sans-serif;

}



h1 {
	font-size: 26px;
	font-weight: bold;
	background-color: transparent;
	color: #000;
	margin-bottom: 0px;
}


h2 {
	font-size: 24px;
	font-weight:bold; 
	background-color: transparent;
	color: #000;
	margin-bottom:0px; 
}




h3 {
	font-size: 22px;
	font-weight: bold;
	background-color: transparent;
	color: #000;
	margin-bottom:0px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color:#93080d;
	background-color: transparent;
	margin-bottom: 0;
}



h5, h6 {
	font-size: 13px;
	font-weight: bold;
	background-color: transparent;
	margin-bottom: 0;
}


.subtitle {
	border-bottom: 1px solid #000;
}


p {  

	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 15px;

}


ul.footerBrandingBottom li a {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 14px !important;
    font-family: sans-serif !important;
    text-decoration:none!important;
}


li {  
	font-size: 1em;
	line-height: 1.6em;
}

.photo {
    margin:0 0 15px 0;
}

.postdate, .small, #footer p { 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
}

.pageDisplay ul {
    margin:15px 0 15px 40px ;
}

.pageDisplay h2 {
    margin-bottom:25px;
}

.breadcrumbs {
    display: block;
    overflow: hidden;
    list-style: none;
    border-style: none;
    border-width: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-left:0;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px 0 0 0;
    line-height: 16.8px;
    letter-spacing: 0em;
    background-color:none;
}

.breadcrumbs > *:before {
    content: ">";
    color: #aaaaaa;
    margin: 0 0.75em;
    position: relative;
    top: 1px;
}

.breadcrumbs li a{
    text-decoration:underline;
    text-transform:none;
}

.breadcrumbs li{
    padding:0!important;
    margin:0!important;
    font-size:.9em!important;
    list-style:none!important;
    color:#000;
    text-transform:none;
}

  .breadcrumbs > * span {
        color: black;
        text-transform:none;
    }


.personImage {
    max-width: 600px;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 3px 5px rgba(0,0,0,.3);
    box-shadow: 1px 3px 5px rgba(0,0,0,.3);
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom:15px;
}
span.photocaption {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

img.largeimage, img.thumbnail, img.mediumimage {
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 3px 5px rgba(0,0,0,.3);
	box-shadow: 1px 3px 5px rgba(0,0,0,.3);
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

/*storypullquote used for articles only */

#storypullquote {

	float: right;
	width: 150px;
	margin-top: 150px;
	margin: 15px;
	margin-right: 20px;
	color: #1E6A95;
}

#storypullquote h4 {

	margin-top: 0;
	padding-top: 0;
	padding: 5px;
	text-align: right;
	font-size: 20px;
	color: #93080d;
	line-height: 1.3em; 
	letter-spacing: -.05em;

}

.spotlight {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
    margin-bottom:20px;

}

/* newsletter subscribe */

.newsletterContainer table {
	margin-bottom:0px; 

}

.newsletterContainer table tbody td {
	padding:0px; 
}

.formcell input {
	/*height:0px; */
	margin:0px; 
}

table tbody {
	background-color:transparent; 
}

	table tbody tr:nth-child(even) {
		background-color:transparent; 
	}


	/* linkology */
	a:link {
		color: #003399;
		background-color: transparent;
/*		text-decoration: underline;*/
	}

a:visited {
	color: #93080d;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #93080d;
	text-decoration: underline;
	background-color: transparent;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

a.selected {
	background-color: #536895;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	
	
}

span.selected {
	background-color: #a3bd6c;
	color: #fff;
	padding: 3px;
}

p.pdf {
 padding: 0 20px 0 0;
 background: #fff url(/masterpages/jri/img/icon_pdf.png) no-repeat right center;
 }

a[href$=".pdf"] {
 padding: 0 20px 0 0;
 background: #fff url(/masterpages/jri/img/icon_pdf.png) no-repeat right center;
}

a[href$=".pdf"] img {
 padding: 0 20px 0 0;
 background-image: none;
}

a.no-pdf-icon[href$=".pdf"]  {
 background-image: none;
 
}


a[href$=".doc"] {
 padding: 0 20px 0 0;
 background: #fff url(/masterpages/jri/img/icon_word.png) no-repeat right center;
}


a.button {
	padding:7px 10px;
	background-color: #536895;
	border: 1px solid #000; 
	color: #fff;
	width: 150px;
	margin: 0 10px 10px 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	text-decoration:none;
	text-transform: uppercase;
	

}


a:hover.button {
	background-color: #ffb300;
	border: 1px solid #000;
	text-decoration:none;
	color: #fff;

}


.tbl-layout {
	border-collapse: collapse;
	width: 720px;
	border: 1px solid #666;
	margin-top: 15px;

}


table.tbl-layout span.section-title {
	border-bottom: 1px solid #000;
	display: block;
	font-family: Calibri, Lucida Sans Unicode, Lucida Console, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;

}

table.tbl-layout th, table.tbl-layout td {
	padding: 0.08em .3em;
	/* the *padding targets IE6 and IE7*/
	*padding: 10px 10px;
} 


table.tbl-layout caption {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	font-family: Calibri, Lucida Sans Unicode, Lucida Console, Tahoma, Arial, Helvetica, sans-serif;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	padding: 10px 0;
}

table.tbl-layout th {
	background: #ccc url(/masterpages/jri/img/blue-back.png) repeat-x left center;
	border-top: 1px solid #318ec1;
	border-bottom: 1px solid #318ec1;
	height: 40px;
	text-align: left;
}



table.tbl-layout th h4 {
	font-weight: normal;
	text-align: left;
	font-family: Calibri, Lucida Sans Unicode, Lucida Console, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
	color: #fff;
}

table.tbl-layout td p, table.tbl-layout td li, table.tbl-layout td {

	font-family: Calibri, Lucida Sans Unicode, Lucida Console, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
} 

table.tbl-layout td {
	padding: 5px;
	
} 

table.tbl-layout td p strong {
	font-size: 14px;
		
} 

table.tbl-layout tr.footer  {
	border-top: 1px solid #000;
		
} 

table.tbl-layout tr.odd {
	background-color: #2685bb;
}

table.tbl-layout tr:nth-child(odd) {
	background-color: #eee;
}

table.tbl-layout tr:hover {
	background-color: #2685bb;
	color: #fff;
}

table.tbl-layout thead tr:hover {
	background-color: transparent;
	color: inherit;
}

table.tbl-layout tr:hover.footer {
	background-color: #fff;
	color: #000;
}



/* begin ckeditor new css styles */



h3.ucla-blue {

	color: #536895;

}



h3.ucla-gold {

	color: #ffb300;

}



h3.ucla-green {

	color: #3ea639;

}



h3.ucla-orange {

	color: #fe921c;

}



h3.ucla-cyan {

	color: #2685bb;

}



h3.ucla-purple {

	color: #911687

}


p.caption {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;

}



p.small {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;

}



.dropcap {

	font-size: 300%;
	font-weight: bold;
	float: left;
 	color: #000000;

}





 h4.pullquote {

 	float: right;
	min-width: 220px;
	margin: 0 0 15px 15px;
	color: #ffb300;
}

 

h3.aside {

	float: right;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 0;
	padding: 15px;
}





h3.sidebar {

	float: right;
	width: 300px;
	background-color: #2685bb;
	margin: 0 20px;
	padding: 10px;
	color: #fff;

}



p.two-columns {

	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap : 20px;
	-moz-column-rule-color:  #ccc;
	-moz-column-rule-style:  solid;
	-moz-column-rule-width:  1px;
	-webkit-column-rule-color:  #ccc;
	-webkit-column-rule-style: solid ;
	-webkit-column-rule-width:  1px;
	column-count: 2;
	column-gap: 20px;
	column-rule-color:  #ccc;
	column-rule-style:  solid;
	column-rule-width:  1px;
}



p.three-columns {

	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap : 15px;
	-moz-column-rule-color:  #ccc;
	-moz-column-rule-style:  solid;
	-moz-column-rule-width:  1px;
	-webkit-column-rule-color:  #ccc;
	-webkit-column-rule-style: solid ;
	-webkit-column-rule-width:  1px;
	column-count: 3;
	column-gap: 15px;
	column-rule-color:  #ccc;
	column-rule-style:  solid;
	column-rule-width:  1px;
}


p.four-columns {

	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap : 10px;
	-moz-column-rule-color:  #ccc;
	-moz-column-rule-style:  solid;
	-moz-column-rule-width:  1px;
	-webkit-column-rule-color:  #ccc;
	-webkit-column-rule-style: solid ;
	-webkit-column-rule-width:  1px;
	column-count: 4;
	column-gap: 10px;
	column-rule-color:  #ccc;
	column-rule-style:  solid;
	column-rule-width:  1px;
}



p.multi-columns {
	-moz-column-count: 5;
	-moz-column-gap: 20px;
	-webkit-column-count: 5;
	-webkit-column-gap : 10px;
	-moz-column-rule-color:  #ccc;
	-moz-column-rule-style:  solid;
	-moz-column-rule-width:  1px;
	-webkit-column-rule-color:  #ccc;
	-webkit-column-rule-style: solid;
	-webkit-column-rule-width:  1px;
	column-count: 5;
	column-gap: 10px;
	column-rule-color:  #ccc;
	column-rule-style:  solid;
	column-rule-width:  1px;

}

h2.section-header {
	margin: 0 0 12px 0;
	padding: 5px 5px;
	color: #fff;
	background-color: #536895;
	text-align: center;
	/* -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 3px 5px rgba(0,0,0,.3);
	box-shadow: 1px 3px 5px rgba(0,0,0,.3);*/
}


h3.section-header {
	color: #012a5e;
	font-style: italic;
	text-align: center;
	margin-bottom: 12px;
}



h4.section-header {
	margin: 0 0 12px 0;
	padding: 5px 5px;
	color: #fff;
	background-color: #000000;
	text-align: center;	

}



/* end ckeditor new css styles */

table.tbl-conference  {
    margin: 10px; 0;
    width: 600px;

 }
.tbl-conference td {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    vertical-align: top;
              
 }


/*- Menu Tabs --------------------------- */

#tabs {
	float: left;
    width:100%;
	margin-top: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
}

ul#tabs  {
		margin:0 auto;
		list-style:none;
		display: block;
 }
 
 ul#tabs li {
		display:inline;
		margin:0;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 16px;
		text-align: center;
		/*font-weight: bold;*/
	
}

ul#tabs li a {
		float:left;
		margin-left:50px; 
		margin-right:25px; 
		padding:10px;
		text-decoration:none;

} 

ul#tabs li a span {
		float:left;
		display:block;
		padding:6px;
		color:#FFF;
		background-color: #536895;
		width: 198px;
		height: 40px;
		border-radius:2px; 
   }
 /* Commented Backslash Hack hides rule from IE5-Mac \*/
ul#tabs li a span {float:none;}
 /* End IE5-Mac hack */

ul#tabs li a:hover span {
   	color:#FFF;
	background-color: #93080d;
   }

blockquote {
    border-left:none;
}

/*.donateButton {
    float: left;
    display: block;
    padding: 5px;
    color: #FFF;
    background-color: #536895;
    width: 115px;
    height: 30px;
    -webkit-border-radius: 5px;
 border-radius: 5px; 
}*/


.donateButton {
    font-size: small;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #536895;
    background: -moz-linear-gradient(top, #cdeb8e 0%, #536895 2%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#536895), color-stop(2%,#536895));
    background: -webkit-linear-gradient(top, #536895 0%,#536895 2%);
    background: -o-linear-gradient(top, #536895 0%,#536895 2%);
    background: -ms-linear-gradient(top, #536895 0%,#536895 2%);
    background: linear-gradient(to bottom, #536895 0%,#536895 2%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#536895', endColorstr='#536895',GradientType=0 );
    background-color: #536895;
}

    .donateButton:hover {
        background:#93080d;
    }

    .donateButton a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        font-size: 1.2em;
        /*background-color: #536895;*/
    }

        .donateButton a:visited {
            color:#fff;
        }









.pdfButton {
    font-size: small;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #536895;
    background: -moz-linear-gradient(top, #cdeb8e 0%, #536895 2%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#536895), color-stop(2%,#536895));
    background: -webkit-linear-gradient(top, #536895 0%,#536895 2%);
    background: -o-linear-gradient(top, #536895 0%,#536895 2%);
    background: -ms-linear-gradient(top, #536895 0%,#536895 2%);
    background: linear-gradient(to bottom, #536895 0%,#536895 2%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#536895', endColorstr='#536895',GradientType=0 );
    background-color: #536895;
}

.pdfButton a[href$=".pdf"] {
    padding: 0 20px 0 0;
    background: none!important;
}

    .pdfButton:hover {
        background:#93080d;
    }

    .pdfButton a {
        color: #fff;
        background-color: #536895;
        font-weight: bold;
        text-decoration: none;
        font-size: 1.2em;
    }

        .pdfButton a:visited {
            color:#fff;
        }



















/* Air Quality Pages Styles */

#airQualityContainer {
    margin-top:30px;
}

    #airQualityContainer h1 {
    color:#ffc000;
    }

    #airQualityContainer h2 {
        color:#4f81bd;
    }
    #airQualityContainer h3 {
        color:#4f81bd;
    }
    #airQualityContainer a {
    color:#4f81bd;
    text-decoration:none;
    }
    #airQualityContainer a:hover {
    text-decoration:underline;
    }
    #airQualityContainer ul {
        margin-left: 50px;
        list-style-position: outside;
    }
        #airQualityContainer ul li {
        margin-bottom:10px;
        }

#airQualitySideBar p{
    margin-left: 30px;
}

.storyPullQuote{
    width: 35%;
    float: right;
    display: block;
    font-size: 1.4em;
    line-height: 1.25;
    font-style: italic;
    color: #5996ad;
    border-top: 2px solid #e3e5e4;
    border-bottom: 2px solid #e3e5e4;

      margin: 1.5em 10px;
      padding: 0.5em 10px;
      /*quotes: "\201C""\201D""\2018""\2019";*/
}

p.storyPullQuote:before{
     color: #ccc;
      /*content: open-quote;*/
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em;
}

ul.footerBranding {
                margin-top:15px;
                margin-bottom:5px;
                margin-left:0;
                padding-left:0;
            }
            ul.footerBranding li{
                display:inline;
                margin-left:2px;
            }
                  ul.footerBranding li a{
                text-decoration:none;
              
            }
                        ul.footerBranding li a:hover{
                
            }
                        ul.footerBranding li:after{
                            content: "•";
                            margin-left:6px;
                        }
                        ul.footerBranding li:last-of-type:after {
                            content:none;
                        }

h3.section-header {
   
    background-color: #79c3e3;
}

.verticleline {
	border-left: 1px solid #E8E8E8;
	height: 950px;
	float: right;
	margin-right: 20px;
}

@media screen and (max-width:1023.98px) {
	.verticleline {
		display: none;
	}
}