/*
Theme Name: AgConnect custom theme
Description: Custom design and implementation for AgConnect
Author: Miller Designworks, Marshall Oram
Author URI: http://millerdesignworks.com
Version: 1

** based on CCEDC theme **
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

	Special thanks: The Wordpress theme owes its start to an empty theme authored
		by Chris Coyier & Jeff Starr: http://digwp.com

-------------------------------------------------------------------------------*/

/* Add fonts support */
@font-face {
	font-family: 'opensans';
	src: url('fonts/opensans-webfont.eot?') format('eot'),
		url('fonts/opensans-webfont.woff') format('woff'),
		url('fonts/opensans-webfont.ttf') format('truetype'),
		url('fonts/opensans-webfont.svg') format('svg');
}
@font-face {
	font-family: 'opensans-bold';
	src: url('fonts/opensans-bold-webfont.eot?') format('eot'),
		url('fonts/opensans-bold-webfont.woff') format('woff'),
		url('fonts/opensans-bold-webfont.ttf') format('truetype'),
		url('fonts/opensans-bold-webfont.svg') format('svg');
}
@font-face {
	font-family: 'opensans-condensedlight';
	src: url('fonts/opensans-condensedlight-webfont.eot?') format('eot'),
		url('fonts/opensans-condensedlight-webfont.woff') format('woff'),
		url('fonts/opensans-condensedlight-webfont.ttf') format('truetype'),
		url('fonts/opensans-condensedlight-webfont.svg') format('svg');
}
@font-face {
	font-family: 'opensans-light';
	src: url('fonts/opensans-light-webfont.eot?') format('eot'),
		url('fonts/opensans-light-webfont.woff') format('woff'),
		url('fonts/opensans-light-webfont.ttf') format('truetype'),
		url('fonts/opensans-light-webfont.svg') format('svg');
}


/* Let's default this puppy out
-------------------------------------------------------------------------------*/

/* CSS Reset Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* base styles */
.white{
	background:none #fff;
}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
/*admin css */



/* body */
body {
	font:14px/18px 'opensans', Arial, Verdana, Helvetica, sans-serif;
	color:#222;
	background:#f0b84c url(images/bg-page.jpg) no-repeat;
	background-position: 50% 0%;
}
a{
	text-decoration:none;
	color:#78107e;
}
a:hover{
	text-decoration:underline;
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#666;
}
/* wrapper */
#wrapper{
	width: 1040px;
	padding:0 40px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#header{
	width:948px;
	padding:5px 0 0 12px;
}
#header:after {
	clear: both;
	content:"";
	display: block;
}

#searchform {
	float:right;
	position:absolute;
	top:2px;
	right:0px;
}

#searchform input[type="text"] {
    background: url('images/search-dark.png') no-repeat 6px 4px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: normal 11px 'opensans', Arial, Verdana, Helvetica, sans-serif;
    color: #666;
    width: 45px;
    padding: 4px 6px 3px 22px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#searchform input[type="text"]:focus {
    width: 200px;
    }

.logo {
	background:url(images/logo.png) no-repeat;
	width: 206px;
	height: 197px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	float:left;
	margin: 0px 0px 0px -48px;
	z-index: 10;
}
.logo a,
.hire-logo a,
.footer-logo a,
.ppl-logo a,
.agricultural-logo a,
.seedcopa-logo a{
	height:100%;
	display:block;
}
.header-holder{
	float:right;
}
#menu-top-nav-menu{
	text-transform:uppercase;
	font-size:12px;
	margin:2px 0px 8px 0px;
	text-align:right;
}
#menu-top-nav-menu li{
	display:inline;
	padding:0 7px 0 7px;
}
.ie8 #menu-top-nav-menu li{
	padding:0 5px 0 5px;
}
#menu-top-nav-menu li a{
	color:#fff;
}
/* nav */
#nav{
	/* width:525px; */
	margin-top: 51px;
	height: 70px;
	overflow: hidden;
}
#nav:after {
	clear: both;
	content:"";
	display: block;
}
#nav ul{
	float:right;
	font:20px/24px 'Signika', Arial, Verdana, Helvetica, sans-serif;
	background:url(images/separator.png) no-repeat 0 100%;
	padding:0 0 0 1px;
}
#nav ul li{
	float:left;
	background:url(images/separator.png) no-repeat 100% 100%;
	padding-right:1px;
	position:relative;
}
#nav ul li a{
	display:block;
	color: #78107e;
	height:78px;
	position:relative;
	overflow:hidden;
}
#nav ul li a span{
	height:54px;
	padding:24px 43px 0;
	display:block;
	margin:0 -20px;
}


#nav ul li:first-child em {
	box-shadow: -6px 26px 9px #78107e;
	-webkit-box-shadow: -6px 26px 9px #78107e;
	-moz-box-shadow: -6px 26px 9px #78107e;
}
#nav ul li em{
	position:absolute;
	right:-3px;
	top:0;
	height:78px;
	width:1px;
	box-shadow: -6px 26px 9px #78107e;
	-webkit-box-shadow: -6px 26px 9px #78107e;
	-moz-box-shadow: -6px 26px 9px #78107e;
}

#nav ul li.active a,
#nav ul li:hover a{
	box-shadow: 3px 25px 9px #78107E;
	-webkit-box-shadow: 3px 25px 9px #78107E;
	-moz-box-shadow:  3px 25px 9px #78107E;
	text-decoration:none;
}
#nav ul li:first-child{
/*
	box-shadow: -3px 25px 9px #78107E;
	-webkit-box-shadow: -3px 25px 9px #b5b5b5;
	-moz-box-shadow:  -3px 25px 9px #b5b5b5;
*/
}
#nav ul li.active em,
#nav ul li:hover em{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#nav ul li.active span,
#nav ul li:hover span,
#nav ul li.current_page_ancestor span,
#nav ul li.current_page_parent span{
	box-shadow: 0 -30px 27px #eabf91 inset;
	-webkit-box-shadow: 0 -30px 27px #eabf91 inset;
	-moz-box-shadow:  0 -30px 27px #eabf91 inset;
}

.ie8 #nav ul li.active span,
.ie8 #nav ul li:hover span,
.ie8 #nav ul li.current_page_ancestor span {
	background: url(images/main-nav-grad.png) repeat-x 0 5px;
}


/*reset for sub menus */

#nav ul ul li a{
	height:auto;
}

#nav ul ul li a span{
	height:0;
	}

#nav ul ul li em{
	display:none;
	height:0;
}

#nav ul li:hover ul li span{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul ul{
	float:none;
	position:absolute;
	top:78px;
	left:0;
	z-index:10;
	font:16px/18px 'opensans', Arial, Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	background:url(images/bg-drop.png);
	padding:10px 7px 5px 8px;
	box-shadow: 3px 5px 5px rgba(0,0,0,.35);
	-webkit-box-shadow: 3px 5px 5px rgba(0,0,0,.35);
	-moz-box-shadow: 3px 5px 5px rgba(0,0,0,.35);
	border-left:1px solid #ccc;
	display:none;
}

#nav ul li:hover ul{
	display:block;
}
#nav ul ul li{
	float:none;
	background:none;
	border-top:1px solid #4c88a7;
	padding:0;
	width:225px;
}
#nav ul ul li:first-child {
	border:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#nav ul ul li a span{
	display:block;
	color:#272727;
	overflow:hidden;
	height:auto;
	padding:0;
	margin:0;
}

