/* ------------------------------------------------------------------------------
  DESCRIPTION: Global page CSS file for SDCCD Newscenter web site.
               This goes on every page. This defines the different 
               CSS elements on every page..
  
  AUTHOR:      David Joynson
  
  HISTORY:     20150316 -  WO 3089113 DJ 
------------------------------------------------------------------------------ */
/*--- Elements ---*/
div.photo-caption {
	max-width: 100%;
    width: 320px;
    word-wrap: break-word;
    padding: 10px;
    background: #eee;
    margin-bottom: .75em;
    display: inline-block;
    margin: 0 auto .75em
}
div.photo-caption.center{
	margin: 0 auto .75em;
	display:block;
}
div.photo-caption p {
    font-size: .9em;
    margin: 0
}

@media screen and (min-width: 768px) {
    div.photo-caption.alignleft {
        float: left;
        margin: 0 20px .75em 0
    }
    div.photo-caption.alignright {
        float: right;
        margin: 0 0 .75em 20px
    }
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font: 12pt;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #FCB040;
}
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 10pt;}

/*--- Classes ---*/
.imagefit{
  position: relative;
}
.imageleftbot {
  float: left;
  margin-right: 12px;
  margin-top: 6px;
}
.imagelefttop {
  float: left;
  margin-right: 12px;
  margin-bottom: 0px;
}
.imagerightbot {
  float: right;
  margin-left: 12px;
  margin-top: 0px;
}
.imagerighttop {
  float: right;
  margin-left: 12px;
  margin-bottom: 6px;
}
.newsleftdiv {
  width: 585px;
  height: 17px;
  background-color: #ffffff;
}
/* style of actual input box for search */
.searchbox {
  position: relative;
  top: -25px;
  background-color: #ffffff;
  font-size: .75em;
  font-size: .75em\0;
  .font-size: .75em;
  font-family: Arial Narrow, sans-serif;
  width: 120px;
  border: none;
  height: 16px;
  height: 17px\0;
  .height: 16px;
  margin: 1px 5px 0px 20px;
  float: left;
  color: #808080;
  font-style: italic;
}
/* style of search icon */
.searchbtn {
  background-image: url('/departments/communications/newscenter/_resources/images/btn_search.png');
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  height: 23px;
  position: relative;
  text-indent: -9999px;
  top: -2em;
  width: 59px;
  /*
  border: none;
  width: 59px;
  height: 23px;
  margin: -49px 0px 0px 0px;
  padding-top: 0px;
  text-indent: -9999px;
  background-image: url('/newscenter/_resources/images/btn_search.png');
  background-repeat: no-repeat;
  cursor: pointer;
  */
}

/*--- IDs ---*/
#newsheader, #newsnav, #newsfooter, #pagecontraint, #bottombar {
  margin: 0px auto;
}
#newsheader {
  width: 960px;
  height: 229px;
  background-image: url(/departments/communications/newscenter/_resources/images/headerlogo.png);
  background-repeat: repeat-x;
}
#newsnav {
  width: 960px;
  height: 72px;
  background-image: url(/departments/communications/newscenter/_resources/images/navbackgnd.png);
}
#newsfooter {
  background-color: #c0c1c1; 
  width: 960px; 
  height: 164px;
}
#headwrap {
  background-image: url(/departments/communications/newscenter/_resources/images/headerbackgnd.png);
  background-repeat: repeat-x;
  width: 100%; 
}
#navwrap {
  background-image: url(/departments/communications/newscenter/_resources/images/navbackgnd.png);
  background-repeat: repeat-x;
  width: 100%; 
}
#pagewrap {
  background-color: #ffffff; 
  width: 100%;
  min-height: 810px;
  overflow: hidden;
}
#pagecontent {
  width: 960px;
  min-height: 810px;
/*  overflow: auto;*/
  background-color: #ffffff;
}
#pagecontraint {
  width: 960px;
  border: none;
  min-height: 810px;
