/* @override 
	http://dev.allianceforpeacebuilding.org/style.css
	http://dev.allianceforpeacebuilding.org/wp-content/themes/afp/style.css
	http://dev.allianceforpeacebuilding.org/wp-content/themes/afp/style.css?ver=1.6
	http://www.allianceforpeacebuilding.net/site/wp-content/themes/afp/style.css?ver=1.6
	 */


/*
Author: Joe Tan (joetan54@gmail.com)
*/
xmp { background: yellow; }
html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.65;
	color: #363636;
	background: #cae5ea url(images/bg.gif) top center;
	text-align: left;
}
html { overflow-y: scroll; }
body { 
	background:white url(images/bg-top.gif) top center repeat-x;
}
body.wrapper {
	background-image: url(images/bg-top2.gif);
}
.clear { clear: both;}
.alignleft { float: left; }
.alignright { float: right; }

img[align=left],
img.alignleft {	margin: 0 25px 15px 0; }
img[align=right],
img.alignright { margin: 0 0 15px 25px; }
img.aligncenter {
	display: block;
	margin: 0 auto 15px auto;
}

a {
	color: #2d478a;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 { 
	margin: 0 0 12px 0;
	line-height: normal;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 36px;
	font-weight: 700;
	color: #2d478a;
}
h2 {
	color: #fea031;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	color: #64c4d5;
}
h3 a {
	color: #64c4d5;
	text-decoration: none;
}
h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: underline;
}

h4 {
	color: #363636;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h4 a, h5 a {
	color: #2d478a;
	text-decoration: none;
}
h5 {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
	
}
h6 {
	font-size: 12px;
}

th, td {
	border: 0;
}


input[type="submit"],
input[type="button"],
button,
.button {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	margin: 0;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background: #7bd0df ;
	background-clip: padding-box;
	color: #fff;
	text-decoration: none;
	font-size: 130%;
	line-height: 1;
	cursor: pointer;
	border: 0;
}

input[type="submit"]:hover,
button:hover,
.button:hover {
	background: #8dd6e3;
}

