/* WP Theme - by dotcomUNDERGROUND (www.dotcomUNDERGROUND.com) */
/* for use ONLY on BDPortals.com Network */

body,td,th {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	display: inline;
	color: #666666;
}
/*basic link styling */
a:link {
	color: #1F499B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1F499B;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #1F499B;
}

/* to create a 10 px gap */
.space {
	height: 10px;
}

/* to allow the upper div grow in height */
.clear {
	clear: both;
}

/* a dummy container */
.dummy {
}

/* small text */
.small {
	font-size: small;
}

/* x-small */
.x-small {
	font-size: x-small;
}

/* large text */
.large {
	font-size: x-large;
}

/* white text in colored boxex */
.color-box {
	color: #FFFFFF;
}
.color-box a, .color-box a:visited, .color-box a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.color-box a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.color-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.color-box li {
	list-style: none;
	padding-left: 15px;
	padding-top: 5px;
	background-image: url(images/post.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}



/* on white background */
.white-box {
	color: #666666;
}
.white-box a, .white-box a:visited, .white-box a:active {
	color: #666666;
	text-decoration: none;
}
.white-box a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.white-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.white-box li {
	list-style: none;
	padding-left: 20px;
	padding-top: 5px;
	background-image: url(images/post.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

form {
	display: inline;
}

/* the little information box goes to bottom */
#info-box
{
	position: absolute;
	background-color:#FFFFFF;
	top: 100%;
	left: 0px;
	font-size: xx-small;
	visibility: hidden;
}

#bdportals-bar {
	position: absolute;
	background-color: #1F499B;
	height: 25px;
	width: 100%;
	top: 0px;
	left: 0px;
}

/* main page wrapper */
#wrapper {
	margin-top: 10px;
	margib-left: 10px;
	width: 750px;
}

/*page header */
#header {

}
/* logo stuffs */
#logo-box {
	background-color: #1F499B;
}
#logo {
	background-color: #1F499B;
	height: 100px;
	width: 550px;
}
#parental {
	background-color: #1F499B;
	background-image: url(images/parental-advisory.gif);
	background-repeat: no-repeat;
	float: right;
	height: 89px;
	width: 125px;
	margin-top: 5px;
	margin-right: 10px;
	visibility: hidden;
}

/*
###########################
navigation box 
*/
#nav-box {
	background-color:#333333;
	height:20px; 
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#nav-box a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 50px;
}

#nav-box a:hover {
	background: #FFFFFF;
	color: #666666;
}

#nav-box ul {
	display: inline;
	list-style: none;
}

#nav-box li {
	display: inline;
	list-style: none;
	text-align: center;
}

/*
navigation box
###################
/*

/*google link ad */
#google-link-ad {

}


/* searching */
#search-box	{
	/* position:relative; */
	background-color:#6CB53D;
	width: 660px;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	vertical-align: middle;
}



/* body container - everything other than header n footer */
#body-container {
	margin-left: 10px;
}

/* artist list in header */
#header-artist-list {
	font-size: x-small;
}

/************************************************/
/* single.php  starts                           */

/* the article header box with border */
#article-header-box {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	background-image: url(images/post-big.png);
	background-repeat: no-repeat;
	background-position: left;
}

#article-header {
	margin-left: 60px;
	margin-bottom: 10px;	
}

#article-header h1 {
	display: inline;
	color: #666666;
	font-size: x-large;
}

#article-header h1 a {
	text-decoration: none;
	color: #666666;
}

#article-box {
}

/* top left ad - the main ad ;) */
#article-top-left-ad {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

#article-top-right-ad {
	float: right;
	margin-left: 0px;
	margin-bottom: 0px;
}

#article {
	text-align: justify;

}
/* google lasge banner */
#article-bottom-ad {

}

/* showing related articles */
#article-related {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 390px;
	font-size: small;	
}

/* showing recent articles on a single post */
#article-recent {
	position: relative;
	margin-left: 400px;
	font-size: small;	
}

/* previous next */
#prev-next {
	font-size: small;
}
#prev {
	float: left;
	text-align: left;
	margin-left: 10px;
}
#next {
	text-align: right;
	margin-right: 10px;
}


/* article tags */
#article-tags {
/*	border: thin dashed #666666; */
	font-size: small;
}

/* holding the comment info and comment template */
#comment-box {
	border: thin solid #999999;
	font-size: small;
}

#comment-info {

}

#comment-template {

}

/* incoming search terms on article pages */
#article-incoming-search-terms {
	font-size: x-small;
}

/* single.php ends      */
/************************/

