/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  -----------------------------------
*/


/* Add your Exception and Custom Rules Here*/

.p7DMM10 {
	background-color: #1B7E3F;
	position: relative;
}
h1, h2, h3 {
	color: #1B7E3F;
}
h4 {
	color: #5B5A5A;
}
.column-30 {
	width: 30%;
  
}
.column-33 {
	width: 33.3334%;
/*	border-left: 1px dotted #302683;*/
}
.right-border {
    border-right: 1px dotted;
}
.left-border {
    border-left: 1px dotted;

}
.p7DMM10 ul a:hover, .p7DMM10 ul a.open {
	outline: none;
	color: #FFFFFF;
	box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
	background-color: #2ABB4C;
}
.p7DMM10.dmm10-pop ul ul {
	background-color: #2ABB4C;
	border-radius: 0px 0px 6px 6px;}
#footer {
	background-color: #1B7E3F;
	color: #BBB;
}
body {
	background-image: url(img/14.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
}
.columns-container {
	background-color: rgba(250,250,250,0.85);
}
.sidebar-right .sidebar, .sidebar-left .sidebar {
	width: 30%;
	padding: 20px 20px;
}
.sidebar-right .main-content, .sidebar-left .main-content {
	width: 70%;
	padding: 20px 30px;
	
}	#masthead-right {
	float: left;
	width: 40%;
	text-align: right;
	color: #FFFFFF;
		font-size: 0.8em;
	}
	
	#masthead h1 {
	color: #fff;
	text-decoration: none;
		text-align: right;
}
/*Media Query for all devices at screen/browser widths of 700px or less*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
/*Add rules here*/
}

/*Media Query for smartphones*/
@media only screen and (max-device-width: 480px) {
/*Add rules here*/
}

/*Media Query for smartphones in landscape mode*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
/*Add rules here*/
}
