﻿/* $Id: color-vine-style.css,v 1.0.0 2013/09/25 08:18:15 symphonythemes Exp $ */
/*------------------------------------*\
	RESET
\*------------------------------------*/
body {
  background: #fff;
}

/*------------------------------------*\
	Pages Background
\*------------------------------------*/
.zone-title-wrapper {
  background-image: url(../images/zone-header-wrapper-shadow.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.zone-title {
  background: none !important;
}

#zone-full-width,
#region-full-width {
  width: 100%;
  margin: 0;
}
.zone-header-wrapper {
  background: #fff;
}
.zone-feature-top-wrapper,
.zone-feature-middle-wrapper,
.zone-feature-bottom-wrapper,
.zone-content-wrapper,
.zone-content-bottom-first-wrapper,
.zone-content-bottom-second-wrapper,
.zone-content-bottom-third-wrapper,
.zone-content-bottom-fourth-wrapper,
.zone-content-bottom-fifth-wrapper,
.zone-content-bottom-fifth-wrapper {
  background: #fff url(../images/zone-wrapper-shadow.png) 0 top repeat-x;
}
.not-front .zone-content-wrapper {
  background: none;
}
.zone-postscript-wrapper {
  background: #1a1919;
}
.zone-footer-wrapper {
  background: #100f0f;
}
.zone-header {
  background: #fff;
}

.zone-feature-middle,
.zone-feature-bottom,
.zone-content,
.zone-content-bottom-first,
.zone-content-bottom-second,
.zone-content-bottom-third,
.zone-content-bottom-fourth,
.zone-content-bottom-fifth,
.zone-content-bottom-fifth {
  background: none;
}

