/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Core Exception Styles
  ------------------------------------------------
*/
body {
	background-attachment: fixed;
	background-image: url(../images/Catnip5.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.masthead {
	background: rgba(0,0,0,.75)
}
.columns-wrapper {
	background-color: transparent;
}
.sidebar .content {
	background-color: #A3B225;
	background-image: none;
	background: rgba(163,178,37,.5);
}
.sidebar-right .content {
	background-color: #FFE035;
	background-image: none;
	background: rgba(255,224,52,.5);
}

.main-content .content,
.column-1 .content,
.column-2 .content,
.column-3 .content
{
	border-color: #000;
	background-color: #FFF;
	background: rgba(255,255,255,.5);
}

img.scalable { opacity: .85; 
}
.fancy {
	border: 1px solid rgba(255,255,255,.8);
	box-shadow: none;
}


/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.top-navigation {
	background-color: rgb(255,153,0);
	background: rgba(255,153,0,.7);
}
.p7DMM01 ul a {
	border-color: #000000;
}
.p7DMM01 ul a:hover,
.p7DMM01 ul a:focus,
.p7DMM01 ul a.open,
.p7DMM01 ul a.current_mark.closed {
	border-color: rgba(255,255,255,0.5);
	background-color: #AEBD54;
}
.p7DMM01.responsive .p7DMM-toolbar.closed:hover,
.p7DMM01.dmm-vertical .p7DMM-toolbar.closed:hover { background-color: #FF9900; 
}

/*The Footer*/
.footer {
	background-color: #222;
	background: rgba(0,0,0,.9);
}
