/* $Id: local_sample.css 6555 2010-02-24 20:21:15Z chris $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

html {
	background:url("../images/metal.jpg") repeat-y scroll center top #0F1515
}

#page {
	width: 960px;
	background-color: #0F1515;
	border: 2px solid grey;
	opacity: .9;
	filter:alpha(opacity=90);
	margin-top: 1em;
	padding: 0 5px;
	
}

#page-inner {
	opacity: 1.0;
}

.header-group-wrapper {
	padding:0;
	padding-top: 30px;
}

#preface-top-wrapper {
	background: none;
	margin: 0;
}
	#preface-top.preface-top {
		padding: 0;
	}
	

.faq-all-faqs-link, .more-link a:link, .more-link a:visited {
	background:url("/sites/all/themes/fusion_grunge/images/readmore-arrow.png") no-repeat scroll left center transparent;
	padding-left:2em;
}

.node .content ul li {
	color: #E7BD5A;
}

.panels-flexible-row {
	padding-bottom: 3em;
}

.calendar-calendar .mini-day-on {
	background: #ccc;
	height:50px;
}

.category-grid-products .catalog-grid-title {
	height: 2em;
	margin-bottom:2.5em;
}

.node-type-product .product-image {
	float:left;
	padding-right: 2em;
}


.forum-post {
	margin-bottom: 3em;
}
	.forum-post-panel-main {
		min-height: 100px;
	}

	.forum-post-links ul{
		margin-bottom: 0;
	}
	
#calpopup {
	background: url("/sites/all/themes/fusion_grunge/images/bg.png") repeat-y scroll center top #0F1515;
}

.date-nav {
	padding: .5em;
}

.calendar-calendar .date-heading h3{
	color: #E4772E;
	font-size: 300%;
}

#header-navigation {
	margin-top: 16px;
}
	#header-navigation #primary-search {
		background:none;
	}	

#primary-menu ul.menu li ul.menu {
	margin:0;
}

#site-name {
	width: 400px;
}
	#site-name a:link, #site-name a:visited, #site-name a:hover, #site-name a:active {
		width: 275px;
	}
	
table.views-table td.views-field {
	vertical-align: top;
	padding: 2em 0;
}	

	table.views-table td.views-field-title {
		padding: 2em 0 2em 1em;
	}
	
	table.views-table .teaser{
		background:none;
	}
	
#content-tabs.content-tabs{
	margin: 0 1em;
}
	#content-tabs .block{
		margin: 0;
	}
/* ImageFlow Settings
==================================== */
@media screen, projection {
	.imageflow {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;
	}
	.imageflow img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow .loading {
		border:1px solid white;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflow .loading_bar {
		background:#fff;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:10000;
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:10001;
	}
	.imageflow .scrollbar {
		border-bottom:1px solid #b3b3b3;
		position:relative; 
		visibility:hidden;
		z-index:10002;
		height:1px;
	}
	.imageflow .slider {
		background:url(/sites/all/plugins/imageflow/slider.png) no-repeat;
		height:14px;
		margin:-6px 0 0 -7px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
	.imageflow .slideshow {
		cursor:pointer;
		height:14px;
		margin:20px 0 0 20px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
	.imageflow .slideshow.pause {
		background:url(/sites/all/plugins/imageflow/button_pause.png) no-repeat;
	}
	.imageflow .slideshow.play {
		background:url(/sites/all/plugins/imageflow/button_play.png) no-repeat;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:17px;
		position:relative;
		width:17px;
	}
	.imageflow .previous {
		background: url(/sites/all/plugins/imageflow/button_left.png) top left no-repeat;
		float:left;
		margin: -7px 0 0 -30px;
	}
	.imageflow .next {
		background: url(/sites/all/plugins/imageflow/button_right.png) top left no-repeat;
		float:right;	
		margin:-7px -30px 0 30px;
	}
}

.blockquote .field-content {
	margin: 1em 2em;
	border-left: 1px dashed #999;
	padding-left: 1em; }

#view-id-testimonials-page_1 .field-content p{
	color:orange;
}

.blockquote .field-content p:first-letter {
	float: left;
	margin: .2em .3em .1em 0;
	font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
	font-size: 220%;
	font-weight: bold; }
.blockquote .field-content p:first-line {
	font-variant: small-caps; } 

