/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Default WordPress Styles */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.widget {}

/* links widget */
.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}

/* meta widget */
.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}

/* pages widget */
.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}

/* recent-posts widget */
.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}

/* archives widget */
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {}
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

/* tag-cloud widget */
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

/* calendar widget */
.widget_calendar {}
#calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}

/* category widget */
.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {}
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

/* recent-comments widget */
.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}

/* search widget */
#searchform {}
.widget_search {}
.screen-reader-text {}

/* text widget */
.textwidget {}
.widget_text {}
.textwidget p {}

/* ~~~~~~~~~~~~~~~~~~ */
/* Basic Facebook CSS */
/* ~~~~~~~~~~~~~~~~~~ */
*, *:before, *:after {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  text-rendering: optimizedLegibility;
  -moz-font-feature-settings: "ss01=1, liga=1, dlig=1, kern=1";
  -webkit-font-feature-settings: "ss01" 1, "liga" 1, "dlig" 1, "kern" 1;
  -ms-font-feature-settings: "ss01" 1, "liga" 1, "dlig" 1, "kern" 1;
  -o-font-feature-settings: "ss01" 1, "liga" 1, "dlig" 1, "kern" 1;
 }
html, body, * {
	font-family: 'lucida grande',​tahoma,​verdana,​arial,​helvetica,sans-serif;
    font-size: 13px;
    padding-top: 0px;
    margin-top: 0px !important;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333;
    direction: ltr;
    font-size: 13px;
    line-height: 1.38em;
    font-weight: 400;
    margin: 0;
    overflow-y: scroll;
    padding: 0;
    text-align: left;
    unicode-bidi: embed;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 1.55em;
    margin: 10px 0px 10px 0px;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h4, h5 {
    font-size: 16px;
}
p {
    margin: 1em 0;
    text-align: left;
}
a {
    color: #3B5998;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img, object, embed {
    border: 0 none;
    max-width: 100%;
}
select {
    border: 1px solid #BDC7D8;
    padding: 2px;
}
td, td.label {
    text-align: left;
}
dd {
    color: #000000;
}
dt {
    color: #777777;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
abbr {
    border-bottom: medium none;
}
form {
    margin: 0;
    padding: 0;
}
label {
    color: #666666;
    cursor: pointer;
    font-weight: bold;
    vertical-align: middle;
}
label input {
    font-weight: normal;
}
textarea {
    border: 1px solid #BDC7D8;
    padding: 3px;
}
hr {
    background: none repeat scroll 0 0 #D9D9D9;
    border-width: 0;
    color: #D9D9D9;
    height: 1px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Fanpage Connect layout css */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fb_iframe_widget {
	/*margin-top: 12px;*/
}
.full-width {
	clear: both;
	width: 100%;
}
#fpc-wrapper {
	padding: 0px;
	margin: 0px;
}
#fpc-header-area {}
#fpc-header {}
#fpc-header-content {
	clear: both;
}
#fpc-header-widget {
	/*
	float:right;
	width: 60%;
	*/
	margin: 4px 0px;
}
.fpc-header-widget-ul > li {
	display: inline;
	width: 30%;
	margin-right: 2%;
	float: left;
}
.fpc-header-widget-ul :last-child {
	margin-right: 0;
}
#fpc-content-area {}
#fpc-columns {
	padding-top: 12px;
}
#fpc-content {
	padding: 0 5px;
	margin: 0px;
}
#fpc-sidebar{
	padding: 0 5px;
	margin: 0px;
	width: 33%;
}
.fpc-sidebar-ul > li,
.fpc-sidebar-ul .widget {
	margin-bottom: 20px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Sidebar/Widget Styles    */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
.fpc-sidebar-left {
	float:left;
}
.fpc-sidebar-right {
	float:right;
}
#fpc-content.fpc-sidebar-left {
	float:right !important;
	width: 67%;
}
#fpc-content.fpc-sidebar-right {
	float:left !important;
	width: 67%;
}
#fpc-footer-area {}
#fpc-footer {}
#fpc-footer-widget {
	clear: both;
	margin: 4px 0px;
}
.fpc-footer-widget-ul > li {
	display: inline;
	width: 30%;
	margin-right: 2%;
	float: left;
}
.fpc-footer-widget-ul :last-child {
	margin-right: 0;
}
#fpc-footer-area #fpc-linkluv {
	margin: 8px auto !important;
	text-align: center !important;
	font-size: 10px !important;
	clear: both;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* WordPress Menu Styles    */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