button.unstyled,
.button.unstyled {
	padding: 3px 5px;
	background: none;
	color: #363636;
	font-size: 100%;
	font-family: arial,sans-serif;
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background-image:    -moz-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background-image:      -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image:     -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image:         linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button.unstyled:hover {
	background: #eeeeee;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	line-height: 1;
	margin: 0;
	padding: 8px;
	border: 1px solid #9f9f9f;
	background: #f7f7f7;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7',GradientType=0 );
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#f7f7f7));
	background-image:    -moz-linear-gradient(top, #ededed 0%,#f7f7f7 100%); 
	background-image: -webkit-linear-gradient(top, #ededed 0%,#f7f7f7 100%);
	background-image:      -o-linear-gradient(top, #ededed 0%,#f7f7f7 100%); 
	background-image:     -ms-linear-gradient(top, #ededed 0%,#f7f7f7 100%); 
	background-image:         linear-gradient(top, #ededed 0%,#f7f7f7 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Lato,sans-serif;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
}


blockquote {
	color: #7bd0df;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 16px;
	
}
blockquote cite {
	display: block;
	color: #363636;
}
.hr hr {
	visibility: hidden;
}
.hr {
	border-top: 1px solid #fea031;
	margin: 2em 0 2em 0;
}

ul.social, ul.social li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.social {
	min-height: 30px;
}
ul.social li {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
ul.social li a {
	display: block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	text-indent: -10000px;
	background:url(images/sprites.png) no-repeat;
}
ul.social li.fb a { background-position: -3px -74px;}
ul.social li.tw a { background-position: -51px -74px;}
ul.social li.yt a { background-position: -99px -74px;}
ul.social li.ln a { background-position: -152px -74px;}
ul.social li.rss a { background-position: -197px -74px;}

ul.social li.fb a:hover { background-position: -3px -120px;}
ul.social li.tw a:hover { background-position: -51px -120px;}
ul.social li.yt a:hover { background-position: -99px -120px;}
ul.social li.ln a:hover { background-position: -152px -120px;}
ul.social li.rss a:hover { background-position: -197px -120px;}

.expandable {
	cursor: pointer;
	position: relative;
}
.expandable > .i {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0px 0 0 10px;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.expandable.opened > .i {
	
	
}
.expand-content {
	display: none;
	margin: 0 0 20px 0;
}



.box {
	position: relative;
	background: #eee;
	padding: 20px 10px 10px 10px;
	margin: 0 0 60px 0;
}
.box > ul {
	margin-top: 0;
	margin-bottom: 0;
}
.box > h3 {
	position: absolute;
	top: -30px;
	left: 0;
	padding: 10px 20px 10px 10px;
	background: #eee;
	color: #64c4d5;
}

.intro {
	position: relative;
	font-size: 130%;
	margin: 0 0 2em 0;
}
.intro.filter {
	padding: 0.5em;
	background: #eee;
}
.intro.filter:after {
	clear: both;
	content: ' ';
	display: block;
}
.intro.filter .all {
	float: right;
	padding: 10px;
	margin: 0 0 0.1em 1em;
	font-size: 80%;
	text-transform: uppercase;
}
.intro.filter .query {
	position: relative;
	margin: 0 0 0 0.5em;
	font-size: 80%;
	text-transform: uppercase;
	white-space: nowrap;
}
.intro.filter .query .remove {
	display: inline-block;
	text-decoration: none;
	margin: 0 0 0 0px;
	color: #000;
	width: 14px;
	height: 14px;
	line-height: 13px;
	border-radius: 50%;
	text-align: center;
	vertical-align: super;
}
.intro.filter .query .remove:hover {
	background: #000;
	color: white;
}

/* @group Grid Layout */

.row {
	position: relative;
	margin-left: -8px;
	margin-bottom: 20px;
	zoom: 1;
}
.row.group {
	margin-bottom: 0;
}
.row::before, .row::after {
	display: table;
	line-height: 0;
	content: "";
}
.row::after {
	clear: both;
}

.span1 { width: 41px; }
.span2 { width: 90px; }
.span3 { width: 139px; }
.span4 { width: 188px; }
.span5 { width: 237px; }
.span6 { width: 286px; }
.span7 { width: 335px; }
.span8 { width: 384px; }
.span9 { width: 433px; }
.span10 { width: 482px; }
.span11 { width: 531px; }


[class*="span"] {
	float: left;
	margin-left: 8px;
}


.offset1 { margin-left: 57px; }
.offset2 { margin-left: 106px; }
.offset3 { margin-left: 155px; }
.offset4 { margin-left: 204px; }
.offset5 { margin-left: 253px; }
.offset6 { margin-left: 302px; }
.offset7 { margin-left: 351px; }
.offset8 { margin-left: 400px; }
.offset9 { margin-left: 449px; }
.offset10 { margin-left: 498px; }
.offset11 { margin-left: 547px; }



.wide .row {
	margin-left: -18px;
}

.wide .span1 { width: 66px; }
.wide .span2 { width: 150px; }
.wide .span3 { width: 234px; }
.wide .span4 { width: 318px; }
.wide .span5 { width: 402px; }
.wide .span6 { width: 486px; }
.wide .span7 { width: 570px; }
.wide .span8 { width: 654px; }
.wide .span9 { width: 738px; }
.wide .span10 { width: 822px; }
.wide .span11 { width: 906px; }


.wide [class*="span"] {
	margin-left: 18px;
}


.wide .offset1 { margin-left: 102px; }
.wide .offset2 { margin-left: 186px; }
.wide .offset3 { margin-left: 270px; }
.wide .offset4 { margin-left: 354px; }
.wide .offset5 { margin-left: 438px; }
.wide .offset6 { margin-left: 522px; }
.wide .offset7 { margin-left: 606px; }
.wide .offset8 { margin-left: 690px; }
.wide .offset9 { margin-left: 774px; }
.wide .offset10 { margin-left: 858px; }
.wide .offset11 { margin-left: 942px; }


.row10 { margin-left: -30px; }
.row10 [class*="span"] { margin-left: 30px; }
.row10 .span1 { width: 31px; }
.row10 .span2 { width: 92px; }
.row10 .span3 { width: 153px; }
.row10 .span4 { width: 214px; }
.row10 .span5 { width: 275px; }
.row10 .span6 { width: 336px; }
.row10 .span7 { width: 397px; }
.row10 .span8 { width: 458px; }
.row10 .span9 { width: 519px; }

.row10 .offset1 { margin-left: 91px; }
.row10 .offset2 { margin-left: 152px; }
.row10 .offset3 { margin-left: 213px; }
.row10 .offset4 { margin-left: 274px; }
.row10 .offset5 { margin-left: 335px; }
.row10 .offset6 { margin-left: 396px; }
.row10 .offset7 { margin-left: 457px; }
.row10 .offset8 { margin-left: 518px; }
.row10 .offset9 { margin-left: 579px; }


.wide .row10 { margin-left: -20px; }
.wide .row10 [class*="span"] { margin-left: 20px; }

.wide .row10 .span1 { width: 81px; }
.wide .row10 .span2 { width: 182px; }
.wide .row10 .span3 { width: 283px; }
.wide .row10 .span4 { width: 384px; }
.wide .row10 .span5 { width: 485px; }
.wide .row10 .span6 { width: 586px; }
.wide .row10 .span7 { width: 687px; }
.wide .row10 .span8 { width: 788px; }
.wide .row10 .span9 { width: 889px; }

.wide .row10 .offset1 { margin-left: 121px; }
.wide .row10 .offset2 { margin-left: 222px; }
.wide .row10 .offset3 { margin-left: 323px; }
.wide .row10 .offset4 { margin-left: 424px; }
.wide .row10 .offset5 { margin-left: 525px; }
.wide .row10 .offset6 { margin-left: 626px; }
.wide .row10 .offset7 { margin-left: 727px; }
.wide .row10 .offset8 { margin-left: 828px; }
.wide .row10 .offset9 { margin-left: 929px; }



.show-grid {
	margin-top: 10px;
	margin-bottom: 20px;
}
.show-grid [class*="span"] {
	background-color: #eee;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 40px;
	line-height: 40px;
}

/* @end */



#wrap {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
#wrap:after {
	position: relative;
	content: ' ';
	display: block;
	clear: both;
}

#header {
	position: relative;
	height: 320px;
}
.wrapper #header {
	height: 200px;
}
#header h1 {
	position: absolute;
	top: 85px;
	left: 35px;
}
#header h1 a {
	display: block;
	width: 274px;
	height: 62px;
	background: url(images/afp_logo.png) no-repeat;
	text-indent: -10000px;
}
#header form {
	position: absolute;
	top: 6px;
	right: 0;
	height: 30px;
	width: 220px;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header form input {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 190px;
	padding: 6px 5px;
	margin: 0;
	background: none;
	filter: none;
	border: 0;
}
#header form ::-webkit-input-placeholder {
	font-weight: bold;
}
#header form :-moz-placeholder {
	font-weight: bold;
}
#header form :-ms-input-placeholder {
	font-weight: bold;
}

