

@charset "utf-8";
/* CSS Document */

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-color: #222222;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.twoColHybRtHdr #container { 
	width: 90%;  /* this will create a container 80% of the browser width */
	background-color: #111111;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybRtHdr #header { 
	background-color: #000000; 
    background-image: url(banners/25years.png);
    background-repeat: no-repeat;
    height: 150px;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColHybRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
.twoColHybRtHdr #sidebar1 {
	float: right; 
	width: 15em; /* since this element is floated, a width must be given */
	background-color: #2A2A2A; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px; /* top and bottom padding create visual space within this div  */
}
.twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybRtHdr #mainContent {
  margin: 0 13em 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
  color: #FFFFFF;
} 
.twoColHybRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    margin-top: 10px;
	background-color: #333333;
	color: #CCCCCC;
	font-size: 70%;
} 
.twoColHybRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

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

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

#MenuBar1 {
	position: absolute;
	top: 140px;
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	/* width: 8.7em; */
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 11em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	 width: 11em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #004215;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #004215;
    color: #FFFFFF;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #661100;
    color: #FFFFFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #661100;
    color: #FFFFFF;
}

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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

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

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

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

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */

.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFCC;
    color: #000000;
}

/***************************
TABBED PANELS
*****************************/

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 90%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px 0px 21px 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #555555;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #994400;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #000000;
	border-bottom: 1px solid #000000;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #000000;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 15px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/********************************
OWN STYLES
*********************************/
.sidebarWidget {
	font-size: 70%;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 2px;
}

.sidebarWidgetHeader {
	font-weight: bold;
	text-align: center;
	background-color: #661100;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #AAAA00;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#MenuBar1 a:link, #MenuBar1 a:visited, #MenuBar1 a:active, #MenuBar1 a:hover {
	font-weight: bold;
}

p {
	width: 90%;
}

.sidebarWidget a:link, .sidebarWidget a:visited, .sidebarWidget a:active {
    font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.sidebarWidget a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#randomPhotoRegion {
	text-align: center;
	padding-top: 2px;
}

#selectStyleRegion {
    text-align: center;
	padding-top: 10px;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 100%;
	font-weight: normal;
	border-bottom: 1px solid #999922;
	width: 90%;
    color: #FFFFAA;
}

h2 a:link, h2 a:hover, h2 a:visited, h2 a:active {
   color: #FFFFAA;
}

h3 {
	font-size: 100%;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 3px;
}

th {
}

.evenrow {
	background-color: #101010;
	padding: 2px 3px 2px 3px;
}

.oddrow {
	padding: 2px 3px 2px 3px;
}

.headline {
	font-weight: bold;
    font-size: 120%;
    border-bottom: 1px solid #CCCCCC;
    width: 90%;
}

.newsflashsection {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	padding-bottom: 10px;
}

.newsflash {
	font-size: 110%;
	text-align: center;
	padding-bottom: 5px;
}

.newsheadline {
	display: list-item;
	list-style: square outside none;
    margin-left: 12px;
}

.newsbody {
	padding-left: 10px;
    width: 90%;
}

.createdfooter {
	font-size: 60%;
    font-style: italic;
	padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 10px;
}

#concerttable {
	width: 90%;
}

.concertdate {
	font-style: italic;
    padding: 5px;
    padding-left: 10xp;
    width: 200px;
}

.concertdetails {
	padding: 5px;
	font-size: 90%;
}

.concertyear {
    padding-top: 10px;
	font-size: 110%;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
}

.minialbum {
	float: left;
    padding: 5px;
    width: 150px;
    height: 130px;
    text-align: center;
}

#albumleftpanel {
	float: left;
	margin-top: 15px;
    text-align: center;
}

#albumrightpanel {
	margin-left: 220px;
    margin-bottom: 20px;
    padding-top: 15px;
}

.tracklist {
	font-size: 85%;
    margin-bottom: 15px;
    width: 90%;
}

.releases {
	font-size: 85%;
    margin-bottom: 15px;
}

.releaseyear {
	font-size: 110%;
    font-weight: bold;
}

.minialbum .releaseyear, .minialbum .albumname {
	font-size: 85%;
    font-weight: bold;
    text-align: center;
}

.medium {
	padding-right: 20px;
}

.recordcompany {
	padding-right: 20px;
}

.cataloguenumber {
	padding-right: 20px;
}

.deleted {
	text-align: center;
}

.disctitle {
	font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
}

.soundclip {
	width: 20px;
}

.songtitle {
    padding-right: 20px;
}

.duration {
	padding-right: 10px;
}

.itunessong {
	width: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
}

.tracknumber {
	width: 15px;
    text-align: right;
    padding-right: 10px;
}

.comment {
	font-size: 80%;
    vertical-align: baseline;
}

