/*

name: Divaville Lounge
designer: Sarah
designer_url: http://www.divavillelounge.org
layouts: layout-tw


*/

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: 'trebuchet ms', verdana,  sans-serif;
   font-size: 12px;
	background: #fff url("mictall.gif") top right fixed no-repeat;
}

#container, #container-inner, #header, #header-inner, #header-content {
	margin: 0;
	padding: 0;
	width: 100%;
}

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }



/* header */

#header-name {
    padding: 170px 0 0 0;
    margin: 0;
    overflow: hidden;
    background-image: url("logo.gif");
    background-repeat: no-repeat;
    width: 600px;
    height: 0px !important;
    height /**/:170px;
}

#header-description {
	float: right;
	margin: -170px 0 0 0;
	padding: 0;
	padding: 180px 0 0 0;
    overflow: hidden;
    background-image: url("motto.gif");
    background-repeat: no-repeat;
    width: 365px;
    height: 0px !important;
    height /**/:180px;

}


/* sidebar */


#beta-inner {
	width: 189px;
}

#nav, #nav2 {
    width: 189px; 
    height: 240px;
    background: url("menu.gif") no-repeat;
    margin: 0; 
    padding: 0;
}

#nav2 {
    height: 108px;
    background: url("menu2.gif") no-repeat;
}

#nav li, #nav2 li {
    margin: 0; 
    padding: 0; 
    list-style: none;
	float: left;
	clear: left;
}

#nav li span, #nav2 li span {
	display: none;
}

#nav li, #nav a, #nav2 li, #nav2 a {
    display: block;
    width: 189px;
}

#nav li.playlists {
	height: 97px;
}

#nav li.listen {
	height: 51px;
}

#nav li.contact {
	height: 91px;
}

#nav2 li.home {
	height: 108px;
}

#nav li.playlists a {
	height: 97px;
}

#nav li.listen a {
	height: 51px;
}

#nav li.contact a {
	height: 91px;
}

#nav2 li.home a {
	height: 108px;
}


#nav li.playlists a:hover {
    background: transparent url("menu.gif") -189px 0 no-repeat;
}

#nav li.listen a:hover {
    background: transparent url("menu.gif") -189px -97px no-repeat;
}

#nav li.contact a:hover {
    background: transparent url("menu.gif") -189px -148px no-repeat;
}

#nav2 li.home a:hover {
    background: transparent url("menu2.gif") -189px 0 no-repeat;
}


#beta h3 {
   margin: 30px 0 0 0;
   text-align: center;
   font-size: 12px;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-weight: bold;
   color: #78B79D;
   text-transform: uppercase;

}

#request {
	margin: 0 0 0 0;	
	padding: 0;
}

#request li {
    margin: 0 0 10px 0; 
    padding: 0; 
    list-style: none;
}


/* entry summary */

.date-header {
   margin: 0 0 2px 0;
   font-size: 12px;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-weight: bold;
   color: #EEB997;
   text-transform: uppercase;
   border-bottom: 2px solid #78B79D;
   padding: 1px 0 1px 0;
}

.entry-title
{
   margin-top: 0;
   padding: 0;
   color: #005691;
   font-size: 16px;
}

.entry-title a {
   text-decoration: none;
   color: #005691;
}

.entry-title a:hover {
   text-decoration: underline;
}

.photoright {
	float: right;
	margin: 0 0 5px 15px;
}

.asset-footer {
	clear: none;
}