#header form button {
	position: absolute;
	display: block;
	background: url(images/sprites.png) -737px -53px;
	border: 0;
	top: 3px;
	right: 3px;
	height: 24px;
	width: 24px;
	text-indent: -10000px;
	cursor: pointer;
}
.wrapper #header form {
	display: none;
}
#member-login,
#member-register {
	position: absolute;
	top: 12px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	line-height: 18px;
	color: #78716e;
	background: url(images/sprites.png) no-repeat -1000px -1000px;
	padding-left: 17px;
}
#member-login {
	left: 460px;
	background-position: -743px -2px;
}
#member-register {
	left: 600px;
	background-position: -741px -25px;
}
#member-login:hover,
#member-register:hover {
	text-decoration: underline;
}

.wrapper #member-login,
.wrapper #member-register {
	
}
#email-updates {
	padding: 0 0 0 25px;
	position: absolute;
	top: 117px;
	right: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #363636;
	text-decoration: none;
	background: url(images/sprites.png) -246px -158px;
}

#email-updates:hover {
	color: #7bd0df;
}


#nav ul, #nav ul li,
#nav2 ul, #nav2 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#nav {
	position: absolute;
	top: 112px;
	left: 455px;
}
#nav > ul > li {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}
#nav > ul > li > a {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	font-size: 20px;
	color: #363636;
	
}
#nav > ul > li.current-menu-item > a,
#nav > ul > li.current_page_ancestor > a,
#nav > ul > li.current-page-ancestor > a,
#nav > ul > li > a:hover {
	color: #7bd0df;
}
#nav > ul > li ul {
	display: none;
}
#nav > ul > li.last > a { background: #7bd0df; }
#nav > ul > li.last.current-menu-item > a,
#nav > ul > li.last > a:hover { color: #7bd0df; background:none; }
#nav2 {
	position: absolute;
	top: 12px;
	left: -15px;
}
#nav2 > ul > li {
	display: block;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #928e8c;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
