/*
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-color:#807060;
}

#header {
width:1000;
height:175px;
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:530px;
	margin-left:5px;
	}

#contentwide {
	width: 550px;
	text-align:left;
	border:#505050 1px solid;
	margin-left:5px;
	float:left;
	}
	
#postmetadata {}

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

#sidebar {
	width: 315px;
	float:left;
	text-align:left;
	/*display:block;*/
	margin-left:5px;
	}

#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:152px;
text-align:right;
font-size:10px;
margin-top:30px;
padding-right:15px;

}

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

h1 {
font-size:24px;
color:#600;}

a {
	font-size: medium;
	color:#FF9900;
}
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:#CCC;
border: 1px solid #666666;
padding-top:5px;
font: 11px/1.4em Arial, sans-serif;
 }

.horizontalcssmenu {
width:1000;
height:68px;
background-image:url(images/header_menu_bg.jpg);
background-repeat:no-repeat;
}

.horizontalcssmenu ul{
margin: 0;
padding-left: 280px;
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: 70px; /*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 */

#box {
background-color:#F8F8F8;
margin-bottom:10px;
padding:10px 10px 1px 10px;
border: 1px solid #E1E1E1;
-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:#900;
	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:#9BAAB5;
font-weight: normal;
}

.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;
	}
	
.aktt_tweets {
	/*background-image: url('images/twitterBG.png');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5AA5BC;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 5px;
}
 
.aktt_tweets ul li {
	color: #0C93BA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
	list-style-type:none;
	padding-bottom:25px;
}
 
.aktt_tweets ul li a {
	text-decoration: none;
	font-size: 0.8em;
	color: #DDA84E;
}

.aktt_tweets ul {
padding:0;
margin:0; 
}
 
.aktt_tweets ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
.aktt_tweets p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}
.commentlist {
	font-size:12px;
	}
.commentlist a{
	font-size:12px;
	color:#900;
	}
.postmetadata {
	font-size:12px;
	color:#900;
	}
.postmetadata a{
	font-size:12px;
	color:#900;
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   max-width: 500px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
   padding-left:0px;
   max-width: 490px;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.gallery-icon {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 4px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.attachment-thumbnail {
	margin-left: auto;
	margin-right: auto;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.gallery-caption {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
#radarbox {
	background:url(http://www.foxrio2.com/images/bg_radar.jpg) no-repeat;
	height:300px;
	padding-top:0px;
}
#liveradar {padding-top:47px;}