/* Music Demo CSS */

/* common */

html, h1, h2, ol, ul, li, dl, dt, dd, img {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	}

body {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #4F4F4F;
	}
	
/* links */

a:link {
	text-decoration: none;
	border-bottom: 1px dotted #BBBBBB;
	}

#content a, #music_player a{
	text-decoration: none;
	color: #4F4F4F;
	}

a.miniWin img {
	display: inline;
	padding-left: 3px;
	width: 15px;
	height: 13px;
	}
	
#content div.blue h3, #content div.blue a:visited, #content div.blue a:hover, #music_player li.blue a {color: #104E8B;}
#content div.green h3, #content div.green a:visited, #content div.green a:hover, #music_player li.green a {color: #228B22;}
#content div.red h3, #content div.red a:visited, #content div.red a:hover, #music_player li.red a {color: #B22222;}
#content div.yellow h3, #content div.yellow a:visited, #content div.yellow a:hover, #music_player li.yellow a {color: #FFCC11;}
#content div.orange h3, #content div.orange a:visited, #content div.orange a:hover, #music_player li.orange a {color: #FF9900;}
#content div.teal h3, #content div.teal a:visited, #content div.teal a:hover, #music_player li.teal a {color: #6699CC;}
#content div.grey h3, #content div.grey a:visited, #content div.grey a:hover, #music_player li.grey a {color: #696969;}

#content div.blue a:hover, #music_player li.blue a:hover {border-bottom: 1px solid #104E8B;}
#content div.green a:hover, #music_player li.green a:hover {border-bottom: 1px solid #228B22;}
#content div.red a:hover, #music_player li.red a:hover {border-bottom: 1px solid #B22222;}
#content div.yellow a:hover, #music_player li.yellow a:hover {border-bottom: 1px solid #FFCC11;}
#content div.orange a:hover, #music_player li.orange a:hover {border-bottom: 1px solid #FF9900;}
#content div.teal a:hover, #music_player li.teal a:hover {border-bottom: 1px solid #6699CC;}
#content div.grey a:hover, #music_player li.grey a:hover {border-bottom: 1px solid #696969;}
	
#content a:visited {
	font-weight: bold;
	}
	
#content a:hover, #music_player a:hover {
	font-weight: bold;
	border-bottom: 1px solid;
	}
	
/* links end */

h1, h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
	}

/* common end  */

/* jello */
body {
	padding: 20px 350px 0 350px;
	margin: 0;
	text-align: center;
	background: #FFFFFF;
	}
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 50%;
	max-width: 290px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: #FFFFFF;
	margin: 0 -350px 0 -350px;
	min-width: 700px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper {
	width: 100%;
	border: 1px solid #696969;
	}

/* jello End */

/* header */

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
#header h1 {
	width: 232px;
	height: 62px;
	float: left;
	margin: 0;
	color: #FFFFFF !important;
	text-align: left;
	font-size: x-small;	
	padding: 0 0 20px 30px;
	background:   url("../img/sound_results_on_hold_logo.gif") no-repeat bottom center;
	}
	
#header h2 {
	width: 400px;
	height: 70px;
	float: right;
	margin: 0;
	margin-right: 1px;
	color: #104E8B;
	font-size: 110%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 35px;
	background:   url("../img/music_on_hold_people.jpg") no-repeat bottom right;
	}
	
#header span {
	font-style:italic;
	font-size: 90%;
	}

/* header end */

/* navigation */

#nav {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: left;
	border-bottom: 3px solid #FFFFFF;
	}
	
#nav {background: #CCCCCC;}
	
#nav ul {
	padding: 4px 0 4px 50px;
	} 
	
#nav li {
	display: inline;
	}
	
#nav a {
	padding: 0 12px;
	text-decoration: none;
	color: #FFFFFF !important;
	background-image: none;
	border-bottom: none;
	}
 
#nav a:visited {
	font-weight: normal;
	border-bottom: none;
	}	
	
#nav a:hover {
	font-weight: bold !important;
	border-bottom: 4px solid #FFFFFF !important;
	padding-bottom: 1px;
	}	
	
/* navigation end */

/* title */

#title { 
	width: 100%;
	margin: 0;
	text-align: left;
	background: #696969;
	padding: 10px 0;
	} 
	
#title h1 {
	font-size: 170%;
	padding: 0 20px;
	line-height: .90em;
	}

#title h2 {
	font-size: 95%;
	padding: 5px 20px 0 20px;
	}
	
#title img {
	width: 250px;
	height: 150px;
	float: right;
	margin: 0 20px 0 80px;
	border: 2px solid #FFFFFF;
	}

/* title end */

/* content */

#content_wrap {
	clear: right;
	width: 70%;
	float: left;
	}

#content {
	margin-top: 15px;
	padding: 3px 15px 3px 20px;
	text-align: left;
	font-size: 80%;
	}

#content div {
	margin: 0;
	padding: 3px 0;
	}

#content h3 {
	clear: both;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 3px;
	border-bottom: 2px solid #DDDDDD;
	}

#content ul.fleft {
	width: 45%;
	float: left;
	}
	
#content ul.fright {
	width: 45%;
	float: right;
	}
	
#content ul {
	margin-bottom: 5px;
	font-size: 85%;
	line-height: 1.75em;
	list-style: none;
	}
		
/* content end */

/* sidebar */

#sidebar_wrap {
	width: 28%;
	float: right;
	margin-right: .10%; /*rounding error fix */
	}
	
#sidebar {
	margin-top: 15px;
	padding: 3px 0;
	text-align: left;
	font-size: 80%;
	}

#music_player a {
	font-size: 130%;
	}
	
#music_player {
	position: absolute;
	width: 188px;
	margin-top: 10px;
	padding: 0;
	border: 2px solid #DDDDDD;
	}
	
#music_player h2 {
	margin: 0;
	text-align: center;
	padding: 3px 5px;
	background: #CCCCCC;
	font-size: 130%;
	}
	
#music_player ul {
	font-size: 80%;
	padding-left: 10px;
	line-height: 2em;
	list-style: none;
	border-top: 2px solid #DDDDDD;
	}
	
/* sidebar end */

* html #content_wrap,
* html #sidebar_wrap {height: 1%;}

/* footer */
#footer { 
	clear: both;
	width: 100%;
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 80%;
	background: #696969;
	padding: 5px 0;
	}
	
#footer ul {
	padding: 4px;
	} 
	
#footer li {
	display: inline;
	}
	
#footer a {
	padding: 0 12px;
	text-decoration: none;
	color: #FFFFFF !important;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	}

#footer a:visited {
	font-weight: bold;
	}	
	
#footer a:hover {
	font-weight: bold !important;
	text-decoration: underline;
	}	
	
#footer a.endlink {
	border-right: none;
	}
	
#footer p {
	margin-top: 10px;
	font-size: 80%;
	padding: 0 20px;
	}

/* footer end */

/* mp3 player */

#player {
	position:absolute;
	width: 113px;
	height: 28px;
	background: #FFFFFF;
	margin-top: 3px;
	padding-top: 3px;
	padding-left: 40px;
	z-index: 0;
	visibility: hidden;
	}

/* mp3 player end */
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
