@charset "utf-8";
/*
Theme Name: CCFI
Theme URI: http://www.ccfinorman.com
Description: A custom theme by <a href="http://www.gregeland.com">Elandesign</a>
Version: 2.0
Author: Greg Eland
Author URI: http://www.gregeland.com
Template: twentyten
*/
/*----------resets----------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

html, body {
	font-family: Arial MT, Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/body_bg_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 14px;
	line-height: 1.4em;
	color: #444;
}
/*--------------------------------GENERIC CLASSES-----------*/
a {
	color: #5BADE5;
	text-decoration: none;
	font-weight: bolder;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding-bottom: 5px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 35px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	color: #999;
	width: 200px;
}
.clear {
	clear:left;
}
.clearRight {
	clear:right;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right:auto;
}
/*---------------baground elements-----------*/
#top {
	background-repeat: no-repeat;
	background-image: url(images/top.png);
	margin-top: 5px;
	height: 23px;
}
#mid {
	background-image: url(images/mid.png);
	background-repeat: repeat-y;
	width:auto;
	overflow:hidden;
	position:relative;
}
#btm {
	background-image: url(images/btm.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	height: 25px;
}
/*-------page element background--------*/
.top {
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 517px;
	z-index: 2;
}
.mid {
	background-image: url(images/content_mid.gif);
	background-repeat: repeat-y;
	width: 517px;
	z-index: 2;
	overflow:hidden;
}
.btm {
	background-image: url(images/content_btm.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 517px;
	z-index: 2;
}
/*--------------------------------CONTAINERS-----------*/
#wrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header {
	position: relative;
	z-index: 99;
}
#featured {
	clear: both;
	margin-bottom: 5px;
}
#navigation {
	position: relative;
	height: 24px;
	z-index: 98;
	clear:both;
}
#sidebar {
	float: right;
	width: 250px;
	margin-right: 25px;
	display: inline;
	margin-top: 10px;
	font-size: 85%;
}
.content {
	width: 520px;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	font-size: 95%;
	z-index: 1;
}
.wide-content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 95%
	width: 775px;
}
#footer {
	padding-left: 25px;
	padding-right: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 11px;
	color: #666666;
	clear: both;
	overflow:hidden;
}
/*--------------------------------HEADER-----------*/
#header #logo {
	float: left;
	display: inline;
	margin-left: 18px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#header #newsletter {
	float: right;
	display: inline;
	margin-top: 50px;
	margin-right: 25px;
}
#search-box {
	position: absolute;
	top: 0px;
	right: 25px;
	text-align:left;
}
input#searchsubmit {
	background: url(images/submit.png);
	background-repeat:no-repeat;
	width: 24px;
	height:24px;
	border:none;
	text-indent: -9999px;
	cursor:pointer;
}
ul#altnav {
	margin: 0px;
	margin-top: 0px;
}
ul#altnav li {
	list-style: none;
	float:left;
}
ul#altnav li a {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #ccc;
}
ul#altnav li:last-child a {
	border: none;
}	
/*----------HOME---------*/
.midContainer {
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	background: #f0f0f0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f0f0f0,  #ffffff); /* for firefox 3.6+ */
	width: 760px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.midContainer a.donate,
.midContainer a.volunteer {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	height:100%;
}
.midContainer a.donate {
	margin-top: 5px;
	margin-left: 13px;
}
.midContainer a.join {
	float: left;
	margin-top: 5px;
}
.blockContainer {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	overflow:hidden;
	z-index: 1;
}
.blockContainer h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/home_title_bar.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom:9px;
	display:block;
	z-index: 99;
}
.blockContent {
	font-size: 12px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	text-align: left;
	z-index: 1;
	line-height: 16px;
}
.blockContent img {
	max-width: 190px;
	max-height: 127px;
	margin-top: -7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	margin-bottom:5px;
}
.block {
	width: 190px;
	float: left;
	background: #f5f5f5; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f5f5f5); /* for firefox 3.6+ */
	background-repeat: repeat-y;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	min-height: 300px;
}
.block p {
	margin: 0px;
}
.more  {
	float: right;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
/*----------PAGE---------*/
.content ul, .content ol {
	padding-left: 30px;
}
.section {
	position: relative;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	width: 100%
}

.photo {
	margin-right: 10px;
	float: left;
}
.content h2 a {
	color: #000000;
}

.text {

}
.info {
	padding-bottom: 10px;
	font-size: 10px;
	margin-left: 15px;
}
.info span {
	padding-right: 8px;
}
/*------------------------SIDEBAR----------------------*/
#sidebar .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	line-height: 40px;	
}
#sidebar a {
	font-weight: lighter;
}
#sidebar ul {
	margin-left: 20px;
	text-align: left;
}
#sidebar img {
	margin-bottom: 10px;
}
#sidebar ul .page_item {
	font-weight: bold;
	padding-left: 5px;
	margin-left: -5px;
}
#sidebar ul .page_item ul .page_item {
	font-weight: normal;
	font-size: 95%;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 0px;
	margin-left: 0px;
}
#sidebar .current_page_item {
	display: inline;
}
#sidebar .current_page_item li {
	display: list-item;
}
#sidebar .top-level li ul {
	display:none;
}
#sidebar .sub-page .page_item ul {
	display:none;
}
#sidebar .sub-page .current_page_item {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 25px;
	margin-left: -25px;
	padding-top: 5px;
	margin-top: -5px;
}
#sidebar .sub-page .current_page_item ul {
	display:list-item;
	background-image: none;
}
/*------------------Plugins-----------*/
.ddsg-wrapper p {
	display: none;
}
.pagination {
	padding-bottom: 10px;
}
.linklove {
	display: none;
}
/*--------------------------------NAVIGATION-----------*/
#navbar {
	position: relative;
	background-repeat: no-repeat;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	z-index: 9999;
}
/*Main navbar styling*/
/*the height attribute prevents it from trying to fill space voiced by the left floated list items*/
#navbar li {
	list-style: none;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	z-index: 9999;
 }
