/*
*//* Olark Smoke Theme
============================== */

/* Layout */

#habla_window_div {
	width: 100%;
	margin: 0 !important;
	color: #fff;
  z-index: 10;
}

#habla_middle_div{
	width: auto;
	margin:0 10px;
}

#hbl_body_message {
  color: white;
}

#habla_expanded_div{
	margin-bottom: 0px;
	background: #cc0000; /* UNIVERSITY color */
	padding-top: 8px;
	padding-bottom: 10px;
}

#habla_topbar_div {
    vertical-align: top;
  	height: 40px;
  	width:100%;
   	background:#cc0000; /* UNIVERSITY color */
   	border-top:1px solid #444;
}


/* Buttons */

#habla_sizebutton_a{
	background-image: url(../images/olark-buttons.png) !important; 
	float: left;
	margin-top: 10px;
	width: 20px;
	height: 20px;
	margin-left: -14px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	background-position: 4px center !important;
	background-repeat: no-repeat !important;
	text-indent: -9999em !important;
	cursor: pointer !important;
	z-index: 200000000;
	border: none !important;
}

.olrk-state-expanded #habla_sizebutton_a{ background-position: -26px center !important; }

#habla_sizebutton_a:hover {
    background-color: #444; /* UNIVERSITY dark color */
}

#habla_closebutton_a,
#habla_popout_a { display: none !important; }

#habla_window_div input[type=submit] {
    width: 100%;
    font-size: 12px;
    color: #000;
    padding: 3px 10px;
    margin: 5px 0px 10px 0;
    border-radius: 3px;
    box-shadow: inset 0px 1px 0px white;
    border: 1px solid black;
    min-height: 30px;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #fafafa 50%, #ddd 55%);
    clear: both;
}

/* Title */

a.habla_oplink_a_normal,
a.habla_oplink_a_hover,
a.habla_oplink_a_hover:hover {
	display: inline-block !important;
	float: left;
	color: white;
	font-weight: bold !important;
	text-decoration: none !important;
	cursor: pointer !important;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 24px;
	overflow: hidden !important;
	border: none;
	/*text-shadow:1px 1px #287514;  UNIVERSITY dark color */
}

.habla_topbar_div_highlighted #habla_oplink_a {
	border: none;
	background: url(../images/olark-buttons.png) no-repeat -44px center;
}

/* Conversations */

#habla_conversation_div {
	height: auto;
	margin: 0 !important;
	color: #FFF !important;
	background-color: transparent !important;
	font-size: 1em;
	overflow: auto !important;
	padding-right: 5px;
	/*text-shadow:1px 1px #287514;  UNIVERSITY dark color */
}

.habla_conversation_p_item {
	margin: 0px 0 0 0px;
}
    
.habla_conversation_text_span{
    color: #FFF !important;
    line-height: 1.7em;
    margin: 0;
    float: none;
}

.habla_conversation_person1 {
    color: #979797;
    padding-right:5px;
    display: none;
}
.habla_conversation_person2 {
    color: #fff !important;
    padding-right:5px;
    display: none;
    margin-bottom: 4px;
    font-weight: bold !important;
}

.olrk_new_sender .habla_conversation_person2, #habla_msg_0 .habla_conversation_person2, .olark-composing-message{
	display:  block;
}

.olrk_new_sender.habla_conversation_p_item{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #323232;
  clear: right;
}

#habla_window_div .olrk_avatar{ 
    border: 1px solid black;
    float: right;
    margin: 0 10px 10px 10px;
}

#habla_offline_message_span {
	/*text-shadow:1px 1px #287514;  UNIVERSITY dark color */
}

/* Forms */

#habla_window_div textarea{
	background-color: #fff !important;
	color: #000 !important;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	width: 97%;
	padding: 4px;
	margin: 6px 0px !important;
	background-image: none;
	float: none;
	opacity: 1;
	min-height: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #a1a1a1;
	font-size: 13px !important;
	text-align: left;
	resize: none;
	overflow: hidden;
}
  
/* iPhone landscape fix*/

@media (max-height: 320px) {
  #habla_topbar_div {height: 25px;}
  a.habla_oplink_a_normal, a.habla_oplink_a_hover, a.habla_oplink_a_hover:hover {margin-top: 5px; font-size: 14px;}
  #habla_sizebutton_a {margin-top: 3px;}
  #habla_conversation_div {height: 130px !important;}
  #habla_window_div textarea {padding: 2px 4px;}
  #habla_window_div textarea#habla_offline_body_input {height: 45px !important;} 
  #habla_link_div {display: none;}
  #habla_offline_message_span {display: none;}
  #habla_expanded_div {padding-top:5px;}
}