/* 
Theme Name: Structure-SavvantMusic2
Theme URI: http://savvantmusic.com/themes/structure-savvantmusic2
Description: Customized for Savvant Music from Structure: A theme for news/magazine sites with a blog-friendly option too.  It includes built-in video and image features that easily allow you to customize your site. There are content blocks that you can place virtually anywhere on the page.
Template: structure
Version: 0.1
Author: Anny Randel
Author URI: http://savvantmusic.com
Copyright (c) 2008 Savvant Music Corporation

/* Colors
background-color: #32100f; /* reddish brown */
/*
background-color: #0C0402; /* almost black */

/*
*
* Keep the above information intact.
*
*/

* { margin: 0; padding: 0; }

ul { list-style: none; }
.post ul, .post ol { margin: 0 0 15px 25px; }
.post ul { list-style: disc; }
.post ul ul, .post ul ul ul, .post ol ol, .post ol ol ol { margin-bottom: 0; }

p { margin: 10px 0; }

a { color: #0C386E; text-decoration: none; }
a:hover { color: #000; }
/************************************************
	Savvant Music - Here are the link
	changes to match the Savvant Music style guide
************************************************/
a { color: #F46A29;}
a:hover{color:#CC3300;}
/************************************************
	End of Savvant Music changes
************************************************/

/* Code */
pre {
	overflow: auto;
	margin-bottom: 15px;
	padding: 7px;
	background: #f9f9f9;
	}
/************************************************
	Savvant Music - Here are the link
	changes to match the Savvant Music style guide
************************************************/
pre {
	background-color: #32100f; /* reddish brown */
	border-top-style: double; 
	border-color: #826F4F;
	border-bottom: none;
	}
blockquote blockquote { color: #666; }
/************************************************
	Savvant Music - Here are the blockquotes
	changes to match the Savvant Music style guide
************************************************/
blockquote {
	border: none;
	color: #333333;
	background-color:#FFFF99;
	font-style: italic;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
}
blockquote blockquote { color: #333333; }
/************************************************
	End of Savvant Music changes
************************************************/

/* Alignment */
.left, .alignleft { float: left; margin-right: 10px; }
.right, .alignright { float: right; margin-left: 10px; }
. { : both; }
.center, .aligncenter { margin: 0 auto 15px auto; text-align: center; display: block; }

/* Tables */
table { width: 95%; margin: 0 auto 15px auto; border: 1px solid #eee; } /* eee is white */
table tr { font-weight: bold; background: #ccc; } /* ccc is a light grey */
table tr td { text-align: center; background: #fff; border: 1px solid #ccc; }/* fff is white and ccc is a light grey */
table tr td.pad { border: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #0c386e; }
/************************************************
	Savvant Music - Here are the header and table
	changes to match the Savvant Music style guide
************************************************/
table {
	border: none;
} 
table tr {
	background-color: #0C0402; /* almost black */ 
}
table tr td {
	text-align: center;
	background-color: #0C0402;
	border-color: #826f4f;
	border-bottom-style: groove;
	border: none;
}  
h1, h2, h3, h4, h5, h6 { color: #F46A29; } 
h1, h2, h3 { font-family:Georgia, "Times New Roman", Times, serif; }
td.linkTable {
	padding: 5px;
}
td.linkTableDetail {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.linkTable a:hover {
	text-decoration: underline;
}
/************************************************
	Savvant Music navbar from SavvantMusic.com
************************************************/
.navbar  {
	background-color:#0C0402;
	margin:0;
	padding:0px;
	text-align:center;
	border: none;
	text-align: center;
}
table.navbar {
	padding-top: 6px;
	padding-bottom: 6px;
}
tr.navbar {
	padding-top: 6px;
	padding-bottom: 6px;
}
a.navbar {
	width:auto;
	color: #F46A29;
}
a:hover.navbar {
	color: #cc3300;
	text-decoration: underline;
}

/************************************************
	End of Savvant Music changes
************************************************/

h2, h3, h4, h5, h6 { margin-bottom: 15px; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	text-decoration: none;
	color: #0C386E;
	}
/************************************************
	Savvant Music - Here are the linked header 
	changes to match the Savvant Music style guide
************************************************/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #F46A29; } /* Color of headers that are links */
/************************************************
	End of Savvant Music changes
************************************************/

body {
	color: #333; 
	background-color: #15191c;  /* 15191c is darker grey */
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	}
	
#body-container {
	overflow: hidden;
	width: 948px;
	margin: 0 auto;
	padding: 0 12px 5px 12px;
	background: #01203c;
	}

/************************************************
	Savvant Music - Here are the body
	changes to match the Savvant Music style guide
************************************************/
/* These are the back grounds for everything */
body { /* this is the whole page */
	color: #FFE68E;
	background-color: #0C0402; /* almost black -- savvant header background color */
	}
#body-container { /* this is also the whole page, basically */
	background-color: #0C0402; /* almost black -- savvant header background color */
	padding: 0 12px 20px 12px;
	}	
/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Navigation
************************************************/
#navigation { overflow: hidden; width: 100%; float: left; display: block; background: #01203c; } /* 01203c is dark blue */
#nav { float: left; width: 635px; margin: 0 10px 0 0; }
#nav li { float: left; display: inline; }
#nav li a {
	font-size: 1em;
	font-weight: bold;
	float: left;
	color: #fff; /* fff is white */
	text-align: center;
	padding: 8px 25px;
	text-decoration: none;
	}
#nav li a:hover, #nav li a:active { background-color: #0c386e; text-decoration: underline; } /* 0c386e is blue */
#navigation ul li.current_page_item a { background-color: #0c386e; }
/************************************************
	Savvant Music - Here are the navigation
	changes to match the Savvant Music style guide
************************************************/
#navigation {
	background-color: #000;
	border-bottom-style: double;
	border-bottom-color: #826F4F;
} 
#nav li a { color: #F46A29; }
#nav a:hover, li a:hover, #nav li a:active { background-color: #000; text-decoration: underline; color: #cc3300;}
#nav li a:hover, #nav li a:active { background-color: #000; text-decoration: underline; }
#navigation ul li.current_page_item a { background-color: #000; }

/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Search form (navigation)
************************************************/
#search form { float: right; }
#search input#s {
	width: 235px;
	padding: 5px;
	margin: 2px 0;
	color: #333;
	background: #f7f7f7; /* f7f7f7 is light grey */
	border: 1px solid;
	border-color: #333; /* 333 is dark grey */
	}
#search input#search-submit {
	display: none;
	}

/************************************************
	Header
************************************************/
#header {
	: left;
	float: left;
	width: 926px;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	}
/************************************************
	Savvant Music - Here are the #header
	changes to match the Savvant Music style guide
************************************************/
#header {
	background-color:#0C0402;
	width:100%;
	height:150px;
	margin:0px auto 0px;
	padding:0;
	border: none;	/* get rid of old border styles */
	border-bottom-style: double; 
	border-color: #826F4F;
	background-image:url(../../../../header.jpg);/* height:200px; */
	background-position: left;
	background-repeat: no-repeat;
}
/************************************************
	End of Savvant Music changes
************************************************/

#header #site-title {
	display: inline;
	float: left;
	width: 650px;
	font-size: 2.5em;
	font-weight: bold;
	}
	
/************************************************
	Savvant Music - Here are the header h1
	changes to match the Savvant Music style guide
************************************************/
#header #site-title {
	display: none; /* this keeps the original template title from showing */
}
#pageTitle { /*this is the page title formatting from the savvant music site */
	background-color: #32100F;
	border-top-style: double;
	border-color: #826F4F;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F46A29;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 4px;
	font-size: x-large;
	margin: 0px;
	font-variant: small-caps;
	}
/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Feed (header)
************************************************/
#feed {
	width: 200px;
	height: 40px;
	float: right;
	padding: 2px 50px 0 0;
	background: url(images/subscribe.gif) no-repeat right 0;
	}
