@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;height:100%; }
body {	margin: 0;	background-color: #ffffff;	font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif;	color: #000000;	font-size: 0.9em;}
.button, input, select, textarea {ont-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif;color: #000000;	font-size: 9px;	padding-top: 2px;	padding-bottom: 2px; height:100%;}



/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }

hr.blue { display: block; height: 1px; border: 0; border-top: 2px solid #006699; margin: 1em 0; padding: 0; }
.yellow { display: block; padding: 0px; height: 2px;    margin: 0px;    display: block; background: 2px solid #c0A030;    }


ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
p.smalltext {font-size:12px;  line-height: 94%; /*use 88% for closures, 94% standard, 11pt for long list*/ padding-left: 5px;}


/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {	margin: 0 0;	padding: 0 0 0 10px;	list-style: none;}

.col_1 li  {text-align: left; line-height: 150%;padding-right: 20px; list-style-position: outside; list-style-image: url(http://www.santarosa.edu/library/assets/images/bullett.jpg); 	background-repeat: no-repeat; 	margin-top: 3px;}
.col_2 li  {text-align: left; line-height: 150%;padding-right: 20px; list-style-position: outside; list-style-image: url(http://www.santarosa.edu/library/assets/images/bullett.jpg); 	background-repeat: no-repeat; 	margin-top: 3px;}
.col_3 li  {text-align: left; line-height: 150%;padding-right: 20px; list-style-position: outside; list-style-image: url(http://www.santarosa.edu/library/assets/images/bullett.jpg); 	background-repeat: no-repeat;	margin-top: 3px; }
.col_50-left li  {font-size: .97em; text-align: left; line-height: 140%;padding-right: 20px; list-style-position: outside; list-style-image: url(http://www.santarosa.edu/library/assets/images/bullett.jpg); 	background-repeat: no-repeat;	margin-top: 3px; }
.col_50-right li {font-size: .97em;	text-align: left;	line-height: 140%;	padding-right: 20px;	list-style-position: outside;	list-style-image: url(http://www.santarosa.edu/library/assets/images/_bullett.jpg);
	background-repeat: no-repeat;	margin-top: 3px;}
.col_complete li {font-size: .97em;	text-align: left;	line-height: 120%;	padding-right: 20px;	list-style-position: outside;	list-style-image: url(http://www.santarosa.edu/library/assets/images/_bullett.jpg);
	background-repeat: no-repeat;	margin-top: 3px;}
	

dd { margin: 0 0 0 40px; }
/* nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }*/


/* =============================================================================
   Embedded content
   ========================================================================== */

/* * 1. Improve image quality when scaled in IE7: h5bp.com/d * 2. Remove the gap between images and borders on image containers: h5bp.com/e  */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* * Correct overflow not hidden in IE9  */

svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }









/* =============================================================================
   Forms
   ========================================================================== */

form {	margin: 0;	padding: 0px;	float: left;}
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*  * 1. Correct color not inheriting in IE6/7/8/9  * 2. Correct alignment displayed oddly in IE6/7  */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* * 1. Correct font-size not inheriting in all browsers * 2. Remove margins in FF3/4 S5 Chrome * 3. Define consistent vertical alignment display in all browsers */

button, input, select, textarea { /*font-size: 100%; */ margin: 0; vertical-align: baseline; *vertical-align: middle; }

/* * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) * 2. Correct inner spacing displayed oddly in IE6/7 */

button, input { line-height: normal; *overflow: visible; }

/* * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */

table button, table input { *overflow: auto; }

/* * 1. Display hand cursor for clickable form elements * 2. Allow styling of clickable form elements in iOS */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*  * Consistent box sizing and appearance */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*  * Remove inner padding and border in FF3/4: h5bp.com/l  */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*  * 1. Remove default vertical scrollbar in IE6/7/8/9  * 2. Allow only vertical resizing */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
.hide { display: none; }










/******SRJC DESIGN ********/



.image_left_grey {	float: left;	padding: 6px;	vertical-align: top;	margin-top: 20;		margin-bottom: 8px; max-width: 100%;}



.boldtext {font-weight: bold; }
.italictext {font-style: italic;}

.push-left{float:left !important}
.push-right{float:right !important}
.rule {font-family: Myriad W01 Bd; font-weight: bold; color: #97B12E; font-size: 15px; line-height: 20px; border-bottom: 1px solid #E8E8E8; margin-bottom: 4px}

#gallery  {text-align: left;  font-size: 12px; color: #013564; margin-top: 2px;}
#gallery A:link {text-align: left;  font-size: 12px; margin-top: 2px;}
#gallery A:active {text-align: left;  font-size: 12px; margin-top: 2px;}
#gallery A:visited {text-align: left;  font-size: 12px; margin-top: 2px;}
#gallery A:hover {text-align: left; font-size: 12px; text-decoration: margin-top: 2px;}

/*	Floors */
.section { border: 1px solid #DBDBDB; border-width: 1px 0; clear: both; padding: 0.5em 0; margin-bottom: 1em; font-family: "Benton Sans Bold", Arial, Helvetica, sans-serif; font-size: 1.7em; line-height: 1.1; font-weight: bold; color: #000;  } 
.floor {border-top: 1px solid #DBDBDB;	margin-bottom: 25px;}




/*********************************** Home Page Top Right Research Box ************************************************/
#research-title {height: 24px; padding-top: 9px; background-image: url(http://www.santarosa.edu/library/assets/images/rschbkgnd11FQ.gif); background-repeat: no-repeat; background-position: left top;z-index: 0; position: relative;}
#research-title .img {z-index: 1;	position: relative;	padding-left: 18px;}
#research-content {font-size: 1em; border-bottom: #bcbcbc 1px solid; border-left: #bcbcbc 1px solid;    border-top: #bcbcbc 1px solid; LIST-STYLE-TYPE: none; margin: 0px;  border-right: #bcbcbc 1px solid; padding-top: 5px; 
    background: #dad3c9; /* Background for IE9 and older browsers */ 
	background: -webkit-linear-gradient(bottom, #e1e1e1, #dad3c9); /* Background for Chrome & Safari */ 
	background: -moz-linear-gradient(bottom, #e1e1e1, #dad3c9); /* Background for Firefox */ 
	background: -o-linear-gradient(bottom, #e1e1e1, #dad3c9); /* Background for Opera */ 
	background: -ms-linear-gradient(bottom, #e1e1e1, #dad3c9); /* Background for Internet Explorer 10 */ 
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);}

#research-content li {	border-bottom: #bcbcbc 1px solid;  padding-bottom: 3px; padding-left: 3px;	padding-right: 3px;	font-size: 1em; padding-top: 3px;	margin-top: 0px; margin-bottom: 0px;	margin-left: 5px; font-weight: bold;}
#research-content li.last {	border-bottom: none; padding-bottom: 6px; font-size: 1em; padding-left: 3px; padding-right: 3px; padding-top: 2px; margin-top: 0px;  margin-bottom: 5px;	margin-left: 5px; font-weight: bold;}
#research-content li a {	color: #3f529c;  font-weight: bold; text-decoration: none; font-size: 1em}
#research-content li a:hover {	color: #3f529c;	font-size: 1em; font-weight: bold;	text-decoration: underline}
/*************************************** side-by-side box layout ************************************************************/
/*.box0 {width: 130px; float: left; margin-left: 20px;	margin-right: 0px;	margin-bottom: 5px;	 border-right-width: 1px;	border-right-style: solid;	border-right-color: #BCBCBC; font-size: 10px; line-height: 100%; }
.box0a {width: 136px; float: left;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 5px;	 	font-size: 10px; line-height: 100%;} */
.box1noborderw4 {float: left;	margin-top: 4px;	line-height: 130%;}
.socialmedia {	border: 1px solid #abc4ce;	padding-top: 1px;	padding-right: 1px;	padding-bottom: 1px;	padding-left: 1px;	margin-right: 2px;}

/***************************************Home Page Search Boxes*********************************/
#researchbox { }
/**White Text Links in Search Boxes**/
#researchbox.r-white {font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif;	text-align: left;	font-size: .7em;	font-weight: bold; color: #fff;  text-decoration: none; !important;}
#researchbox.r-white a:link {font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif;	text-align: left; font-weight: bold; color: #fff; text-decoration: none; !important;}
#researchbox.r-white a:visited {font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif;	text-align: left;  font-weight: bold; color: #fff; text-decoration: none; !important;}
#researchbox.r-white a:hover{font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif;	font-weight: bold; text-decoration: underline; color: #fff;!important; }
 /**Search Box Background - top and bottom**/
.startresearch{	clear: none;	float: left;	/**margin-left: 1.6949%;	width: 32%;	*/display: block; background: #660033;   text-align: left; overflow: hidden; box-shadow: 2px 2px 10px rgba(20,20,20,0.5);  -webkit-box-shadow: 2px 2px 10px rgba(20, 20, 20, .5); -moz-box-shadow: 2px 2px 10px rgba(20, 20, 20, .5); width: 100%}
.startresearch .p-head {font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif;	line-height: 100%; padding-top: 1px; padding-bottom: 1px; padding-left: 0.6em; color: #820000; font-size: 0.7em; background-color: #fcfeff ; }


/*****Research Support Box White*****/
#rapbox { }
.rapbox{	clear: none;	float: left;	display: block; background: #fff;  text-align: left; overflow: hidden; /* box-shadow: 2px 2px 10px rgba(20,20,20,0.5);  -webkit-box-shadow: 2px 2px 10px rgba(20, 20, 20, .5); -moz-box-shadow: 2px 2px 10px rgba(20, 20, 20, .5); width: 240px;*/  padding-bottom: 5px;}
.rapbox .p-head {  background-color: #fcfeff; padding-top:  0.4em;  padding-bottom:  0.4em; font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif; font-weight: bold; line-height: 100%; color: #820000; font-size: 1.3em; background-color: #fcfeff; padding-left: 0.3em;  }
.rapbox-text {font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif; padding-bottom: 3px; padding-left: 3px;	padding-right: 3px;	font-size: 0.95em; padding-top: 3px;	margin-top: 0px; margin-bottom: 0px;	margin-left: 5px; font-weight: bold; line-height: 140%;}

/**************Box headers**********/
.blueBars  {margin: 0px;  width: 99.5%; height: 30px !important; overflow: hidden !important; font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif; font-size: 1.em; font-weight: normal; color: #fff; padding-top: 5px; padding-left: 3px; text-decoration: none; float: left; display: inline; background-color: #660033; }
.blueBars a {margin: 0px;  width:99.5%; height: 30px !important; overflow: hidden !important; font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif; font-size: 1.em; font-weight: normal; color: #fff; padding-top: 5px; padding-left: 3px; text-decoration: none; float: left; display: inline; background-color: #660033;}




.blueBars a:link {	color: #fff; text-decoration: none;  }
.blueBars a:hover {	color: #fff; text-decoration: underline; }

img, object, embed, video {	max-width: 100%; height: auto;}

.showcase-content {border: 1px solid #cccccc; padding: 8px; margin-top: 0px;  font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif;	text-align: left;	font-size: .97rem; font-color: #242526;  }
.showcase-content p { font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif;	text-align: left;	font-size: .9rem; font-color: #242526; line-height: 130%; }
.showcase-content h2  {font-size: .97rem;	font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif;	color: #002654;	font-weight: bold;text-rendering: optimizeLegibility;}
.showcase-content ul{list-style: none;}
.showcase-content li{ list-style: none; font-family: "Lato", "Myriad W01 Regular", "Verdana", "Helvetica", "Arial", sans-serif;	text-align: left;	font-size: .97rem; font-color: #242526; line-height: 130%; list-style: none;}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
 /* a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
