/*  
Theme Name: SpiralONE
Theme URI: 
Description: SpiralONE is based on Arthemia by Michael Hugagalung
Version: 1.0
Author: 
Author URI: 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
/*	background: #FFF; */
	background:url(http://kiddkraddick.com/home/wp-content/themes/SpiralONE/images/body-bg.jpg) repeat-x #FFFFFF;
	color: #333;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
/*	color: #3c78a7; */
	color: #5594BD;
	text-decoration:none
	}

a:hover, a:active {
/*	color: #3c78a7; */
	color: #ACDEEA;
	text-decoration:underline;
	}

a img {
	border:0;
	}
	
h5 {
	float:left;
	font-size: 36px;
	font-weight:bold;
	margin:4px;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	


/* Structure */

#head {
	width:1000px;
	margin:0px auto;
	margin-top:0px;
	padding:0px;
	font-size:0.7em;
	}

#page {
	width:990px;
	margin:0px auto;
	padding:5px;
/*	background:#ececec; */
	background:#ACDEEA;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}
	
.textalignleft {
	text-align:left;
	}	

.right, .alignright {
	float:right;
	}
	
.aligncenter  {
	text-align:center;
	margin-left:auto;
	margin-right:auto; 
	}
	
.center {
	margin-left:auto;
	margin-right:auto; 
	text-align:center;
	}

/* Ads  */
.banner {
	margin-top: 30px;
	margin-bottom:auto;
	visibility:hidden;
	}

/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:0px;
	padding:0px 10px;
	text-transform:uppercase;
	background:url(images/kkitm-navbar-1000.jpg);
	}

#page-bar {
	width:650px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #ffffff;
	}

#page-bar li:hover {
	background: #3c78a7;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.04em;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:350px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:456px;
	float:left;
	background:#fff;
	padding:0px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0px;
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}


#featured {
/*	width:200px; */
	background:#fff;
	float:left;
	padding:5px 5px 5px 5px;
	margin:2px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}
	
#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 950px;
	background:#fff;
	float:right;
	padding:15px;
	margin:10px 0;
	}

.category {
	width:172px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #5490B5;}
#cat-2, #cat-4 {border-top:8px solid #E07E1D;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#5490B5; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#E07E1D; color:#fff; }

#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#5490B5; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#E07E1D; color:#fff; }

#bottom {
	width: 960px;
	}

#front-list {
	width:660px;
	background:#fff;
	padding:5px;
	margin:0px;
	margin-top:4px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc; 
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:650px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}
	
	

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

/* Embedded Content */

#embed-content {
/*	width:100%; */
	background:#fff;
	padding:0px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#embed-content .breadcrumbs, #embed-content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#embed-content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

#headline-embed {
/*	width:456px; */
	float:left; 
	background:#fff;
	padding:7px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0px;
	}

#headline-embed  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline-embed div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline-embed p {
	padding-bottom:15px;
	}


#sidebar-embed {
	width:300px;
	float:left;
	margin:2px;
	margin-top:0px;
	margin-left:10px;
	}

#sidebar-embed h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#007BC2;
	color:#ffffff;
	margin:5px 0px 5px 0px;
	padding:3px 5px;
	}
	
#sidebar-embed-ads {
	width:300px;
	float:right;
	margin-bottom:0px;
	margin-top:7px;
	padding:7px;
	padding-bottom:0px;
	background:#fff;
	}
	
#sidebar-embed-top, #sidebar-embed-bottom {
	width:300px;
	float:right;
	padding:7px;
	background:#fff;
	}

#sidebar-embed-bottom, #sidebar-embed-middle {
	margin-top:0px;
	padding-top:0px;
	}
	
#sidebar-embed-middle {
	width:220px;
	float:right;
	}

#sidebar-embed-left {
	width:85px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-embed-right {
	width:85px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar-embed li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-embed li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
/*	padding:2px 0px 0px 13px; */
	background:url(images/sub.png) no-repeat 0 0px;
	}
	
.sidebar-embed-links {
	margin:auto;
	text-align:center;
/*	float:right; */
	}
	
