/* 
  -----------------------------------
  PVII Synergy
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  -----------------------------------
*/

body {
	background-color: #FFFFFF;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	font-family: Federo, "Segoe UI", Arial, Helvetica, sans-serif;
}
.p7DMM08 {
	font-family: Federo, "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 120%;
}

p img, h1 img, h2 img, h3 img, h4 img {
	border-radius: 5px;
}
/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {

  width: 100% !important;

}

.padded {
	padding: 20px 32px;
}
.centered {
	text-align: center;
}
.rightalign {
	text-align: right;
}
.shadedbox {
	background-color: #F9F9F9;
	border: 1px solid #D8D8D8;
	padding: 12px;
}

.bumpup {
	vertical-align: top;
}

.paddedless {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cdiv {
  position:absolute; /* important. */
  left:50%; /*important if you want it absolutely centred in window. */ 
  margin-left:-50px; /* importnant. must be half the width. */
  width:100px; /* set to your requirements, but remember left margin setting. */
  height:100px; /* not neccessary if the element needs to grow with content. */
  border:1px solid #ABF; /* not important. */
  background-color:#DDF; /* not important. */
  text-align:center; /*not important. */
}

/*Row or Column-Group background Colors and Text Colors*/
.synergy-color-1 {
	background-color: #FFF;
	background: rgba(255, 255, 255, .75);
	color: #000;
}
.synergy-color-2 {
	background-color: #151515;
	background: rgba(0,0,0,.9);
	color: #FFF;
}
.synergy-color-3 {
	background-color: #CC3333;
	background: rgba(204, 51, 51, .75);
	color: #000;
}
.synergy-color-4 {
	background-color: #0099FF;
	background: rgba(0, 153, 255, .80);
	color: #FFF;
}
.synergy-color-5 {
	background-color: rgba(145,148,148,0.96);
	color: #000;
}

/*Links*/
.synergy-color-1 a, 
.synergy-color-3 a {
	color: #000;
}
.synergy-color-1 a:hover, 
.synergy-color-3 a:hover { 
	color: #E16410; 
}
.synergy-color-2 a {
	color: #AAA;
}
.synergy-color-2 a:hover {
	color: #FFF;
}
.synergy-color-4 a {
	color: #FFF;
}
.synergy-color-4 a:hover {
	color: #000;
}
.synergy-color-5 a {
	color: #000;
}
.synergy-color-5 a:hover {
	color: #FFF;
}

/*Row Background Images
A synergy row spans the width of the browser window.*/

.bg-1 {
	background-image: url(art/bg-01.jpg);
}
.bg-2 {
	background-image: url(art/bg-02.jpg);
	background-color: #1D1D1D;
	color: #FFF;
}
.bg-3 {
	background-image: url(art/bg-03.jpg);
	background-color: #A79C9A;
}
.bg-4 {
	background-image: url(art/bg-04.jpg);
	background-color: #000000;
	color: #FFF;
}
.bg-5 {
	background-image: url(art/bg-05.jpg);
	background-color: #000;
	color: #FFF;
}
.bg-6 {
	background-image: url(art/bg-06.jpg);
	background-color: #FFF;
}
.bg-7 {
	background-image: url(art/bg-07.jpg);
	color: #FFF;
	background-color: #000;
}
.bg-8 {
	background-image: url(art/bg-08.jpg);
	background-color: #000;
	color: #FFF;
}
.bg-9 {
	background-color: #CCC;
}

/*Vertical Rules*/
.left-border {border-left: 1px solid;}
.right-border {border-right: 1px solid;}

/*Special Rules*/
.large-type {
	font-size: 1.6em;
	line-height: 1.5;
	font-family: Federo, "Segoe UI", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footer {text-align: center;}
