/*
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;
}