/*

Hospital Broadcasting Service Ayrshire
www.hbsaradio.com

Built by Ben from www.subduedmedia.co.uk


*/


* {
	padding: 0;
	margin: 0;
	border: 0;
	
}

a:link, a:active, a:visited {
	color : #2D85B3;
	text-decoration: underline;
}

a:hover{
	color : #5CADD6;
	text-decoration: none;
}

body {
	font : 0.9em Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	min-width: 740px;
	background : #41AACD url(/images/template/background.gif) repeat-x fixed;
}

h1 {
	font : 1.5em Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0.2em 0 0.1em 0;
	color: #1A80AA;
	letter-spacing: -1px;
	font-weight: bold;
}

h2, h3 {
	font : 1.2em Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0.4em 0 0.3em 0;
	color: #1A80AA;
	letter-spacing: -0.5px;
	font-weight: bold;
}

p {
	padding: 0.2em 0 1.5em 0;
	line-height: 145%;
}

strong {
	font-size: 1.1em;
}

#wrap {
	margin: 1.8em auto 0 auto;
	width: 752px;
	text-align: center;
	background-color : #fff;
	border-left: 1px solid #17A5CE;
	border-right: 1px solid #17A5CE;
}

#header {
	background : #019EE1 url(/images/template/background-header.gif) no-repeat;
	width: 100%;
	height: 120px;
	text-align: left;
}

#promo {
	margin: 1.2em auto;
}

#info {
	
	width: 720px;
	font-size: 0.8em;
	font-weight: bold;
	margin: 1.2em auto;
	padding: 0.2em 0;
	text-align: center;
	color: #557DA6;
	border: 1px solid #C8EDF9;
	background-color : #F1FAFC;
	color: #333;
	background-color: #FFF3F0;
	border: 1px solid #FFDAD0;
}



#content {
	float: left;
	width: 63%;
	padding: 0 0 0 20px;
	margin: 0.5em 0 1.5em 0;
	text-align: left;
	font-size: 0.9em;
}

#sidebar {
	float: right;
	width: 25%;
	margin: 1em 0 0 0;
	padding: 0 1.2em 0 0.4em;
	/*  border-left: 1px solid #BADDFE; */
	text-align: left;
	color : #676767;
	font : 0.8em Arial, Trebuchet MS, Arial, Helvetica, sans-serif;

}

hr { 
color: #BADDFE; 
background: #BADDFE; 
border: 0; 
height: 1px; 
margin: 1em 0;
padding: 0;
clear: both;
width: 90%;
}

.cleaner hr { 
color: #fff; 
background: transparent; 
border: 0; 
height: 1px; 
margin: 1em 0 0 0;
padding: 0px;
clear: both;
}

#bottom-nav {
	width: 750px;
	margin: 0 auto;
	padding: 2.5em 0 1em 0;
	background : url(/images/template/background-nav-bottom.gif) no-repeat top center;
	display: none;
}

.bottom-nav-col{
	float: left;
	width: 245px;
	border-left: 1px dashed #D1DCDE;
	font-size: 0.9em;
}

.bottom-cleaner {
	clear: both;
	height: 1px;
}

#footer {
	clear: both;
	font : 0.7em Arial, Helvetica, sans-serif;
	width: 752px;
	margin: 0 auto;
	padding: 1em 0;
	line-height: 150%;
	text-align: left;
	border-top: 1px solid #E1E1E1;
	background : #F5F5F5 url(/images/template/background-footer.gif) no-repeat center;
}

#feedback {
	margin: 1.5em auto 1em auto;
	width: 100px;
padding-left: 600px;
}


/* ----------------------------------------------------------------------------------------------------      Styles */

#content  img{
padding: 0.3em;
margin: 0.5em;
border: 1px solid #E6E6E6;
background-color: #F9F9F9;
display: block;
}

#content img.side{
padding: 0.3em;
margin: 1em 2em 1.1em 0.5em;
border: 1px solid #E6E6E6;
background-color: #F9F9F9;
display: inline;
float: left;
}

#content img.pile{
padding: 0.3em;
margin: 1em 2em 1.1em 0.5em;
border: 1px solid #E6E6E6;
background-color: #F9F9F9;
display: inline;
}

