/*  
Theme Name: Ace Radio
Theme URI: http://www.CreweTech.com
Description: Ace Radio custom theme</a>
Author: Andrew Swingler
Author URI: http://www.CreweTech.com/
© 2010, Crewe Techologies. All rights reserved. 
Tags: ace, radio
Version: 1.0
*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


body {
	/* background: #241a12 url(images/bg.jpg) repeat-x top; */
	/*background:#282828; */
	background:url(images/outerbg_1.gif) top left;
	color:#AE9782;
	text-align: center;
	margin: 0px auto;
    padding: 0px;
	/* font-size: 100%;	*/	/* fix IE font-size bug */    
}
	

/* -------------------
Main Structure
------------------- */
	
#frame {
	width: 1024px;
	text-align: left;
	margin: 0px auto;
    padding: 0px;
	/* background: url(images/main.jpg) 0 0 no-repeat; */
	}
	
#middle {
	/*background: url(images/main.jpg) 0 0 repeat-y; */
	background:#000;
	overflow: auto;
	width: 1024px;
    margin: 0px auto;
    padding: 0px;
	}

#content {
	float: left;
	width: 715px;	/* 611 */
    /* background: #0f0a04; */
    margin: 0px 0px 15px 10px; /* 0px 8px 18px 18px; */
    padding: 0px 0px 15px 5px;
	border: 1px solid #231709;
	display: inline;
	overflow:hidden;
}
	
#sidebar {
	float: left;
	/*background: #100a04;*/
	background: url(images/ace_sidebar_middle.png) repeat-y top left;
	width: 251px;  /* 331px; */    /* 315 */
	padding: 10px;
    margin-left: 5px;
	/*border: 8px solid #231709;*/
	border:0px;
    display: inline;
	}

	
/* -------------------
Header
------------------- */

#header {
        background: url(images/header_ace_offair.jpg) no-repeat;
        width: 1024px;
        height: 275px;
        margin: 0px auto;
        padding: 0px;
	border-top: 1px solid #3f3b3b;
	}
	
.header-title {
	font-family: Tahoma, Verdana, Arial;
	font-size:28px;
	font-weight: bold;
	color:#968c83;
	padding:138px 0 0 68px;
	text-align:left;
	}
.header-title a{
	color:#968c83;
	text-decoration:none;
	border-bottom:none;
	}
.header-title a:hover{
	color:#968c83;
	text-decoration:none;
	border-bottom:none;
	}
.header-description {
        font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
        font-weight: normal;
	color:#847b73;
	padding:0px 0 0 69px;
	text-align:left;
	}


	
/* -------------------
Content
------------------- */

#content .post {
	margin: 0 10px 20px 10px;
	}
	
/* general #content definitions */
	
#content h2 {
	color:#f6d433; /*yellow;*/ /* #968c83; */
	font: 0.8em/1.7em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #ae9782;

	}

#content h2 a {
	color:#f6d433; /*yellow;*/ /*  #968c83; */
	text-decoration: none;
	}

#content h2 a:hover {
	color:#f6d433; /*yellow;*/ /*  #968c83;*/
	text-decoration: underline;
	}
	
#content h3 {
	font: 0.7em/1.7em Tahoma, Arial, Helvetica, sans-serif;
	color: #968c83;
	margin: 1.1em 0 0.2em 10px;
	font-weight: bold;
	}
	
#content h4 {
	font: 0.7em/1.7em Tahoma, Arial, Helvetica, sans-serif;
	color: #ae9782;
	/* border-left: 1em dotted #a5c1e5; */
	border-left: 2px dotted;
	padding: 0 0 0 0.5em;
	margin: 1em 0;
	}
	
#content p, #content dl {
	color: #ae9782; /* was ae9782 */
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content p, #content ul, #content ol, #content dl {
	padding-left:20px;
	margin: 0 0 0.7em 0;
	}