#feed ul li { text-align: right; margin: -1px 0 4px 0; }
#feed ul li a { font-weight: bold; }
#feed ul li a:hover { text-decoration: underline; }
/************************************************
	Savvant Music - Here are the feed
	changes to match the Savvant Music style guide
************************************************/
#feed {
	width: 180px;
	padding: 8px 40px 0 2px;
	}
/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Containers
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 926px;
	padding: 10px 10px 5px 10px;
	background: #f7f7f7; /* #f7f7f7 is very light grey */
	}
#content, #home { width: 611px; }
#content { padding: 0 0 10px 0; }
#content.left, #home.left, #sidebar.left { float: left; margin: 0; }
#content.right, #home.right, #sidebar.right { float: right; margin: 0; }
#home.right, #content.right { margin-right: 5px; }
	
/************************************************
	Savvant Music - Here are the container
	changes to match the Savvant Music style guide
************************************************/
#container { /* this is the container for the whole page content, everything below the pageTitle */
	background-color: #32100F; /* dark reddish orange -- savvant background color */
	border:none;
	border-top-style: double;
	border-bottom-style: double;
	border-color: #826F4F;
}
/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Images
************************************************/
.post img { 	max-width: 98%; }
img, a img {
	padding: 3px;
	border: 1px solid #01203c; /* 01203c is blue */
	background: #eee;
	}