#nav2 > ul > li.last {
	border-right: 0;
}
#nav2 > ul > li:last-child {
	border-right: 0;
}
#nav2 > ul > li > a {
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 5px 0;
	color: #78716e;
	text-decoration: none;
}
#nav2 > ul > li > a:hover {
	text-decoration: underline;
}

#nav2 > ul > li.selected > a,
#nav2 > ul > li.current-menu-item > a,
#nav2 > ul > li.current-page-item > a,
#nav2 > ul > li.current_page_ancestor > a,
#nav2 > ul > li.current-page-ancestor > a {
	background: #eef6f9;
	color: #252525;
}

#banner {
	position: absolute;
	top: 199px;
	height: 64px;
	line-height: 64px;
	color: white;
	font-size: 28px;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 0.05em;
}
#banner em {
	font-size: 28px;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 1px;
	font-style: italic;
}
.wrapper #banner {
	display: none;
}
.location {
	font:  14px "Open Sans condensed", sans-serif
}

#main {
	position: relative;
	padding-bottom: 30px;
}
#content {
	float: left;
	width: 580px;
	min-height: 500px;
}
.wide #content {
	float: none;
	width: auto;
}

#content > .featured-image {
	float: left;
	margin: 0 30px 30px 0;
	max-width: 200px;
	max-height: 300px;
	overflow: hidden;
}
#content > .featured-image img {
	display: block;
	max-width: 200px;
	height: auto;
}
.hentry {
	position: relative;
	margin-bottom: 40px;
}

.hentry .title {
	position: relative;
	margin: 0 0 0.4em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #64c4d5;
}
.hentry .title a {
	color: #64c4d5;
}
.single .meta,
.hentry .meta {
	position: relative;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}
.single .meta {
	margin: 0 0 30px 0;
}
.single .meta a,
.hentry .meta a {
	color: #fea031;
	text-decoration: none;
}
.single .meta a:hover,
.hentry .meta a:hover {
	color: #7bd0df;
}

.hentry.first .title {
	font-size: 24px;
}
.hentry.first .meta {
	font-size: 16px;
}
.hentry.first .content {
	font-size: 14px;
}
.hentry.search {
	margin-bottom: 50px !important;
}
.hentry.search > .url {
	color: #ccc;
	text-decoration: none;
}
.hentry.search .title a {
	color: #64c4d5;
	font-size: 18px;
}
#sidebar {
	width: 263px;
	position: relative;
	top: 19px;
	right: 0;
	float: right;
}

#subnav {
	position: relative;
	margin: -141px 0 50px;
	padding: 35px 0 100px 0;
	background: #e8edef;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
}
#subnav ul,
#subnav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#subnav > ul > li > a,
#subnav > ul > li > .a {
	display: block;
	padding: 8px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #363636;
	font-size: 14px;
}
#subnav > ul > li > a:hover,
#subnav > ul > li.current-menu-item > a,
#subnav > ul > li.current_page_item > a,
#subnav > ul > li.selected > a {
	background-color: #7bd0df;
}