/*  overflow: auto;*/
  margin: 0px auto 0px auto;
}
#footwrap {
  background-color: #c0c1c1; 
  width: 100%; 
  height: 164px;
}
#bottombar {
  width: 960px;
  height: 6px;
  background-image: url(/departments/communications/newscenter/_resources/images/bottombar.png);
  background-repeat: no-repeat;
  float: left;
}
#collnavdiv {
  width: 657px;
  position: relative;
  top: 7px;
  left: 285px;
  height: 19px;
}
ul#collegenav {
  list-style: none outside none;
}
ul#collegenav li.collegeshdr {
  float:left;
  height: 19px;
  overflow: hidden;
}
ul#collegenavftr {
  list-style: none outside none;
}
ul#collegenavftr li.collegesftr {
  float:left;
  height: 46px;
  margin-right: 1px;
  overflow: hidden;
}
#socialdiv {
  width: 300px;
  position: relative;
  top: 20px;
  left: 650px;
}
#distlogo {
  height: 152px;
  width: 215px;
  left: 25px;
  position: relative;
  top: 39px;
}
#directedit {}
ul#header-socialmedia,
ul#socialmedia {
  list-style: none outside none;
}
ul#header-socialmedia li.social,
ul#socialmedia li.social {
  float: left;
  margin-right: 10px;
}
ul#header-socialmedia li.social-last,
ul#socialmedia li.social-last {
  float: left;
}
/*------ search box area ------------- */
/* style of overall area */
#searcharea {
  width: 300px;
  position: relative;
  top: 3px;
  left: 740px;
  height: 23px;
  background-image: url(/departments/communications/newscenter/_resources/images/searchbg.png);
  background-repeat: no-repeat;
}
/* style of form containing the search box*/
#searchfrm {
  margin: -10px 0px 0px 0px;
  z-index: 6000;
}
#footerdivide {
  width: 2px;
  height: 164px;
  background-image: url(/departments/communications/newscenter/_resources/images/footerdivider.png);
  background-repeat: no-repeat;
  float: left;
}
#footerleft {
  width: 790px;
  height: 164px;
/*  background-color: #daa520;*/
  float: left;
}
#footerlefta {
  width: 36px;
  height: 164px;
  float: left;
}
#footerleftb {
  width: 440px;
  height: 164px;
  float: left;
}
#footerleftc {
  width: 314px;
  height: 164px;
  float: left;
}
#footerright {
  width: 168px;
  height: 164px;
  /*background-color: #daa520;*/
  float: left;
}
#footerrighttop {
  width: 100%;
  height: 64px;
  float: left;
  /*background-color: #ba55d3;*/
}
#footerrightmid {
  width: 100%;
  height: 64px;
  float: left;
  
  /*background-color: #cd853f;*/
}
#footerrightbot {
  width: 100%;
  height: 36px;
  float: left;
  /*background-color: #dda0dd;*/
}

/* New Footer Styles */
#bottombar {
  display: none;
}
footer {
  background: #121212;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: 12px;
  line-height: 1.5;
}
footer div {
	color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 30px 0;
    text-align: left;
  }
  footer::after {
    clear: both;
    content: "";
    display: block;
  }
}

footer img {
  max-width: 250px;
  display: block;
  margin: 0 auto 1em;
}

@media screen and (min-width: 768px) {
  footer img {
    max-width: 220px;
    margin: 0 0 1.5em;
    display: inline-block;
    float: left;
  }
}

footer address {
  font-style: normal;
  font-weight: bold;
  margin: 0 0 1.5em;
}

@media screen and (min-width: 768px) {
  footer address {
    float: left;
    clear: both;
    margin: 0 0 2.5em;
  }
}

footer a, footer #directedit a {
  color: #fff;
}

footer a:hover, footer #directedit a:hover {
  color: #bfbfbf;
}

footer ul {
  padding: 0 0 1.5em;
  margin: 0;
}

footer ul li {
  list-style: none;
}

footer ul.footer-nav {
  -webkit-column-count: 3;
  column-count: 3;
}
footer .container {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  footer ul.footer-nav {
    float: right;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}

@media screen and (min-width: 768px) {
  footer ul.sites-nav {
    clear: both;
    float: left;
  }
}
footer ul.social-nav {
  padding: 0;
  margin: 0;
  font-size: 0;
}

footer ul.social-nav li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
  display: inline-block;
}

footer ul.social-nav li a {
  background: #fff;
  display: inline-block;
  line-height: 40px;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  color: #008A98;
  height: 40px;
  width: 40px;
  transition: all 0.3s ease-in-out;
}

footer ul.social-nav li a:hover {
  opacity: .7;
}
footer ul.social-nav {
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  footer ul.social-nav {
    float: right;
    padding-top: 18px;
  }
}

footer ul.social-nav li a {
  color: #000;
}

@media screen and (min-width: 768px) {
  footer p {
    float: right;
    clear: right;
  }
}
#searcharea {
	background: none;
}
#siq_searchForm {
	margin: 0px 0px 0px 0px;
    z-index: 6000;
	position:relative;
	top:-2px;
}
#siq_searchForm label{
	position:relative;
	top:-19px;
	color:white;
}
#siq_searchForm input.addsearch  {
	display: block;
    width: calc(100% - 100px);
	float:right;
    margin: 0;
    top: -27px;
    position: relative;
    padding: 6px 10px;
    background: #fff;
    border: 0;
	outline: 0 !important;
}