/************************************************
	Savvant Music - Here are the image
	changes to match the Savvant Music style guide
************************************************/
img, a img {
	border: none;
	background-color: #000000;
	padding: 0px;
	}
/************************************************
	End of Savvant Music changes
************************************************/

.thumbnail { width: 75px; height: 75px; }
.thumbnail, .medium { float: left; margin-right: 10px; }

#feature img { width: 300px; }
body #feature img { width: auto; max-width: 300px; }

.author-box .avatar { float: left; width: 75px; height: 75px; margin-right: 10px; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }

/* Captions */
.wp-caption {
	padding: 3px 0 0 0;
	background: #f7f7f7;
	border: 1px solid #eee;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0; padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	}
.wp-caption img {
	margin: 0; padding: 0;
	}
/************************************************
	Savvant Music - Here are the caption
	changes to match the Savvant Music style guide
************************************************/
.wp-caption {
	background-color: #0C0402;
	border: none;
}
.wp-caption p.wp-caption-text {
	color: #FFE68E;
	border: none;
}
/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Posts/pages/archives
************************************************/
#content .post, .paged .post {
	width: 604px;
	padding: 5px;
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #ccc;
	}
#content .thumbnail { float: left; margin: 2px 17px 10px 0; }
#content.single .post {
	width: 564px;
	font-size: 1.1em;
	padding: 10px 25px;
	}