#nav ul ul li strong{
	margin:-10px -10px 0;
	display:block;
	padding:10px 10px 0;
}
#nav ul li.active ul a,
#nav ul li:hover ul a{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	padding:6px 12px 7px;
}
#nav ul li:hover ul a:hover,
#nav ul li.current_page_ancestor ul li.current_page_item a,
#nav ul li.current_page_ancestor ul li.current_page_parent a{
	background:url(images/bg-drop-hover.png) no-repeat 50% 100%;
}
#main{
	position:relative;
	z-index:5;
	width:960px;
	float:left;
	margin-top: -56px;
}
/* slider */
.slider{
	width:960px;
	position:relative;
	margin:0 0 14px;
	background:#fff;
	z-index: 5;
}
.slider:before,
.slider:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 17px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 15px 17px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 17px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
html.ie8 .slider:before,
html.ie8 .slider:after {
	zoom: 1;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#ff0000);
}
.slider:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.slider-holder{
	width:970px;
	overflow:hidden;
	margin-left:-10px;
	position:relative;
	padding-left:10px;
	z-index: 5;
}
.slider ul{
	overflow:hidden;
	width:970px;
	height: 402px;
	position:relative;
	margin-left: -10px;
	z-index: 5;
}
.slider ul li.active .item {
	/* left:-10px; */
}
.slider ul li{
	position:absolute;
	top: 1px;
	left: 11px;
	height: 401px;
	z-index: 5;
}
.slider-holder a{
	color:#fff;
	text-decoration: none;
}

.slider ul li{
	display:none;
}
.autorotation-active ul li,.autorotation-disabled ul li{
	display:block;
}
.slider ul li img{
	display:block;
}
.item-burst {
	position: absolute;
	right: 0;
	top: 9px;
	margin-right: -34px;
	width: 112px;
	height: 112px;
	background: url(images/burst.png) no-repeat;
	text-indent: -9999px;
}
.item {
	position:absolute;
	right: -1px;
	top: 20px;
	background: #e5c139;
	width: 663px;
	font-size: 28px;
	line-height: 38px;
	padding:0 0 0 20px;
	display:table;
	color: #78107e;
}
.item-holder{
	height: 88px;
	display:table;
}
.item-frame{
	height: 88px;
	display:table-cell;
	vertical-align:middle;
	width: 600px;
}
.item-frame strong{
	font:28px/38px 'Signika', Arial, Verdana, Helvetica, sans-serif;
}
.slider .info,
.visual .info{
	position:absolute;
	right:0px;
	bottom: 2px;
	text-align:right;
	width: 958px;
	height: 38px;
	//padding:10px 26px 10px 0;
	background: #000;
	opacity: 0.4;
}
.slider .info-text {
	position: absolute;
	bottom: 10px;
	right: 25px;
	color: #fff;
	font-size: 14px;
	opacity: 1;
}
.ie8 .slider .info{
	display:none;
}

.ie8 .slider .active .info{
	display:block;
}

/* item-list */
.item-list{
	overflow:hidden;
	margin:0 0 38px;
}
.item-list h2{
	text-align:center;
	text-transform:uppercase;
	color:#949494;
	font-size:16px;
	margin:0 0 20px;
	background:url(images/bg-line.png) no-repeat 50% 7px;
}
.item-list ul{
	overflow:hidden;
	font:20px/26px 'Signika', Arial, Verdana, Helvetica, sans-serif;
	padding-left:10px;
}
.item-list li{
	float:left;
	margin-right:30px;
}
.item-list li.last{
	margin-right: 0;
}
.item-list li a{
	color:#008752;
	text-shadow:0 2px 3px #aaa;
	background:url(images/icon1.png) no-repeat 0 4px;
	padding:0 0 0 40px;
	float:left;
}
.item-list li.finance a{
	background:url(images/icon2.png) no-repeat 0 4px;
}
.item-list li.grow a{
	background:url(images/icon3.png) no-repeat 0 4px;
}
.item-list li.develop a{
	background:url(images/icon4.png) no-repeat 0 4px;
}
.item-list li.attract a{
	background:url(images/icon5.png) no-repeat 0 4px;
}
.item-list li a:hover{
	text-decoration:none;
	color:#cc7b16;
	background-position:0 -101px;
}

.item-list li a strong{
	font-size:32px;
	line-height:38px;
	display:block;
}
.investors {
	position: relative;
	clear:left;
	width:100%;
}

#content .investors ul {
	margin-left: 0;
	position: relative;
	}
#legacy ul {
	overflow:hidden;
}

#development,
#growth,
#goodwill{
	overflow:hidden;
}

.investors li {
	list-style: none;
	float:left;
	width:auto;
	height:35px;
	margin-right:45px;
}

#legacy h2,
#strategic h2{
	width:682px;
}

#development li,
#growth li,
#goodwill li
{
	height:auto;
	font: 14px/16px 'opensans', Arial, Verdana, Helvetica, sans-serif;
	padding-bottom: 15px;
}

.investors .text {
	width: 99%;
	margin-right: 1%;
	float: none;
}
.investors .col1,
.investors .col2,
.investors .col3{
	width: 287px;
	margin-right:10px;
}
.investors .col1 {
	float:left;
}
.investors .col2 {
	float:left;
}
.investors .col3 {
	float:left;
}
.investors .col-reset {
	//margin-top: -100px;
}
.investors .ilogo {
	margin-bottom: 25px;
}
.investors li a{
	width:100%;
	height:100%;
	display:block;
}
.investors li img{
	vertical-align: middle;
}
#content .investors h2{
	margin-bottom:15px;
	margin-top:25px;
	padding-bottom: 10px;
	border-bottom: 1px #eb8f2d solid;
	font: 24px/28px 'Signika', Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}

#content .first h2{
	margin-top: 10px;
}

#content .investors h2.level1{
	font-size: 28px;
	line-height: 32px;
}

#content .investors h2.level2{
	font-size: 24px;
	line-height: 28px;
}

#content .investors h2.level3, #content .investors h2.level4, #content .investors h2.level5{
	font-size: 20px;
	line-height: 22px;
}

.page-id-48 .box{
	float:right;
	width: 184px;
	border-color: #EBEBEB;
	margin: 0 0 40px 0;
}

.page-id-48 .box-frame{
	width:154px;
}

.page-id-48 .box .white{
	background: #fff;
	overflow:hidden;
	padding:15px;
}

.page-id-48 .box h3{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

.page-id-48 .box img{
	float:left;
	}

.page-id-48 .box .text{
	float:left;
	width:154px;
}

.page-id-48 #content .box p{
	margin-left: 0;
	font:12px/15px 'opensans', Arial, Verdana, Helvetica, sans-serif;
}


.main-frame .post a,
.main-frame .page a,
.main-frame .hentry a,
.page-id-42 .main-frame .box a{
	color:#78107e;
	/* background:url(images/bg-list.gif) repeat-x 0 100%; */
	padding:0 0 1px;
}
.main-frame .post a:hover,
.main-frame .page a:hover,
.main-frame .hentry a:hover{
	text-decoration:underline;
	/* background:url(images/bg-list-hover.gif) repeat-x 0 100%; */
}


/*container*/
.container-holder{
	overflow:hidden;
	width:960px;
	position:relative;
	padding:0 0 37px;
}
.container{
	border-top: 5px solid #78107e;
	background: #fff;
	overflow:hidden;
	padding:31px 0 29px 20px;
}
.container:before,
.container:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 56px;
	left: 12px;
	width: 50%;
	top: 80%;
	max-width:480px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 17px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 15px 17px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 17px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.container:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 12px;
	left: auto;
}
.column{
	float:left;
	padding:0 25px 0 10px;
	width:264px;
}
.column.first{
	width:305px;
}
.column h2 {
	color: #78107e;
	font: 22px/24px 'lusitana', Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 17px;
}
.container h2,
.columns h2,
#content h1,
.slideshow h2,
.sidebar h2{
	color: #78107e;
	font:22px/24px 'Signika', Arial, Verdana, Helvetica, sans-serif;
	margin:0 0 17px;
}
.columns h2{
	margin:0 0 14px;
}
.container p{
	margin:0 0 10px;
}

