/*
Theme Name: Jordan Waeles Five
Theme URI: http://www.jordanwaeles.com
Description: Jordan Waeles Five
Author: Jordan
Version: 1.0 
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/





/* -------------- KISSY CSS Reset by lifesinger & ragecarrier (modified by Justice) ------------- */



/* clearing margins and paddings */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements */

dl, dt, dd, ul, ol, li, /* list elements */

pre, /* text formatting elements */

fieldset, lengend, button, input, textarea, /* form elements */

th, td { /* table elements */

    margin: 0;

    padding: 0;

}



/* setting default fonts */

body,

button, input, select, textarea { /* for ie */

    font: 12px/1 Verdana, sans-serif;

}



h1 { font-size: 24px; /* 18px / 12px = 1.5 */
	 color: white;
	 padding: 10px;
 }

h2 { font-size: 20px;
font-weight: normal;
color: #eeeeee;
padding-top: 15px;
margin-bottom: 1em;
 }
 
 h2#name {
   padding-top: 0;
	 margin-bottom: 0;
 }

h3 { font-size: 18px;  }

h4 { font-size: 14px; }

h5, h6 { font-size: 100%; }



address, cite, dfn, em, var { font-style: normal; } /* clearing italic font settings */

code, kbd, pre, samp, tt { font-family: Consolas, "Courier New", Courier, monospace; } /* setting monospace fonts */



/* reset list elements */

ul, ol { list-style: none; }



/* reset text decorations */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], acronym[title] { /* IE6 does not support <abbr> and attribute selectors */
	border-bottom: 1px dotted;
	cursor: help;
}

q:before, q:after { content: ''; }

/* reset form elements */
legend { color: #000; } /* for IE6 */
fieldset, img { border: none; } /* clear image borders within anchors by the way */
/* ineffective for optgroup */
button, input, select, textarea {
    font-size: 100%; /* make form font sizes inherent */
}

/* reset table elements */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset hr */
hr {
    border: none;
    height: 1px;
}

/* show vertical scrollbars under non-IE browsers */
html { overflow-y: scroll; }

/* ----------------------------------- end of Kissy CSS Reset ----------------------------------- */


/* -- General Settings -- */

a, a:link, a:visited {
	color:#00C0FF; text-decoration:none;
	outline:none;
}

a:hover, a:active {
	color:#00C0FF;	text-decoration:underline;
}

.hide {
	display:none;
}

.entry .aligncenter {
	display:block;
	margin:10px auto;
	text-align:center;
}

	.entry .aligncenter a, .entry .aligncenter img {
		margin-right:auto; margin-left:auto;
	}

.entry .alignleft {
	float:left;
	margin:10px 15px 10px 5px;
}

.entry .alignright {
	float:right;
	margin:10px 5px 10px 15px;
}


/* -- Body and Page Wrapper -- */

body {
	background-color: black;
	background-image: url(/content/img/black-bg-1600x1200.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center; color:#bbb;
}

#page {
	position:relative;
	width:780px;
	margin:0 auto;
	text-align:left;
}


/* -- The Header Section -- */

	#title {
		height: 57px;
		margin-top: 10px;
		margin-bottom: 10px;
		vertical-align: bottom;
		position: relative;
	}
	
	#title img {
		float: left;
	}
	
	#title #title_text {
		float: left;
	}
	
	#title #big_title {
		display: block;
		font-weight: normal;
		font-size: 20px;
		padding-top: 0px;
		padding-left: 10px;
		padding-bottom: 0px;
		margin: 0;
	}
    
	#title #big_title a,
    #title #big_title a:hover,    
	#title #big_title a *{
    	border-bottom: none;
        text-decoration: none;
    }
	
	#title #big_title h2#name {
		display: block;
		font-size: 30px;
	}
	
	#title #big_title span.blue {
		color: #00c0ff;
		line-height: 1em;
		font-size: 30px;
		font-weight: normal;
	}
	
	#title #big_title span.white {
		color: #FFFFFF;
		line-height: 1em;
		font-size: 30px;
		font-weight: normal;
	}
	
	#title #big_title .subtitle {
		margin-top: -5px;
		line-height: 0.8em;
		color: #808080;
		font-size: 17px;
		display: block;
		padding-left: 20px;
		font-weight: normal;
	}
	
	#title #sub_title {
		display: block;
		font-weight: normal;
		font-size: 12px;
		padding-top: 0px;
		padding-left: 25px;
		padding-bottom: 0px;
		margin: 0;
		color: #888;
		line-height: 1em;
	}

	#facebook-header-like-button {
/*	  position: absolute; */
			position: absolute;
			left: 400px;
	}

/** TOP MENU ***/
	#menu-container 
	{
		position: relative;
	}

	#menu {
		/*margin-bottom: 10px;*/
		padding: 2px;
		padding-top: 7px;
		padding-bottom: 7px;
		/* background-color: #303030; */
		border-bottom: 1px #00c0ff solid;
		position: relative;
	}
	
	#menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
	}
	
	#menu ul li {
		display: inline;
	}
	
	#menu ul li a {
		padding-top: 3px;
		padding-right: 10px;
		padding-bottom: 6px;
		padding-left: 10px;
		color: #808080;
		/* border-bottom: 1px #00c0ff solid; */
		text-decoration: none;
	}
	
	#menu ul li a:hover, #menu ul li a.active, #menu ul li.current-menu-item a, #menu ul li.current-menu-ancestor a {
		color: #ffffff;
		padding-top: 3px;
		padding-right: 10px;
		padding-bottom: 6px;
		padding-left: 10px;
		/*border-bottom: 1px #00c0ff solid;*/
		text-decoration: none;
	}
    
    #menu-pong-pad {
    	position: absolute;
        background-color: #00C0FF;
   	}
    
	div.submenu {
		display: table-cell;	
		margin-bottom: 0.5em;
		background-color: #444444;
		clear: both;
    -moz-box-shadow: 0px 5px 10px #000000;
    -webkit-box-shadow: 0px 5px 10px #000000;
		 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	}
	
	body.javascript-active div.submenu {
		position: absolute;
		z-index: 30;
		left: 0;
		top: 0;
		clear: none;
	}
	
	
	div.submenu .submenu-title {
		padding: 3px;
		font-weight: bold;
		color: #808080;
	}
	
	body.javascript-active div.submenu  .submenu-title {
		display: none;
	}
	
	div.submenu ul {
		display: block;	
	}
	
	div.submenu ul li {
		display: block;
		padding: 1px;
	}
	
	div.submenu ul li a {
		color: #00c0ff;
		padding: 5px 20px 5px 12px;
		border-bottom: 0;
		display: block;
		background-color: #333333;
	}
	div.submenu ul li a:hover {
		color: #ffffff;
		text-decoration: none;
		background-color: #444444;
	}
	
	
	#menu li.active a, .submenu li.active a {
		color: white;
	}
	
	