.post .post-title { margin: 0 0 5px 0; }
.post a { color: #1359AE; text-decoration: none; }
.post a:hover { color: #000; text-decoration: underline; }
.post .post-title a { color: #0C386E; }
.post .byline { margin: 5px 0 7px 0; }
.post-meta-data { margin-right: 6px; text-align: right; }
#content .post-meta-data {
	text-align: left;
	}
/************************************************
	Savvant Music - Here are the Content
	changes to match the Savvant Music style guide
************************************************/
#content .post, .paged .post { /* this is where all the post and page content is placed */
	background-color:#32100F; /* reddish brown */
	border: none;
	border-bottom-style:double;
	border-color: #826F4F;
	}
.post a { color: #F46A29;}
.post a:hover { color: #cc3300; }
.post .post-title a { color: #F46A29; }
.firstpost { /* special class for first post on a page */
	background-color: #0C0402;/* almost black */
}


/************************************************
	End of Savvant Music changes
************************************************/

/* Related posts */
#related {
	overflow: hidden;
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
#related ul { list-style: disc; margin-left: 25px; }
/************************************************
	Savvant Music - Here are the posts
	changes to match the Savvant Music style guide
************************************************/
#related {
	background-color: #0C0402; /* almost black */
	border: none;
	}
/************************************************
	End of Savvant Music changes
************************************************/

/* Navigation links */
.navigation-links {
	width: 594px;
	padding: 10px;
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #ccc;
	}
.previous { float: left; max-width: 47%; }
.next { float: right; max-width: 47%; text-align: right; }
.single .next { text-align: left; }

/************************************************
	Savvant Music - Here are the Navigation Links
	changes to match the Savvant Music style guide
************************************************/
.navigation-links {
	background-color: #0C0402; /* almost black */
	border:none;
	}
/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Feature
************************************************/
#feature .post {
	overflow: hidden;
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
#feature .post-title { margin: 0 0 5px 0; font-size: 1.6em; }
#feature img { float: left; margin: 3px 15px 10px 0; }
#feature p { margin: 0 0 10px 0; }

/************************************************
	Savvant Music - Here are the post
	changes to match the Savvant Music style guide
************************************************/
#feature .post {
	background-color:  #0C0402; /* almost black */
	border: none;
	}
/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Home Inserts
************************************************/
#home-insert-1, #home-insert-2, #home-insert-3 {
	overflow: hidden;
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
	
/************************************************
	Savvant Music - Here are the home-insert
	changes to match the Savvant Music style guide
************************************************/
#home-insert-1, #home-insert-2, #home-insert-3 {
	background-color: #32100F; /* reddish brown */
	border: none;
	border-bottom-style:double;
	border-color: #826F4F;
	}
/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Excerpts
************************************************/
#excerpts .post {
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff; /* fff is white */
	border: 1px solid #ccc; /* ccc is light grey */
	}
#excerpts .post-title { width: 100%; margin: 0 0 5px 0; }
#excerpts img { float: left; margin: 2px 17px 10px 0; }
/************************************************
	Savvant Music - Here are the excerpts
	changes to match the Savvant Music style guide
************************************************/
#excerpts .post {
	background-color: #0C0402; /* almost black*/
	border: none;
	}
/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Full posts (home)
************************************************/
#full-posts .post {
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
#full-posts .post-title { width: 100%; margin: 0 0 5px 0; }
#full-posts .byline { margin: 0 0 15px 0; : left; }
#full-posts .post-meta-data { text-align: left; }

/************************************************
	Savvant Music - Here are the full-posts
	changes to match the Savvant Music style guide
************************************************/
#full-posts .post {
	background-color: #32100F; /* reddish brown */
	border: none;
	border-bottom-style:double;
	border-color: #826F4F;
	}
/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Widget blocks (also see sidebar menu)
************************************************/
#widget-blocks { margin-bottom: 10px; width: 616px; }
#widget-blocks .block-left { float: left; width: 300px; }
#widget-blocks .block-right { float: right; width: 300px; }

/************************************************
	Sidebar
************************************************/
#sidebar {
	overflow: hidden;
	width: 300px;
	}
.menu {
	overflow: hidden;
	float: left;
	width: 278px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	}
.menu .section-header { font-size: 1.1em; font-weight: bold; margin-bottom: 8px; }
.menu .section-header a { font-weight: bold; }
.menu li, .tabbed .tab-content li { padding: 0 5px 3px 0; }
#sidebar .menu li a, #widget-blocks .menu li a, .tab-content li a { padding: 2px 0 2px 10px; }
.menu ul li a:hover, .tabs-block .tabbed div li a:hover { text-decoration: underline; }
#sidebar .tab-content p, #widget-blocks .tab-content p { margin: 5px; }
/************************************************
	Savvant Music - Here are the Sidebar
	changes to match the Savvant Music style guide
************************************************/
.menu { /* this is the simple list menu */
	border: none;
	background-color: #0C0402; /* almost black*/
	}