#embeddedvideo {
	width:200px;
	height: 466px;
	background:#fff;
	float:left;
	padding:8px 5px 2px 5px;
	margin-top:0px;
	margin-right:4px;
	margin-left:4px;
	margin-bottom:0px;
	}

#embeddedvideo .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#embeddedvideo .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#embeddedvideo .title {
	font-weight:bold;
	}

	

/* END Embedded Content */

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	margin-bottom:15px;
	}

.post .clearfloat {
/*	border-bottom:1px dotted #ccc; */
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:0px solid #ccc;
/*	margin:0 10px 5px 0; */
	margin:0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}
	
.post .audioplayer_container {
	width:440px;
	margin-left:auto;
	margin-right:auto;
	

}	



.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:300px;
	float:right;
	margin:2px;
	margin-top:0px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#5594BD;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}
	
#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
/*	background:url(images/sub.png) no-repeat 0 0px; */
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:5px;
	padding:7px;
	background:#fff;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:7px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}
	
#sidebar-bottom	li {
	list-style:none;
	border-bottom: none; 
	display:block;
	padding:2px 0px 2px 0px;

}

#sidebar-middle {
	width:315px;
	float:right;
	}

#sidebar-left {
	width:150px;
	padding:0px 2px 10px 2px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:150px;
	padding:0px 2px 10px 2px;
	float:right;
	background:#fff;
	}






/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 980px;
	background:#5490B5 url(images/kkitm-footer-1000.jpg) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:260px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:260px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/* Ads  */



/* hover highlight */

.fadelink-300x200 {
	margin-left:auto; 
	margin-right:20px; 
	text-align:center; 
	margin-top:0px;
	float:left;
}

.fadelink-300x80-top {
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:4px;
	margin-top:0px;
	text-align:center; 
	float:left;
}
.fadelink-300x80-bottom {
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:0px;
	margin-top:3px;
	text-align:center; 
	float:left;
}

.fadelink img {
/*	width:150px; */
	}
	

.fadeoutin img{
   opacity: 1;                  	 /* Firefox, Safari(WebKit), Opera */
   -ms-filter: "alpha(opacity=100)"; /* IE 8 */
   filter: alpha(opacity=100);       /* IE 4-7 */

}

.fadeoutin:hover img{
   opacity: 0.85;                  	 /* Firefox, Safari(WebKit), Opera */
   -ms-filter: "alpha(opacity=85)"; /* IE 8 */
   filter: alpha(opacity=85);       /* IE 4-7 */

}

#plainpodcast {
	margin:auto;
	text-align:center;
	width:960px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;

}


#plainpodcast .breadcrumbs, #plainpodcast .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#plainpodcast h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #5697BF;
	border-top:3px solid #5697BF;
	padding:5px 0px;
	}


/* plain photo page for display before live site */

#plainphoto {
	margin:auto;
	text-align:center;
	width:550px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;

}

#plainphoto .breadcrumbs, #plainphoto .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#plainphoto h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #5697BF;
	border-top:3px solid #5697BF;
	padding:5px 0px;
	}

/* end plain photo */

/* embedded video player */


#vxFlashPlayer {
position:relative;
}
#vxFlashPlayerContent {
height:100px;
width:100px;
}
#vxFlashPlayerFailure {
display:none;
}
#vxFlashPlayerSyncIMUFrame {
z-index:100;
}
#vxFlashPlayerStaticIMUFrame {
z-index:99;
}
.vxFlashPlayerIMU {
background-color:#CCCCCC;
display:none;
position:absolute;
}
.vxFlashPlayerExternalIMU {
display:none;
height:250px;
width:300px;
}


/* end embedded video player */



/* canalside lounge image grid */

.guestentry {
	margin-left:1px; 
	margin-right:1px; 
	text-align:center; 
	margin-top:5px;
	float:left;
	height:160px;
	width:150px;
	
}

.guestentry img {
	width:150px;
	}
	
.guestentry a {
	width:150px;
	}
	

/* end canalside lounge image grid */


/* kPod style */

.playerbutton {
	float:right; 
/*	height:55px; */
	}
	
#kpodpage p {  }

#kpodlogo {
	text-align:center; 
	margin-right:auto; 
	margin-left:auto;
	}
	
#kpodpage .summarybox {
	border: #0077BE medium dotted; 