#content img {
	margin: 0 0 0 0;
    padding: 5px;
    border:0px; /* AS - IE6 hack */
	}
	
#content li {
	margin: 0 0 0 30px;
	color: #ae9782;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content dl dt {
	font-weight: bold;
	}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
	}
	
#content blockquote p {
	margin: 0 0 0 2em;
	border-left: 5px solid #968c83;
	padding: 0 0 0 1em;
	color: #968c83;
}
	
#content a { color: #968c83; }
#content a:hover { color: #ae9782; }
	
#content .post ul.post-data {
	border-top: 1px dotted #ae9782;
	list-style: none;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	padding: 0.1em 0 0.2em 0;
	color: #ae9782;
	margin: 1.3em 0 0 0;
	}

#content .post ul.post-data li {
	color: #ae9782;
	}
	
#content .post ul.post-data a {
	text-decoration: none;
	color: #968c83;
	}
	
#content .post ul.post-data a:hover {
	color: #968c83;
text-decoration: underline;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline; /* fixes double float bug in IE */
	}
	
#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;
	}
	
#content .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;
	}
	
#content .post ul.post-data li.posted a {
	padding: 0 0 0 1px;
	}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
	background-position: 0 -38px;
	}

.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            }

	
/* -------------------
Comments
------------------- */

#content #comments {
	margin: 0 20px 20px 25px;
	}
	
#content #comments .comment {
	margin: 0 0 2em 0;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #ae9782;	}
#content #comments .comment a:hover { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
color: #ae9782; }
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content #comments .comment .comment-data p {
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #ae9782;
	border-top: 1px dashed #ae9782;
	border-left: 1px dashed #ae9782;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
	}
	
#content #comments .comment .comment-data p a { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
color: #ae9782; }
#content #comments .comment .comment-data p a:hover { color: #ae9782; }

#content #comments form {
	color: #ae9782;
	font: 0.75em/1.6em Arial, Helvetica, sans-serif;
	}

#content #comments form a { color: #ae9782; }
#content #comments form a:hover { color: #ae9782; }

	
	
/* -------------------
Sidebar
------------------- */

#sidebar h3 {
	color:#f6d433; /*e2b593;*/  /*#f6d433;*/ /*yellow;*/ /*  #988371; */
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 8px 0;
        padding-bottom: 2px;
        padding-top: 1px;
        padding-left: 10px;
	background: url(images/ace_sidebar_h3.png) no-repeat top left;
	line-height:18px;
}
	
#sidebar p, #sidebar li {
	color: #ae9782;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;	/* 0.8em/1.5em */
	}
	
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 10px 0;
	}
	
#sidebar ul { 	
	padding: 0 0 0 3px;
	list-style-image: url(images/icon.gif);
	color: #ae9782;
        margin-left: 20px;
 }


	

#sidebar a {
	color: #ae9782;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #ae9782;
	text-decoration: underline;
	}
#sidebar img { /* AS - Another IE6 hack... */
	border:0px;
}		
#sidebarcontainer {
	float: right;
	padding: 0 5px 0 0; /* 0 15px 0 0 */
	width: 280px; /* 360 */
	margin: 0px;
}
#sidebarcontainer form {
	padding: 0;
	margin: 0;
}
#subscriptionoptions{
	width:300px;
	padding: 0 30px;
}

#rssmain {
	float:left;
	padding: 4px 0 0px 0;
}


#wrap {
	margin: 0;
	float: right;
	padding: 0px 0 5px; /* AS V1.0 was 5px 0 5px - to give seamless transition to (removed) subscribe box) */
	width: 280px; /* 360 */
	color: #ae9782;

}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


.ad250 {
	text-align: center;
}


/* -------------------
Footer
------------------- */

#footer {
	clear: left;
	/*background: url(images/footer.jpg) no-repeat;*/
	background:#000;
	height: 50px;
	width: 1024px;
        /*margin-top: -15px;*/
	}
	
