/*
Theme Name: Columbia_Center_Blog_NX
Theme URI: http://shawncope.com
Description: A custom bloggin theme created by Creatonomy exclusively for Columbia Center, Mequon, Wisconsin.
Version: 1.0
Author: Kevin A. Barnes
Author URI: http://www.creatonomy.com
Tags: custom, birth hospital, purple

This theme was designed and built by Kevin A. Barnes,
whose blog you will find at http://www.kevinabarnes.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/*Utility Styles************************/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}

/*Post Layout Styles************************/

.cc__post_container {
	display: block;
	width: 767px;
}

.cc_post {
	float: left;
	width: 500px;
	background: transparent url(http://blogs.columbiacenter.org/wp-content/themes/cc-blog/images/post_back.gif) repeat-y scroll 0 0;
}

.cc_sidebar {
	float: right;
	width: 225px;
	padding: 0 25px 0 0;
}

.post_format {
	padding: 0 15px 0 55px;
}

/*Sidebar Styles************************/

#sidebar h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 15px;
}

#sidebar h2 a {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 15px;
	color: #6966BC;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	margin-left: -15px;
}
.navigation {
	padding-left: 55px;
}

/*Livefyre CSS Override */
/*Livefyre Header (comment & listner count)*/

.lf_head_bar{
}

.lf_comment_count{
}

.lf_listener_count{
}

.lf_avatar{
}

/* Login Bar */
.lf_login_bar{
}

.lf_user_nick{
}

/*The Text Box*/
.mceLayout{
width: 430px;
} 

#tinymce mcecontentbody {
width: 430px;
} 

/*Action Bar (Following, Posts to FB/Twitter)*/
.lf_action_bar{
width: 430px;
}

/*the comments section*/
.lf_comment_user{
}
#lf_comments{
width: 430px;
}
.lf_comment_container{
}
.lf_comment_user_rating{
color: #fff;
}
.lf_comment_date{
color: #fff;
}
.lf_share{
}
.lf_flag{
}
.lf_flag_box{
}


#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_admin_bar a {
}

#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_flag {
}

#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_flag {
}

#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_comment_date {
}

#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_share {
}

#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_share:hover {
}

#livefyre .lf_comment_container .lf_comment .lf_comment_footer .lf_mod_options {
}

#livefyre .lf_comment_container:hover .lf_comment .lf_comment_footer .lf_mod_options a:hover {   
}