#commentRegion {
	font-size: 80%;
    padding-bottom: 15px;
}

.cover {
	border: 1px solid #999999;
}

#songdetails {
	width: 90%;
}

.albumtitle {
    padding-right: 20px;
}

.lyrics {
	
}

pre {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
    padding-left: 20px;
}

#musicPlayerRegion {
	padding: 5px;
    text-align: center;
}

.clickableImage {
	cursor: pointer;
}

#releases {
	display: none;
}

#showReleases {
	display: block;
    font-size: 85%;
}

#showReleases a:hover {
	text-decoration: none;
}

#hideReleases {
	display: none;
    font-size: 85%;
}

#hideReleases a:hover {
	text-decoration: none;
}

.albumreview {
	font-size: 90%;
}

.frontpageImage {
	padding-top: 15px;
    text-align: center;
}

.frontpageQuote {
    font-style: italic;
    font-size: 120%;    
    padding-top: 20px;
    text-align: center;
}

.frontpageQuoteSource {
    font-style: italic;
    font-size: 80%;    
    padding-bottom: 20px;	
    text-align: center;
}

.minishopitem {
	float: left;
    padding: 10px;
    width: 250px;
    height: 170px;
    text-align: center;
}

.cart {
	width: 80px;
}

.borderedcart {
	width: 80px;
   	border: 1px solid #999922;
}


.shopprice {
	font-weight: bold;
}

.shopoption {
	font-size: 85%;
	margin: 5px;
}

.shopitemname {
	font-size: 85%;
	height: 40px;
    vertical-align: bottom;
	border-bottom: 1px solid #CCCCCC;
}

.shopitemimage {
	padding-top: 10px;
}

#albumshopitem {
	width: 200px;
    padding: 10px;
}

.shopname {
	font-weight: bold;
	font-size: 85%;
    color: #FFFFAA;
}

.video {
	float: left;
    padding: 5px;
    width: 200px;
    height: 150px;
    text-align: center;
}

#videoplayer {
	padding: 10px;
    text-align: center;
}

.extvideo {
	font-weight: bold;
    padding-top: 5px;
}

#randomVideoRegion {
	padding-top: 2px;
	text-align: center;
}

.librarynew {
	color: #CC0000;
    padding-left: 10px;
    font-size: 75%;
}

.librarytitle {
	padding-right: 40px;
}

.librarydate {
	text-align: right;
}

.libraryheader {
	border-bottom: 1px solid #CCCCCC;
}

.articletitle {
	font-size: 150%;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.articleauthor {
	text-align: center;
    font-style: italic;  
    font-size: 110%; 
}

.articlesource {
	text-align: center;
}

.articledate {
	text-align: center;
    font-size: 80%;
    padding-top: 10px;
}

.articlebody {
	text-align: left;
    padding-top: 20px;
}

.gallery {
	float: left;
    padding: 10px;
    width: 200px;
    text-align: center;
}

.miniphoto {
	float: left;
    padding: 5px;
    width: 200px;
    text-align: center;
}

.photothumbnail {
}

.phototitle {
	font-size: 125%;
    font-weight: bold;
    text-align: center;
}

.photodate {
    text-align: center;
    padding: 10px;
}

.photoimage {
    text-align: center;
    padding: 5px;
}

.photocomments {
    text-align: center;
    font-size: 85%;
    padding-bottom: 10px;
}

.gallerybar {
	text-align: center;
    font-size: 90%;
    padding-bottom: 10px;
}

.link {
	font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
}

.linkdescription {
	font-size: 85%;
    padding-bottom: 5px;
    padding-left: 10px;
}

.linkcategory {
    padding-top: 10px;
	font-size: 110%;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    width: 90%;
}

.albumitunes {
	text-align: center;
    padding-bottom: 8px;
    padding-top: 12px;
}

.coverimage {
	display: block;
    width: 150px;
    height: 75px;
}

.googleinput {
	font-size: 95%;
}

.twoColHybRtHdr #container {
	background-image: url(images/02.jpg);
    background-repeat: repeat;
    color: #FFFFFF;
}

#MenuBar1 {
	border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
    border-top: 1px solid #006235;
    border-left: 1px solid #006235;
}

ul.MenuBarHorizontal ul {
	border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
    border-left: 1px solid #006235;
}

.twoColHybRtHdr #sidebar1 {
	border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    border-top: 2px solid #888888;
    border-left: 2px solid #888888;
}

.sidebarWidget {
	border: 1px solid #A0A0A0;
}

.soundclipimage {
	display: block;
    width: 16px;
    height: 16px;
	background-image: url(../images/play_white.png);
    background-repeat: none;
}

--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColHybRtHdr #sidebar1 { padding-top: 30px; }
.twoColHybRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
<![endif]-->