#subnav > ul > li > ul {
	margin: 0px 0 20px 40px;
	font-size: 14px;
}
#subnav > ul > li > ul > li {
	margin: 0;
}
#subnav > ul > li > ul > li > a {
	display: block;
	margin: 0 0 0 -40px;
	padding: 1px 0 1px 40px;
	text-decoration: none;
	color: #363636;
}
#subnav > ul > li > ul > li > a:hover,
#subnav > ul > li > ul > li.selected > a,
#subnav > ul > li > ul > li.current_page_item > a {
	background-color: #7bd0df;
	
}
#subnav .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 66px;
	background: url(images/sprites.png) 0 -239px;
}
#subnav .top {
	position: absolute;
	top: -7px;
	left: 0;
	height: 7px;
	width: 105px;
	background: #e8edef;
}
.side-box,
.ad {
	position: relative;
	background: #7bd0df;
	padding:10px 13px 13px 13px;
	margin: 0 0 20px 0;
}
.ad.clickable {
	cursor: pointer;
}
.side-box .top,
.ad .top {
	position: absolute;
	top: -7px;
	left: 0;
	width: 68px;
	height: 7px;
	background: #7bd0df;
}
.side-box h4,
.ad h4 {
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	color: #363636;
	line-height: .8em;
}
.ad a {
	display: block;
	background: #f9bc37;
	margin: 5px -13px -13px -13px;
	padding: 5px 13px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: #363636;
	-o-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.ad a:hover {
	text-decoration: underline;

}

.side-box address {
	display: block;
	background: #f9bc37;
	margin: 10px -13px 10px -13px;
	padding: 5px 13px 5px 25px;
	font-weight: bold;
	
}

#share-tools {
	position: absolute;
	top: 0;
	left: -90px;
	padding: 3px;
	background: #ffc038;
}
#share-tools.fixed {
	position: fixed;
	top: 180px;
	left: auto;
	margin-left: -90px;
}
#share-tools > a.share {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 16px;
	height: 16px;
	text-align: center;
	text-decoration: none;
	color: #ffc038;
	background: white;
	border-radius: 3px;
	font-size: 16px;
	line-height: 12px;
}
#share-tools > a.share > span {
	display: block;
	position: absolute;
	background: #ffc038;
}
#share-tools > a.share > span.i {
	top: 3px;
	left: 7px;
	height: 10px;
	width: 2px;
}
#share-tools > a.share > span.j {
	left: 3px;
	top: 7px;
	width: 10px;
	height: 2px;
}

.section-news #bg {
	position: absolute;
	top: 198px;
	left: 0;
	width: 100%;
	height: 392px;
	background: url(images/banner-news.jpg) center top no-repeat #e8ad30;
}
.admin-bar.section-news #bg {
	margin-top: 28px;
}
.section-news #banner {
	margin-top: 30px;
}
.section-news #content {
	padding: 50px 45px;
	background: white;
}
.section-news #share-tools {
	margin-top: 300px;
}
.section-news #share-tools.fixed {
	margin-top: 0;
}
.section-news.section-frontpage #share-tools {
	display: none;
}
.section-news #sidebar {
	margin-top: 129px;
}
#browse {
	position: relative;
	margin: 0 20px;
	min-height: 200px;
}
#browse button.apply {
	position: relative;
	z-index: 1;
	float: right;
	background-color: #ddd;
	color: #aaa;
	cursor: none;
	visibility: hidden;
}
#browse.pending button.apply {
	background-color: #7BD0DF;
	color: white;
	cursor:pointer;
	visibility: visible;
}
#browse h3 {
	max-width: 50%;
	padding: 15px 0 0 0;
	margin: 0px 0 5px 0;
	color: #363636;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
}
#browse h3 a {
	display: block;
	margin: 0 -20px 0 -20px;
	padding: 2px 20px;
	color: #363636;
}
#browse h3 a:hover,
#browse h3.selected a {
	background: #7bd0df;
	text-decoration: none;
}
#browse .title {
	padding: 0;
	margin: 0 0 5px 0;
}
#browse label {
	display: block;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}
#browse label > input {
	position: absolute;
	top: 0;
	left: 0;
}
#browse > ul {
	margin: 0px 0 0px 15px;
	padding: 5px 0;
}
#browse > ul > li {
	margin: 0 0 2px 0;
}
#browse > ul > li > a {
	display: block;
	margin: 0 -20px 0 -35px;
	padding: 2px 20px 2px 35px;
	color: #363636;
	text-decoration: none;
}
#browse > ul > li > a:hover {
	text-decoration: underline;
}
#browse > ul > li.current-cat > a {
	background: #7bd0df;
}
#browse > ul > li > ul {
	margin: 0 0 15px 15px;
}
#browse > ul > li > ul > li > a {
	display: block;
	margin: 0 -20px 0 -50px;
	padding: 2px 20px 2px 50px;
	color: #363636;
	text-decoration: none;
}
#browse > ul > li > ul > li > a:hover {
	text-decoration: underline;
}
#browse > ul > li > ul > li.current-cat > a {
	background: #7bd0df;
}
#browse > ul > li > ul > li ul {
	display: none;
}
/* @group Event Posts */

.section-events.section-frontpage #share-tools {
	display: none;
}