/* -- Main Section (including Content and Sidebar) -- */
			
#main {
	min-height:500px;
	height:auto !important;
	height:500px; /* min-height for IE6 */
	/*overflow:hidden;*/
}

div#breadcrumbs {
		padding: 10px;
		font-size: 11px;
}
div#breadcrumbs p {
		color: #999999;
}

	/* -- The Content Section -- */
	#content {
		float:left;
		padding:20px 20px 30px 0px;
		width:500px;
	}
	
	.no-sidebar #main #content {
	    width: auto !important;
			padding: 0;
            float: none;
	}

		#content a, #sidebar a {
			border-bottom:1px dotted #666;
		}

		#content a:hover, #sidebar a:hover {
			border-bottom-style:solid;
			border-bottom-color:#00C0FF;
		}

		.content-header {
			padding:10px 10px 20px; margin-bottom:15px;
			background:url(images/hsep.png) repeat-x 0 bottom;
			color:#666; text-align:right;
		}

		.content-header strong {
			color:#ccc;
		}

		#content div.post {
						 background-color: #303030;
						 padding-top: 10px;
						 padding-left: 10px;
						 padding-right: 10px;
						 padding-bottom: 10px;
						 -moz-border-radius: 0 10px 0 10px;
						 -webkit-border-radius: 0 10px 0 10px;
						 -moz-box-shadow: 3px 3px 10px #151515;
						 -webkit-box-shadow: 3px 3px 10px #151515;
						 background-image: url(images/grad-content-20x150.gif);
						 background-repeat: repeat-x;
						 background-position: top left;
						 margin-top: 10px;
                         position: relative;
		}
        
        #content div.post .hr {
        	border-bottom: 1px dotted #666666;
            margin-bottom: 20px;
            clear: both;
            padding-top: 20px;
        }
        
        
		#content div.post .like-box {
            width: 120px;
            text-align: right;
        }
        
        #content div.post h2 {
            padding: 15px 10px 0 10px;
            margin: 0;
        }
		
		#content div.page {
						 background-color: #303030;
						 padding-left: 10px;
						 padding-right: 10px;
						 padding-bottom: 10px;
						 -moz-border-radius: 0 10px 0 10px;
						 -webkit-border-radius: 0 10px 0 10px;
						 -moz-box-shadow: 3px 3px 10px #151515;
						 -webkit-box-shadow: 3px 3px 10px #151515;
						 background-image: url(images/grad-content-20x150.gif);
						 background-repeat: repeat-x;
						 background-position: top left;
						 margin-top: 10px;
		}
        
        
	body.page p {
    	line-height: 1.6em;
        margin-bottom: 1em;
    }

			.post-title {
				font-size:22px; text-shadow:0 -1px 0 #080808; line-height:1.6;
			}

			.extra-meta {
				font-size:10px; font-weight:700; float:right; margin-top:12px; line-height:16px;
			}

			#content .post-title a {
				display:inline-block;
				background:none;
				border-bottom: none;
				color: white;
				text-decoration: none;
			}

			#content .post-title a:hover {
				border-bottom: none;
				color: #00C0FF;
				text-decoration: none;
			}

			.post-meta, .post-info {
				padding: 0 10px 8px 10px; 
				font-size:10px; 
				color:#999; 
				font-weight:normal; 
				line-height:1.6;
				text-align: right;
			}
			.post-meta a {
			  color: #cccccc;
				text-decoration: none;
			}
			.post-meta a:hover {
			  color: #00c0ff;
				text-decoration: none;
			}

			.entry {
				padding:10px;
				line-height:1.6;
				overflow:hidden;
				width:460px;
			}

				.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
					color:#eee; text-shadow:0 -1px 0 #111;
					/*clear:both;*/
				}

				.entry h3 {
                	font-size: 17px;
                    padding-bottom: .6em;
				}
                
                .entry .playlist {
                	background-color: #202020;
                    clear: both;
                    padding: 15px;
                    -moz-border-radius: 0 10px 0 10px;
                    -webkit-border-radius: 0 10px 0 10px;
                }
                
                .entry .playlist h3 {
                	font-size: 20px;
                    color: #999999;
                }
                
                
                .entry .playlist  p {
                	color: #999999;
                    font-size: 11px;
                }
                .entry .playlist  p:last-child {
                	margin-bottom: 0;
                    padding-bottom: 0;
                }

				.entry p {
					padding:0 0 1.5em 0;
					color: #d0d0d0;
				}
                
                
				.entry p:last-child {
                	padding-bottom: 0;
                }

				.entry .more-link {
					display:block;
					margin-top:15px;
					text-align:right; font-weight:700; font-size:11px; font-variant:small-caps; text-shadow:0 -1px 0 #080808;
				}

				.entry img, .comment-body img {
					-moz-box-shadow:0 0 5px #000;
					-webkit-box-shadow:0 0 5px #000;
					-khtml-box-shadow:0 0 5px #000;
					box-shadow:0 0 5px #000;
                    float: left;
                    margin-right: 10px;
                    margin-bottom: 10px;
                    margin-top: 10px;
				}

				.comment-body img {
					border:1px solid #aaa;
				}

				.entry a img {
					display:block;
				}

				.entry img.no-border {
					margin:0;
					border:none;
					-moz-box-shadow:none;
					-webkit-box-shadow:none;
					-khtml-box-shadow:none;
					box-shadow:none;
				}

				.entry .wp-caption {
					background-color:#2e2e2e;
					padding:10px 10px 0; margin-bottom:10px;
					-moz-border-radius:4px;
					-khtml-border-radius:4px;
					-webkit-border-radius:4px;
					border-radius:4px;
				}

				.entry .wp-caption-text {
					text-align:center; color:#999;
				}

				.entry table {
					border:2px solid #3c3c3c;
				}

				.entry caption {
					font-weight:700; color:#eee; text-shadow:0 -1px 0 #111;
					padding:3px 0;
				}

				.entry tr:nth-child(even) {
					background-color:#2c2c2c;
				}

				.entry tr.even td {
					background-color:#2c2c2c;
				}

				.entry td, .entry th {
					padding:4px 8px;
					border:1px solid #3c3c3c;
				}

				.entry th {
					background-color:#3c3c3c;
					color:#eee; text-shadow:0 -1px 0 #111;
				}

				.entry tfoot {
					background-color:#3c3c3c;
				}

				.entry ul, dl {
					margin-bottom:10px;
					margin-left:10px;
				}

				.entry .gallery dl {
					margin-bottom:0; margin-left:0;
				}

				.entry dt {
					font-weight:700;
				}

				.entry dd {
					background:url(images/tri.gif) no-repeat -4px 4px;
					padding:2px 2px 3px 12px;
				}

				.entry .gallery dd {
					background:none;
					padding:0;
				}

				.entry ol {
					margin-bottom:10px;
					margin-left:20px;
					padding-left:10px;
				}

				.entry li ul, .entry li ol {
					margin:0;
				}

				.entry li ol {
					margin-left:10px;
				}

				.entry ol li {
					list-style-type:decimal; list-style-position:outside;
					padding:3px 0;
					line-height:1.6;
				}

				.entry ul ol li {
					padding:3px 2px;
					background:none;
				}

				.entry blockquote, .comment-body blockquote {
					padding:5px 20px; margin:0 5px;
					border:1px solid #3c3c3c; border-left:8px solid #3c3c3c;
					background-color:#2c2c2c;
					overflow:auto;
				}

				.entry q, .comment-body q {
					font-style:italic;
				}

				.entry object {
					border:3px solid #cfcfcf;
					display:block;
					-moz-box-shadow:0 0 5px #000;
					-webkit-box-shadow:0 0 5px #000;
					-khtml-box-shadow:0 0 5px #000;
					box-shadow:0 0 5px #000;
				}

				.entry del, .entry strike {
					color:#777;
				}

				.entry ins {
					color:#bcdbcd; text-decoration:none;
				}

				.entry address, .entry cite, .entry q, .entry var {
					font-style:italic;
				}

				.entry var {
					font-family:Georgia,'Times New Roman',Times,serif;
				}

				.entry em {
					font-weight:700;
				}

				.entry .gallery-icon {
					text-align:center;
				}

				.entry .gallery-caption {
					margin:5px 0;
					font-size:10px;
				}

				.entry .attachment-thumbnail {
					margin:auto;
				}

				#content .entry .gallery a {
					border:none;
				}

			.post-pages {
				margin-top:10px; padding:10px 0;
				font-size:10px; font-weight:700; text-align:center; line-height:16px;
				overflow:hidden;
			}

			.page .post-pages {
				margin:20px 0 0; padding-bottom:0;
			}

			.post-info {
            	margin-top: 5px;
				font-weight:400;
			}

			#reaction {
				/*padding:0 10px;*/
			}

				#reaction .section, #respond {
					margin-top:15px;
				}

				#reaction .message, #reaction .must-log-in, #reaction .logged-in-as, #reaction .comment-notes {
					margin-bottom:10px;
					font-size:11px;
				}

				#reaction h3 {
					color:#ddd;
					margin:0 0 15px; padding-top:15px;
					font-size:13px; text-shadow:0 -1px 0 #111;
				}

					.tooltip {
						display:none;
						position:absolute;
						width:400px;
						border-color:#4d4d4d;
						-moz-box-shadow:0 0 5px #111;
						-webkit-box-shadow:0 0 5px #111;
						-khtml-box-shadow:0 0 5px #111;
						box-shadow:0 0 5px #111;
						z-index:999;
					}

					.comment, .pingback {
						overflow:hidden;
						padding:8px 8px 8px 52px; margin-bottom:5px;
						background-color:#222;
						border:1px solid #2a2a2a;
					}

					.pingback {
						padding-left:40px;
					}

					.no-avatar {
						padding-left:15px;
					}

					.bypostauthor {
						background-color:#2c2c2c;
						border-color:#343434;
					}

					.new-comment {
						border-color:#999;
						-moz-box-shadow:0 0 5px #999;
						-webkit-box-shadow:0 0 5px #999;
						-khtml-box-shadow:0 0 5px #999;
						box-shadow:0 0 5px #999;
					}

						.comment.hover, .pingback:hover {
							border-color:#404040;
							-moz-box-shadow:0 0 5px #111;
							-webkit-box-shadow:0 0 5px #111;
							-khtml-box-shadow:0 0 5px #111;
							box-shadow:0 0 5px #111;
						}

						.hover.bypostauthor {
							border-color:#4d4d4d;
							-moz-box-shadow:0 0 5px #111;
							-webkit-box-shadow:0 0 5px #111;
							-khtml-box-shadow:0 0 5px #111;
							box-shadow:0 0 5px #111;
						}

						.hover.new-comment {
							border-color:#aaa;
							-moz-box-shadow:0 0 5px #aaa;
							-webkit-box-shadow:0 0 5px #aaa;
							-khtml-box-shadow:0 0 5px #aaa;
							box-shadow:0 0 5px #aaa;
						}

						.comment .avatar {
							float:left;
							padding:1px; margin-left:-42px;
							background-color:#333;
							border:1px solid #aaa;
						}

						.children {
							margin-left:-20px;
						}

						.children .children {
							margin-left:-12px;
						}

						.children .comment {
							padding-left:36px;
						}

						.children .comment .avatar {
							margin-left:-28px;
							width:16px; height:16px;
						}

						.pingback .favicon {
							float:left;
							padding:1px; margin:-3px 0 0 -30px;
							background-color:#333;
							border:1px solid #aaa;
						}

						.bypostauthor > .avatar {
							border-color:#fff;
							-moz-box-shadow:0 0 8px #fff;
							-webkit-box-shadow:0 0 6px #fff;
							-khtml-box-shadow:0 0 8px #fff;
							box-shadow:0 0 5px #fff;
						}

						.bypostauthor > .children > .byreader, .bypostauthor > #respond #comment {
							border-color:#363636;
						}

						.bypostauthor > .children > .new-comment {
							border-color:#999;
						}

						.bypostauthor > #respond #comment:hover {
							border-color:#444;
						}

						.byreader > .avatar {
							border:1px solid #aaa;
							-moz-box-shadow:none;
							-webkit-box-shadow:none;
							-khtml-box-shadow:none;
							box-shadow:none;
						}

						.comment p {
							margin:2px 0 5px;
						}

						.pingback .comment-meta {
							margin-top:3px; line-height:1.2;
						}

						p.comment-meta, div.comment-meta {
							margin-bottom:10px;
							color:#666; font-size:9px;
						}

						div.comment-meta {
							margin-bottom:0;
						}

						#content .comment-meta a.comment-reply-link, #content .comment-meta a.comment-edit-link {
							padding:0;
							background:none;
							border:none;
							color:#666;
							cursor:pointer;
						}

						#content .comment-meta a.comment-reply-link:hover, #content .comment-meta a.comment-edit-link:hover {
							border:none;
							color:#ccc;
						}

						.comment-meta .author, .comment-meta .title {
							color:#ccc; font-size:12px; font-weight:700;
						}

						.comment-meta .datetime {
							float:right;
						}

						.comment-body {
							padding-left:5px;
							line-height:1.6;
						}

				#respond, #pings {
					border-top:1px solid #363636;
				}

				#commentform {
					margin-bottom:10px;
					overflow:hidden;
				}

				#commentform p {
					margin-bottom:5px;
				}

				#commentform label {
					display:inline-block;
					margin-left:3px;
					font-size:10px; color:#aaa;
					height:15px;
				}

				.processing {
					display:inline-block;
					margin:0 10px;
					width:16px; height:16px;
					background:url(images/loading.gif) no-repeat center center;
					vertical-align:middle;
				}

				.ajax-comment-msg, .ajax-comment-error {
					display:inline-block;
					margin-left:10px;
				}

				.ajax-comment-error {
					color:#e30000;
				}

				#author, #email, #url, #comment, .entry .textbox {
					padding:5px;
					background-color:#1e1e1e;
					border:1px solid #2a2a2a;
					color:#ccc;
					-moz-box-shadow:inset 0 0 3px  #161616;
					-webkit-box-shadow:inset 0 0 3px  #161616;
					-khtml-box-shadow:inset 0 0 3px  #161616;
					box-shadow:inset 0 0 3px  #161616;
				}

				#author:focus, #email:focus, #url:focus, #comment:focus, .entry .textbox:focus {
					border:1px solid #444;
					background-color:#222;
					color:#fff;
					outline:none;
				}

				#comment-wrapper {
					width:582px;
				}

				.depth-1 #comment-wrapper {
					width:520px;
				}

				.depth-2 #comment-wrapper {
					width:494px;
				}

				.depth-3 #comment-wrapper {
					width:460px;
				}

				.depth-4 #comment-wrapper {
					width:426px;
				}

				#comment {
					display:block;
					padding:8px;
					width:100%; height:100px;
					overflow:hidden;
					line-height:1.6em;
					resize:none;
				}

				#submit, .entry .submit, #respond #cancel-comment-reply-link {
					padding:3px 6px; margin:3px 0 0 3px;
					background-color:#555;
					border:1px solid #666;
					outline:none;
					color:#fff; text-shadow:0 -1px 0 #111; font-weight:700; font-size:11px;
					-moz-box-shadow:0 0 3px #111;
					-webkit-box-shadow:0 0 3px #111;
					-khtml-box-shadow:0 0 3px #111;
					box-shadow:0 0 3px #111;
					overflow:visible;
				}

				#reply-title {
					position:relative;
				}

				#respond #cancel-comment-reply-link {
					position:absolute;
					right:10px;
					font-size:10px;
				}

				#submit.disabled {
					background-color:#777;
					border-color:#999;
					color:#444; text-shadow:0 1px 0 #999;
					-moz-box-shadow:0 0 3px #666;
					-webkit-box-shadow:0 0 3px #666;
					-khtml-box-shadow:0 0 3px #666;
					box-shadow:0 0 3px #666;
				}

				.allowed-tags {
					padding:7px 10px 0; margin:10px 0;
					font-size:11px;
					background:#2c2c2c;
					border:1px solid #333;
				}

				.bypostauthor > #respond .allowed-tags {
					background:#333;
					border-color:#393939;
				}

				.allowed-tags strong {
					color:#eee; text-shadow:0 -1px 0 #111;
				}

				#commentform .allowed-tags p {
					margin-bottom:10px;
				}

				.allowed-tags code {
					font-style:italic;
				}

		.pagenavi {
		  padding: 10px 0 0 0;
			font-size:11px; text-align:center; font-weight:700; line-height:1.2;
			overflow:hidden;
		}

		.commentnavi {
			margin-top:10px;
			font-size:10px; text-align:center; font-weight:700; line-height:1.2;
			overflow:hidden;
		}

			.pagenavi .previous-page, .pagenavi .previous-page, .commentnavi .previous-page, .commentnavi .previous-page {
				padding-bottom:2px;
			}

			.pagenavi .previous-page, .commentnavi .previous-page {
				float:left;
				text-align:left;
			}

			.pagenavi .next-page, .commentnavi .next-page {
				float:right;
				text-align:right;
			}

			.pagenavi span, .pagenavi a, .commentnavi span, .commentnavi a {
				margin:0 5px;
			}

			.pagenavi .paginator {
				margin-top:0;
			}

			.pagenavi .paginator span strong {
				padding:4px;
				color:#666;
				background-color:#181818;
				border:1px solid #333;
			}

			.pagenavi .paginator .current_page_mark {
				background-color:#111;
			}

			.commentnavi .current {
				background-color:#181818;
				border:1px solid #333;
				color:#666;
				padding:1px;
			}

			.commentnavi .page-numbers {
				padding:2px;
			}

			.no-post { 
                color:#999999;
                font-weight: bold; 
                text-align:center;
                padding:30px; 
                text-shadow:1px 1px 4px black;
                -moz-border-radius: 0 10px 0 10px;
                -webkit-border-radius: 0 10px 0 10px;
                background-color: #333333;
    			-moz-box-shadow:0 0 100px red;
    			-khtml-box-shadow:0 0 100px red;
    			-webkit-box-shadow:0 0 100px red;
                border: 1px red dotted;
			}

	/* -- The Sidebar Section -- */
	#sidebar {
		float:right;
		width:260px;
		padding:20px 0px 20px 0px;
	}

	#sidebar .widget {
		padding-bottom:20px; margin-bottom:10px;
		background:url(images/hsep.png) repeat-x 0 bottom;
	}

	#sidebar .widget:last-child {
		background:none;
	}

		#sidebar .widget h4 {
			padding:10px;
			color:#eee; font-size:14px; text-shadow:0 -1px 0 #080808;
		}

		#sidebar .widget>div {
			margin:0 8px;
		}

		#sidebar .widget ul {
			margin:0 8px;
		}

		#sidebar .widget li ul {
			margin:0;
			font-size:11px; font-style:italic;
		}

		#sidebar .widget li, .entry ul li {
			padding:2px 2px 3px 12px;
			background:url(images/dot.gif) no-repeat -4px 4px;
			line-height:1.6;
		}

		#sidebar .current_page_item, #sidebar .current-cat {
			font-weight:700;
		}

		#sidebar .current_page_item .children, #sidebar .current-cat .children {
			font-weight:400;
		}

		#search-wrapper {
			text-align:center;
		}

		#search-form {
			margin:0;
			padding:0;
		}

		#search-form div {
			position:relative;
		}

		#s {
			padding:5px; margin:0;
			width:95%;
			background-color:#0c0c0c;
			border:1px solid #303030;
			color:#ccc;
			-moz-box-shadow:inset 0 0 3px #000;
			-khtml-box-shadow:inset 0 0 3px #000;
			-webkit-box-shadow:inset 0 0 3px #000;
			box-shadow:inset 0 0 3px #000;
		}

		#s:focus {
			background-color:#121212;
			border:1px solid #00C0FF;
			color:#fff;
			outline:none;
		}

		#s-msg {
			position:absolute;
			left:0;
			padding:7px; margin:0;
			width:95%;
			text-align:left;
			color:#666;
		}

		#search-form .processing {
			position:absolute;
			top:5px; right:5px;
		}

		#search-submit {
			position:absolute;
			top:5px; right:5px;
			width:16px; height:16px;
			border:none;
			background:url(images/search.gif) no-repeat center center;
		}

		select {
			margin-left:10px; padding:3px;
			border:1px solid #333;
			background-color:#222;
			color:#aaa;
		}

		#wp-calendar {
			width:100%;
			text-align:center;
			border:1px solid #444; border-collapse:collapse;
			line-height:1.4;
		}

			#wp-calendar caption {
				font-weight:700;
				line-height:2em;
			}

			#wp-calendar thead {
				background-color:#333;
				border-bottom:1px solid #444;
				text-shadow:0 -1px 0 #111;
			}

			#wp-calendar thead th {
				padding:1px;
			}

				#wp-calendar tbody td {
					padding:1px;
					width:14.2857%;
					color:#666;
				}

			#wp-calendar tfoot td {
				padding:3px 0;
				background-color:#333;
				border-top:1px solid #444;
			}

				#wp-calendar td a {
					padding-right:3px; padding-left:3px;
				}

			.rss-feed {
				padding:5px 10px 3px 24px;
				height:16px;
				background:url(images/feed.gif) no-repeat 2px center;
			}

			.widget#recentcomments li {
				background:none;
				padding:0; margin:2px 0 4px;
				overflow:hidden;
			}

			.widget#recentcomments .rc_avatar img {
				padding:1px;
				background:#333;
				border:1px solid #aaa;
			}

			.widget#recentcomments .rc_item .rc_left {
				padding-top:4px;
			}

			.widget_tag_cloud {
				line-height:1.6;
			}