.menu h2, .section-header h2 {color: #FFE68E; /*  light yellow same as body text */}
.menu li {
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
}
/*
** Code to indent menus in wigits and tabs
*/
.menu ul li, .tabbed div ul li {
	margin: 0;
	padding: 0 5px 0 0;
	list-style-type: none;
	}
.menu ul li a, .tabbed div ul li a {
	display: block;
	padding: 0 0 0 10px;
	}
.menu ul li li a, .tabbed div ul li li a {
	display: block;
	padding-left: 20px;
	}
/************************************************
	End of Savvant Music changes
************************************************/
/* Sidebar search tab */
#sidebar .search input { width: 94%; background-color: #f9f9f9; color: #333; margin: 4px 0; padding: 5px; }
#sidebar .search input.search-submit { display: none; }

/* Gallery stream / flickr */
#sidebar .flickr img, #sidebar .gallery-stream img { width: 75px; height: 75px; margin: 0 5px 5px 4px; }

/* Video widget */
.video { padding: 10px 10px 0 10px; width: 278px; }
.video div { padding: 0; margin: 0; }
.video object { float: left; width: 100%; margin: 0; padding: 0; }
.video .post-title { font-size: 1em; margin: 5px 0; }

/* Ads widget */
.ads img {
	width: 125px; height: 125px;
	float: left;
	margin: 2px 4px 7px 10px;
	padding: 0; border: none;
}

/* Recent widget */
.recent {
	width: 288px;
	padding: 10px 5px;
	margin: 0 0 10px 0;
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	}
.recent .post {
	width: 99%;
	float: left;
	margin: 5px;
	padding: 0;
	line-height: 1em;
	}
.recent h2 { margin-left: 5px; }
.recent .post h3 { margin: 0; padding: 0; }
.recent .post h3 a { display: inline; font-size: .7em; font-weight: bold; }
.recent img { display: block; : left; float: left; margin: 2px 10px 0 0; }
/************************************************
	Savvant Music - Here are the search and recent wiget
	changes to match the Savvant Music style guide
************************************************/
#sidebar .search input { 
	background-color: #FFE68E; /*  light yellow, text is grey from original CSS */
}
.recent {
	background-color: #0C0402; /* almost black*/
	border: none;
	}
/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Tabs
************************************************/
#sidebar .tabs-block, #widget-blocks .tabs-block { width: 300px; }
.tabs-block {
	float: left;
	margin-bottom: 10px;
	}
.tabbed {
	width: 100%;
	border: none;
	padding: 0;
	}
/* Actual tabs */
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; float: left; }
.tabbed ul.tabs li a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 5px .4em;
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #ccc;
	}
