/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

#sliding-panel-container { position:relative; display:table; z-index:999; width:100%; font:14px/1.3 Arial, 'Helvetica Neue', Helvetica, sans-serif; color: #FFF;}
#sliding-panel { position:absolute; top:0; z-index:999; width:100%; margin:0 auto; text-align:center; }
#sliding-panel .panel { overflow:hidden; display:none; position:relative; z-index:10; width:100%; height:180px; background:#000; }
#sliding-panel .panel-content { overflow:hidden; width:960px; height:150px; margin:15px auto; padding:0; text-align:left; border:none; }
#sliding-panel .widget { overflow:hidden; float:left; width:289px; height:150px; margin:0; font-family:Arial, sans-serif; padding:0 15px; border:none; }
#sliding-panel .widget-inside { margin:0; padding:0; background:transparent; border:none; }
#sliding-panel .widget-title { margin:0 0 5px 0; padding:0; color: #FFF;}
#sliding-panel .widget ul { margin:0 0 10px 20px; }
#sliding-panel .widget ul li { margin:0; padding:0; background:transparent; border:none; font-size: none;}
#sliding-panel .widget a { color:#009900; text-decoration:none; font-style: none;}
#sliding-panel .widget a:hover {text-decoration:underline;}

#sliding-panel .tab { background:url(http://www.calvertcafe.com/wp-content/themes/thesis/custom/images/bkg.jpg) top repeat-x; display:block; height:30px; vertical-align:middle; clear:both; }
#sliding-panel .tab ul{width:997px; margin:0 auto;}
#sliding-panel .tab ul li{float:right; list-style:none;}
#sliding-panel .tab ul li form input{background:#eee; color:#444; border:none; width:283px; padding:2px; margin:4px 0 0 1em; font:14px/1.3 Arial, 'Helvetica Neue', Helvetica, sans-serif; }
#sliding-panel .tab ul li div.toggle{}
#sliding-panel .tab ul li div.toggle a{display:block; width:230px; height:30px; text-indent:-9999px; cursor:pointer;}
#sliding-panel .tab ul li div.toggle a.open { background:url(http://www.calvertcafe.com/wp-content/themes/thesis/custom/images/calvert.png) left -30px no-repeat;}
#sliding-panel .tab ul li div.toggle a.open:hover { background:url(http://www.calvertcafe.com/wp-content/themes/thesis/custom/images/calvert.png) left top no-repeat;}
#sliding-panel .tab ul li div.toggle a.close { background:url(http://www.calvertcafe.com/wp-content/themes/thesis/custom/images/calvert.png) left bottom no-repeat;}
#sliding-panel .tab ul li div.toggle a.close:hover { background:url(http://www.calvertcafe.com/wp-content/themes/thesis/custom/images/calvert.png) left -60px no-repeat;}
#holdings{ display:block; width:294px; height:120px; background:url(http://www.calvertcafe.com/wp-content/themes/thesis/custom/images/holdings.png) center center no-repeat; text-indent:-9999px;}
