/*only iPhone*/
 
@media only screen and (max-device-width: 960px) { 
 
    /*fixes too big font in mobile Safari*/
 
    html { 
        -webkit-text-size-adjust:none; 
    }
 }

body{
	position: relative;
	margin: 0;
	padding: 0px;
	background-color: #fff;
	font-family:arial,helvetica,clean,sans-serif;
	font-size: 13px; /* main UH site says 13px but it looks too small */
}

#page{
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: auto;
	margin-bottom: 25px;
	overflow: auto;
	
}

a{color: #CC0000;}
#footer-inner a:hover, a:hover{color:#CC0000;text-decoration: underline;}
#footer-inner a{text-decoration:none;}
/* ------------------------------------------ */
/** header **/
#header{
	margin-top: -7px;
	padding-top:0px;
	height:125px;
}
hr{
	width: 100%;
	border:0;
	background-color: #f4f4f4;
	height:1px;
	width: 520px;
	margin: 10px 0;
}
hr#top_bar {
	margin: 7px 0;
	width: 100%;
	border:0;
	top:0px;
	left:0px;
	height:8px;
	background-color: #cc0000;
}
#uh_logo {
	position:relative;
	top:0px;
	left:30px;
	height:50px;
	width:522px;
	background-color:#fff;
	background-position: bottom;
	background-image:url(../images/uhl-logo.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	border: none;
}
#header #branch-info {
	color: #505050;
	font-size: 20px;
	float:right;
	margin:35px 25px 0 0;
	text-align:right;
}
#header #branch-info .block-libraryhours .more-link{display:none;}
#header #branch-info h2 a{
	color: #666666;
	font-size: 14px;
}
#header #branch-info h2{
	display:inline-block;
	margin-top:-10px;
	font-weight:normal;
}
#header #branch-info .content {
	display: inline-block;
	color: #666666;
	font-size: 14px;
}
#header #bottom{
	margin-top: 25px;
	border-bottom:1px solid #E1E1E1;
	width:100%;
	margin-bottom: 50px;
}
#header #bottom #block{
	background:none repeat scroll 0 0 #CC0000;
	height:4px;
	width:28px;
}

/* ------------------------------------------ */

/* ------------------------------------------ */
/* footer */
#footer-inner{
	border-top:1px solid #E1E1E1;
	padding-top: 5px;
	min-height: 100px;
	text-align: center;
}
#footer-inner #block{
	margin-top: -10px;
	float: right;
	background:none repeat scroll 0 0 #CC0000;
	height:4px;
	width:28px;
}

#footer p.address {
	clear: both;
	color:#606060;
	margin:0;
	padding:0;
}
#footer ul, #footer ul li {
	margin:0;
	padding:0;
}
#footer ul {
	list-style:none;
}
#footer ul li {
	display:inline;
}

#footer ul a {
	border-left:1px solid #606060;
	padding:0 3px 0 5px;
}
#footer ul a.first {
	border-left: none;
}

/* share this*/
#footer #share{
	font-size: 9px;
	font-style:italic;
	margin-top: -3px;
	margin-right: 2px;
	float: right;
}

/* ------------------------------------------ */


/** below edited by J Fisher 09.06.2011 for login page **/


#login-block h2 {
	font-family: Tahoma,Geneva,sans-serif;
	text-align: center;
	color: #cc0000;
}


#shift-login {
	margin: auto;
	padding-left: 15px;
	position: relative;
}

#shift-login strong {
	position: relative;
  	display: inline-block;
  	width: 75px;
}

/*added 02.06.2012*/

#FAQ-block{
	width: 650px;
	display:block;
}

#FAQ_widget {
	width: 500px;
	height: 30px;
	border: 1px solid #EEE;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dfdfdf;
	margin: 0px 0 0;
	background-color: #f4f4f4;
}

#FAQ-button {
background-color: #cc0000;
border: 1px solid #af0303;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
color: white;
cursor: pointer;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
padding: 3px 5px;
vertical-align: middle;
height: 28px;
width: 75px;
font-size: 15px;
border-image: initial;
margin-left: 8px;
}


#FAQ-button:hover{
	background-color: #af0303;
}

#FAQ-entry{
	width: 400px;
	height: 20px;
	font: bold 14px Arial,Helvetica,sans-serif;
	color: #A4A4A4;
	vertical-align: middle;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

#api_answers_iid283_listtopic ul, .custom-content ul{
	list-style:square;
	display: block;
	padding: 0;
	margin: 15px 0 0 20px;
	font-size: 14px;
	
}

.custom-content ul a{
	text-decoration:none;
}

.custom-content ul a:hover {
	text-decoration: none;
}

#api_answers_iid283_listtopic ul li,  .custom-content ul li{
	padding: 5px 0 5px 7px;
}

#api_answers_iid283_listtopic ul li a, .custom-content ul li a{
	text-decoration:none;
	padding: 3px 0;
	color: black;
}

#api_answers_iid283_listtopic a:link {
	padding: 3px 5px;
}

#api_answers_iid283_listtopic a:hover {
	background-color: #f4f4f4;
	text-decoration: none;
    color: #cc0000;
	padding: 3px 5px;
	}

#api_subjects_iid1087{
	width: 320px;
	
}


h1{
	font-family: Tahoma,Geneva,sans-serif;
	color: #C00;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 5px;
}