/*	padding-left:15px; /* background-color:#FFD800; */
	}
	
#kpodpage .summarybox ul li {
	list-style-type:disc;
	list-style-position:outside;
	}

#kpodpage .summaryheadline { 
	font-size:20px; 
	color:#0077BE; 
	padding-left:15px; 
	}

#kpodpage .summarylist {
	color:#0077BE; 
	padding-left:25px; 
	margin-bottom:5px;
	}

#kpodpage .hourtitle {
	padding-left:10px; 
	float:left;
	}

#kpodpage .playbutton {
	float:right;
	margin-top:25px;
	}
	
/* END kPod style */

/* Music That Makes You Cooler */

.cooler {
	padding:0px;
	min-height:350px;
	margin-top:15px;
	text-align:center;
	}

.cooler-entry {
	width:550px;
	margin-top:0px;
	margin-bottom:15px;
	margin-right:0px;
	margin-left:13px;
	padding-top:5px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	border: thin solid #1C457B;
	}

.cooler-wrapper {
	padding-left: 25px;
	}
.cooler-header {
	background-image: url('http://kiddkraddick.com/what-makes-you-cooler/background/MTMYC_page_bg-top_575.jpg'); 
	background-repeat: no-repeat; 
	height: 192px; 
	width:586px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
}	
.cooler-main {
	background-image: url('http://kiddkraddick.com/what-makes-you-cooler/background/MTMYC_page_bg-middle_575.jpg'); 
	background-repeat: repeat-y; 
	text-align: center; 
	width:586px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:-15px;
}
.cooler-footer {
	background-image: url('http://kiddkraddick.com/what-makes-you-cooler/background/MTMYC_page_bg-bottom_575.jpg'); 
	background-repeat: no-repeat; 
	height: 24px; 
	width:586px; 
	clear: left; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
	margin-top:-15px; 
}
.buy-link {
/*	width:250px; */
}
.cooler-audio {
	width:400px; 
	height:32px; 
	background-color:#ffffff; 
	background-image:url(http://kiddkraddick.com/stuff/images/new-music-tuesday/audio_bg_400.jpg); 
	background-repeat:no-repeat; 
	color:#FFFFFF; 
/*	margin-right:auto; 
	margin-left:auto; 
	text-align: center;  */
	margin-top:15px;
	margin-bottom:15px;
}
.cooler-audio-player {
	padding-top:4px; 
	padding-left:4px; 
	margin-left:-100px;
}
	
/* END Music That Makes You Cooler */

/* New Music Tuesday */

.newmusic {
	padding:0px;
	min-height:350px;
	margin-top:15px;
	text-align:center;
	width:600px;
	}

.newmusic-entry {
	width:550px;
	margin-top:0px;
	margin-bottom:15px;
	margin-right:0px;
	margin-left:13px;
	padding-top:15px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	border: thin solid #1C457B;
	}

.newmusic ul li{
	display:inline;
	list-style:none;
	float:left;
	padding:15px;
	min-width:575px;
	min-height:350px;
	border-bottom:solid #CCCCCC thin;
	margin-top:15px;
	text-align:center;
	}
	
.newmusic-wrapper {
	padding-left: 25px;
	}
.newmusic-header {
	background-image: url('http://kiddkraddick.com/new-music-tuesday/background/BlueBorder_page_bg_top_575.jpg'); 
	background-repeat: no-repeat; 
	height: 24px; 
	width:586px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
}	
.newmusic-main {
	background-image: url('http://kiddkraddick.com/new-music-tuesday/background/BlueBorder_page_bg_middle_575.jpg'); 
	background-repeat: repeat-y; 
	text-align: center; 
	width:586px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:-20px;
}
.newmusic-footer {
	background-image: url('http://kiddkraddick.com/new-music-tuesday/background/BlueBorder_page_bg_bottom_575.jpg'); 
	background-repeat: no-repeat; 
	height: 24px; 
	width:586px; 
	clear: left; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
	margin-top:-15px; 
}
.buy-link {
/*	width:250px; */
}
.newmusic-audio {
	width:400px; 
	height:32px; 
	background-color:#ffffff; 
	background-image:url('http://kiddkraddick.com/new-music-tuesday/background/audio_bg.jpg'); 
	background-repeat:no-repeat; 
	color:#FFFFFF; 
/*	margin-right:auto; 
	margin-left:auto; 
	text-align: center;  
	margin-top:15px; */
	margin-bottom:15px;
}
.newmusic-audio-player {
	padding-top:4px; 
	padding-left:4px; 
	margin-left:-100px;
}
.newslettersignupform {
	margin-left:25px;
	margin-right:auto;
	padding-bottom: 25px;
}
.newslettersignupform h3 {
	font-size:110%;
}
.newmusic-box-header {
	background-image: url('http://kiddkraddick.com/new-music-tuesday/background/BlueBorder_page_bg_top_575.jpg'); 
	background-repeat: no-repeat; 
	height: 24px; 
	width:586px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
}	
.newmusic-box-main {
	background-image: url('http://kiddkraddick.com/new-music-tuesday/background/BlueBorder_page_bg_middle_575.jpg'); 
	background-repeat: repeat-y; 
	text-align: left; 
	width:586px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0px;
}
.newmusic-box-footer {
	background-image: url('http://kiddkraddick.com/new-music-tuesday/background/BlueBorder_page_bg_bottom_575.jpg'); 
	background-repeat: no-repeat; 
	height: 24px; 
	width:586px; 
	clear: left; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
	margin-top:-15px; 
}
	
/* END New Music Tuesday */

/* Guest Page */

.guestpage {
	margin-top:15px;
	margin-bottom:15px;
	width:500px;
	}

.guestpageelements {
	margin-top:5px;
	}

/* END Guest Page Elements */

/* Promo Page */

#promopage h1 {color:#271B05;}



/* END Promo Page

/* archive page */

#archive .archive-image {
	display:block;
	margin-bottom:5px;
	}
	
