/*
** 
** stylesheet for steelband pan arts (steelbandoakland.com)
** 
**
** $Id$
**
** 5/7/06: kevin chan <kefin@makedostudio.com> www.makedostudio.com
**
**
*/


body
{
	background-color: #000000;
	background-repeat: no-repeat;
	font-family: Verdana,Arial,Helvetica,Geneva,sans,sans-serif;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}


a:link {color: #BAD41A; text-decoration: none }
a:visited {color: #BAD41A; text-decoration: none}
a:active {color: #FF0000; text-decoration: underline}
a:hover {color: #FF0000; text-decoration: underline}


/********************************************************************************/
/*	container : begin */

#container
{
	width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/*	container : end */
/********************************************************************************/


/********************************************************************************/
/*	main : begin */

#main
{
	margin: 10px 10px 10px 10px;
	color: #cccccc;
	text-align: left;
	font-size: 10pt;
}

/*	main : end */
/********************************************************************************/


/********************************************************************************/
/*	main sections : begin */

#navigation
{
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
	padding: 10px 0 16px 0;
	font-size: 1.3em;
	font-weight: normal;
	font-family: Times,"Times Roman",Palatino,serif;
}

#left_col
{
	float: left;
	width: 120px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

#right_col
{
	float: right;
	width: 120px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
}

#main_col
{
	margin: 0 120px 0 120px;
	padding: 0 0 0 0;
	color: #ffff66;
}

#main_left
{
	float: left;
	width: 350px;
}

#main_right
{
	margin: 0 0 0 350px;
}

#section_main
{
	margin: 0 0 0 40px;
}

/*	main sections : end */
/********************************************************************************/

/********************************************************************************/
/*	navigation : begin */

#navigation a:before
{
	content: url("/resources/swirl_sm.gif") " ";
}
#navigation a:link
{
	margin: 0 12px 0 12px;
	padding: 0 0 0 0;
	color: #ff8800; text-decoration: none;
}
#navigation a:visited
{
	margin: 0 12px 0 12px;
	color: #ff8800; text-decoration: none;
}
#navigation a:active
{
	margin: 0 12px 0 12px;
	color: #BAD41A; text-decoration: none;
}
#navigation a:hover
{
	margin: 0 12px 0 12px;
	color: #BAD41A; text-decoration: none;
}
#navigation a:hover:before
{
	content: url("/resources/swirl_green_sm.gif") " ";
}
#navigation a.current
{
	margin: 0 12px 0 12px;
	color: #BAD41A; text-decoration: none;
}
#navigation a.current:before
{
	content: url("/resources/swirl_green_sm.gif") " ";
}

#subnavigation
{
	font-size: .75em;
}
#subnavigation a 			{ color: #999999; text-decoration: none; } 
#subnavigation a:link		{ color: #999999; text-decoration: none; } 
#subnavigation a:visited	{ color: #999999; text-decoration: none; } 
#subnavigation a:active		{ color: #ff9218; text-decoration: none; } 
#subnavigation a:hover		{ color: #ff9218; text-decoration: none; }


/*	navigation : end */
/********************************************************************************/


/********************************************************************************/
/* footer : begin */

#footer_container {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 0 0 0;
	/* background-color: #999999; */
    /* border-top: 1px solid #666666; */
}

#footer {
	padding: 0 4px 0 4px;
	margin: 0 0 0 0 0;
	color: #999999;
    text-align: right;
    font-size: 8pt;
	text-align: center;
}

#footer a 			{ color: #999999; text-decoration: none; } 
#footer a:link		{ color: #999999; text-decoration: none; } 
#footer a:visited	{ color: #999999; text-decoration: none; } 
#footer a:active	{ color: #ff9218; text-decoration: none; } 
#footer a:hover		{ color: #ff9218; text-decoration: none; }

/* footer : end */
/********************************************************************************/


/********************************************************************************/
/*	image styles : begin */

img.image_no_frame
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.image
{
	padding: 4px 4px 4px 4px;
	border: 1px solid #666666;
	
}

/*	image styles : end */
/********************************************************************************/


/********************************************************************************/
/*	text styles : begin */

.big_text
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 2em;
}

.centered
{
	text-align: center;
}

/*	text styles : end */
/********************************************************************************/



/********************************************************************************/
/*	gallery styles : begin */

#gallery_main_col
{
	margin: 0 40px 0 40px;
	padding: 0 0 0 0;
	color: #ffff66;
}

#gallery_navigation
{
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px 0 0px 0;
	font-size: 1.3em;
	font-weight: normal;
	font-family: Times,"Times Roman",Palatino,serif;
}

#gallery_navigation a:before
{
	content: url("swirl_sm.gif") " ";
}
#gallery_navigation a:link
{
	margin: 0 12px 0 12px;
	padding: 0 0 0 0;
	color: #ff8800; text-decoration: none;
}
#gallery_navigation a:visited
{
	margin: 0 12px 0 12px;
	color: #ff8800; text-decoration: none;
}
#gallery_navigation a:active
{
	margin: 0 12px 0 12px;
	color: #BAD41A; text-decoration: none;
}
#gallery_navigation a:hover
{
	margin: 0 12px 0 12px;
	color: #BAD41A; text-decoration: none;
}
#gallery_navigation a:hover:before
{
	content: url("swirl_green_sm.gif") " ";
}
#gallery_navigation a.current
{
	margin: 0 12px 0 12px;
	color: #BAD41A; text-decoration: none;
}
#gallery_navigation a.current:before
{
	content: url("swirl_green_sm.gif") " ";
}

.photo_index
{
	text-align: center;
}

.navigation_text {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ffff66;
	font-size: .85em;
	text-align: center;
}

.divider {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #888888;
	font-size: 85%;
	text-align: center;
}

.title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

.caption {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ffffff;
	font-size: 100%;
}

.credit {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
}

.gallery_description {
	padding: 10px 0 0 0;
	text-align: left;
	font-size: 9pt;
	line-height: 1.25em;
}

/* gallery styles : end */
/********************************************************************************/



/* TEXTPATTERN BLOG STYLES ******************************************************/


/*****************************************/
/* blog header (blog title) */
/*****************************************/

.blog_header_container
{
	/* width: 570px; */
	/* margin: 0 0 0 -20px; */
	padding: 0 0 0 0;
	/* background: #ffffff url("/resources/logo_bg.jpg") repeat left top; */
}

.blog_header
{
	margin: 0 0 0 0;
	padding: 0px 0 4px 0px;
	font-size: 14pt;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
	/* color:  #333366; */
	color: #9966ff;
	/* font-family: Times-Roman, "Times Roman", Times, Palatino, serif; */
	text-align: left;
	line-height: 2em;
}

.blog_header_navigation_links
{
	font-family: Arial, Verdana, "Lucida Grande", Helvetica, sans, sans-serif;
	font-size: 8.5pt;
	color: #999999;
	/* border-top: 1px solid #cccccc; */
	/* border-bottom: 1px solid #cccccc; */
	/* background-color: #d4dbfd; */
}

/*****************************************/


/*****************************************/
/* default listing */
/*****************************************/

.blog_main_entries_listing
{
	margin: 10px 0 12px 0;
	padding: 0 0 0 0;
	text-align: left;
}

.blog_headline_listing
{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.blog_headline_listing ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

img.blog_headline_listing_bullet {
	margin: 0 0 0 0;
}

.blog_headline_listing_title
{
	margin: 0 0 0 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #ffcc00;
}

.blog_headline_listing_title a:link {color: #ffcc00; text-decoration: none; }
.blog_headline_listing_title a:visited {color: #ffcc00; text-decoration: none;}
.blog_headline_listing_title a:active {color: #b1060f; text-decoration: underline;}
.blog_headline_listing_title a:hover {color: #b1060f; text-decoration: underline;}

/*****************************************/


/*****************************************/


.blog_article_link
{
	margin: 16px 0 16px 0;
	font-size: 0.7em;
	color: #4c4c4c;
	/* text-align: left; */
}

/*****************************************/


/*****************************************/
/* blog entry styles */
/*****************************************/


.blog_entry_header
{
	text-align: center;
}

.blog_entry
{
	margin: 8px 10px 8px 0;
	font-size: .85em;
	color: #999999;
}

.blog_entry_section
{
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	/* border-bottom: 1px solid #cccccc; */
	font-size: 0.9em;
	line-height: 1.5em;
}

.blog_entry_section a:link {color: #336699; text-decoration: none; }
.blog_entry_section a:visited {color: #336699; text-decoration: none;}
.blog_entry_section a:active {color: #b1060f; text-decoration: underline;}
.blog_entry_section a:hover {color: #b1060f; text-decoration: underline;}

.blog_entry_category
{
	text-transform: lowercase;
	padding: 8px 0 8px 0;
	text-align: left;
}

.blog_entry_category a:link {color: #336699; text-decoration: none; }
.blog_entry_category a:visited {color: #336699; text-decoration: none;}
.blog_entry_category a:active {color: #b1060f; text-decoration: underline;}
.blog_entry_category a:hover {color: #b1060f; text-decoration: underline;}

.blog_entry_title
{
	font-size: 1.3em;
	font-weight: bold;
	color: #ffcc00;
	padding: 8px 0 8px 0;
	/* text-align: left; */
}

.blog_entry_title a:link {color: #ffcc00; text-decoration: none; }
.blog_entry_title a:visited {color: #ffcc00; text-decoration: none;}
.blog_entry_title a:active {color: #b1060f; text-decoration: underline;}
.blog_entry_title a:hover {color: #b1060f; text-decoration: underline;}

.blog_entry_byline
{
	text-transform: lowercase;
	color: #666666;
	text-align: left;
}

.blog_entry_body
{
	margin: 0 10px 0 0;
	color: #cccccc;
	text-align: left;
}

.blog_entry_body_read_more
{
	font-size: 8.5pt;
	color: #999999;
	font-style: italic;
	margin: 8px 0 0 0;
}

.blog_entry_body_read_more a:link {color: #666666; text-decoration: none; }
.blog_entry_body_read_more a:visited {color: #666666; text-decoration: none;}
.blog_entry_body_read_more a:active {color: #b1060f; text-decoration: underline;}
.blog_entry_body_read_more a:hover {color: #b1060f; text-decoration: underline;}

/*****************************************/


/*****************************************/
/* comments */
/*****************************************/

.comments_error
{
	font-size: 0.8em;
	color: #4c4c4c;
	background-color: #ffa 
}

div.comments_error
{
	border: 1px solid #cc8;
	padding : 0.3em;
	margin: 10px 0 10px 0;
}

.comments_invite,
.comments_invite a
{
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	font-size: 8.5pt;
}

.blog_comment_form
{
	margin: 20px 0 0 0px;
	padding: 0 0 10px 0;
	font-size: 0.8em;
	color: #4c4c4c;
}

.blog_comment_form_table
{
	border: 1px solid #cccccc;
}

#txpCommentInputForm
{
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

.txpCommentInputMessage
{
}

.blog_comments_display
{
	padding: 0 10px 10px 0;
	margin: 0 0 0 0;
	font-size: 9pt;
	color: #666666;
	border-top: 1px solid #cccccc;
}

.blog_comments_display h3
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 7pt !important;
	color: #666666 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blog_comments_display p
{
	margin: 0 0 0 0;
	padding: 12px 0 4px 0;
}

.blog_comments_display small,
.blog_comments_display p small
{
	font-size: 8.5pt;
}

/*****************************************/


/*****************************************/

.blog_headline_info
{
	font-size: 8.5pt;
	text-transform: lowercase;
	color: #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1.4em;
}

.blog_headline_info a:link {color: #336699; text-decoration: none; }
.blog_headline_info a:visited {color: #336699; text-decoration: none;}
.blog_headline_info a:active {color: #b1060f; text-decoration: underline;}
.blog_headline_info a:hover {color: #b1060f; text-decoration: underline;}

.blog_listing_byline
{
	font-size: .9em;
	color: #666666;
	text-transform: lowercase;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	line-height: 1.5em;
}

.blog_entry_excerpt
{
	font-size: .9em;
	color: #999999;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1.5em;
}

.blog_entry_excerpt a:link {color: #336699; text-decoration: none; }
.blog_entry_excerpt a:visited {color: #336699; text-decoration: none;}
.blog_entry_excerpt a:active {color: #b1060f; text-decoration: underline;}
.blog_entry_excerpt a:hover {color: #b1060f; text-decoration: underline;}

.blog_excerpt_read_more_link
{
	font-size: 8.5pt;
	color: #999999;
	font-style: italic;
}

.blog_excerpt_read_more_link a:link {color: #666666; text-decoration: none; }
.blog_excerpt_read_more_link a:visited {color: #666666; text-decoration: none;}
.blog_excerpt_read_more_link a:active {color: #b1060f; text-decoration: underline;}
.blog_excerpt_read_more_link a:hover {color: #b1060f; text-decoration: underline;}

/*****************************************/


/*****************************************/
/* search results */
/*****************************************/

.blog_search_result_listing
{
	margin: 0 10px 10px 0;
	padding: 0 0 0 0;
	font-size: 9pt;
	color: #666666;
}

.blog_search_result_listing h3
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 9pt;
	font-weight: bold;
}

.blog_search_result_listing p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 8.5pt;
	color: #666666;
}

.blog_search_result_listing_info,
.blog_search_result_listing_info p
{
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	font-size: 8.5pt !important;
	color: #666666 !important;
	line-height: 1.4em !important;
}

/*****************************************/




/*****************************************/

.blog_headline_excerpt,
.blog_headline_excerpt p
{
	margin: 0 0 0 0;
	padding: 4px 0 4px 0;
	font-size: 9pt !important;
	color: #666666 !important;
	line-height: 1.4em !important;
}

/*****************************************/



/*****************************************/
/* recent articles */
/*****************************************/

.blog_recent_articles_listing
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px solid #cccccc;
}

.blog_recent_articles_listing b
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 7pt;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blog_recent_articles_listing p,
.blog_recent_articles_listing a
{
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	font-size: 8.5pt;
	line-height: 1.4em;
}

.blog_recent_articles_listing a:link {color: #800000; text-decoration: none; }
.blog_recent_articles_listing a:visited {color: #800000; text-decoration: none;}
.blog_recent_articles_listing a:active {color: #b1060f; text-decoration: underline;}
.blog_recent_articles_listing a:hover {color: #b1060f; text-decoration: underline;}

/*****************************************/


/*****************************************/
/* static page */
/*****************************************/

.blog_static_page_title
{
	margin: 0 0 0 0;
	padding: 0px 0 4px 0px;
	font-size: 14pt;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
	/* color:  #333366; */
	color: #9966ff;
	/* font-family: Times-Roman, "Times Roman", Times, Palatino, serif; */
	text-align: left;
	line-height: 2em;
}

/*****************************************/


/******************************* GENERAL STYLE DEFINITIONS ********************/

.clear {
 clear: both;
 font-size: .2em;
 line-height: .2em;
}

img.feed_icon
{
	float: left;
	width: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/******************************* GENERAL STYLE DEFINITIONS END ****************/








