﻿/* $Id: color-vine-style.css,v 1.0.0 2013/09/25 08:18:15 symphonythemes Exp $ */
/*------------------------------------*\
	RESET
\*------------------------------------*/
body {
  background: #fff;
}

/*------------------------------------*\
	Pages Background
\*------------------------------------*/
#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;
  border-top: 1px solid #e8e8e8;
}

.zone-title-wrapper {
  background: url(../images/zone-title-bg.jpg) 0 0 no-repeat;
}
.zone-content-bg-img-wrapper {
  background: url(../images/zone-background-img.jpg) 0 0 fixed;
}

.zone-content-wrapper,
.zone-content-bottom-fourth-wrapper {
  background: #F8F7F6;
}
.zone-content-bottom-second-wrapper{
  background: #e5e5e5;
}
.not-front .zone-content-wrapper {
  background: none;
}
.zone-postscript-wrapper {
  background: #1a1919;
}
.zone-footer-wrapper {
  background: #100f0f;
}
.zone-header {
  background: #fff;
}
.zone-title,
.zone-content-bg-img,
.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-title-wrapper  .zone-inner,
.zone-content-bg-img-wrapper .zone-inner {
  background: none;
  border: none;
}