.tabbed ul.tabs li a:hover { background-color: #f7f7f7; text-decoration: none; }
.tabbed ul.tabs li a.tab-current { background-color: #fff; border-bottom: 1px solid #fff; }
/************************************************
	Savvant Music - Here are the tab
	changes to match the Savvant Music style guide
************************************************/
.tabbed ul.tabs li a { /* this is the label of the tab that not current */
	background-color: #222222;
	color: #FFE68E; /*  light yellow same as body text */
	border: none;
	}
.tabbed ul.tabs li a:hover { background-color: #111111; border: none; } /* this darkens the tab when you hover over it */
.tabbed ul.tabs li a.tab-current { background-color: #0c0402; border: none; color: #FFE68E; /*  light yellow same as body text */}
/************************************************
	End of Savvant Music changes
************************************************/

/* Tab content */
.tab-content {
	float: left;
	overflow: hidden;
	: left;
	z-index: 0;
	margin-top: -1px;
	border: 1px solid #ccc;
	background: #fff;
	}
#sidebar .tab-content, #widget-blocks .tab-content { width: 99%; padding: 5px 0; }
div.t2, div.t3, div.t4, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8 { display: none; }
/************************************************
	Savvant Music - Here are the tab content
	changes to match the Savvant Music style guide
************************************************/
.tab-content { /* this is the INSIDE of the tab */
	border:none;
	background-color: #0c0402;
	}
/************************************************
	End of Savvant Music changes
************************************************/

/* All post tabs */
#post-tabs, #post-list-tabs, #post-block-tabs { overflow: hidden; width: 616px; margin-bottom: 10px; background: transparent; }
#post-tabs .tab-content, #post-block-tabs .tab-content, #post-list-tabs .tab-content { width: 594px; padding: 10px; }
#post-tabs .post, #post-block-tabs .post, #post-list-tabs .post { margin: 5px 0 0 0; }
#post-tabs .post-title, #post-block-tabs .post-title, #post-list-tabs .post-title { font-size: 1.15em; }

/* Post block tabs */
#post-block-tabs .odd { : both; float: left; width: 48%; }
#post-block-tabs .even { float: right; width: 48%; : none; }

/* Post list tabs */
#post-list-tabs .odd { float: left; width: 50%; : left; }
#post-list-tabs .even { float: right; width: 45%; : none; }
#post-list-tabs .tab-content ul { list-style: none; margin-left: 3px; }
#post-list-tabs .tab-content li { margin: 3px 0; }

/************************************************
	Comments template
************************************************/
#comments-template {
	overflow: hidden;
	float: left;
	: left;
	width: 564px;
	padding: 10px 25px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	background: #fff;
	}
#comments-template h3 { margin: 10px 0 0 0; }
#comments-template li {
	list-style-type: none;
	float: left;
	width: 97%;
	margin: 10px 0;
	padding: 5px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
#comments-template img { border: none; padding: 0; }
#comments-template .avatar {
	float: left;
	width: 35px; height: 35px;
	margin: 5px 10px 0 10px;
	padding: 1px;
	border: 1px solid #01203c;
	background: #eee;
	}
#comments-template li.alt {
	border-top: 1px solid #0C386E;
	border-bottom: 1px solid #0C386E;
	}
#comments-template .comment-meta-data {  float: left; margin-top: 5px; }
#comments-template .comment-text {
	: left;
	float: left;
	display: block;
	width: 90.5%;
	margin: 10px;
	padding: 8px 15px;
	background: #fff;
	border: 1px solid #eee;
	}
#comments-template input {
	width: 50%;
	padding: 5px;
	margin:  10px 5px 0 0;
	background: #fff;
	border: 1px solid #0C386E;
	}
#comments-template textarea {
	width: 96%;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #0C386E;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	color: #fff;
	border: 1px double #333;
	background: #0C386E;
	}
/************************************************
	Savvant Music - Here are the comments
	changes to match the Savvant Music style guide
************************************************/
#comments-template { /* basically the container for all the comments */
	background-color: #32100f; /* reddish brown */
	border: none; /*get rid of old borders */
	}
#comments-template li { /* alt list item, the comment source data is here, then the text is in the contained .comment-text box */
/* don't forget the li.alt case!!!! */
	background-color: #32100f; /* reddish brown */
	border: none; /*get rid of old borders */
	border-color: #826F4F;
	border-top-style: double;
	}
#comments-template .avatar {
	display: none;
	border:none;
	}
#comments-template li.alt  { /* alt list item, the comment source data is here, then the text is in the contained .comment-text box */
	background-color: #32100f; /* reddish brown */
	border: none; /*get rid of old borders */
	border-color: #826F4F;
	border-top-style: double;
	}
#comments-template .comment-text { /* this is the inside, it's contained by the list items above */
	background-color: #32100f; /* reddish brown */
	border: none;
	}
/* Submit/Reset buttons on comment entry page */
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	background-color: #32100f;  /* reddish brown */
	color: #F46A29; /* bright orange link color */
	border-color: #826F4F;
	}
#comments-template input {  /* input screen for comments */ 
	background-color: #FFE68E; /*  light yellow same as body text */
	border: none;
	color:#222222; /* dark grey for text in comment window */
	}