.news h3{
	margin-bottom: 5px;
}
/*box*/
.box-holder{
	padding:0 0 15px;
}
.ie8 .box-holder{
	padding-top: 0;
}
.box{
	width:298px;
	border:1px solid #7faac0;
	margin-left:-8px;
	color:#78107E;
	font:22px/30px 'Signika', Arial, Verdana, Helvetica, sans-serif;
	position:relative;
	z-index:10;
}
#sidebar .box{
	width: 262px;
	margin-left:0;
	/* font:12px/16px 'opensans-condensedlight', Arial, Verdana, Helvetica, sans-serif; */
}
.box-frame{
	background: rgb(250,250,250);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 );
	padding:26px 10px 31px 20px;
	width:268px;
}
.ie8 .box-frame{
	margin-bottom: 1px;
}
#sidebar .box-frame{
	width:222px;
	padding:26px 20px;
	text-align: center;
}
#sidebar .box-frame span {
	text-align: left;
}

#sidebar .widget_related_news .box-frame,
#sidebar .widget_related_page_news .box-frame{
	text-align: left;
}

#sidebar .box-frame.left{
	text-align: left;
	font-family: opensans, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

#sidebar .box-frame.left a.more{
	margin-top: 15px;
	color:#008752;
	background:url(images/bullet2.gif) no-repeat 100% 4px;
}


#sidebar .box-frame h2 span{
	color:#008752;
	font-size: 15px;
}

#sidebar .box-frame p{
	font-size: 13px;
	line-height: 17px;
	text-align: left;
}
#sidebar .box-frame.quote p{
	font-size: 16px;
	line-height: 22px;
}
#sidebar .widget_related_news .box-frame,
#sidebar .widget_related_page_news .box-frame{
	padding: 15px 10px;
	width:242px;
	background: none #fff;
}

.box strong{
	font:24px/30px 'Signika-bold', Arial, Verdana, Helvetica, sans-serif;
	color:#008752;
}
.box:before,
.box:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 12px;
	left: 3px;
	width: 50%;
	top: 80%;
	max-width:268px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 2px rgba(0,0,0, 0.1);
	-moz-box-shadow: 0 15px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 2px rgba(0, 0, 0, 0.1);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.box:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 3px;
	left: auto;
}

.page-id-42 .box{
	float:right;
	width: 462px;
}

.page-id-42 .box-frame{
	width:432px;
}

.page-id-42 .box .white{
	background: #fff;
	overflow:hidden;
}

.page-id-42 .box h3{
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 5px;
}

.page-id-42 .box .staff-news{
	overflow:hidden;
}

.page-id-42 .box img{
	float:left;
	}

.page-id-42 .box .text{
	float:right;
	margin-right: 20px;
	width:348px;
}

.page-id-42 #content .box p{
	margin-left: 0;
	font:13px/16px 'opensans', Arial, Verdana, Helvetica, sans-serif;
	color:#222;
}

section.staff{
	float:left;
	clear:left;

}
#management{
	float:left;
	overflow: hidden;
	width:440px;
}

.staff .column{
	float:left;
	width:412px;
}

#management .column {
	float:left;
	width:100%;
}

#management .management-member{
	float:left;
	width:100%;
	margin-bottom: 15px;
}
#management img{
	float:left;
	margin-right: 15px;
}
#management .text{
	float:left;
	width:350px;
	}
#management .text p {
	padding:0;
	margin:0;
}


/*news*/
.news{
	margin:0 0 18px;
	line-height:16px;
}
.special-projects{
	margin-top: 18px;
}
.news ul{
	padding:4px 0 0;
}
.news ul li{
	margin:0 0 9px;
}
.news .date{
	color:#7a7a7a;
	display:block;
	font-size:12px;
	text-transform:uppercase;
	margin:0 0 1px;
}
.news ul li em,
.event ul li em{
	font-size:12px;
	font-style:normal;
	color:#7a7a7a;
}
.news ul li a{
	color:#222;
}
a.more{
	color:#78107E;
	font-size:12px;
	background:url(images/bullet.png) no-repeat 100% 5px;
	padding:0 10px 0 0;
}
/*event*/
.event .date a:hover {
	text-decoration: none;
}
.event ul li{
	overflow:hidden;
	padding:0 0 17px;
}
.event ul {
	margin-top:-4px;
}
.event ul li .date{
	float:left;
	width:40px;
	margin:0 21px 0 1px;
	text-align:center;
}
.event ul li .holder{
	overflow:hidden;
}
.event ul li em{
	display:block;
	margin:0 0 10px;
}
.event ul li .date span{
	display:block;
	color:#fff;
	text-transform:uppercase;
	background: #78107e;
	height:14px;
	font-size:11px;
	line-height:15px;
	box-shadow: 1px 0px 4px #c1c1c1;
	-webkit-box-shadow: 1px 0px 4px #c1c1c1;
	-moz-box-shadow: 1px 0px 4px #c1c1c1;
}
.event ul li .date strong{
	color: #39083c;
	font-size:22px;
	/* line-height:29px; */
	display:block;
	height:28px;
	padding:3px 0 3px;
	box-shadow: 1px 1px 4px #c1c1c1;
	-webkit-box-shadow: 1px 1px 4px #c1c1c1;
	-moz-box-shadow: 1px 1px 4px #c1c1c1;
	box-sizing: content-box;
}
.event .navigation {
	padding: 10px 0;
}
.event .add-event {
	padding: 10px 0;
}
/* events single page styles */
.mdwec_events_wrapper {
	overflow: hidden;
	padding-bottom: 30px;
}
.mdwec_event {
	margin: 0.5ex 1ex 0.5ex 0;
	float: left;
}
.mdwec_event .day_of_the_week,
.mdwec_event .date:first-child  {
	display:block;
	color:#0B607D;;
	text-transform:uppercase;
	background:#fff;
	font-size:16px;
	line-height:18px;
	text-align: center;
	padding:8px 8px 4px 8px;
	box-shadow: 1px 0px 4px #c1c1c1;
	-webkit-box-shadow: 1px 0px 4px #c1c1c1;
	-moz-box-shadow: 1px 0px 4px #c1c1c1;
}
.mdwec_event .date {
	display:block;
	color:#fff;
	text-transform:uppercase;
	background:#78107E;
	font-size:16px;
	line-height:18px;
	text-align: center;
	padding:8px 8px 4px 8px;
	box-shadow: 1px 0px 4px #c1c1c1;
	-webkit-box-shadow: 1px 0px 4px #c1c1c1;
	-moz-box-shadow: 1px 0px 4px #c1c1c1;
}
.mdwec_event .time {
	display:block;
	padding:6px 0 0;
	box-shadow: 1px 1px 4px #c1c1c1;
	-webkit-box-shadow: 1px 1px 4px #c1c1c1;
	-moz-box-shadow: 1px 1px 4px #c1c1c1;
	text-align: center;
}
.mdwec_event .time_content {
	border:none;
	box-shadow: none;
	color:#0b607d;
	font-size:12px;
	line-height:14px;
}
.mdwec_event_meta {
	overflow: hidden;
	float: left;
	margin: 0.5ex 0 0.5ex 2.5ex;
	width: 373px;
	font-size: 18px;
	line-height: 22px;
}
.mdwec_event_meta .address {

}
.mdwec_event_meta .reg {
	margin-top: 10px;
}
.mdwec_event_meta .reg .icon-star {
	width: 24px;
	font-size: 20px;
	float: left;
	color: #eb8f2d;
}