/* -- The Footer Section -- */


#footer {
		clear: both;
		border: 1px #333333 solid;
		background-color: #202020;
		padding: 20px;
		color: silver;
		margin-bottom: 10px;
		-webkit-border-radius: 0px 10px 0px 10px;    
	    -moz-border-radius: 0px 10px 0px 10px;      
     -moz-box-shadow: 3px 3px 10px #151515;
     -webkit-box-shadow: 3px 3px 10px #151515; 
	}
	
	#footer h2 {
		margin-bottom: 15px;
		font-size: 25px;
		margin-top: -5px;
		color: #666666;
		padding-top: 0;
	}
	
	#footer h3 {
		font-weight: normal;
		color: #666666;
		font-size: 17px;
		margin-bottom: 4px;
	}
	
	#footer #bottom-space {
		clear: both;
		width: 100px;
		background-position: top left;
		display: block;
		height: 10px;
		margin-bottom: 10px;
			
	}
	
	#footer #footer-sitemap-columns {
		display: block;
		padding-bottom: 15px;
		overflow: auto;
	}
	
	#footer #footer-sitemap-columns ul {
		padding-bottom: 0.5em;
	}
	
	#footer #footer-sitemap-columns ul li {
		line-height: 1.2em;
		margin-top: 0.5em;
	}
	
	#footer #footer-sitemap-columns ul li a {
		padding-left: 9px; 
		color: #999999;
		font-weight: bold;	
		display: block;
	}
	
	#footer #footer-sitemap-columns ul li a:hover {
		border-left: 3px #00C0FF solid;
		padding-left: 6px; 
		color: #FFFFFF;
		font-weight: bold;	
		text-decoration: none;
	}
	
	#footer #footer-sitemap-columns .footer-sitemap-col {
		float: left;
		padding-left: 25px; 
		padding-right: 25px;
		border-left: 1px #484848 dotted;
		display: block;
		/* margin-bottom: 1em; */
	}
	
	#footer #footer-sitemap-columns .footer-sitemap-first-col {
		padding-left: 0px; 
		border-left: none;
	}
	
	#footer #other-links {
		clear: both;
		color: #666666;	
	}
	
	#footer #other-links #other-links-left {
		color: #666666;
		text-align: right;
		line-height: 150%;
		white-space: nowrap;
		width: 150px;
		float: left;
	}
	
	#footer #other-links #other-links-right {
		color: #999999;	
		text-align: left;
		line-height: 150%;
		padding-left: 10px;
		margin-left: 150px;
	}    
    
	#footer #other-links a {
    	color: #999999;
        text-decoration: none;
    }  
    
	#footer #other-links a:hover {
    	color: #00C0FF;
        text-decoration: underline;
    }
	
	#footer #bottom-notice {
		clear: both;
		font-size: smaller;
		color: #606060;
		padding-top: 2em;
	}