.event {
	padding: 0 0 0 0px;
	margin-bottom: 20px;
	min-height: 10px;
}
.event .date {
	position: absolute;
	display: block;
	z-index: 10;
	top: 0;
	left: 0;
	width: 64px;
	padding: 4px 0;
	min-height: 35px;
	line-height: 28px;
	text-align: center;
	background: #fedb78;
	color: #464646;
	font-size: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
}
.event .date .n {
	position: absolute;
	bottom: -10px;
	left: 23px;
	border: 10px solid #fedb78;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 0;
}
.event.past .date {
	background-color: #e8edef;
}
.event.past .date .n {
	border-top-color: #e8edef ;
}
.event .info .date {
	position: relative;
	margin: 0 0 23px 0;
}
.event .info > a {
	display: block;
	width: 64px;
	margin: 0 0 10px 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 11px;
}
.event .title {
	display: block;
	color: #363636;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.3em;
}
.event .title:hover {
	text-decoration: underline;
}

.event.has-thumbnail .content {
	position: relative;
	padding: 0 0 0 120px;
	min-height: 100px;
}
.event.has-thumbnail .content .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
}
/* @end */

h2.term {
	padding-top: 20px;
}
.hentry.organization {
	position: relative;
	float: left;
	margin: 0 6% 15px 0;
	width: 47%;
}
.hentry.organization:nth-child(even) {
	clear: both;
}
.hentry.organization:nth-child(odd) {
	margin-right: 0;
}

.hentry.organization.collapse .row.content {
	display: none;
}
.no-js .hentry.organization .row.content {
	display: block;
}
.hentry.organization .info {
	max-width: 280px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
.hentry.organization .info a {
	display: block;
	margin: 0 0 10px 0;
}
.hentry.organization .info a:hover {
	color: #7bd0df;
}
.hentry.organization .title {
	position: relative;
	font-family: 'Open sans condensed', sans-serif;
	font-size: 14px;
	margin-bottom: 3px;
	padding: 0;
	color: #333;
	font-weight: bold;
}
.hentry.organization.collapse .title {
	padding-left: 25px;
	cursor: pointer;
}
.hentry.organization .title em {
	font-style: normal;
	font-weight: bold;
	color: #78716e;
}
.hentry.organization .title .status {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}
.hentry.organization.opened .title,
.hentry.organization.opened .title em {
	margin-bottom: 1em;
	color: #64c4d5;
}
/* @group Footer */

#footer {
	padding: 30px 0;
	background: url(images/bg.gif) ;
}
#footer .content {
	position: relative;
	width: 990px;
	margin: 0 auto;
	min-height: 159px;
}
#footer-twitter {
	margin-left: 60px;
	padding-right: 42px;
	position: relative;
}
#footer-twitter > iframe {
	margin-top: -10px;
	height: 180px;
}
#twitter-handle {
	display: block;
	margin: 5px 5px 5px 0;
	background: url(images/sprites.png) -51px -74px;
	width: 26px;
	height: 26px;
	text-indent: -10000px;
	overflow: hidden;
}

#footer .copyright {
	clear: both;
	position: relative;
	padding: 10px 0 0 0;
	font-size: 11px;
}
#footer a {
	color: #2d478a;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .social {
	margin-bottom: 20px;
}

#footer .newsletter {
	display: block;
	height: 24px;
	line-height: 24px;
	background: url(images/sprites.png) -240px -75px;
	padding-left: 35px;
	text-decoration: none;
	font-weight: bold;
	color: #363636;;
}
#footer .newsletter:hover {
	background-position: -240px -120px;
}

#footer .twtr-hd,
#footer .twtr-ft {
	display: none;
}
#footer .twtr-bd,
#footer .twtr-tweet-wrap {
	padding: 0;
}
#footer .twtr-widget .twtr-tweet-wrap {
	padding-left: 0;
}
#footer h6 {
	color: #2d478a;
	margin: 0;
	text-transform: uppercase;
}
#footer .vr {
	position: absolute;
	margin: -30px 0 0 0;
	top: 0;
	height: 100%;
	width: 1px;
	border-right: 1px dotted white;
}
#vr1 {
	left: 250px;
}
#vr2 {
	left: 550px;
}

/* @end */