.about a,
.menu-item-2191 a {
	background-color: #669FDF;
}
.services a,
.menu-item-2193 a{
	background-color: #c2acf2;
}
.involved a,
.menu-item-2192 a{
	background-color: #e0878e;
}
.give a,
.menu-item-2196 a{
	background-color: #c3d55c;
}
.news a,
.menu-item-2194 a{
	background-color: #e4a354;
}
.contact a,
.menu-item-2195 a{
	background-color: #E9CF7B;
}

.padding  {
	padding-right: 15px;
	padding-left: 15px;
}
.top h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
.top .blog-title {
	font-size: 20px;
}
.widget {
	text-align: left;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.screenshot {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.entry {
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%
}

#navbar  li  a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bolder;
	width: 120px;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	z-index: 9999;
}
#navbar a:hover {
	text-decoration: underline;	
}

/*---------------------------Subnavigation Hidden Styling - includes background images*/
#navbar li ul {
	display: none;
	width: 12em;  /*Width to help Opera out */
	line-height: 16px;
	z-index: 9999;
}
#navbar li ul li{
	margin-right: 0px;
	margin-left: 0px;
	z-index: 9999;
}
#navbar li ul a{
	width: 240px;
	text-align: left;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}


/*-----------------------------------Subnavigation Hover state styling and covering of bg images*/
#navbar li:hover ul {
	display: block; /*causes subnav to reappear*/
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar li:hover li {
	float: none;
}
#navbar li:hover li a {
	font-size: 12px;
}
#navbar li:hover li a:hover {
	padding-left: 22px;
	width: 228px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 9999;
}
#navbar li:hover .current_page_item a {
	padding-left: 22px;
	width: 228px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
#navbar li ul li ul {
	display: none;
}
#navbar li ul li ul li {
	display: none;
}
/*-------------Slideshow--------------*/

#slideshow {
	width: 785px;
	height: 365px;
	overflow:hidden;
	position:relative;
	font-size: 14px;
	margin-left: 17px;
}
ul#slide-buttons {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 90;
	width: auto;
}
ul#slide-buttons li {
	float: left;
	list-style:none;
}
ul#slide-buttons li a {
	z-index: 90;
	float: left;
	font-size: 12px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	font-weight:bold;
	color:#999;
	background-image: url("images/bg-transparent.png");
    background-repeat: repeat;
	text-decoration: none;
}
ul#slide-buttons li a:hover {
	text-decoration: underline;
}	
ul#slide-buttons li a.pause-button, ul#slide-buttons li a.play-button {
	font-size: 10px;
	text-transform:uppercase;
	padding-bottom: 5px;
	padding-top: 4px;
}
ul#slide-buttons li a.play-button {
	padding-right: 10px;
	padding-left: 10px;
}
.slide {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 785px;
	height: 365px;
	overflow:hidden;
	z-index: 8;
	background-repeat: repeat-x;
	background-color: #fff;
	background-image: url(images/featured.jpg);
}
.slide .bg {
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
}
.slide .meta {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 765px;
	padding: 5px 10px;
	background-image: url(images/bg-transparent.png);
	background-repeat:repeat;
	color: #444;
	text-align:left;
}
.slide .meta p {
	margin: 0px;
}
.slide .meta img{
	display: none;
}
.slide a {
	color: #333;
	font-weight:bold;
}
.slide h2.entry-title a{
	color: #333;
	display:block;
	padding-bottom: 10px;
	font-size: 24px;
}
#slideshow div.active {
	z-index: 10;
}
#slideshow div.last-active {
	z-index: 9;
}
/* =Footer
-------------------------------------------------------------- */
#memberships {
	float: right;
	position:relative;
	max-width: 400px;
}
#memberships small {
	line-height: 14px;
}
#memberships .widget {
	float: left;
}
#memberships .widget h3{
	display: none;
}
#united-way {
	float: right;
	margin-left: 10px;
}
#social {
	float: left;
	margin-right: 15px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #666;
}
/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