/*slideshow*/
.slideshow{
	width:262px;
	border:1px solid #ebebeb;
	position:relative;
	z-index:10;
	margin:0 0 15px;
	font-size:13px;
	line-height:15px;
	background: rgb(250,250,250);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fefefe',GradientType=0 );
}
.home .slideshow{
	height:275px;
}
.slideshow:before,
.slideshow:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 10px;
	left: 2px;
	width: 50%;
	top: 80%;
	max-width:268px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 3px rgba(0,0,0, 0.1);
	-moz-box-shadow: 0 15px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 3px rgba(0, 0, 0, 0.1);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.slideshow:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 2px;
	left: auto;
}
.slideshow-holder{
	background:#fff;
	width:262px;
	padding:0 0 11px;
}

.home .slideshow-holder{
	height:264px;
}

.slideshow-holder header{
	width: 230px;
  padding: 10px 14px 0 18px;
}

.slideshow-frame{
	width:262px;
	overflow:hidden;
	margin:0 0 17px;
}
.home .slideshow-frame{
	height:190px;
}
.slideshow-frame ul{
	position:relative;
	width:262px;
	min-height:118px;
}
.slideshow-frame ul li{
	position:absolute;
	top:0;
	left:0;
	width:230px;
	padding:10px 14px 0 18px;
	display:none;
}
.slideshow-frame ul li.active{
	display:block;
}
.home .slideshow-frame ul li{
	text-align: center;
}
.home .slideshow .holder{
	text-align: center;
}
.home .slideshow p{
	text-align: left;
}

.slideshow a p{
	color:#000;
}
.slideshow a:hover p{
	text-decoration: none;
}
.slideshow a p:after{
	content:url(images/bullet3.gif);
	padding-left: 5px;
}
.home .slideshow .aligncenter img{
	margin:0 auto 15px auto;
}
.slideshow h2,
#sidebar .slideshow h2{
	margin:0 0 2px;
}
#sidebar .map h2{
	margin:0;
}
.slideshow p{
	margin:0;
}
.slideshow .partnerships{
	text-transform:uppercase;
	color:#a09f9f;
	font-size:10px;
	line-height:12px;
	margin:0 0 3px;
	display:block;
}

.pagination-holder{
	overflow:hidden;
	width:100%;
	position:relative;
}
.pagination{
	float:left;
	left:50%;
	position:relative;
}
.pagination ul{
	overflow:hidden;
	float:left;
	left:-50%;
	position:relative;
}
.pagination ul li{
	float:left;
	margin:0 2px;
}
.pagination ul li a{
	background:url(images/pagination.gif) no-repeat;
	width:7px;
	height:7px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.pagination ul li:hover a,
.pagination ul li.active a{
	background-position:0 -7px;
}
/*map*/
.map{
	width:262px;
	border:1px solid #ebebeb;
	position:relative;
	z-index:10;
}
.map:before,
.map:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 10px;
	left: 2px;
	width: 50%;
	top: 80%;
	max-width:268px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 3px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 15px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 3px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.map:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 2px;
	left: auto;
}
.map img{
	display:block;
}
.map-frame{
	position:absolute;
	top:0;
	left:0;
	padding:9px 15px 11px 18px;
	width:229px;
	background:url(images/bg-map.png);
}
.map h2{
	float:left;
	margin:0;
}
.map a.more{
	float:right;
	margin-top:6px;
	background-position:100% 7px;
}

.map-widget .caption{
	font-size: 12px;
	font-family: opensans, Arial, Verdana, Helvetica, sans-serif;
	padding:18px;
}

/* thank members and carousel */
.thank-members {
	display: none;
	overflow:hidden;
	padding:0 3px 27px 37px;
}
.thank-members .text {
	float:left;
	color: #78107e;
	width:166px;
	margin-top: 9px;
	font: 18px/22px 'Signika', Arial, Verdana, Helvetica, sans-serif;
}
.thank-members .text span {
	display:block;
}
.thank-members .text span.top {
	letter-spacing:4px;
}
.thank-members .text strong {
	font-size: 28px;
	line-height: 28px;
	text-transform:uppercase;
	font-weight: bold;
}
.thank-members .text span.bottom {
	letter-spacing:.95px;
}
.carousel{
	float:right;
	width:697px;
}
.carousel .link-prev,
.carousel .link-next{
	float:left;
	background:url(images/bg-links.png) no-repeat;
	width: 8px;
	height: 16px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:26px;
}
.carousel .link-next{
	background-position:0 -16px;
	float:right;
}
.carousel .gmask{
	width:626px;
	overflow:hidden;
	margin:0 0 0 41px;
	float:left;
}
.carousel .gmask ul{
	width:99999px;
	overflow:hidden;
}
.carousel .gmask ul li{
	float:left;
	width:626px;
}
.carousel .gmask ul ul{
	width:auto;
}
.carousel .gmask ul ul li{
	display:inline-block;
	width:183px;
	margin:0 12px;
	float:none;
	text-align: center;
}
.carousel .gmask ul ul li.last{
	margin-right: 0;
}
.carousel .gmask ul li img{
	vertical-align:middle;
}
/* @end */

/*footer*/
#footer{
	width: 100%;
	overflow: hidden;
	background: #fbaf15; /* layer fill content */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzYxYyIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiYTMxOCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
	background: -moz-linear-gradient(bottom, rgba(255,199,28,.74) 0%, rgba(251,163,25,.74) 100%); /* gradient overlay */
	background: -o-linear-gradient(bottom, rgba(255,199,28,.74) 0%, rgba(251,163,25,.74) 100%); /* gradient overlay */
	background: -webkit-linear-gradient(bottom, rgba(255,199,28,.74) 0%, rgba(251,163,25,.74) 100%); /* gradient overlay */
	background: linear-gradient(bottom, rgba(255,199,28,.74) 0%, rgba(251,163,25,.74) 100%); /* gradient overlay */
}
#footer .footer-content {
	width: 960px;
	padding:0 9px 90px 7px;
	margin: 0 auto;
}
#footer .text{
	float:left;
	color:#7a7a7a;
	width:166px;
	margin-top: 9px;
	font:18px/22px 'Signika', Arial, Verdana, Helvetica, sans-serif;
}
#footer .text span {
	display:block;
}
#footer .text span.top {
	letter-spacing:4px;
}
#footer .text strong{
	font-size:28px;
	line-height:28px;
	text-transform:uppercase;
}
#footer .text span.bottom{
	letter-spacing:.95px;
}