/* @group Paging */
.posts-nav {
	min-height: 20px;
	clear: both;
	margin: 0 0 40px 0;
}
.posts-nav ul {
	margin: 0;
	padding: 0;
}
.posts-nav ul li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	color: #2d478a;
}
.posts-nav ul li.page_info {
	display: none;
}
.posts-nav ul li a {
	line-height: normal;
	display: block;
	float: left;
	padding: 5px 8px;
	text-decoration: none;
	color: #2d478a;
}
.posts-nav ul li.active_page,
.posts-nav ul li:hover {
	background: #2d478a;
	color: #fff;
}
.posts-nav ul li.active_page a,
.posts-nav ul li a:hover {
	color: #fff;
}
/* @end */


/* @group Comments */
#comments {
	padding: 40px 0 0 0;
}
#comments h3 {
	margin-bottom: 20px;
}
#comments {
}
#comments .commentlist {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
#comments .commentlist li {
	position: relative;
	padding: 0 0 20px 0;
	list-style: none;
}
#comments .commentlist li .comment-body {
	margin: 0 0 0 -45px;
	padding: 0 0 0 45px;
	border-bottom: 1px solid #eee;
}
#comments .commentlist li .avatar,
#comments .commentlist li .says {
	display: none;
}
#comments .commentlist li .comment-author {
	line-height: normal;
}
#comments .commentlist li cite a {
	text-decoration: none;
}
#comments .commentlist li .comment-meta {
	line-height: normal;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#comments .commentlist li .comment-meta a {
	font-size: 85%;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#comments .commentlist li .reply {
	position: absolute;
	top: 0;
	right: 0;
}
#comments .commentlist li .reply a {
	font-size: 80%;
	padding: 3px;
	background: #efefef;
	border: 1px solid #aeaeae;
	text-transform: uppercase;
	color: #888;
	text-decoration: none;
}
#comments .children {
	border-top: 1px solid #aeaeae;
	margin: 0 0 20px 30px;
	padding: 20px 0 0 0;
}
#comments .children li {
	list-style: none;
}
#comments li.bypostauthor cite {
	font-weight: bold;
}
#respond h3 {
	text-transform: uppercase;
}
#respond h3 em {
	margin-left: 5px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
#commentform {
	clear: both;
}
#commentform label {
	padding-left: 5px;
	color: #999;
}
#commentform input {
	padding: 3px;
	width: 180px;
	xbackground: #fff;
	border: 2px solid #e8e3de;
}
#commentform input#submit {
	display: block;
	position: relative;
	background: #e8e3de;
	color: #555;
	cursor: pointer;
}
#commentform textarea {
	padding: 3px;
	width: 90%;
	background: #fff;
	border: 6px solid #e8e3de;
}
/* @end */

/* @group Captions */


.wp-caption {
	margin-bottom: 1em;
	background: none;
}
.wp-caption img {
	float: none;
	display: block;
	margin:0 auto;
}
.wp-caption.right,
.wp-caption.alignright {
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.wp-caption.left,
.wp-caption.alignleft {
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.wp-caption.alignnone {
	margin: 1.5em 0;
}
.wp-caption .wp-caption-text {
	position: relative;
	padding: 5px 5px 5px 10px;
	margin: 0 5px;
	font-size: 11px;
	background: #2d478a;
	color: white;
}
.wp-caption .wp-caption-text p {
	margin: 0;
}
.wp-caption .wp-caption-text:before {
	content: ' ';
	display: block;
	position: absolute;
	top: -10px;
	left: 15px;
	border: 10px solid #2d478a;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 0;
}
/* @end */


/* @group Overlay */

#overlay {
	z-index:1000;
	display:none;
	background:none;
	width:640px;		
	font-size:11px;
	-moz-box-shadow:0 0 30px #000;
	-webkit-box-shadow:0 0 30px #000;
	box-shadow:0 0 30px #000;
}
#overlay iframe {display:block;}
#overlay .content .ajax {
	display:block;
	padding: 2em;
	background: white;
}
#overlay .close {
	background-image:url(images/close.png);
	position:absolute; 
	right:-40px; 
	top:-10px;
	z-index:1000;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* @end */

/* @group Related posts */
.related-posts ul {
	margin: 0;
}
.related-posts ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 4.5%;
  vertical-align: top;
  min-width: 150px;
}
.related-posts ul li:first-child {
	margin-left: 0;
}
.related-posts ul li span {
  font-size:90%;
  float:left;
}

/* @end */

