/*
Theme Name: Darling
Theme URI: http://cookielady.net/
Description: Custom Theme created exclusively for cookielady.net.
Version: 1.0
Author: Anthony Acosta
Author URI: http://kennedymedia.com/
*/

body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#232323;
	margin: 0px;
	background-color:#000;
	/*background-image:url(images/bg.jpg);
	background-repeat:repeat-x;*/
}
#wrapper {
	display: block; 
	/*border: 1px #000000 solid;*/
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-y;
}

#header {
width:1000;
height:357px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;

}

#leaderboard {
width:728px;
height:90px;
padding-top:10px;
padding-right:10px;
float:right;
display:compact;

}
#listenlive_header {
float:left;
display:compact;
}

#content {
	float: left;
	text-align:left;
	width:620px;
	margin-left:30px;
	min-height:800px;
	}
#content #box{min-height:600px;}
#contentwide {
	width: 940px;
	text-align:left;
	border:#505050 1px solid;
	margin-left:5px;
	float:left;
	}
	
#postmetadata {}

#comment {
	width: 100%;
	}
#content p img {
	max-width:620px;
	}

#sidebar {
	width: 290px;
	float:right;
	text-align:left;
	/*display:block;*/
	margin-right:30px;
	}

#sponsors {
	width: 130px;
	float:left;
	text-align:left;
	list-style:none;
	margin-left:5px;
	}

#sponsors li a{
	list-style:none;
	font-size:10px;
	}


#sidebar li {
	list-style:none;
	display:block;
	}

#both {
	clear: both;
	}

#footer {
background-image:url(images/bg_footer.jpg);
background-repeat:no-repeat;
height:100px;
text-align:right;
font-size:10px;
margin-top:30px;
padding-right:15px;

}

#footer a{
font-size:10px;
color:#CCCCCC;
}

h1 {
font-size:24px;
color:#FFF;}
h4 {
font-size:20px;
color:#900;}
a {
	font-size: medium;
	color:#000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

img {border: 0px;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.gallery-item { background-color:#333333;
border: 1px solid #666666;
padding-top:5px;
font: 10px/1.2em Arial, sans-serif;
 }
 
.gallery-icon { 
margin:0px;
 }
.attachment-thumbnail {
	margin:0px;
	}
.horizontalcssmenu {
width:1000;
height:20px;
background-image:url(images/bg_menu.jpg);
}

.horizontalcssmenu ul{
margin: 0;
padding-left: 30px;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{

display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 100px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(images/menubg.jpg) center center repeat-x;
color: black;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
/*float: none;*/
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #e3f1bd;
border-width: 0 1px 1px 1px;
}

/*.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}*/

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
}

/*.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}*/

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
#sidebar #box {
background-color:#ABABAB;
margin-bottom:10px;
padding:10px 10px 1px 10px;
border: 1px solid #505050;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
}
#box {
background-color:#CCCCCC;
margin-bottom:10px;
padding:10px 10px 1px 10px;
border: 1px solid #505050;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
}
#box h2 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	background-color:#000;
	margin:-11px -11px 0 -11px;
	padding:8px 0 6px 12px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
.box h2 a, .box h2 a.visible {
color:#FFF;
font-weight: normal;
}
#box h2 a {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
}
.box h2 a:hover {
color:#FFFFFF;
background: none;
}

.post {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#600;
	}
.rss-date {
		font-size:.8em;
		color:#999;
		display:block;
		}
#box dl dd{
	font-size:11px;
	margin-left:-5px;
	}