#footer p {

	color: #ae9782;
	font: 0.7em/1.6em Arial, Helvetica, sans-serif;
	padding-top: 18px;
	text-align: center;
	}
	
#footer a {
	color: #ae9782;
	text-decoration: none;
	}

#footer a:hover {
	color: #ae9782;
	text-decoration: none;
	}
	


.alt {
font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
background:#111;
}

.commentlist li {
margin-bottom: 1.5em;
font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
/* width: 518px; - we have to comment this out because of an IE bug with ordered lists */	
padding: 5px;
}


.commentmetadata
{
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em
	}
.commentlist cite a {
	text-decoration:none;
}
.commentlist cite a:hover {
	text-decoration:underline;
}
.commentlist p
{
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#commentform {
margin: 2em 0;
margin-left:2em;
width: 518px;
color: #3c3127;
}

#commentform textarea {

background: #0f0a03;
border: 1px solid #3c3127;
width: 545px;
color: #ae9782;
padding: 3px;
}
#commentform textarea:hover {
background: #0f0a03;
border: 1px solid #3c3127;
}
#commentform textarea:focus {
background: #0f0a03;
border: 1px solid #4d3f33;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #0f0a03;
border: 1px solid #3c3127;
width: 150px;
color: #ae9782;
padding: 3px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #0f0a03;
border: 1px solid #3c3127;
width: 150px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #0f0a03;
border: 1px solid #4d3f33;
width: 150px;
}
#commentform input{
margin-bottom: 3px;
}

#commentform #submit {
	margin-top:10px;
	float:left;
        background: #ae9782;	/* 4d3f33 */ 
        color: #000000;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	border:1px solid #4d3f33;
        height: 22px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 3px;
	}

.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
font-size:12px;
color:#ae9782;
}

h3 {
	color: #ae9782;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
        padding-left: 8px;
 	}

h1 {
color: #ae9782;
}
.sbtitlbl {
color:#968c83;
margin:0px;
}

/* AS V1.0 - On Air Now box */
#onairnow {
margin-top:10px;
padding-top:10px;
color:#ae9782; 
/* background:url(images/metal_songbg1.png) no-repeat top; */
float:left;
}

#headspcr { /* Hack so that IE lines onairnow box up correctly. */
width:490px;	/* 440px */
height:200px;
border:0px;
float:left;
}

/* AS Copyright Message */
#copymsg {
/*float:left;*/
text-align:center;
font-size:0.7em;
margin-right:40px;
padding-bottom:5px;
}


/* NextGen overrides */
.ngg-gallery-thumbnail {
/* margin-bottom:20px; */
padding-bottom:20px;
}
.ngg-gallery-thumbnail img, .fbthumb img {
background-color:transparent !important;
border:6px double #545565 !important;
padding:0px !important;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
}
.ngg-gallery-thumbnail span {
position:relative;
bottom:0;
}

#presenter_full {
width:100%;
float:left;
padding-bottom:20px;
border-bottom: 1px dotted #ae9782;
}
#presenter_left {
/* background-color:red; */
width:556px;	/* 536 456px */
float:left;
}
#presenter_right {
width:101px;	/* 151 */
float:right;
padding-right:10px;
overflow:hidden;
}
#presenter_desc {
width:100%;
text-align:left;
float:left;
padding:20px;
}
#presenter_img {
float:right;
padding-top:10px;
padding-bottom:20px;
}
#presenter_email {
background:url(images/i_mail.png) no-repeat center right;
padding-top:16px;
padding-right:30px;
font-size:70%; /* 0.7em */
height:30px;
text-align:right;
}
#presenter_email_blank {
background:transparent;
padding-top:16px;
padding-right:30px;
font-size:70%; /* 0.7em */
height:30px;
text-align:right;
}
#presenter_homeurl {
background:url(images/link.png) no-repeat center right;
padding-right:30px;
font-size:70%; /* 0.7em */
text-align:right;
}
#presenter_homeurl_blank {
background:transparent;
padding-right:30px;
font-size:70%; /* 0.7em */
text-align:right;
}