/* Canalside Lounge */

#clbackgroundtop {
	background-image: url(http://kiddkraddick.com/canalsidelounge/kiddlive_canalsidelounge_header.jpg); 
	background-repeat: no-repeat; 
	width: 650px; 
	height: 382px;
}	
#clbackgroundmiddle {
	background-image: url(http://kiddkraddick.com/canalsidelounge/kiddlive_canalsidelounge_middle.jpg); 
	background-repeat: repeat-y; 
	width: 650px; 
	margin-top:-15px;
}
#clbackgroundbottom {
	background-image: url(http://kiddkraddick.com/canalsidelounge/kiddlive_canalsidelounge_footer.jpg); 
	background-repeat: no-repeat; 
	width: 650px; 
	height: 219px; 
	margin-top:-15px;
}	

/* polls */

.wp-polls-ul {
	margin:0 10px 10px 0;
}

#promo {
	margin-left:auto; 
	margin-right:auto; 
	text-align:left; 
	width:440px; 
}
div#promo h1 {color:#0074B9; margin-top:10px; margin-bottom:15px;  }
div#promo h2 {color:#2E609B; margin-top:10px; margin-bottom:15px; }
div#promo p {color: #0066CC; font-size:16px; font-family:Arial, Helvetica, sans-serif; margin-bottom:10px;}
div#promo .highlight {background-color:#000000; }
div#promo .highlight h1 {color:#0074B9; text-transform:uppercase;}
div#promo #highlight h1 a {color:#0074B9; text-transform:uppercase;}
div#promo #highlight h1 a:hover {color:#0074B9; text-transform:uppercase;}
div#promo .jokes p {color:#FFFFFF;}
	
	
	
/* Front Page Links */

div #frontlinks {
	height:200px;
	width:670px;
	background-color:#FFFFFF;
	padding:0px;
	clear:both;
}
#frontlinks li {
	list-style:none;
	border-bottom: none;
	display:block;
	padding:2px 0px 2px 13px;
	float:left;
/*	background:url(images/sub.png) no-repeat 0 0px; */
	}

#frontlinks li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}
	
/* Next Gen Gallery */

.ngg-gallery-thumbnail {
	margin:0px;

}

.ngg-gallery-thumbnail {
	margin-right:0px;

}


.blogentry {
	margin:auto;
	MARGIN-TOP: 10px;
	width:600px;
	}