#comments-template textarea {/* input screen for comments */ 
	background-color: #FFE68E;  /*  light yellow same as body text */
	border: none;
	}

/************************************************
	End of Savvant Music changes
************************************************/

/************************************************
	Footer
************************************************/
#footer {
	color: #fff;
	: both;
	width: 925px;
	margin: 5px auto;
	padding: 5px 0;
	}
#footer p {
	float: left;
	width: 75%;
	margin: 0 auto;
	}
#footer p.icons {
	float: right;
	text-align: right;
	width: 30px;
	}
#footer .wp-icon {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/wp-icon.gif) no-repeat 0 0;
	}
#footer .wp-icon span {
	display: none;
	}
#footer a { color: #ccc; font-weight: bold; }
#footer a:hover { text-decoration: underline; }
#footer img { margin: 0 10px; border: none; }
/************************************************
	Savvant Music - Here are the footer
	changes to match the Savvant Music style guide
************************************************/
#footer {
	color: #FFE68E;
	background-color: #32100f; /* reddish brown */
	padding:10px 0px 25px 20px;
	height: 90px;
}
#footer a { color: #FFE68E; }
/************************************************
	End of Savvant Music changes
************************************************/
/************************************************
	Savvant Music - Here are additional styles imported
	from the savvant.css style sheet
************************************************/
.centerImages {
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.leftFloatImages1st {
	vertical-align: text-top;
	float:left;
	:right;
	margin-bottom:5px;
}
.leftFloatImages2nd {
	float:left;
	:left;
}
.rightFloatImages1st {
	vertical-align: text-top;
	float:right;
	:right;
	margin-bottom:5px;
}
.musicLink {
	color: #F46A29;
	text-decoration:none;
	font-weight: bold;
	}
.standOut {
	color: #F46A29;
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	}

.noMargin {	margin:0px; }

.noBorder {	border:none; }

.topBorder {
	border-top-style: ridge;
	border-color: #683F2D;
	padding-top: 5px;
	}
	
. {:both}

.linkedHeader {
	color:#FFE68E;
	text-decoration: none;
	}
	
.navbar  {
	background-color:#0C0402;
	margin:0;
	padding:0px;
	text-align:center;
	border: none;
	text-align: center;
	color: #ff814c;
}
/*
** Hackadelic CSS
*/
.hackadelic-sliderPanel {
	border: 1px solid;
	border-color: #826F4F;
	padding: 5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}

a.hackadelic-sliderButton {
	border: 1px solid;
	border-color: #826F4F;
	color: #F46A29;
	font-size: 1.3em;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}
a.hackadelic-sliderButton:hover {
	border: 1px solid #F0F0E0;
	background-color: #F0F0E0;
}
.entry .hackadelic-sliderPanel {}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em;
	color: #F46A29;
	font-size: 1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	border-color: #826F4F;
}
.textwidget .hackadelic-sliderPanel {}

/*
** Savvant Music Changes 
*/
.fbc_connect_button_area {
  background: black;
  position: relative;
  left: 770px;
  top: 78px;
  width: 175px;
  border-left: none;
}

.fbc_profile_header {
  border: none;
  background: black;
  position: relative;
  left: 768px;
  top: 70px;
  width: 175px;
}
.InterviewerName {
	font-style: italic;
	font-weight: bold;
	color: #ffa958;
}
.InterviewQuestion {
	font-style: italic;
	color: #ffa958;
}
.Interviewee {
	font-weight: bold;
}
.InterviewAnswer {
	font-weight: normal;
}
/* Pull down menu styles */
#suckerfishnav {
    background:#32100f repeat-x;
    font-size:18px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    border:1px solid #aaa;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#f46a29;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:101px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:99px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:80px;
    font-size:12px;
    color:#dddddd;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#9C1F1B;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#dddddd;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#cc3300;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#dddddd;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#0C0402;
    }
