
/**
 * Flexi Ads
*/

.flexi-a {
    margin: 20px 0 0 0; 
    padding: 0;
}

/**
/* Flexi Banners 125
*/

.flexi-bnrs {
    text-align: center;  
}

.flexi-bnrs img {
    margin: 20px 10px 0 10px;
}

/**
 * Flexi Comments
*/

.flexi-comments ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.flexi-comments ul li {
	list-style-type: none; 
    padding: 0;
    margin: 15px 0 0 0; 
}

.flexi-comments ul li:first-child {
    margin-top: 5px !important;
}

.flexi-comments-author {
    color: #506272; 
    text-decoration: none; 
    font-weight: bold; 
    font-size: 14px; 
    line-height: 14px; 
    padding: 0 0 5px 0; 
    margin: 0; 
}

.flexi-comments-author:hover {
    text-decoration: underline;
     color: #f78805;
}

.flexi-comments-entry {
    color: #555; 
    font-family: Arial, Helvetica, Sans-serif; 
    font-size: 13px; 
}

.flexi-comments-more {
    font-weight: bold; 
    color: #506272; 
    text-decoration: none; 
    font-size: 12px;
}

.flexi-comments-more:hover {
    color: #f78805 !important; 
    text-decoration: underline;
}

.flexi-comments-avatar {
    padding: 4px; 
    background: #fff;
    border: 1px solid #c2c9cd;   
}

.flexi-comments .alignleft {
    margin: 0 8px 0 0;
}

.flexi-comments .alignright {
    margin: 0 0 0 8px;
}

.flexi-comments .aligncenter {
    margin-bottom: 8px;
}

/**
 * Flexi Posts 
*/

.flexi-posts ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.flexi-posts ul li {
    list-style-type: none; 
    padding: 0; 
    margin: 20px 0 0 0;
}

.flexi-posts ul li:first-child {
    margin-top: 5px !important;    
}

.flexi-posts-title {
    font-weight: bold; 
    font-size: 14px; 
    line-height: 18px; 
    padding: 0 0 5px 0; 
    margin: 0; 
}

.flexi-posts-title a {
    color: #506272; 
    text-decoration: none;
}

.flexi-posts-title a:hover {
    text-decoration: underline; 
    color: #f78805;
}

.flexi-posts-meta {
    font-style: italic; 
    color: #666; 
    padding: 0 0 5px 0;
}

.flexi-posts-entry {
    color: #555; 
    font-family: Arial, Helvetica, Sans-serif; 
    font-size: 13px; 
}

.flexi-posts-more {
    font-weight: bold; 
    color: #506272; 
    text-decoration: none; 
    font-size: 12px;
}

.flexi-posts-more:hover {
    color: #f78805 !important; 
    text-decoration: underline;
}

.flexi-posts-thumbnail {
    padding: 4px;
    background: #fff;
    border: 1px solid #c2c9cd;   
}

.flexi-posts .alignleft {
    margin: 0 8px 8px 0;
}

.flexi-posts .alignright {
    margin: 0 0 8px 8px;
}

.flexi-posts .aligncenter {
    margin-bottom: 8px;
}

/**
/* Flexi Social Connect
*/

.flexi-social-connect {
	background: #dee3e6;
	border: 1px solid #b1c1ca;
	padding: 10px;
	margin: 20px 0 0 0;
}
    
.flexi-social-connect:hover {
    border: 1px solid #849dac;
}

.flexi-social-connect a {
	color: #2c4d6a;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
}

.flexi-social-connect a:hover {
    color: #2c4d6a; 
	text-decoration: underline;
}
    
.flexi-social-connect  img {
    vertical-align:middle; 
    margin-right: 5px;
}

/**
/* Flexi Social Share
*/

.flexi-social-share {
	text-align: center;
    margin-top: 5px;
}

.flexi-social-share a {
    width: 32px; 
    height: 32px; 
    margin: 0 2px; 
    padding: 0;
}

.flexi-social-share a img {
    opacity: 0.7;
}

.flexi-social-share a:hover img {
    opacity: 1;
}

/**
/* Flexi Tabs
*/

.flexi-tabs-wrap {
    background: #f4f7f8 !important;
    border: 1px solid #c2c9cd !important;
    padding: 0 !important;
}

.flexi-tabs {
    list-style: none; 
    list-style-type: none; 
    margin: 0;
    padding: 0; 
    height: 48px;
    background: url(images/tabs_bg.png) top left repeat-x;
}

.flexi-tabs li {
    list-style: none; 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    float: left;
    background: url(images/tab_sep.png) top left no-repeat;
}

.flexi-tabs li:first-child {
    background: none !important;
}

.flexi-tabs li:first-child a {
    width: 101px !important;
}

.flexi-tabs li a {
    padding: 8px 0 17px 0;
    text-align: center;
    width: 102px;
    color: #768796;
    font-size: 13px;
    font-weight: normal;
    display: block;
    font-family: Arial, Helvetica, Sans-serif;
    text-decoration: none;
    margin-right: 1px;
    text-shadow: 0 1px 0 #eff1f3;
}

.flexi-tabs li a:hover, .flexi-tabs li a.flexi-tabs-current {
    background: #f4f7f8 url(images/tabs-active.png) top center no-repeat;
    color: #2c4d6a;
    text-shadow: 0;
}

.flexi-tabs-content {
    background: #f4f7f8;
    padding: 0 10px 10px 10px;
}


/**
 * Flexi Text
*/

.flexi-text {
    margin: 20px 0 0 0; 
    padding: 0;
}

/**
/* Flexi Tweets
*/


.flexi-tweets-widget-title a {
    color: #2c4d6a !important; 
    text-decoration: none !important;
}

.flexi-tweets-widget-title a:hover {
    color: #2c4d6a !important;
}

.flexi-tweets ul {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    font-size: 13px; 
    font-family: Arial, Helvetica, Sans-serif; 
    color: #506272;
}

.flexi-tweets ul li {
	list-style-type: none; 
    padding: 0; 
    margin: 15px 0 0 0; 
}

.flexi-tweets ul li:first-child {
    margin-top: 5px !important;
}

.flexi-tweets li.tweets-bird {
	padding-left: 24px; 
    background: url(images/widgets/tweets-bird.png) left 2px no-repeat;
}


.flexi-tweets a {
    text-decoration: underline; 
    color: #506272;
}

.flexi-tweets a:hover {
    text-decoration: underline; 
    color: #f78805;
}

a.flexi-tweets-time {
    text-decoration: underline; 
    color: #506272;
}

a.flexi-tweets-time:hover {
    text-decoration: none; 
    color: #f78805;
}