/*footer-frame*/
.footer-frame{
	overflow:hidden;
}
.col-holder{
	float:left;
	background:url(images/bg-col.png) no-repeat 100% -7px;
	padding:26px 1px 0 0;
}
.footer-frame .col{
	float:left;
	width:191px;
	padding:0 10px 0 0;
}
.footer-frame .col ul li{
	color: #78107e;
	font:18px/22px 'Signika', Arial, Verdana, Helvetica, sans-serif;
	margin:0 0 7px;
}
.footer-frame .col ul ul{
	text-transform:uppercase;
	padding-top: 7px;
}
.footer-frame .col ul ul a{
	color: #fff;
}
.footer-frame .col ul ul li{
	margin:0 0 9px;
	font-size:12px;
	line-height:14px;
	font-family: 'opensans', Arial, Verdana, Helvetica, sans-serif;
}
.contact{
	float:left;
	width: 355px;
	padding:26px 0 0;
}
.footer-logo{
	background:url(images/footer-logo.png) no-repeat;
	width: 137px;
	height: 133px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin: 15px;
	float: left;
}
.contact-holder{
	float: left;
	margin-top: 62px;
}
.contact address{
	color:#7a7a7a;
	font:14px/18px 'opensans', Arial, Verdana, Helvetica, sans-serif;
	margin:0 0 11px;
}
.contact address span{
	display:block;
}
.contact .phone{
	color:#78107E;
	font:22px/26px 'opensans', Arial, Verdana, Helvetica, sans-serif;
	display:block;
	margin:0 0 19px;
}
.social{
	overflow:hidden;
}
.social li{
	float:left;
	margin-right:4px;
}
.social li a{
	background:url(images/bg-social.gif) no-repeat 0 -29px;
	width: 29px;
	height: 29px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.social li:first-child a{
	background-position: 0 0;
}
.bottom-block{
	padding-left:4px;
	padding-top: 3px;
	overflow:hidden;
}
.ppl-logo{
	float:left;
	background:url(images/ppl-logo.png) no-repeat;
	width: 39px;
	height: 31px;
	text-indent:-9999px;
	overflow:hidden;
	margin:-3px 12px 0 0;
}
.bottom-block ul{
	float:left;
	font-size:10px;
	color:#fff;
	padding:10px 0 0;
}
.bottom-block ul li{
	display:inline;
	/* background:url(images/separator2.gif) no-repeat 0 50%; */
	border-right:1px #fff solid;
	padding:0 9px 0 9px;
}
.bottom-block ul li:last-child{
	border-right:none;
}
.bottom-block ul li:first-child {
	padding-left:0;
	background:none;
}
.bottom-block ul a.design{
	color:#fff;
	background:url(images/logo-millerdesignworks.png) no-repeat;
	padding:0 0 3px 36px;
	font-family: 'opensans-bold';
}
/*main-holder*/
.main-holder{
	position:relative;
	width:958px;
	margin-left:1px;
	z-index:10;
	padding:0 0 37px;
	float:left;
}
.page-id-42 .main-holder,
.page-id-43 .main-holder,
.page-id-48 .main-holder{
	overflow: hidden;
}
.main-frame{
	width:958px;
	background:#fff;
	padding:25px 0 0;
	float:left;
}
.main-frame:before,
.main-frame:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 45px;
	left: 13px;
	width: 49%;
	top: 80%;
	max-width:480px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 17px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 15px 17px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 17px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.main-frame:after {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	right: 13px;
	left: auto;
}
/*visual*/
.visual{
	width:898px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	padding:0 0 39px;
}
#content .visual{
	width:580px;
	position:relative;
	overflow: hidden;
	padding:0 0 50px;
}
.visual.alt{
	padding:0 0 30px;
}
.visual-holder{
	position:relative;
	width:898px;
	z-index:20;
}
#content .visual-holder{
	width:580px;
}
.visual-holder:before,
.visual-holder:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 9px;
	left: 15px;
	width: 48.3%;
	top: 80%;
	max-width:480px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
.visual-holder:after {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
	right: 15px;
	left: auto;
}
#content .visual-holder:before,
#content .visual-holder:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 9px;
	left: 8px;
	width: 48.8%;
	top: 80%;
	max-width:480px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 9px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0 15px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 15px 9px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#content .visual-holder:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 8px;
	left: auto;
}
.visual img{
	display:block;
}
.visual .info{
	bottom:0;
	right:0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViOGYyZCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ViOGYyZCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ViOGYyZCIgc3RvcC1vcGFjaXR5PSIwLjA5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2ViOGYyZCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iI2ViOGYyZCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjZWI4ZjJkIiBzdG9wLW9wYWNpdHk9IjAuNTIiLz4KICAgIDxzdG9wIG9mZnNldD0iNDMlIiBzdG9wLWNvbG9yPSIjZWI4ZjJkIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjZWI4ZjJkIiBzdG9wLW9wYWNpdHk9IjAuNjkiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZWI4ZjJkIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViOGYyZCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(235,143,45,0.02) 0%, rgba(235,143,45,0.05) 10%, rgba(235,143,45,0.09) 16%, rgba(235,143,45,0.15) 21%, rgba(235,143,45,0.3) 28%, rgba(235,143,45,0.52) 36%, rgba(235,143,45,0.65) 43%, rgba(235,143,45,0.69) 47%, rgba(235,143,45,0.75) 60%, rgba(235,143,45,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,143,45,0.02)), color-stop(10%,rgba(235,143,45,0.05)), color-stop(16%,rgba(235,143,45,0.09)), color-stop(21%,rgba(235,143,45,0.15)), color-stop(28%,rgba(235,143,45,0.3)), color-stop(36%,rgba(235,143,45,0.52)), color-stop(43%,rgba(235,143,45,0.65)), color-stop(47%,rgba(235,143,45,0.69)), color-stop(60%,rgba(235,143,45,0.75)), color-stop(100%,rgba(235,143,45,0.75)));
	background: -webkit-linear-gradient(top,  rgba(235,143,45,0.02) 0%,rgba(235,143,45,0.05) 10%,rgba(235,143,45,0.09) 16%,rgba(235,143,45,0.15) 21%,rgba(235,143,45,0.3) 28%,rgba(235,143,45,0.52) 36%,rgba(235,143,45,0.65) 43%,rgba(235,143,45,0.69) 47%,rgba(235,143,45,0.75) 60%,rgba(235,143,45,0.75) 100%);
	background: -o-linear-gradient(top,  rgba(235,143,45,0.02) 0%,rgba(235,143,45,0.05) 10%,rgba(235,143,45,0.09) 16%,rgba(235,143,45,0.15) 21%,rgba(235,143,45,0.3) 28%,rgba(235,143,45,0.52) 36%,rgba(235,143,45,0.65) 43%,rgba(235,143,45,0.69) 47%,rgba(235,143,45,0.75) 60%,rgba(235,143,45,0.75) 100%);
	background: -ms-linear-gradient(top,  rgba(235,143,45,0.02) 0%,rgba(235,143,45,0.05) 10%,rgba(235,143,45,0.09) 16%,rgba(235,143,45,0.15) 21%,rgba(235,143,45,0.3) 28%,rgba(235,143,45,0.52) 36%,rgba(235,143,45,0.65) 43%,rgba(235,143,45,0.69) 47%,rgba(235,143,45,0.75) 60%,rgba(235,143,45,0.75) 100%);
	background: linear-gradient(to bottom,  rgba(235,143,45,0.02) 0%,rgba(235,143,45,0.05) 10%,rgba(235,143,45,0.09) 16%,rgba(235,143,45,0.15) 21%,rgba(235,143,45,0.3) 28%,rgba(235,143,45,0.52) 36%,rgba(235,143,45,0.65) 43%,rgba(235,143,45,0.69) 47%,rgba(235,143,45,0.75) 60%,rgba(235,143,45,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05eb8f2d', endColorstr='#bfeb8f2d',GradientType=0 );
	padding: 0 10px 0 0;
	color: #fff;
	opacity: 1;
}
.visual.alt .info{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViOGYyZCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZWI4ZjJkIiBzdG9wLW9wYWNpdHk9IjAuMDIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZWI4ZjJkIiBzdG9wLW9wYWNpdHk9IjAuMDYiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjZWI4ZjJkIiBzdG9wLW9wYWNpdHk9IjAuMTEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZWI4ZjJkIiBzdG9wLW9wYWNpdHk9IjAuNDQiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWI4ZjJkIiBzdG9wLW9wYWNpdHk9IjAuNTQiLz4KICAgIDxzdG9wIG9mZnNldD0iNjIlIiBzdG9wLWNvbG9yPSIjZWI4ZjJkIiBzdG9wLW9wYWNpdHk9IjAuNTYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViOGYyZCIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(235,143,45,0.02) 0%, rgba(235,143,45,0.02) 7%, rgba(235,143,45,0.06) 16%, rgba(235,143,45,0.11) 21%, rgba(235,143,45,0.44) 40%, rgba(235,143,45,0.54) 50%, rgba(235,143,45,0.56) 62%, rgba(235,143,45,0.56) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,143,45,0.02)), color-stop(7%,rgba(235,143,45,0.02)), color-stop(16%,rgba(235,143,45,0.06)), color-stop(21%,rgba(235,143,45,0.11)), color-stop(40%,rgba(235,143,45,0.44)), color-stop(50%,rgba(235,143,45,0.54)), color-stop(62%,rgba(235,143,45,0.56)), color-stop(100%,rgba(235,143,45,0.56)));
background: -webkit-linear-gradient(top,  rgba(235,143,45,0.02) 0%,rgba(235,143,45,0.02) 7%,rgba(235,143,45,0.06) 16%,rgba(235,143,45,0.11) 21%,rgba(235,143,45,0.44) 40%,rgba(235,143,45,0.54) 50%,rgba(235,143,45,0.56) 62%,rgba(235,143,45,0.56) 100%);
background: -o-linear-gradient(top,  rgba(235,143,45,0.02) 0%,rgba(235,143,45,0.02) 7%,rgba(235,143,45,0.06) 16%,rgba(235,143,45,0.11) 21%,rgba(235,143,45,0.44) 40%,rgba(235,143,45,0.54) 50%,rgba(235,143,45,0.56) 62%,rgba(235,143,45,0.56) 100%);
background: -ms-linear-gradient(top,  rgba(235,143,45,0.02) 0%,rgba(235,143,45,0.02) 7%,rgba(235,143,45,0.06) 16%,rgba(235,143,45,0.11) 21%,rgba(235,143,45,0.44) 40%,rgba(235,143,45,0.54) 50%,rgba(235,143,45,0.56) 62%,rgba(235,143,45,0.56) 100%);
background: linear-gradient(to bottom,  rgba(235,143,45,0.02) 0%,rgba(235,143,45,0.02) 7%,rgba(235,143,45,0.06) 16%,rgba(235,143,45,0.11) 21%,rgba(235,143,45,0.44) 40%,rgba(235,143,45,0.54) 50%,rgba(235,143,45,0.56) 62%,rgba(235,143,45,0.56) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05eb8f2d', endColorstr='#8feb8f2d',GradientType=0 );

}
.visual .info span{
	float:right;
}
.visual h2,
.visual strong.title{
	position:absolute;
	bottom:10px;
	left:20px;
	color:#fff;
	font: 32px/34px 'Signika', Arial, Verdana, Helvetica, sans-serif;
	z-index:10;
}
.visual-ip{
	width:310px;
	padding:0 0 50px;

	margin:0 auto;
}
.image-holder{
	position:relative;
	width:270px;
	padding:20px;
	background:#fff url(images/white.gif) repeat 0 0;
	border:1px solid #ccc;
	z-index:20;
}