h2{
	color: #555;
text-decoration: none;
margin-bottom: 0.83em;
font-size: 1.5em;
line-height: 1.3em;
margin-top: 0.667em;
display: block;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
font-family: arial,helvetica,clean,sans-serif;
}

h3 {
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
font-family: arial,helvetica,clean,sans-serif;
}

ul {margin: 0 0;
margin-top: 5px;
margin-bottom: 15px;
}

ul li{
line-height: 1.4em;
list-style: square;
}


.single-message{
background-color: #fff;
position: relative;
margin: 25px auto;
width: 650px;
padding: 10px 30px 20px 30px;
height: auto;
border: 1px solid #f4f4f4;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);

}

.single-message h3{
margin: 0 0;
margin-top: 15px;
}

.single-message:before, .single-message:after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 11px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}
.single-message:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

.errors.single-message h2
{
    color: #C00;
}

#login-left{
position: relative;
background-color: none;
margin: 0 auto;
width: 545px;
height: auto;
padding: 0;
overflow: hidden;
}

/* login form */	

#login{
	font:1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.5em;
	color:#444;
	margin:0 auto;
	background:#fff;
	border:5px solid #dfdfdf;
	width:515px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:left;
	position:relative;
	height: 280px;
	margin-bottom: 15px;
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	}
#login p{
margin:.5em 25px;
	}
#login a, #login a:visited{color:#cc0000;}
#login a:hover{color:#9a0606;}
#login h1{
font-family: arial,helvetica,clean,sans-serif;
	background:#cc0000;
	color:#fff;
	text-shadow:#9a0606 0 1px 0;
	font-size:20px;
	font-weight: bold;
	padding:15px 23px;
	margin:0 0 1.5em 0;
	border-bottom:1px solid #9a0606;
	}
#login .register{
	position:absolute;
	float:left;
	margin:0;
	line-height:30px;
	top:-40px;
	right:0;
	font-size:11px;
	}
	
#login div{
	margin:.5em 25px;
	background:#eee;
	padding:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align:right;
	position:relative;
	}	
#login label{
	float:left;
	line-height:30px;
	padding-left:10px;
	font-size: 18px;
	}
#login .field{
	border:1px solid #ccc;
	width:280px;
	font-size:12px;
	line-height:18px;
	padding:4px;
	-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-box-shadow:inset 0 0 5px #ccc;
	box-shadow:inset 0 0 5px #ccc;
	}	
#login div.submit{background:none;margin:1em 25px;text-align:left;}	
#login div.submit label{float:none;display:inline;font-size:11px;}	
#login .forgot{
    text-align:center;font-size:11px;
    font: 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#login .agreement{width: 350px;display:inline-block;}
#login .agree{padding:1em 0;border-top:1px solid #eee;text-align:center;font-size:11px;}
#login .error{
	float:left;
	position:absolute;
	left:95%;
	top:-5px;
	background:#890000;
	padding:5px 10px;	
	font-size:11px;
	color:#fff;
	text-shadow:#500 0 1px 0;
	text-align:left;
	white-space:nowrap;
	border:1px solid #500;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 0 5px #700;
	-webkit-box-shadow:0 0 5px #700;
	box-shadow:0 0 5px #700;
	}
	
#login button{
    float: right;
	border:0;
	padding:0;
	text-align:center;
	font-size:12px;
	color:#fff;
	text-shadow:#9a0606 0 1px 0;
	background: none;
	cursor:pointer;
	}


/* //  login form */

/*red button*/

.red-button {
	display: inline-block;
background-color: #cc0000;
border: 1px solid #af0303;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
color: white;
cursor: pointer;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
padding: 8px 15px;
vertical-align: middle;
font-size: 15px;
border-image: initial;
text-align:center;
vertical-align: middle;
margin: 0px 0 10px;
}


.red-button:hover{
	background-color: #af0303;
}

#faq-chat-wide{
background-color: #fff;
position: relative;
margin: 35px auto 20px;
width: 958px;
height: auto;
}

#login-faq{
position: relative;
float: left;
width: 525px;
height: auto;
margin-bottom: 15px;
}

#login-chat{
border:1px solid #eee;
position: relative;
background: #eee;
float: left;
padding: 5px 10px 0;
width: 493px;
min-height: 200px;
margin-bottom: 15px;
border:5px solid #dfdfdf;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

#login-chat-small{
position: relative;
background: #f8f9fa;
float: left;
padding: 0px 5px 5px 10px;
width: 300px;
height: 295px;
margin-bottom: 15px;
overflow: hidden;
border:5px solid #dfdfdf;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

#title{
font-size: 8px;
}

#problem-right{
float: right;
/*background-color: #dfdfdf;*/
position: relative;
margin: 0px auto 0;
width: 340px;
padding: 0px 30px 20px 30px;
height: auto;
/*border: 1px solid #f4f4f4;*/
}

#warning-box{
margin: 0 auto 15px;
color:#555;
font-size: 36px;
background:#fff;
border:5px dashed #cc0000;
width:850px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
text-align:left;
position:relative;
padding: 20px 30px;
font-family: Tahoma,Geneva,sans-serif;
color: #C00;
}

#warning-box p{
line-height: 24px;
}

#warning-box h1{
	font-size: 36px;
	}