#showpg_full {
width:100%;
float:left;
padding-bottom:20px;
border-bottom: 1px dotted #ae9782;
}
#showpg_left {
/* background-color:red; */
width:101px;
float:left;
}
#showpg_mid {
width:455px; /* 355 */
float:left;
}
#showpg_right {
width:101px;
float:right;
text-align:right;
padding-right:10px;
overflow:hidden;
}
#showpg_desc {
width:100%;
text-align:left;
float:left;
padding:20px;

}
#showpg_img {
float:right;
padding-top:10px;
padding-bottom:20px;
}
#showpg_img_left {
float:left;
padding-top:10px;
padding-bottom:20px;
}

/* Tabs */
.ui-widget.ui-widget { 
font-size: 1em;		/* override to value in ui.themes.css to avoid text-resize problem */
}
#prespgtabs, #prespgtabs .ui-widget-content, #prespgtabs .ui-widget-content a {
background:transparent;
color:#AE9782;
border:0px;
padding:0px;
}
#prespgtabs .ui-widget-header {
border-top:0px;
border-left:0px;
border-right:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
#prespgtabs .ui-state-active {
background:#281B0B;
border:1px solid #545565;
}
#prespgtabs .ui-state-hover.ui-state-active {
background:#281B0B;
border:1px solid #AE9782;
}
#prespgtabs .ui-state-hover {
background:#545565;
border:1px solid #AE9782;
}	

/* SiteMap (Archive) */
#content .sitemap {
width:100%;
overflow:hidden;
/* margin-right:-30px; */
margin-top:15px;
height:100%;
}
#content .sitemap_list1 {
width:46%;	/* 205px */
overflow:hidden;
height:100%;
margin-right:0px; /* 18 38 */
float:left;
}
#content .sitemap_list2 {
width:27%;	/* 155px */
overflow:hidden;
height:100%;
margin-right:0px;	/* 18 38 */
float:left;
}
#content .sitemap_list li { 
font-size:12px;
}
#content .sitemap_list li a { 
color:#666; 
}
#content .sitemap_list li a:hover { 
color:#FFF; 
text-decoration:underline;  
}

#showpage_page {
overflow:hidden;
clear:left;
}
#prespage_page {
overflow:hidden;
clear:left;
}
#aceplistlinks span {
margin-left:20px;
font-size:70%;
}

#content img.avatar {
padding:0px;
border:6px double #545565;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
}

#content #mycommentlist .children p {
font-size:70%/150%;
}
#content #mycommentlist ul.children li {
font-size:100%;
}
.comment-reply-link {
font-size:80%;
text-decoration:none;
}
.comment-reply-link:hover {
text-decoration:underline;
}
.aceavatar {
float:left;
padding-right:5px;
}
.comment-meta a {
text-decoration:none;
}
.comment-meta a:hover {
text-decoration:underline;
}
#sidebar .ssace_main {
margin-left:2px;
}
#sidebar .ssace_player {
float:left;
margin-bottom:2px;
margin-right:5px;
}
#sidebar .ssace_links ul {
list-style-type:none;
list-style-image:none;
white-space:nowrap;
margin: 0 0 2px 5px; /* 0 0 2px 20px */
}
#sidebar .ssace_links li {
list-style-type:none;
display:inline;
margin-right:15px; /* 32px */
}
#sidebar .ssace_links a img {
padding:5px;
}