/*columns*/
.columns{
	overflow:hidden;
	width:960px;
	padding:0 0 0 4px;
}
.columns .column{
	padding:10px 19px 0 31px;
}
.two-columns {
	width: 960px;
	overflow: hidden;
	padding: 0 0 0 4px;
}
.two-columns .column {
	width: 442px;
}
.hentry {
	margin:25px 0 0 0;
}
.year{
	color:#78107E;
	display:block;
	font:22px/24px 'opensans-bold';
	margin:0 0 8px;
}
.slideshow ul li .holder{
	overflow:hidden;
}
.slideshow a{
	display:block;
	/*position:relative;*/
}
.slideshow .holder img{
	float:left;
	margin:4px 20px 0 3px;
}

.slideshow ul li .holder p{
	overflow:hidden;
}
/*calendar*/
.mdwecSidebarCalendar,
.EventCalendarWidget,
.widget_calendar,
.ec3_widget_cal{
	width:262px;
	border:1px solid #ebebeb;
	position:relative;
	z-index:10;
	margin: 20px 0 0 0;
}
.EventCalendarWidget:before,
.widget_calendar:before,
.ec3_widget_cal:before,
.EventCalendarWidget:after,
.widget_calendar:after,
.ec3_widget_cal:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 11px;
	left: 2px;
	width: 50%;
	top: 80%;
	max-width:268px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 3px rgba(0,0,0, 0.1);
	-moz-box-shadow: 0 15px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 3px rgba(0, 0, 0, 0.1);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.mdwecSidebarCalendar:after,
.EventCalendarWidget:after,
.widget_calendar:after,
.ec3_widget_cal:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 2px;
	left: auto;
}
.mdwec-calendar-wrapper,
#calendar_wrap,
#wp-calendar {
	background: #fff url(images/bg-calendar.gif) no-repeat;
	padding:10px 20px 7px 17px;
}
.mdwec-calendar-wrapper{
	margin-top: 0 !important;
}
#calendar_wrap #wp-calendar{
	background:none;
}
.mdwecSidebarCalendar h2,
.EventCalendarWidget h2,
.widget_calendar h2,
.ec3_widget_cal h2{
	color:#fff;
	margin:0;
/* 	height:29px; */
	padding:9px 6px 9px 18px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3MGY3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM5MDgzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, #770f7e 0%, #39083c 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #770f7e 0%, #39083c 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #770f7e 0%, #39083c 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #770f7e 0%, #39083c 100%); /* gradient overlay */
}
.mdwec-calendar.mdwec-container-fluid,
.mdwecSidebarCalendar .mdwec-calendar .day-of-week,
.mdwecSidebarCalendar .mdwec-calendar .day {
	border: none;
}
#wp-calendar .nav {
	display: none;
}
.mdwec-calendar-navigation,
#wp-calendar caption {
	font:14px/14px 'Signika', Arial, Verdana, Helvetica, sans-serif;
}
.mdwecSidebarCalendar .mdwec-calendar-navigation,
.mdwecSidebarCalendar h3,
.EventCalendarWidget h3,
.widget_calendar h3,
.ec3_widget_cal h3,
.EventCalendarWidget caption,
.widget_calendar caption,
.ec3_widget_cal caption {
	padding:0 0 3px 6px;
	border-bottom:1px solid #3f7fa0;
	color:#78107e;
	font-size: 14px;
	text-align: left;
}
.mdwecSidebarCalendar .mdwec-calendar-navigation a,
.EventCalendarWidget caption a,
.ec3_widget_cal caption a {
	font-weight: bold;
	color: #78107e;
}
.mdwecSidebarCalendar,
.EventCalendarWidget table,
.widget_calendar table,
.ec3_widget_cal table {
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	color:#77787b;
	font-size:18px;
}
.mdwecSidebarCalendar .day {
	font-size: 18px;
}
.EventCalendarWidget table td,
.widget_calendar table td,
.ec3_widget_cal table td {
	padding:0;
}
.mdwecSidebarCalendar .day-of-week,
.EventCalendarWidget td,
.EventCalendarWidget th,
.widget_calendar td,
.widget_calendar th,
.ec3_widget_cal td,
.ec3_widget_cal th{
	text-align:center;
	line-height:29px;
}
.mdwecSidebarCalendar .mdwec-calendar-dow .day-of-week,
.EventCalendarWidget th,
.widget_calendar th,
.ec3_widget_cal th{
	border-bottom:1px solid #3f7fa0;
	color:#4d4d4f;
	font:bold 11px/23px 'opensans-condensedlight';
}
.mdwecSidebarCalendar .day a,
.EventCalendarWidget td a,
.widget_calendar td a,
.ec3_widget_cal td a {
	background: #e2d6e4;
	border: 1px solid #96499b;
	display:block;
	height:100%;
	color: #78107e !important;
}
.mdwecSidebarCalendar.widget .mdwec-calendar .day a:hover,
.EventCalendarWidget td a:hover,
.widget_calendar td a:hover,
.ec3_widget_cal td a:hover{
	border:1px solid #eb8f2d;
	color:#78107E;
	text-decoration: none;
	background: #e2d6e4;
}