/* -- The Fixed Positioned Navigator -- */

#fixed-nav {
	position:fixed;
	top:60%; left:0;
	width:24px;
	border:1px solid #444; border-left:none;
	background:#333;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	-khtml-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
}

	#fixed-nav .buttons a {
		display:block;
		float:left;
		width:24px; height:24px;
		background:url(images/arrows.gif) no-repeat 0 0;
	}

	#fixed-nav .buttons a:hover {
		background-color:#222;
	}

	#fixed-nav .buttons a.top:hover {
		background-position:-24px 0;
	}

	#fixed-nav .buttons a.bottom {
		background-position:0 -24px;
	}

	#fixed-nav .buttons a.bottom:hover {
		background-position:-24px -24px;
	}

	#fixed-nav .buttons a.cmnts {
		background-position:0 -48px;
	}

	#fixed-nav .buttons a.cmnts:hover {
		background-position:-24px -48px;
	}
	
	#facebook-box {
		background-color: white;
		-moz-border-radius: 0 10px 0 10px;
		padding: 10px;
	}
	
	
	body.page-template-template-bio-php div#bio,	
	body.page-template-template-book-me-php div#book-me ,
    .gradient-box
	{
		position: relative;
		line-height: 1.6em;
						 background-color: #303030;
						 padding-left: 20px;
						 padding-right: 20px;
						 padding-bottom: 10px;
						 -moz-border-radius: 0 10px 0 10px;
						 -webkit-border-radius: 0 10px 0 10px;
						 -moz-box-shadow: 3px 3px 10px #151515;
						 -webkit-box-shadow: 3px 3px 10px #151515;
						 background-image: url(images/grad-content-20x150.gif);
						 background-repeat: repeat-x;
						 background-position: top left;
						 margin-bottom: 10px;
	}
	
	
	body.page-template-template-bio-php div#bio p,    
	body.page-template-template-book-me-php div#book-me p,
    .gradient-box p  {
		text-align: justify;
		color: #cccccc;
		margin-bottom: 1em;
	}
	
	body.page-template-template-bio-php div#bio #bio-text
	{
		background-image: url(images/bio-jordan.png);
		background-repeat: no-repeat;
		background-position: top right;
	}
	
	body.page-template-template-bio-php div#bio #bio-text .push
	{
		height: 10px;
		float: right;
		clear: right;
		overflow: hidden;
	}
	
	body.page-template-template-bio-php div#bio #bio-text .push span
	{
		visibility: hidden;
	}
	
	body.page-template-template-bio-php div#bio #bio-text .last
	{
		height: 6px;
	}
	
	body.page-template-template-bio-php div#bio #bio-text #quick-facts
	{
		text-align: left;
		background-color: #202020;
		padding: 20px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		float: right;
		width: 270px;
		clear: right;
		margin-left: 20px;
		margin-bottom: 10px;
		-moz-box-shadow: #c0c0C0 0px 0px 10px;
		-webkit-box-shadow: #c0c0C0 0px 0px 10px;
		color: #ccc;
	}
	
	body.page-template-template-bio-php div#bio #bio-text #quick-facts h3 {
	  margin-bottom: .5em;
		font-size: 18px;
		padding: 0;
		margin-top: 0;
		font-weight: bold;
		color: #ccc;
	}
	
	
	body.page-template-template-bio-php div#bio #bio-text #quick-facts strong {
	  color: #0cf;
		font-weight: normal;
	}
    
    body.home h1 {
    	position: relative;
        z-index: 20;
    }
    
    body.home #home-banner {
    	height: 220px;
         -moz-box-shadow: 3px 3px 10px #151515;
         -webkit-box-shadow: 3px 3px 10px #151515;
		 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
         margin-bottom: 10px;
         position: relative;
    }
    
    body.home #home-banner a.banner 
    {
        -moz-border-radius: 0 10px 0 10px;
        -webkit-border-radius: 0 10px 0 10px; 
        background-repeat: no-repeat;
        background-position: top left;
        height: 220px;       
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border: none;
    }
    body.home #home-banner a.button-container {
    	padding: 30px;
        position: absolute;
        top:68px;
        padding: 30px;
        z-index: 9999;
        border: none;
        background-color: transparent;
    }
    
    body.home #home-banner span.button {
    	background-image: url(/content/img/banner-button-48x72.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 24px;
        width: 24px;
        display: block;
    }
    
    body.home #home-banner a#banner-btn-prev {
        left: -42px;
    }
    body.home #home-banner a#banner-btn-next {
        right: -42px;
    }
    
    body.home #home-banner a#banner-btn-prev span {
    	background-position: left top;    
    }
    body.home #home-banner a#banner-btn-next span {
    	background-position: right top;
    }
    
    
    body.home #home-banner a#banner-btn-prev:hover span {
    	background-position: left -48px;
    }
    body.home #home-banner a#banner-btn-next:hover span {
    	background-position: right -48px;
    }
    
    body.home #home-layout-table {
    	position: relative;
        z-index: 20;
    }
			
		body.home #home-layout-table td {
		  vertical-align: top;
		}
		body.home #home-layout-table td.right-col {
		  padding-left: 10px;
	}	
	.gray-block {
	   padding: 10px;
     -moz-border-radius: 0 10px 0 10px;
     -webkit-border-radius: 0 10px 0 10px;
     -moz-box-shadow: 3px 3px 10px #151515;
     -webkit-box-shadow: 3px 3px 10px #151515;
		 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
     margin-bottom: 10px;	
						 background-image: url(images/grad-content-20x150.gif);
						 background-repeat: repeat-x;
						 background-position: top left;
						 background-color: #303030;
	}
	body.home .first {
	  padding-top: 0;
      margin-top: 0;
		margin-bottom: 0;
	}
    
    body.home .excerpt p {
    	line-height: 1.6em;
    }
    
    body.home .excerpt table#like-and-more {
    	margin-top: 10px;
    }
    
    body.home .excerpt table#like-and-more td {
    	padding: 0;
        vertical-align: middle;
    }
    
    body.home .left-col .gray-block {
    	min-height: 550px;
    }
    
    body.home .excerpt .jw-fb-lazy-load {
    }
    
    body.home .first h2 {
    	margin-top: 0;
        padding-top: 0;
    }
    
    body.home h2#guests-title {
    	margin-bottom: 0;
        padding-bottom: 0;
        margin-left: 10px;
    }
    
    body.home .excerpt_title h2 {
    	margin-bottom: 0;
        padding-bottom: .3em;
    }
	
	body.home #guests-grid {
	  vertical-align: top;
		padding: 10px 0 10px 10px;
	}
	
		body.home #guests-grid .guest-link {
		  display: inline-block;
			margin-right: 15px;
			margin-bottom: 15px;
			border-bottom: none;
    		position: relative;
            z-index: 2;
            height: 125px;
            width: 125px;
		}
	
	body.home #guests-grid .guest-pic {
		width: 125px;
		height: 125px;
		border: 1px black solid;
        position: absolute;
        top: 0px; 
        left: 0px;
	}
    
	body.home #guests-grid .guest-pic img {
        position: absolute;
        top: 0px; 
        left: 0px;
	}
	
	body.home #guests-grid .guest-pic .guest-name {
	  position: absolute;
		bottom: 0px;
		padding: 6px;
		background-image: url(images/dark-bg-32x32.png);
		width: 113px;
        z-index: 3;
	}
	
		body.home #guests-grid a .guest-pic .guest-name h4 {
		  color: white;
			font-size: 16px;
            z-index: 4;
		}
		
		body.home #guests-grid a:hover .guest-pic .guest-name h4 {
		  color: #00C0FF;
		}
        
        
        div.button-container {
        	text-align: right;
        }
        
        div.button-container .file-size {
        	font-size: 11px;
            padding-right: 10px;
            color: #666666;
        }
        
        #content a.button {
			background-image: url(/content/img/button-800x180.png);
            background-position: top left;
            background-repeat: no-repeat;
            line-height: 60px;
            border-bottom: none;
            display: inline-block;
            color: white;
            padding-left: 20px;
            text-transform: uppercase;
            font-weight: bold;
            text-decoration: none;   
             
        }
        
        
        #content a.button span {
			background-image: url(/content/img/button-800x180.png);
            background-position: top right;
            background-repeat: no-repeat;
            line-height: 60px;
            border-bottom: none;
            display: inline-block;
            color: #cccccc;
            padding-right: 40px;       
            text-decoration: none;     	
            text-shadow: black 1px 1px 3px;
        }
        
        
        #content a.button:hover {
        	background-position: left -60px;
            text-decoration: none;    
        }
        #content a.button:hover span {
        	background-position: right -60px;    
            text-decoration: none;    
            color: white;
            text-shadow: white 0px 0px 3px;
        }
        
        body div.page h2 {
        	margin-bottom: 0;
        }
        
        .dark-box {        
        	-moz-border-radius: 0 20px 0 20px;
            -webkit-border-radius: 0 20px 0 20px;
        	background-color: #202020;
            padding: 15px;            
        }
        
        .dark-box h3 {
        	padding-top: 0;
            margin-top: 0;
            margin-bottom: .6em;
            padding-bottom: 0;
            font-size: 18px;
            color: #aaaaaa;
        }
        
        .dark-box p {
        	color: #aaaaaa !important;
        }
        
        .dark-box p:last-child {
        	margin-bottom: 0;
        }
        
        #right-book-me-box {
            width: 250px;
            float: right;
            min-height: 200px;
            margin-top: 20px;
        }
        
        #book-me-text {
        	margin-right: 290px;
            min-height: 240px;
        }
        
        #book-me-text p {
        	color: #999999;
        }
        
        #book-me-text ul {
        	color: #FFFFFF;
            list-style-type: disc;
            margin-left: 20px;
        }
        #book-me-text ul li {
        	color: #FFFFFF;
        }
        
        #book-me-text h3 {
        	color: #eeeeee;
        	font-size: 16px;
            margin-bottom: .3em;
            margin-top: 1em;
        }
        
        #book-me-text div.button-container {
        	/*clear: both;*/
        }
        
        #contact-form {
        	margin-right: 360px;
        }
        
        #contact-form-right-column {
        	width: 350px;
			float: right;
        } 
        
        #contact-form .form-div .input-field {
        	padding: 5px;
            -moz-border-radius: 5px;
            -moz-box-shadow: 3px 3px 3px #aaaaaa inset;
            border: 1px black solid;
            background-color: #FEFEFE;
            width: 360px;
        }
        
        #contact-form .input-error {
        	color: red;
            font-size: 12px;
            text-shadow: red 1px 1px 3px;
        }
        
        h1.index-title {
        	padding-bottom: 5px;
            padding-top: 0;
            padding-right: 0;
            margin-top: -5px;
        }
        
        body.page #main #content h1.index-title-page {
        	padding-top: 20px;
        }
        
        
        body.home #welcome-text {
        	background-color: #202020;
            -moz-border-radius: 0 10px 0 10px;
            -webkit-border-radius: 0 10px 0 10px;
            padding: 10px;
        }
        
        body.home #welcome-text h2 {
        	padding-top: 0;
            margin-bottom: 0.4em;
            color: #bbbbbb;
        }
        
         body.home #welcome-text p {
         	line-height: 1.6em;
         }
         body.home #welcome-text p:last-child {
			margin-bottom: 0;
         }
         
         body.home .homepage-post {
         	padding: 0 10px 10px 10px;
         }
         
         body.home #content .homepage-post h2 {         
            margin-bottom: 0.3em;
         }
         
         body.home #content .homepage-post h2 a.excerpt_title {
			color: #ffffff;
            border-bottom: none;
            text-decoration: none;
         }
         
         
         body.home .homepage-post div.excerpt p {
         	margin-bottom: 0;
         }
         
         body.page-template-template-guestbook-php .gray-block h2 {
         	padding-top: 0;
         }
         
         body.page-template-template-guestbook-php div.facebook-comments-block {
         	padding-left: 10px;
         }
         
         body.page-template-default #page #content {
         	padding-top: 0;
         }
         
         #sidebar .widget_tag_cloud {
         	overflow: visible;
         }
         
        #sidebar .widget_tag_cloud a {
        	border-bottom: none;
			text-decoration: none;
            line-height: 60%;
            opacity: 0.6;
            z-index: 1;
         }
        body.javascript-active #sidebar .widget_tag_cloud a {
        	line-height: 60%;
        }
        #sidebar .widget_tag_cloud a:hover {
        	opacity: 1;
            text-shadow: 0 0 10px #00C0FF, 0 0 10px #00C0FF, 0 0 10px #00C0FF, 0 0 20px #00C0FF, 0 0 30px #00C0FF;
            z-index:2;
            color: white;
         }
				 
				 .entry .lyte img {
				 				box-shadow: none;
								float: none;
				 }
				 
				 #guests-list-v2 {
        	   padding: 10px;
             -moz-border-radius: 0 10px 0 10px;
             -webkit-border-radius: 0 10px 0 10px;
             -moz-box-shadow: 3px 3px 10px #151515;
             -webkit-box-shadow: 3px 3px 10px #151515;
        		 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
             margin-bottom: 10px;	
						 background-repeat: repeat-x;
						 background-position: top left;
						 background-color: #303030;
				 								 
				 }
				 
				 #guests-list-v2 td {
				   padding: 5px;
				 }
				 
				 #guests-list-v2 .guest-box {
						display: table-cell;
						text-align: right;
				 }
				 
				 #guests-list-v2 .guest-image a {
				 		text-decoration: none;
						border-bottom: none;				 
				 }
				 
				 #guests-list-v2 .guest-image a:hover {
				 		text-decoration: none;
						border-bottom: none;				 
				 }
				 
				 #guests-list-v2 h4 {
				 		font-size: 30px;
						color: white;
				 }
				 
				 #guests-list-v2 h4 a {
				 		font-size: 30px;
						color: white;
						text-decoration: none;
						border-bottom: none;
				 }
				 
				 #guests-list-v2 h4 a:hover {
				 		text-decoration: none;
						border-bottom: none;
				 }
				 
				 #guests-list-v2 h4 .guest-gradient {
				 		position: absolute;
						top: 0px;
						left: 0px;
						width: 20px;
						height: 20px;
						background-image: url(/content/img/gues-grad-fg-20x20.png);
						background-position: bottom left;
						background-repeat: repeat-x;
						z-index: 9999;
				 }
				 
				 
				 
				 #guests-list-v2 .guest-country {
				 	 color: #666666;
				 }
				 
				 
				 #guests-list-v2 .gotoepisode {
				   text-align: right;
					 padding-top: 10px;
				 }
				 
				 body.home #content .homepage-post .excerpt img.wp-post-image {
				 		float: left;
						margin-right: 10px;
						margin-top: 10px;
						border: 1px #404040 solid;
				 }
    
    body.home h2.top-title {
    	margin-bottom: 0;
        padding-bottom: 0;
				padding-top: 0;
				margin-top: 0;
        margin-left: 10px;
    }
		
		body.home .home-v2 .left-col .gray-block {
    min-height: 300px;
}

 body.home #mixes-list {
   background-color: #303030;
	 padding: 10px;
	 margin-bottom: 10px;
  -moz-border-radius: 0 10px 0 10px;
  -webkit-border-radius: 0 10px 0 10px;
  -moz-box-shadow: 3px 3px 10px #151515;
  -webkit-box-shadow: 3px 3px 10px #151515;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
             
 }
 
 
 body.home .fanbox-block {
   background-color: #303030;
	 padding: 10px;
	 margin-bottom: 10px;
  -moz-border-radius: 0 10px 0 10px;
  -webkit-border-radius: 0 10px 0 10px;
  -moz-box-shadow: 3px 3px 10px #151515;
  -webkit-box-shadow: 3px 3px 10px #151515;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
             
 }
 
 body.home .mediaplayer {
 		margin-top: 20px;
 }
 
 body.home #mixes-list h3 a {
 	 color: white;
	 text-decoration: none;
	 border-bottom: none;
 }
 
 body.home #mixes-list h3 a:hover {
 	 color: white;
	 text-decoration: underline;
	 border-bottom: none;
 }
 
 body.home #mixes-list .homepage-mix {
  padding-bottom: 5px;
	border-bottom: 1px #808080 dotted;
	margin-bottom: 10px;
 }
 
 body.home #mixes-list #more-mixes-link 
 {
   color: #666666;
	 text-align: right;
 }
 
 div#discography {
 	  padding: 20px 20px 10px 20px;
 }

  .release-box {
    background-color: #202020;
		padding: 20px;
    -moz-border-radius: 0 10px 0 10px;
    -webkit-border-radius: 0 10px 0 10px;
    border-radius: 0 10px 0 10px;
		margin-bottom: 10px;
 }
 
   .release-box h3 {
	  margin-bottom: 1.5em;
		color: white;
	}
   .release-box .release-right-col {
	  padding-left: 20px;
	}
   .release-box .release-right-col p {
	  line-height: 150%;
	}
	
  .release-box .release-data {
 }
	
  .release-box .release-data td {
   padding: 5px;
 }
  .release-box .release-data td.release-key {
   text-align: right;
	 color: #00C0FF;
	 width: 100px;
 }
  .release-box .release-data td.release-value {
   padding: 5px;
 }
 
   .release-box .release-credits {
		padding-top: 10px;
		line-height: 150%;
	}
 
   .release-box .release-tags {
		padding-top: 10px;
		border-top: 1px #404040 dotted;
		margin-top: 10px;
		font-size: 10px;
	}
	
	   .buylink-container {
		padding-top: 10px;
		}
		
	   .buylink-container a.buylink {
			border-bottom: none !important;
			display: block;
		}
	   .buylink-container a.buylink:hover {
			border-bottom: none !important;
			text-decoration: none;
		}
			
		
	   .buylink-container a.buylink span {
			width: 176px;
			display: block;
			padding: 10px;
			text-align: center;
			background-color: #303030;
      -moz-border-radius: 0 10px 0 10px;
      -webkit-border-radius: 0 10px 0 10px;
      border-radius: 0 10px 0 10px;
			border: 2px #000000 solid !important;
		}
		
	   .buylink-container a.buylink:hover span {
			border: 2px #00C0FF solid !important;
      -moz-box-shadow: 0px 0px 10px #00C0FF;
      -webkit-box-shadow: 0px 0px 10px #00C0FF;
			text-shadow: 0 0 10px #00C0FF,0 0 10px #00C0FF,0 0 10px #00C0FF,0 0 10px #00C0FF;
			color: white;
			
		}
		
		body.page-template-template-home-php #moreguests {
		  padding-top: 10px;
			margin: 10px;
			border-top: 1px dotted #808080;
			line-height: 150%;
		}
		
		body.single-jwreleases .release-box {
		
		
						 background-image: url(images/grad-content-20x150.gif);
						 background-repeat: repeat-x;
						 background-position: top left;
						 background-color: #303030;
						 
						 }
						 
		body.single-jwreleases .all-releases-link {
		  text-align:right;
			padding: 10px;
		}
		
		
	  body.single-jwreleases .buylink-container a.buylink span 
		{
		  background-color: #404040;
		}
		
						 
		body.single-jwreleases h1 {
		  padding-top: 0;
		}
		
		.release-box .jw-fb-lazy-load {
			margin-top: -1em;
			margin-bottom: 1em;
		
		}
		
		#just-in {
		  padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
			margin-top: -1.6em;
			margin-bottom: 1em;
		}
		
		#just-in #just-in-title {
		  float: left;
			width: 60px;
			font-weight: bold;
			color: #FFC000;
			line-height: 150%;
			font-size: 11px;
		}
		
		#just-in #just-in-message {
		  margin-left: 60px;
			line-height: 150%;
			color: #808080;
			font-size: 11px;
		}