legend {
	font : 1.2em Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0.4em 0 0.3em 0;
	color: #1A80AA;
	letter-spacing: -0.5px;
	font-weight: bold;
}


input.zemText {
	border: 1px solid #DAECF3;
        padding: 5px;
	margin: 0.8em 0;
	background-color : #F9F9F9;
	font-weight: bold;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
display: block;
}


label {
display: inline;
}

#content input.hidden {
display: none;
}

.zemSubmit {
	border: 1px solid #DAECF3;
        padding: 3px;
	margin: 0.3em 0;
	background-color : #F9F9F9;
	font-weight: bold;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
display: block;
}

#content textarea {
	border: 1px solid #C8EDF9;
        padding: 3px;
	background-color : #F9F9F9;
	font-weight: bold;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
display: block;
width: 75%;
}

.zemThanks {
	width: 100%;;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
	color: #557DA6;
	border: 1px solid #C8EDF9;
	background-color : #F1FAFC;
	color: #333;

}

.logo {
   text-indent: -9000px;
}
  
#access-left{
	position: absolute;
	top: 0.5em;;
	left: 0.5em;
	display: block;
	font : bold 0.8em Arial, Helvetica, sans-serif;
	color : #1A5567;
}

#access-right{
	position: absolute;
	top: 0.5em;;
	right: 0.5em;
	display: block;
	font : bold 0.8em Arial, Helvetica, sans-serif;
	color :#1A5567;
}

#access-right a, #access-left a {
	color : #1A5567;
	text-decoration: underline;
}

#access-right a:hover, #access-left a:hover {
	color : #CBE8F1;
	text-decoration: underline;
}

#info a {
color: #92D2EC;
padding: 0.5em 2em;
}

#footer a {
	color: #A6A4A4;
	padding: 0.5em 5.5em;
	text-decoration: none;
}

#footer a:hover {
color: #6C6C6C;
}

.bottom-hidden {
	display: none;
}

 /*                                                                                                 Rollover Buttons */
.presenter  {
width: 189px;
height: 26px;
  text-indent: -9000px;
}

.presenter a {
display: block;
width: 189px;
height:30px;
background: url(/images/template/hospital-radio-presenter.gif) no-repeat top left;
padding: 0.2em 0;
}

.presenter a:hover {
background-position: -190px 0;
}

.patientline {
width: 189px;
height: 26px;
  text-indent: -9000px;
}

.patientline a {
display: block;
width: 189px;
height: 30px;
background: url(/images/template/hospital-radio-patientline.gif) no-repeat top left;
padding: 0.2em 0;
}

.patientline a:hover {
background-position: -190px 0;
}

.text {
width: 189px;
height: 26px;
  text-indent: -9000px;
}

.text a {
display: block;
width: 189px;
height: 30px;
background: url(/images/template/hospital-radio-text.gif) no-repeat top left;
padding: 0.2em 0;
}

.text a:hover {
background-position: -190px 0;
}




/* ------------------------------------------------------------------------------------------      Top Navigation */
#navcontainer { 
width: 100%;
margin: 0 auto 1.2em auto;
height: 1.9em;
background : #2B89A8 url(/images/template/nav-bg.gif) repeat-x; 
text-align: center;
 }

ul#navlist {
        margin: 0 auto;
        padding: 0 0 0 20px;
        list-style-type: none;
        white-space: nowrap;
		text-align: center;
}

ul#navlist li {
        float: left;
        font-family: arial, verdana, arial, sans-serif;
        margin: 0;
		padding: 0.4em 0 0.3em 0;
		font : bold 1em Arial, Helvetica, sans-serif;
}

#navlist a, #navlist a:link {
        margin: 0;
        /* adjust line below for spacing between*/
		padding: 0.4em 1em;
        color: #B1E2EB;
        text-decoration: none;
		/*border-left: 1px dashed #3FA7CD;*/
}

#navlist a:hover {
        color: #EEF8FB;
       /* background-color: #22697F;
        background : #22697F url(/images/template/nav-rollover-bg.gif) repeat-x;*/

}

#navlist li {
	background: url(/images/template/bullet-navtop-arrows.gif) no-repeat 0 50%;
}



