/*
Welcome to Custom CSS!
CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.
By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.fb_iframe_widget span {
	vertical-align: top !important;
}
.tg {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #aabcfe;
}
.tg td {
	height: 15pt;
	font-size: 11pt;
	color: black;
	font-weight: 400;
	text-decoration: none;
	font-family: Calibri;
	border-top: .5pt solid white;
	border-right: .5pt solid white;
	border-bottom: .5pt solid white;
	border-left: none;
	background: #B8CCE4;
}
.tg th {
	height: 15pt;
	font-size: 11pt;
	color: white;
	font-weight: 700;
	text-decoration: none;
	font-family: Calibri;
	border-top: none;
	border-right: .5pt solid white;
	border-bottom: 1.5pt solid white;
	border-left: none;
	background: #4F81BD;
	padding: 0px 0px 0px 12px;
}
.tg .tg-vn4c {
	background-color: #DCE6F1;
}
.tg .error {
	color: #D8000C;
	background-color: #FFBABA;
}
.tg .success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.t2 {
	border: transparent;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 1.5em;
	vertical-align: baseline;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
.t2 th {
	padding: 0 12px;
	font-size: 11pt;
	color: #007f00;
	font-weight: bold;
	text-decoration: none;
	font-family: Calibri;
	border-top: .5pt solid #9BBB59;
	border-right: .5pt solid #9BBB59;
	border-bottom: 1pt solid #9BBB59;
	border-left: .5pt solid #9BBB59;
}
.t2 td {
	height: 15pt;
	font-size: 11pt;
	color: black;
	font-weight: 400;
	text-decoration: none;
	font-family: Calibri;
	border: .5pt solid #9BBB59;
	background: #EBF1DE;
}
.t2 .tdlight {
	background: transparent;
}
.t2, .info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.t2 .info {
	color: #00529B;
	background-color: #BDE5F8;
}
.t2 .success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.t2 .warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.t2 .error {
	color: #D8000C;
	background-color: #FFBABA;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
}
.boardmeeting {
	border: none !important;
	margin: 0 !important;
}
.boardmeeting tr, td {
	padding: 0 5px !important;
}
.narrow {
	line-height: 15px;
	padding: 0 5px;
}
.narrow td, tr, th {
	height: 15px;
	padding: 5px;
}
.borderleft td, th {
	border-left-width: 2px;
}
.commentlist li.comment {
	border-bottom: 2px solid #e7e7e7;
	padding-top: 10px;
}
.single #content {
	width: 74.5%;
}
.page #content {
	width: 74.5%;
}
.search #content {
	width: 74.5%;
}
.home #content {
	width: 50.5%;
}
#comments .avatar {
	float: left;
	margin-right: 10px;
	position: inherit;
}
.fcblockquote {
	border: 2px solid #a1a1a1;
	margin-top: 20px;
	font-size: 15px;
	padding: 10px 20px;
	background: #dddddd;
	border-radius: 25px;
}
.fcfeaturedimage {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.fcfeaturedimage.left {
	float: left;
}
.fcfeaturedimage.right {
	float: right;
}
/*
Hide single page right side bar
*/
#singlepagesidebar #secondary {
	display:none
}

#commentform .comment-form-url
{display:none;}