//CSS elements for TWU Library Mobile Webpage

html, body {
	height: 100%;}
	
body {
	width: 100%;
	margin: 0 auto;
	background-color: green; }
		
#holder { /*This div contains the entirey of the page. It is set to fill the entire viewport and is the parent of all other divs. - JW */
	width: 100%;
	height: 100%;
	margin: 0 auto; }
	
#header { /* This div contains the image and text for the maroon banner at the top of the page.*/
	width: 100%;
	height: 10%;
	margin: 0 auto;
	background-color: #98002D; }
	
#ribbon { /* This div holds the box that holds the main body of the page */
	width: 100%;
	height: 100%;
	background-color: purple; /* for non-css3 browsers */	
	text-align: center;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E2E2E', endColorstr='#858585');  for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#2E2E2E), to(#858585));  for webkit browsers */
	/*background: -moz-linear-gradient(top,  #2E2E2E,  #858585);  for firefox 3.6+ */ }
	
#box {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	color: white;
	border-style: solid;
	border-width: 2px;
	border-color: yellow;
	background-color: transparent; }
	
#button {
	height: 20%;
	width: 20%;
	margin-left: 2%;
	background-color: red;
	float: left; }
	
#button a:link {
	color: #013564;
	text-decoration: none;
	font-size: 90%;
	font-family:Arial,Helvetica,sans-serif; }
	
#button a:hover {
	color: #013564;
	text-decoration: none;
	font-size: 90%;
	font-family:Arial,Helvetica,sans-serif; }
	
#button a:visited {
	color: #013564;	
	text-decoration: none;
	font-size: 90%;
	font-family:Arial,Helvetica,sans-serif; }
	
#lbutton {
	width: 100%;
	height: 100%;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left; }
	
#lbutton a:link {
	color: white;
	text-decoration: none;	
	text-align: center;
	font-size: 12pt;
	font-style: arial,helvetica,sans-serif; }
	
#lbutton a:hover {
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 12pt;
	font-style: arial,helvetica,sans-serif; }
	
#lbutton a:visited {
	color: white;	
	text-decoration: none;
	text-align: center;
	font-size: 12pt;
	font-style: arial,helvetica,sans-serif; }

#row {
	height: 60%;
	width:100%;
	margin-left: auto;
	margin-top: 2%;
	background-color: blue;
	float: left;
	 }	
	
#footer { /* This div contains the link back to the full TWU libraries page. The positioning is set to always attach to the bottom of the device screen. */
	width: 100%;
	height: 5%;
	margin: 0 auto;
	color: #013564;
	position: absolute;
	bottom: 0;
	border-style: groove none none none;
	border-width: 2px;
	border-color: #858585 #2E2E2E;
	font-size: 12pt;
	font-style: arial,helvetica,sans-serif;
	text-align:center; }

#flist {
	width: 201px;
	height: 359px;
	margin: 0 auto;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	background-color: transparent;
	color: white;	
	text-decoration: none;	
	font-size: 16pt;
	font-style: arial,helvetica,sans-serif;
	float: center; }
	
#flist a:link {
	color: #013564;
	text-decoration: none;
	font-size: 16pt;
	font-style: arial,helvetica,sans-serif; }
	
#flist a:hover {
	color: #013564;
	text-decoration: none;
	font-size: 16pt;
	font-style: arial,helvetica,sans-serif; }
	
#flist a:visited {
	color: #013564;	
	text-decoration: none;
	font-size: 16pt;
	font-style: arial,helvetica,sans-serif; }
	
#plist {
	width: 250px;
	height: 100%;
	margin: 0 auto;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	background-color: transparent;
	color: white;	
	text-decoration: none;
	text-align: center;
	font-size: 14pt;
	font-style: arial,helvetica,sans-serif;
	float: center; }
	
#plist a:link {
	color: #013564;
	text-decoration: none;	
	text-align: center;
	font-size: 20pt;
	font-style: arial,helvetica,sans-serif; }
	
#plist a:hover {
	color: #013564;
	text-decoration: none;
	text-align: center;
	font-size: 20pt;
	font-style: arial,helvetica,sans-serif; }
	
#plist a:visited {
	color: #013564;	
	text-decoration: none;
	text-align: center;
	font-size: 20pt;
	font-style: arial,helvetica,sans-serif; }
		
#pribbon {
	width: 100%;
	height: 100%; }
	
#bholder {
	min-height: 600px;
	width: 900px;
	margin: 0 auto;
	background-color: white;
	-moz-box-shadow: 2px 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px 2px #000;
	box-shadow: 2px 2px 2px 2px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000'); }
	
p.sansserif{font-family:Arial,Helvetica,sans-serif; /*margin-left:  22px; */}

p.black{font-family:Arial,Helvetica,sans-serif; color: black; font-size: 1em;}

h2.sansserif{font-family:Arial,Helvetica,sans-serif; /*margin-left: 22px;*/}

h3.sansserif{font-family:Arial,Helvetica,sans-serif; /*margin-left: 22px;*/}

ul.sansserif{font-family:Arial,Helvetica,sans-serif;}

a.sansserif{font-family:Arial,Helvetica,sans-serif;}

#blbox {
	height: 100%;
	width: 600px;
	background-color:white;
	float: left; }
	
#blbox h2 {
	color:#03A1FC;
	margin-left: 22px;; }

#blbox h3 {	
	color:#03A1FC;
	margin-left: 22px; }
	
#brbox {
	height: 100%;
	width: 300px;
	background-color:white;
	float: right; }
	
#bhbox {
	height: 100px;
	width: 900px;
	margin: auto;
	background-color:white;
	float: top; }
	
#bfbox {
	height: 100px;
	width: 900px;
	background-color:white;
	clear: both;
	padding: 22px 0 0 0; }
	
#nav {
	float: center;
	width: 270px;
	height: 100%;
	margin: 12px auto;
	background: #FFFFFF;
	color:black;
	font-family:Arial,Helvetica,sans-serif; }
	
#nav a:link {
	margin: 0 0 10px 37px;
	font-size: 18pt;
	font-style: arial,helvetica,sans-serif; }
	
#nav a:hover {
	margin: 0 0 10px 37px;
	font-size: 18pt;
	font-style: arial,helvetica,sans-serif; }
	
#nav a:visited {
	margin: 0 0 10px 37px;
	font-size: 18pt;
	font-style: arial,helvetica,sans-serif; }

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	font-family:Arial,Helvetica,sans-serif;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	-moz-box-shadow: 1px 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px 1px #000;
	box-shadow: 1px 1px 1px 1px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000'); }
	
#linkbox {
	height: 100px;
	width: 560px;
	background-color: #E1E1E1;
	margin-left: 20px;
	border-style: solid;
	border-width: 2px; }
	
#linkbox a:link {
	margin: 0 0 0 100px;
	font-size: 30pt;
	font-style: arial,helvetica,sans-serif; }
	
#linkbox a:hover {
	margin: 0 0 0 100px;
	font-size: 30pt;
	font-style: arial,helvetica,sans-serif; }
	
#linkbox a:visited {
	margin: 0 0 0 100px;
	font-size: 30pt;
	font-style: arial,helvetica,sans-serif; }
	
#dynamic {
	margin-top: 10px;
	margin-left: 22px;
	font-size: 14pt;	
	font-style: arial,helvetica,sans-serif; }
	
.center /* This is necessary to center elements horizontally using CSS */
	margin-left: auto;
	margin-right: auto;
	width: 96%; }