#fpc-menu .menu,
#fpc-menu div.menu ul {
	font-size: 13px;
}
#fpc-menu {
	background: #627AAD;
	display: block;
	float: left;
	margin: 0 auto;
	width: 810px;
	border-bottom: 1px solid #1D4088;
}
#fpc-menu .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 8px;
	width: 802px;
}
#fpc-menu .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#fpc-menu .menu-header li,
div.menu li {
	background: #627AAD;
	float: left;
	position: relative;
}
#fpc-menu a {
	color: #dedede;
	display: block;
	line-height: 22px;
	padding: 0 6px;
	text-decoration: none;
}
#fpc-menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	float: left;
	width: 140px;
	z-index: 99999;
}
#fpc-menu ul ul li {
	min-width: 140px;
}
#fpc-menu ul ul ul {
	left: 100%;
	top: 0;
}
#fpc-menu ul ul a {
	background: #627AAD;
	line-height: 22px;
	padding: 0px 6px;
	width: 140px;
	height: auto;
}
#fpc-menu li:hover > a,
#fpc-menu ul ul :hover > a {
	background: #3B5998;
	color: #fff;
}
#fpc-menu ul li:hover > ul {
	display: block;
}
#fpc-menu ul li.current_page_item > a,
#fpc-menu ul li.current-menu-ancestor > a,
#fpc-menu ul li.current-menu-item > a,
#fpc-menu ul li.current-menu-parent > a {
	color: #fff;
}
* html #fpc-menu ul li.current_page_item a,
* html #fpc-menu ul li.current-menu-ancestor a,
* html #fpc-menu ul li.current-menu-item a,
* html #fpc-menu ul li.current-menu-parent a,
* html #fpc-menu ul li a:hover {
	color: #fff;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Fanpage Social Plugin CSS  */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fpc-karma-block {
	display:none;
	padding: 20px;
}
#fpc-comments {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 470px;
}
.fpc-like-button,
.fpc-like-button-short,
.fpc-send-button {
	display: inline-block;
}
.fpc-send-button span {
	width: 450px !important;
}
.fpc-like-button-short {
	position:relative;
	width: 51px !important;
	height: 24px !important;
	overflow: hidden;
}

.fpc-like-button-short iframe {
	padding: 0px;
	margin: 0px;
	width: 51px !important;
	height: 24px !important;
	overflow: hidden;
}
.fpc-like-button-short .fb_edge_widget_with_comment,
.fpc-like-button-short .fb_iframe_widget {
	padding: 0px;
	margin: 0px;
	width: 51px !important;
	height: 24px !important;
	overflow: hidden;
}
.fpc-share-button {
	background-color: #6079AB;
	border: 1px solid #29447E;
	padding: 4px 5px;
	text-align: center;
}
.fpc-share-button  a {
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	background-image:none;
	background-color:transparent;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Fanpage Connect Post List CSS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#fpc-content .fpc-posts,
#fpc-content .fpc-posts ul {
	list-style-type: none !important;
	margin: 0px !important;
	padding: 10px 8px !important;
}
#fpc-content .fpc-posts li,
#fpc-content .fpc-posts ul li {
	background: none !important;
	padding-left: 0px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	line-height: 16px !important;
}
#fpc-content .fpc-post-info {
	font-size: smaller;
	font-style: italic;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Fanpage Connect Lightbox CSS  */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#fpcLightBoxOverlay {
	display: none;
	background-color: #fff;
	left: 0px;
	top: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 1000;
	opacity:0.75;
	filter:alpha(opacity=75);
	cursor: auto;
	overflow: hidden;
}
#fpcLightBox {
	display:none;
	position: absolute;
	margin: 0 auto;
	top: 90px;
	z-index: 2000;
	cursor: auto;
	overflow: hidden;
	padding: 20px;
	max-width: 80%;
	min-width: 455px;
	min-height: 120px;
	border: 1px solid #535156;
	border-radius: 2px;
	box-shadow: 0 0 0 10px rgba(115, 115, 115, 0.8);
	background-color: #fff;
}
#fpcLightBoxContent {
	margin: 0 auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Fanpage Connect Twitter Feed CSS  */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fpc-tweets-container {
	font-size: 13px;
	padding: 5px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Fanpage Connect RSS Feed CSS      */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fpc-rss-container {
	font-size: 13px;
	padding: 5px;
}
.fpc-rss-feeds {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none !important;
	background: none !important;
}
.fpc-rss-item{
	clear: both  !important;
	list-style: none !important;
	margin-top: 4px !important;
	background: none !important;
	padding: 0px !important;
}
.fpc-rss-odd {
}
.fpc-rss-even {
	background-color: #eee !important;
}
.fpc-rss-link {
	font-weight: bold;
	text-decoration: none;
}
.fpc-rss-date {
	font-size: 10px;
	font-style: italic;
}
#hidden-footer {
	display: none !important;
}
.fpc-ogimg {
	position: absolute !important;
	top: -2000px !important;
	left: -2000px !important;
	opacity: 0 !important;
}
.fpc-qr,
.fpc-qr-a {
	border: none;
	text-decoration: none;
}
.fpc-fbconnect, .fpc-fbconnect:hover, .fpc-fbconnect:active, .fpc-fbconnect:link {
	border: 0;
	text-decoration: 0;
}