.EventCalendarWidget .nav td a,
.widget_calendar tfoot td a,
.ec3_widget_cal .nav td a {
	padding:0 0 3px 6px;
	border:none;
	background: none;

	color:#78107E;
	font-size: 14px;
	text-align: left;
}
.EventCalendarWidget .nav td a:hover,
.widget_calendar tfoot td a:hover,
.ec3_widget_cal .nav td a:hover{
	  text-decoration:underline;
	  border:none;
}
.mdwec-events-overlay-container {
	font-size: 14px;
}
.mdwec-events-overlay-container .event-title a {
	border: none;
	background: #fff;
}
.mdwecSidebarCalendar.widget .mdwec-calendar .mdwec-events-overlay-container .event-title a:hover {
	border: none;
	text-decoration: underline;
}
.mdwecSidebarCalendar .event-times {
	margin-top: 0;
}
.ec3_events a {
	color: #78107e;
}
#ec3_next{
	text-align: right;
}
#ec3_publish{
	text-align: center;
}
#wp-calendar .pad a {
	display: none;
}
/*content*/
#content{
	padding:0 0 37px 30px;
	width:585px;
	float:left;
}

#onecolumn #content {
	width:898px;
}

#content.alt{
	padding-top:12px;
}
#content.fullwidth {
	width: 898px;
	padding: 12px 30px 37px 30px;
}
.visual .item-block{
	width:340px;
	padding:9px 7px 6px 24px;
	position:absolute;
	left:0;
	bottom:38px;
	color:#fff;
	font: 18px/22px 'opensans-light', Arial, Helvetica, sans-serif;
	background:url(images/bg-item-block.png);
	filter:none;
}
.visual .item-block strong{
	font-family: 'opensans-bold', Arial, Helvetica, sans-serif;
	text-shadow:0 0 7px #000;
}
.visual .item-block span{
	display:block;
	padding-left:33px;
}
#content p{
	margin:0 0 18px 0;
}
#content ul{
	margin-left: 20px;
}

#content .list ul {
	margin-left: 0;
	position: relative;
}

.boarddirectors td{
	padding-bottom:15px;
}

.boarddirectors strong{
	font-size: 12px;
	font-weight: bold;
	color:#78107E;
}

.boarddirectors em{
	font-size: 12px;
	font-style: italic;
	color:#939393;
}

.boarddirectors small{
	font-size: 12px;
	color:#78107E;
}

/*list-holder*/
.list-row{
	overflow:hidden;
	padding:0 0 0;
	width:616px;
	display:block
}
.list-holder{
	overflow:hidden;
	padding:10px 0 0;
	width:616px;
}
.one-third{
	padding:0 0 0;
	width:205px;
	float:left;
}
.two-thirds{
	padding:0 0 0;
	width:410px;
	float:left;
}

/*
.list-holder+.list-holder{
	padding-top: 10px;
}
*/
p+.list-holder{
	padding-top: 10px;
}

.post .list-holder:first-child{
	padding-top: 0;
}

.list{
	width:308px;
	float:left;
	padding:0 0 5px;
}

.one-third .list, .two-thirds .list{
	width:195px;
	margin-right:10px;
}

.related .two-thirds .list{
	width:410px;
}

.list.last{
	width:205px;
	margin-right:0;
}


h2+.list,.list+.list{
	padding-bottom: 0;
	}


#content h2{
	color:#78107E;
	font:20px/24px 'Signika', Arial, Verdana, Helvetica, sans-serif;
	margin:0 0 16px;
}

#content h2{
	color:#78107E;
	/* font:18px/24px 'Signika', Arial, Verdana, Helvetica, sans-serif; */
	font:22px/28px 'Signika', Arial, Verdana, Helvetica, sans-serif;
	margin:0 0 6px;
}
.list li{
	margin:0 0 8px;
}
.list a{
	color:#008752;
	/* background:url(images/bg-list.gif) repeat-x 0 100%; */
	padding:0 0 1px;
}
.list a:hover{
	text-decoration:none;
	/* background:url(images/bg-list-hover.gif) repeat-x 0 100%; */
}
.list span{
	background:url(images/bullet2.gif) no-repeat 100% 5px;
	padding-right:9px;
}
/*sidebar*/
#sidebar{
	float:right;
	width:264px;
	padding:0 25px 32px 0;
}
.seedcopa-logo{
	background:url(images/seedcopa-logo.png) no-repeat;
	width: 77px;
	height: 56px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:0 16px 0 0;
}
#sidebar .event a.more{
	color:#008752;
	background:url(images/bullet2.gif) no-repeat 100% 4px;
	padding: 0 10px 0 38px;
}
#sidebar .event{
	margin:0 0 27px;
	padding-top:14px;
}
#sidebar ul li .date{
	width:26px;
	margin:2px 13px 0 2px;
}
#sidebar .event ul li .date span{
	font-size:9px;
	line-height:14px;
	height:13px;
}
#sidebar .event ul li .date strong{
	font-size:14px;
	line-height:19px;
	height:17px;
	padding:2px 0 0;
}
#sidebar .event ul li em{
	margin:0;
}
/*item-block*/
.item-block{
	background: rgb(255,255,255);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	overflow:hidden;
	margin-left:1px;
	width:958px;
}
.item-block .holder{
	box-shadow: 0 -5px 5px #d2d2d2 inset;
	-webkit-box-shadow: 0 -5px 5px #d2d2d2 inset;
	-moz-box-shadow: 0 -5px 5px #d2d2d2 inset;
	height:97px;
	padding:35px 0 0 25px;
	width:960px;
	margin:0 -6px;
}
.item-block .item-list li{
	height:97px;
	position:relative;
	margin-right:25px;
}
.item-block .item-list li em{
	position:absolute;
	bottom:0;
	left:50%;
	background:url(images/arrow.gif) no-repeat;
	width: 40px;
	height: 20px;
	display:none;
}
.item-block .item-list li:hover em,
.item-block .item-list li.active em{
	display:block;
}
.item-block .item-list li a{
	color:#7dc0a6;
	text-shadow:2px 3px 4px #c7c7c7;
	background-position:0 -171px;
}
.item-block .item-list li a:hover,
.item-block .item-list li:hover a,
.item-block .item-list li.active a{
	color:#008752;
	background-position:0 4px;
}
/*contact-box*/
.contact-box{
	width:300px;
	margin:0 -36px 27px 0;
	position:relative;
	z-index:10;
}
.contact-box .frame{
	background:url(images/bg-contact-box-lg.gif) no-repeat;
	width:256px;
	height: 65px;
	position:relative;
	padding:10px 34px 0 10px;
}
.contact-box:before,
.contact-box:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 5px;
	left: 9px;
	width: 47%;
	top: 80%;
	max-width:300px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 9px 3px rgba(0,0,0, 0.12);
	-moz-box-shadow: 0 9px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 9px 3px rgba(0, 0, 0, 0.12);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.contact-box:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 9px;
	left: auto;
}
.contact-box header{
	font-size: 14px;
	color:#eb8f2d;
	font-family: 'opensans-bold', Arial, Helvetica, sans-serif;
}
.contact-box address{
	font-size:14px;
	line-height:18px;
	color:#000;
	font-style:normal;
}
.contact-box a{
	font-size:12px;
	color:#000;
}
.contact-box address a{
	font-size: 14px;
}
.contact-text{
	position:absolute;
	bottom:30px;
	right:-13px;
	color:#fff;
	font-weight:normal;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	height: 12px;
	width: 50px;
	background:#eb8f2d;
}

