/**
 * Styles for the SF State Template theme.
 */

/**
 * Template styles
 */
.sfsu-fontblack {
    font-weight: 900;
}
.sfsu-fontbold {
    font-weight: 700;
}
.sfsu-fontsemibold {
    font-weight: 700;
}
img.sfsu-full-width {
    width: 100%;
}

/* Header container */
#header a {
    color: #ffffff;
}
#header, #header .navbar-default {
    background-color: #330033;
    color: #ffffff;
    border: none;
}
#header .navbar {
    margin-bottom: 0px;
}
#header .navbar-brand {
    font-size: 1.5em;
    font-weight: bold;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 0;
}
#header a.text-muted {
    color: #999999;
    font-size: 1.2em;
    font-weight: bold;
}
#search-box {
    width: 175px;
    position: relative;
    top: 7px;
    padding-right: 5px;
}
#search-box .glyphicon-search {
    color: #565656;
    right: -5px;
    top: -3.5px;
}
#search-box .btn {
    background-color: #ffffff;
    height: 1.5em;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
}
#search {
    border-radius: 5px 0 0 5px;
    height: 1.5em;
    padding: 2px 5px;
}
#header .input-group .form-control {
    border:#fff;
}
#utilitybox {
    padding: 10px;
}
#utilitybox .list-inline > li {
    border-right: 1px solid #999999;
    padding-right: 0.7em;
}
#utilitybox .list-inline > li:last-child {
    border-right: none;
    padding-right: 0;
}
#utilitybox .list-inline > li:nth-last-child(2) {
    border-right: none;
    padding-right: 0;
}
.nav-wrapper {
    padding-top: 0.7em;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
#logo {
    padding-top: 5px;
}
#header .list-inline li strong a {
    color: #ffcc33;
}
#main button.navbar-toggle .fa {
    color: #fff;
}

/* Main container */
html, body {
    height: 100%;
}
body#main {
    height: initial;
}
/* nav */
#main .navbar {
    margin-bottom: 0;
}
#main button.navbar-toggle {
    background-color: #330033;
    color: #ffffff;
}
/* end nav */
#main {
    min-height: 100%;
}
#main .dropdown-menu {
    z-index: 10;
}
#main .lead {
    color:#505066;
}
#main table caption {
    color: #886600;
    font-size: 1.1em;
    font-weight: bold;
}
ul, ol {
    padding-left: 1.5em;
}
hr {
    border-color: #333;
}
#main a[name] {
    color: inherit;
}
#main a[name]:hover, #main a[name]:focus, #main a[name]:active {
    color: inherit;
    text-decoration: none;
}
.fa {
    color: #330033;
}

/* Form elements*/
#main .checkbox, #main .radio {
    margin-left: 20px;
}

/* Footer container */
.footer {
    background-color: #330033;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #ffffff;
    margin-top:2em;
    /*position:relative;*/
    width:100%;
}
.footer ul {
    font-size: 90%;
}
.footer a {
    color: #ffffff;
}
footer ul {margin-top:10px;}
footer .list-inline > li {
    border-right: 1px solid #999999;
    padding-right: 0.7em;
}
footer .list-inline > li:last-child {
    border-right: none;
}
#footerbox .list-inline > li:first-child {
    padding-left: 5px;
}
footer img {float:left; margin-right:10px;}


/* Media Queries */
@media screen and (max-width: 767px) {
    #main {
        margin-top: 0px;
    }
    #contact-local {
        margin-top: 3em;
    }
}
@media screen and (min-width: 768px) {
    #main {
        margin-top: 20px;
    }
    #contact-local {
        text-align:right;
    }
}
/* End Media Queries*/