/*********************************/
/* index.php starts              */

/* listing of posts in index.php */
#index-content {
	margin-left: 350px;
	
}

#index-top-ad-box {
	float: left;
	height: 280px;
	width: 336px;
	margin-left: 10px;	
	background-color: #1F499B;
}

#index-posts {
	font-size: small;
}

#index-info {
	font-size: x-small;
	font-style: italic;
}

/* the bottom ad */
#index-bottom-ad {
	margin-left: 10px;
}


/* index.php ends          */
/***************************/

/*********************************/
/* home.php starts              */

/* listing of posts in index.php */
#home-content {
	margin-left: 350px;
	
}

#home-top-ad-box {
	float: left;
	height: 280px;
	width: 336px;
	margin-left: 10px;	
	background-color: #1F499B;
}

#home-featured-header {
	background-color:#FF9933;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

#home-featured {
	background-color:#FF9933;
	margin-top: 10px;
	font-size: small;	
}

/* the bottom ad */
#home-bottom-ad {
	margin-left: 10px;
}

/* random posts, categories, bookmarks, meta.. bla bla.. */
#home-extra {

}

/*column 1 */
#home-extra-col-1 {
	float: left;
	margin-left: 10px;
	width: 350px;
}


#home-categories {
	font-size: small;
}

#home-categories li { 
	background-image: url(images/category.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#home-site-news {
	font-size: small;
}

#home-concert {
	font-size: small;
}

#home-album {
	font-size: small;
}

#home-artist {
	font-size: small;
}

#home-world-music {
	font-size: small;
}

/*column 2 */
#home-extra-col-2{
/*	float: left; */
	margin-left: 400px;
}

#home-forum-discussions {
	font-size: small;
}


/*column 3 */
#home-extra-col-3 {
	margin-left: 600px;
}

#home-meta {
	font-size: small;
}

#home-meta li { 
	background-image: url(images/meta.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

/* incoming search terms on home */
#home-incoming-search-terms {
	font-size: x-small;
}

#home-searches {
	font-size: x-small;
}

/* home.php ends          */
/***************************/

/*page footer */
#footer {
	background-color:#999999;
	font-size: small;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 0px;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer-ad-links {
	font-size: x-small;
}
/* page footer ends */

/* artist-list */
#artist-list-top-ad {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

#artist-list {
	margin-left: 160px;
}


/*

/* artist-profile */
#artist-quicklink-box	{ margin: 10px 0px 10px 350px; border: 1px dotted #999; padding: 10px; }

#artist-quicklink-title {
	font-weight: bold;
}

#artist-quicklink	{ 
	margin: 0px 0px 0px 0px; 
	border-top: 1px dotted #999; 
	padding: 10px; 
	background: transparent;
	color: #443;
	font-size: 11px;
	text-align: left;	
	}

/* artist-profile */

Styles necessary to support various bsuite features.
bsuite is a a WordPress plugin that does stats tracking
and a lot of other things I wanted done on my blog.
http://maisonbisson.com/blog/search/bsuite

Author: Casey Bisson
Author URI: http://maisonbisson.com/blog/

This CSS, such as it is, is released under the GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* span styles for the search word highglighting feature */
.hl0	{ background-color: #FFFF99 }
.hl1	{ background-color: #FF99FF }
.hl2	{ background-color: #99FFFF }
.hl3	{ background-color: #FF9999 }
.hl4	{ background-color: #9999FF }

/* the style for the div that lists the hightlighted words */
#bstat_hilite	{ margin: 10px 0px 10px 350px; border: 1px dotted #999; padding: 10px; }


/* styles related to the pulse graph */
#bstat_pulse	{ height: 110px; margin: 2px 0px 2px 0px; text-align:center; } 
#bstat_pulse p	{ text-align: center; line-height: 1em; text-shadow: #ffffff 1px 1px 4px; margin-top: -30px; } 
#bstat_pulse img	{ display:inline; vertical-align: middle; background-color: #999999; border: solid 0px #000000; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border-top: solid 2px #000000; } 

/* styles related to the bsuggestive list of related posts */
#bsuggestive_footer	{ 
	margin: 0px 0px 0px 0px; 
	border-top: 1px dotted #999; 
	padding: 10px; 
	background: transparent;
	color: #443;
	font-size: 11px;
	text-align: left;	
	}
	
#bsuggestive_footer h3	{
	color: #005577;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#bsuggestive_footer ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	}
	
#bsuggestive_footer li {
	text-indent: -10px;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#bsuggestive_footer li:before {
	content: "\00BB \0020";
	}