.ie8 .contact-text{
	right:-33px;
	bottom: 51px;
}

.ie9 .contact-text{
	right:-31px;
	bottom: 48px;
}

.ie7 .contact-text{
	right:5px;
	bottom:14px;
}

#twocolumns,#onecolumn{
	width:958px;
}
#twocolumns:after,#onecolumn:after {
	clear: both;
	content:"";
	display: block;
}
/*block*/
.block{
	width:262px;
	border:1px solid #ebebeb;
	position:relative;
	z-index:10;
	margin:0 0 15px;
	font-size:13px;
	line-height:15px;
}
.block:before,
.block:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 10px;
	left: 2px;
	width: 50%;
	top: 80%;
	max-width:268px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 3px rgba(0,0,0, 0.1);
	-moz-box-shadow: 0 15px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 3px rgba(0, 0, 0, 0.1);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.block:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 2px;
	left: auto;
}
.block-holder{
	width:232px;
	padding:10px 13px 10px 17px;
	background: rgb(250,250,250);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(254,254,254,1)));
background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fefefe',GradientType=0 );
}
.block ul{
	overflow:hidden;
	border-bottom:1px solid #f4f4f4;
	margin:0 0 3px;
	padding:0 0 2px;
}
.block ul li{
	margin:0 0 11px;
}
.block a.more{
	color:#008752;
	background:url(images/bullet2.gif) no-repeat 100% 4px;
}
.post h3{
	color:#78107e;
	font:18px/24px 'Signika', Arial, Verdana, Helvetica, sans-serif;
	margin:0 0 6px;
}
.post ul{
	padding-left:5px;
	margin:0px 0 40px;
}


.post .list ul{
	margin:0 0 15px 0;
	padding:0;
}
.post li{
	background:url(images/bullet3.gif) no-repeat 0 6px;
	padding-left:13px;
	margin:0 0 10px;
}
.post .list li{
	background: none;
	padding-left: 0;
	margin-bottom: 5px;
}

.post ul li ul{
	padding-left:5px;
	margin:8px 0 40px;
}
#content .post .list-holder h2{
	margin-bottom: 5px;
	font:18px/20px 'Signika', Arial, Verdana, Helvetica, sans-serif;
}

/*gallery*/
.slide-show-gallery{
	list-style:none;
	margin:0;
	padding:0;
	width:555px;
	height:370px;
	position:relative;
}
.slide-show-gallery li{
	position:absolute;
	top:0;
	left:0;
	width:555px;
	height:370px;
	padding:0;
	margin:7px 0;
}
.slide-show-gallery img{display:block;}
.gallery-holder{
	width:580px;
	overflow:hidden;
	margin:0 0 18px;
}
.gallery .link-prev,
.gallery .link-next{
	width:13px;
	height:22px;
	float:left;
	background:url(images/bg-links2.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:20px 9px 0 0;
}
.gallery .link-next {
	background-position:0 -22px;
	margin:20px 0 0;
	float:right;
}
.gallery .link-prev:hover{
	background-position:0 -44px;
}
.gallery .link-next:hover{
	background-position:0 -66px;
}
.gallery-frame{
	float:left;
	width:535px;
	overflow:hidden;
}
.gallery-frame .gallery-frame-inner{
	width:550px;
	overflow:hidden;
}
.gallery-frame ul{
	width:99999px;
	overflow:hidden;
	padding:0 0 5px;
	margin:0 0 0px 0;
}
.gallery-frame ul li{
	float:left;
	margin:8px 16px 0 0;
	padding:0;
	border:1px solid #e3e3e3;
	position:relative;
	z-index:10;
	width:92px;
}
.gallery-frame ul li a{
	display:block;
	padding:3px 4px;
	height:55px;
	background:#fff;
}
.gallery-frame ul li:before,
.gallery-frame ul li:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 8px;
	left: 2px;
	width: 46%;
	top: 80%;
	max-width:90px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 10px 3px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 10px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 3px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.gallery-frame ul li:after{
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	right: 2px;
	left: auto;
}
.gallery-frame ul li:hover,
.gallery-frame ul li.active{
	border:1px solid #f4c490;
}
.gallery-frame ul li img{
	display:block;
}
.gallery-block{
	border:1px solid #ebebeb;
	width:579px;
	position:relative;
	z-index:10;
}
.gallery-block:before,
.gallery-block:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 13px;
	left: 5px;
	width: 50%;
	top: 80%;
	max-width:268px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 5px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 15px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 5px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.gallery-block:after{
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	right: 5px;
	left: auto;
}
.gallery-block .holder{
	overflow:hidden;
	width:555px;
	position:relative;
	padding:12px;
	background: rgb(250,250,250);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%, rgba(251,251,251,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(83%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)), color-stop(100%,rgba(251,251,251,1)));
background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%,rgba(251,251,251,1) 100%);
background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%,rgba(251,251,251,1) 100%);
background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%,rgba(251,251,251,1) 100%);
background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(255,255,255,1) 83%,rgba(255,255,255,1) 100%,rgba(251,251,251,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fbfbfb',GradientType=0 );

}
.gallery-block .holder img{
	display:block;
}

/* IE menu fixes */

.ie7 #nav{
	z-index: 15;
}
.ie7 #nav ul {
	z-index: 15;
}
.ie7 #nav ul li {
	z-index: 15;
}

.ie7 #nav ul ul,.ie8 #nav ul ul{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.ie7 .main-holder{
	z-index: 5;
}

.single #content h2 {
	margin-bottom: 15px;
}

/* Business Resources Page
---------------------------------*/
.business-resources {

}
.br-wrap {
	overflow: hidden;
	margin-bottom: 5px;
}
.br-wrap .list {
	margin-bottom: 0;
}

/* Youth Opportunities Page
---------------------------------*/
.youth-opps {

}
.yo-wrap {
	overflow: hidden;
	margin-bottom: 5px;
}
.yo-wrap .list {
	margin-bottom: 0;
}

/* Job Board Posting Form
---------------------------------*/
.post .gfield,
.post .gfield li {
	background: transparent;
}

/* Board Member Directory
-------------------------------------------------------------------------------*/
.page-id-483 #content {
	padding: 12px 15px 37px 15px;
	width: 928px;
}
.member-directory {
	width: 100%;
}
.member-directory tr {
	display: inline-block;
	padding: 0 0 10px 0;
}
.member-directory tr th {
	font-weight: bold;
}
.member-directory tr th,
.member-directory tr td {
	overflow: hidden;
	display: inline-block;
	padding-right: 7px;
}
.member-directory tr td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.member-directory tr.alt {
	background: #fbaf15;
}
.member-directory tr .name {
	width: 167px;
	padding-left: 3px;
}
.member-directory tr .title {
	width: 161px;
}
.member-directory tr .company {
	width: 187px;
}
.member-directory tr .address {
	width: 201px;
}
.member-directory tr .contact-info {
	width: 178px;
	padding-right: 3px;
	word-wrap: break-word;
}

/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#page-wrap {width: 960px; margin: 20px auto;}

.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}

ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}