/* Carousel styles */
.carousel-indicators li {
    text-indent: 0;
    height: auto;
    width: auto;
    background-color: #333333;
    border: 1px solid #333333;
    border-radius: 1em;
}
.carousel-indicators .active {
    height: auto;
    width: auto;
    background-color: #ffcc33;
    border: 1px solid #ffcc33;
}
.carousel-indicators {
    bottom: inherit;
    left: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0.5em;
    right: 0;
    text-align: right;
    width: inherit;
}
.carousel-indicators .active > button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #330033;
}
.carousel-indicators button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #fff;
}
.carousel-indicators button:focus {
    outline: medium solid white;
}
.carousel-container {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.carousel-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
    bottom: 2.5em;
    left: 0;
    padding: 1em;
    right: 0;
    text-align: left;
}
.carousel-caption > h2 {
    color: #ffcc33;
    font-weight: normal;
    margin-top: 10px;
}
#main .carousel-caption > h2 {
    color: #ffcc33;
}
@media screen and (max-width: 480px) {
 .carousel-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
    position: initial;
    padding-bottom: 2.5em;
 }
 .carousel-container {
    top: 100%;
 }
 .carousel-indicators li {
    background-color: #666666;
    border: 1px solid #666666;
 }
}
/* End Carousel styles */

/**
 * Styles carried over from previous template
**/

/* - - - - - - - content styles - - - - - - - */
.clearfloat			{clear:both; height:0px; overflow:hidden;}
.clearleft			{clear:left; height:0px; overflow:hidden;}
.readernote			{position:absolute; top:-9999px; color:#565656;}
.searchbox			{margin:0 5px 0 0; padding:0px; border:1px solid #cccccc; color:#565656;}
.searchbox:focus		{border:1px solid #eebb44;}
.searchbutton			{margin: 0 0 -4px 0; border:none; color:#777777;}
.page-header  			{padding:0;margin:0;padding-bottom:9px;}
.navbar-brand			{padding:20px 15px;}
.dropdown-menu {position: relative;display: block;padding-bottom:10px;border: none;box-shadow: none;}

.region-sidebar-first  .caret {display:none;}


#main .region-sidebar-first a			{text-decoration:none;color:#464666;border-bottom: 1px solid #dddddd;padding: 5px;}
#main .region-sidebar-first a:hover
#main .region-sidebar-first a:focus		{color:#333300;}
#main .region-sidebar-first li			{margin:0 0 7px 0; list-style-type:none; font-size:120%; font-weight:bold; color:#464666;}
#main .region-sidebar-first li	ul 		{width:100%; margin:0 0 2px 0;}
#main .region-sidebar-first li	ul li		{margin:0; padding-left:10px; font-size:95%; line-height:150%; font-weight:normal; }
#main .region-sidebar-first li	ul li a		{text-decoration:none; border-bottom:1px solid #ddddcc; color:#666600; background-color: #ffffff; white-space: pre-wrap;}
#main .region-sidebar-first h2			{margin-top:12px; margin-bottom:10px; font-size:110%; color:#886600;}
#main .region-sidebar-first .nolink     	{padding-left: 5px; }

#main .region-sidebar-second h2			{margin:15px 0 2px 0; font-size:15px; }
#main .region-sidebar-second h3			{font-size:14px; font-style:italic; }
#main .region-sidebar-second p			{margin-bottom:3px; }
#main .region-sidebar-second ul			{margin:3px 0 10px 2px;}
#main .region-sidebar-second a			{text-decoration:none; }
#main .region-sidebar-second a:focus,
#main .region-sidebar-second a:hover		{color:#333300;}
#main .region-sidebar-second .small		{font-size:90%;}
#main .region-sidebar-second .first		{margin-top:0;}
#main .region-sidebar-second .caption		{margin-bottom:10px; font-size:90%; line-height:150%; font-style:italic; color:#505066;}
#main .region-sidebar-second img		{margin:20px 0 10px 0;}
#main .region-sidebar-second a.bare		{border-bottom:none;}
#main .region-sidebar-second .imgcap		{margin:10px 0 0 0;}
#main .region-sidebar-second .imgcap img	{float:none; display:block; margin:0}
#main .region-sidebar-second .searchbox		{color:#666600;}

#main .smallh1			{font-size:90%; color:#5d5d88;}
#main h1			{border:none;}
#main h2			{color:#886600;}
#main h4			{font-style:italic; color:#886600;}
#main h6			{color:#886600;}
#main .intro			{font-size:21px; line-height:1.4; color:#505066; margin-bottom: 20px;}
#main .small			{font-size:100%; line-height:150%; font-style:italic; color:#505066;}
#main .caption			{font-size:100%; line-height:150%; font-style:italic; color:#505066;}

#main table         		{width:100%;}
#main .tablecol1,.tablecol1	{width: 50%;}
#main .tablecol2	   	{width: 25%;}
#main .tablecol3	   	{width: 25%;}
#main td, #main th             	{border-top: 1px dotted #ddddcc; vertical-align: top;}
#main thead th {color: #505066; font-weight: bold;}

#main section[role="main"] {border-left:1px dotted #cccccc;border-right:1px dotted #cccccc;padding: 0 15px 0 15px; min-height: 100%}

#main input.button,input.button,input.gobutton ,#main input.submitbutton     {
    padding: 3px 4px;
    display: inline;
    background: #f3c654;
    border: none;
    color: #464666;
    cursor: pointer;
    font-weight: bold;
    font-size:90%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;}

#main .brief, #main .imgfull	{width:100%; float:left; padding-top:10px; border-top:1px dotted #ddcc77;}
#main .brief img		{float:left; margin:4px 15px 5px 0;}
#main .brief p			{margin-bottom:15px;}
#main .brief h2			{margin-top:0; }
#main .brief h2 a		{padding-left:15px; background:url(http://www.sfsu.edu/template/images/arrowgold.png) no-repeat 0 10px; color:#886600;}
#main .brief h2 a:visited       {color:#666600;}
#main .brief h2 a:focus,#main .brief h2 a:hover         {color:#333300;}
#main .brief h2 a:hover         {color:#333300;}
#main .localnav li	 {list-style-type:none; padding-left:10px; background:url(http://www.sfsu.edu/template/images/inpagelink.png) no-repeat 0 4px;}
#main .top			     {margin:0 0 8px 0; font-size:100%; color:#666600;}
#main .localnav a:visited,
#main .top a:visited		{color:#666600;}
#main .localnav a:focus,
#main .top a:focus,
#main .localnav a:hover       	{color:#333300;}
#main a:hover                   {color:#333300;}
#main .top a:hover              {color:#333300;}
#main label                     {padding-left:5px;}

#attention 	        {background-color:#ffffcc;color:#000; width:87%; border:.10em solid #999;padding:5px; margin:5px 5px 5px 20px;}
#attention 	 h2 		{font-size:150%;padding:0 0 0 5px; }
#attention 	 p 		{font-size:120%; padding:0 0 0 5px;color:#333333;line-height:110%;}
#attention, .attention 	 img 		{float:left;}


#promobox {
    background: none repeat scroll 0 0 #e2af2d;
}
#promobox h2 {
    color: #464666;
    font-size: 1em;
    margin-top: 15px;
}
#promobox h2 a {
    color: #464666;
}
#main .sfsu-events-date {
    background: none repeat scroll 0 0 #DDDDDD;
    margin: 8px 0;
}
/* END of carried over styles */