#navlist li.home {
	background: none;
}



#navlist li.home {
	background: none;
}

/* --------------------------------------------------------------------------------------      Bottom Navigation */
.bottom-nav-list {
padding-left: 0;
margin: 0 5px 0 5px;
width: 235px;

}

.bottom-nav-list li {
text-align: left;
list-style: none;
margin: 0 0.3em;
padding: 0.3em;
border-bottom : 1px dashed #A6D1E2;
}

.bottom-nav-list a:link, .bottom-nav-list a:active,  .bottom-nav-list a:visited { 
text-decoration: none; 
}

.bottom-nav-list a:hover{ 
text-decoration: none; 
 color : #777777;
}


#bottom-nav h3 {
	 color : #777777;
	text-align: left;
	font : bold 1.1em Arial, Helvetica, sans-serif;
margin: 0 0.3em;
padding: 0.30em;
}

/* ---------------------------------------------------------------------------------------------      Sidebar */
.sidebar-stuff {
	border: 1px solid #DAECF3;
	border-top: 3px solid #DAECF3;
	padding: 0.4em 0.6em 0.4em 0.6em;
	margin: 1.25em 0;
	background-color : #F9F9F9;
	background : url(/images/template/sidebar-arrows.gif) no-repeat top right;
}

#sidebar a  {
text-decoration: none;
}

#sidebar a:hover  {
text-decoration: none;
 color : #336699;
}

#sidebar h3 {
	 
	 /*background: url(/images/template/bullet-page-go.jpg) no-repeat 0 50%;*/
}

#sidebar h3.schedule{
	padding: 0.3em 0 0.3em 22px;
	background: url(/images/template/bullet-transmit.gif) no-repeat 0 50%;
}

#sidebar ol li {
text-align: left;
list-style: none;
padding: 0.5em 0.25em;
}

#sidebar h1, #sidebar h2 {
	margin-top: 1em;
	 padding: 0.3em 0 0.3em 0;
}


#sidebar p {
		 padding: 0.1em 0 1em 0;
}

#sidebar ul {
padding: 0 0 0 1.3em;
margin-bottom: 1.5em;
border-left: 4px solid #EBF7FA;
}

#sidebar li {
text-align: left;
list-style: none;
border-bottom: 1px dashed #EBF7FC;
font-weight: bold;
}

#sidebar li a { 
text-decoration: none; 
 color : #8A8A8A;
 display: block;
 padding: 0.4em 0;
}

#sidebar li a:hover { 
text-decoration: none; 
color : #3E9ECF;

}

/* -------------------------------------------------------------------------------------      Image and Caption */


dl {
	padding: 0.5em;
	margin: 0.5em 0 2em 0;
	background: #F5F5F5;
	border: 1px solid #DADADA;
	display: block;
}

dd {
	font-size: small;
	text-align: right;
	margin: 0;
	color : #666666;
}


/* -------------------------------------------------------------------------------------      Feedback */
.feedback  {
width: 100px;
height: 24px;
  text-indent: -9000px;
}

.feedback a {
display: block;
width: 100px;
height:24px;
background: url(/images/template/subduedmedia-feedback.gif) no-repeat top left;
padding: 0.2em 0;
}

.feedback a:hover {
background-position: -100px 0;
}
/* -----------------------------------------       Live Search */
#LSResult { 
position: absolute; 
background-color: #fff; 
width: 196px; 
font-size: 0.9em;
border: 2px solid #5CCCED;
} 

#LSShadow { 
padding: 3px; 
} 

#LSRes { 
background-color: #fff; 
} 

.LSRow { padding: 0 5px; border-bottom: 1px solid #C3D9DF; } 

#LSHighlight { background-color: #BFF1FF; } 

#LSHeader { padding: 2px 2px 8px; } 

.lsDate { display: block; color: #555; }

#sidebar input {
	border: 1px solid #DAECF3;
	border-top: 3px solid #DAECF3;
        padding: 10px 5px 10px 10px;
	margin: 1.25em 0;
	background-color : #F9F9F9;
	background : url(/images/template/sidebar-arrows.gif) 	
	no-repeat top right;
	font-size: 0.9em;
	font-weight: bold;
        width: 168px;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
}