.contentbox {
background: url(images/ace_contentbg_1.png) top left;
font-family:"Times New Roman";
text-align:left;
border:2px solid #545565;
/*margin:10px;*/
/*padding:10px;*/
border-radius:20px; /* 6 */
-webkit-border-radius:20px;
-moz-border-radius:20px;	
}
.roundbox_small {
border:2px solid #545565;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}
#homeleft {
margin-top:10px;
width:75px; /* 111 */
float:left;
	/*background:blue;*/
}
#homeleft .ngg-gallery-thumbnail-box {
/*clear:both;*/
float:left;
}
#homemain {
width:636px;
left:85px;
/*position:absolute;*/
float:left;
		/*background:yellow;*/
}
#homecontent {
text-align:left;
margin:10px;
padding:10px;
}
#homecontent img.ngg-singlepic, #content img.aceimg, #chatroom {
background:transparent;
padding:0px;
border:6px double #545565;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
}
#homenews {
width:308px;
height:250px;
margin:0 0 10px 10px;
overflow:hidden;
float:left;
padding:5px;
}
#homenews ul {
padding-left:10px;
}
#homenews li {
margin-left:10px;
-webkit-padding-start:0px;
}
#homepromo {
width:270px;
height:250px;
float:left;
margin-left:10px;
margin-bottom:10px;
padding:5px;
text-align:center;
vertical-align:middle;
}
#content .homesnimg img {
padding:3px;
}
#sbtop {
background: url(images/ace_sidebar_top.png) no-repeat top left;
min-height:8px;
line-height:8px;
font-size:1px;
margin-left:5px;
}
#sbbottom {
background: url(images/ace_sidebar_bottom.png) no-repeat bottom left;
min-height:8px;
line-height:8px;
font-size:1px;
margin-left:5px;
clear:left;
}
#irabadge {
border:2px #f6d433 dotted; /* yellow */
 margin-top:20px;
margin-right:10px;
float:right;
}
#irabanner {
border:0px;
margin:5px 5px 5px 75px;
padding:0px;
}
/* HR tag replacement. Include in empty DIV tag (include HTML comment to avoid IE6 bug) */
.acehr {
width:80%;
min-height:2px;
line-height:2px;
font-size:1px;
border-top:0px;
border-bottom:2px solid #AE9782;
border-left:0px;
border-right:0px;
padding:0px;
margin:5px 0 3px 10%;
}

#sidebar #mainmenu {
padding-bottom:10px;
}
/* TREE VIEW (Main navigation menu in sidebar */
#sidebar .treeview, #sidebar .treeview ul { padding: 0;	margin: 0 0 0 10px;	list-style: none; list-style-image:none; }
#sidebar .treeview ul {	margin-top: 4px; }
#sidebar .treeview a:hover { color:white;	cursor: pointer; }
#sidebar .treeview .hitarea { background: url(images/treeview-ace.gif) -64px -25px no-repeat; height: 16px;	width: 16px; margin-left: -16px; float: left; cursor: pointer; }
* html .hitarea { display: inline; float:none; } /* fix for IE6 */
#sidebar .treeview li {	margin: 0;	padding:0 0 0 16px; }
#sidebar .treeview li li { padding:1px 0px 1px 16px; }
#sidebar .treeview a.selected { color:white; font-weight:bold; }
#treecontrol { margin: 1em 0; display: none; }
/* #sidebar .treeview .hover { color: white; cursor: pointer; } */
#sidebar .treeview li { background: url(images/treeview-ace-line.gif) 0 0 no-repeat; }
#sidebar .treeview li.collapsable, #sidebar .treeview li.expandable { background-position: 0 -176px; }
#sidebar .treeview .expandable-hitarea { background-position: -80px -3px; }
#sidebar .treeview li.last { background-position: 0 -1766px }
#sidebar .treeview li.lastCollapsable, #sidebar .treeview li.lastExpandable { background-image: url(images/treeview-ace.gif); }  
#sidebar .treeview li.lastCollapsable { background-position: 0 -111px }
#sidebar .treeview li.lastExpandable { background-position: -32px -67px }
#sidebar .treeview div.lastCollapsable-hitarea, #sidebar .treeview div.lastExpandable-hitarea { background-position: 0; }

.acevert.ngg-gallery-thumbnail img {
border:0px !important;
}

/* EPLICLOCK */
.epiclock-spacer {
margin: 0 5px;
}