/* IE 10 and below fix */
.img-responsive, .thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: auto \9;
}
/* END of IE fix */


/* Bootstrap style overrides*/
.media 		    {padding-top:10px; border-top:1px dotted #ddcc77;}
.media-body p                  {margin-bottom:15px;}
.media-body h2               {margin-top:0; }
.media-body h2 a               {padding-left:15px; background:url(http://www.sfsu.edu/template/images/arrowgold.png) no-repeat 0 5px; color:#886600;}
.media-body h2 a:visited       {color:#666600;}
.media-body h2 a:focus, .media-body h2 a:hover         {color:#333300;}
.media-body h2 a:hover         {color:#333300;}
img.pull-left {
    margin: 1em 1em 1em 0;
}
img.pull-right {
    margin: 1em 0 1em 1em;
}
/* END Bootstrap overrides*/

/* Contextual Link Styles*/
.contextual-links-region.pull-left{
    padding-right: 2em;
}
#contact-local>div.contextual-links-region{
    padding-top:0.5em;
}
/* END of Contextual Link Styles*/

/* Drupal Views Override */
.view .date-nav-wrapper .date-nav .pager .date-prev {
    margin-right: 1.2em;
}
.view .date-nav-wrapper .date-nav .pager {
    position: inherit;
}
/* END of Drupal Views Override */

/* Accessibility fix for false positives */
#search-box .btn:hover {
    color: black;
}

#imagebar .sr-only.sr-only-focusable {
    color: white;
}
/* END of Accessibility fix for false positives */

