/*
-------------------------------------------- nav bar------------------------------------------------*/
.ddsmoothmenuh ul li:first-child a { /* offset left side of first menu item */
		padding-left: 33px;
}
.ddsmoothmenuh ul li a {/* offset right side of menu all other items */
   		display: block;
    		padding-right: 40px;
    		text-decoration: none;
}
.ddsmoothmenuh ul li:last-child a { /* offset right side of last menu item */
		padding-right: 0px;
}
.ddsmoothmenuh ul li ul li a:link, .ddsmoothmenuh ul li ul li a:visited{ /*align sub nav items to main items above*/
		padding-left: 10px;
}

.ddsmoothmenuh ul li.current-menu-ancestor a, .ddsmoothmenuh ul li.current-menu-item a { /* highlight current page */
		color:#ff41a4;
}
/*
--------------------------------------------home page items--------------------------------------------*/
#col-7-1 h2, h3 a, h2 a:hover, h3 a:visited {/*included page titiles*/
	color: #ff41a4;
	font-family: "Oswald",Arial,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
	margin-top:20px;
	margin-bottom:15px;
}
#col-7-1 .ahead {/*included 2nd page titiles*/
	color: #ff41a4;
	font-family: "Oswald",Arial,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
	margin-top:30px;
	margin-bottom:15px;
}
.home-text-bold {
	font-size:14px;
	line-height:17px;
	font-style: normal;
	font-weight: bold;
	margin-bottom:25px;
}
.curl-text {/*text in red area of curl graphic */
	color: #FFFFFF;
	text-decoration: none;
	font-size: 22px;
	font-weight: normal;
	font-family: "Oswald",Arial,sans-serif;
	line-height: 25px;
	margin-bottom:0px;
	padding-left:18px;
	padding-top:5px;
}
a.curl-link:link {/*links in red area of curl graphic */
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	font-family: "Oswald",Arial,sans-serif;
	line-height: 15px;
	padding-left:28px;
}
a.curl-link:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	font-family: "Oswald",Arial,sans-serif;
	line-height: 15px;
}
a.curl-link:hover {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	font-family: "Oswald",Arial,sans-serif;
	line-height: 15px;
}
a.curl-link:active {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	font-family: "Oswald",Arial,sans-serif;
	line-height: 15px;
}
.pp_gallery,
a.pp_next,
a.pp_previous,
.pp_social { /* removes social links from lightbox*/
	display:none;
}