/*	
	level_1.css
  	Provides "Level 1" structure of muzic pages
	copyright 2008-2009 kollective intelligence
*/

/* general ===========================================================================*/
body { text-align:center; color:#333333; background-color:#e7e7de; margin:0px 0px 0px 0px; font-size:11.5px; font-family:Arial, Helvetica, sans-serif; }
html body .clear { height: 100%; }
a:link, a:active, a:visited  { color: #0088EE; text-decoration: none; }
a:hover { color: #0088EE; text-decoration: underline; }
img { border:0px; }
/* ===================================================================================*/

/* misc general ======================================================================*/
h2 { font-size: 1.5em; font-weight: bold; color: #333; margin: 0 0 4px 0; }
h3 { font-size: 1.75em; font-weight: normal; color: #333; margin: 0 0 10px 0; line-height: 1.2em; height: 1.2em; }
h4 { font-weight: bold; font-size: 1.2em; padding: 0 0 4px 0; margin:0; }
h5 { font-size: .75em; font-weight: normal; padding:0; margin:0; }
h6 { font-size: 1.5em; font-weight: normal; display: inline; }
p {	margin: 0;}
.compact { font-size: .75em; }
.compact td { padding: 0; }
.red_bold { color: #ff0000; font-weight: bold; }
.muzic { background-color: #9c0; }
.forceheight { width: 1px;  height: 1px; clear: both; line-height: 1px; font-size: 1px; }
.grey { background-color: #f7f7f7; }
.light_text { color: #aaa; }
.clearboth { clear: both; }
/* ===================================================================================*/

/* link styles =======================================================================*/
a.dark_link:link { color: #333; }
a.dark_link:active { color: #333; }
a.dark_link:visited { color: #333;  }
a.dark_link:hover { color: #333; text-decoration: underline; }
a.muzic_link:link { color: #9c0; }
a.muzic_link:active { color: #9c0; }
a.muzic_link:visited { color: #9c0;  }
a.muzic_link:hover { color: #333; text-decoration: underline; }
/* ===================================================================================*/

/* player iframe =====================================================================*/
#apDiv1 { display: none; position:fixed; left:0px; bottom:0px; width:100%; height:48px; z-index:1; margin-bottom: 0px; margin: 0; margin-left: 0px; border-top: 4px solid #444; }
/* ===================================================================================*/

/* start 2 column narrow old =========================================================*/
#sidebar_col_l { float:left; padding:0px; width:175px; text-align:left; margin: 0 0 0 18px; }
#content_col_r { float:right; display:inline; padding:0px; margin:0 30px 0 0; width:720px; }
/* ===================================================================================*/

