/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


/*colors:
dark blue: 224678
current item blue: 0095bc
light blue: 92cfd0
beige: 726f69


*/

@font-face {
	font-family: 'TeXGyreAdventorRegular';
	src: url('fonts/texgyreadventor-regular-webfont.eot');
	src: local(' '), url('fonts/texgyreadventor-regular-webfont.woff') format('woff'), url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'), url('fonts/texgyreadventor-regular-webfont.svg#webfontm8cA1v0X') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}

h2, h3, h4, h5, h6{ margin-bottom:10px;}

h1{ font-size:1.5em}
h2{ font-size:1.4em}
h3{ font-size:1.3em}
h4{ font-size:1.2em; color:#0095bc}
h5{ font-size:1.1em}
h6{ font-size:1.0em}

ol, ul {
	list-style: none;
}
.entry-content ol,.entry-content ol li{
	list-style:inside decimal;
}

.entry-content_staff ul,.entry-content_staff ul li{
	list-style:inside disc;
}

.entry-content ol{
	margin:10px 0 10px 15px;
}

.entry-content_staff ul{
	margin:10px 0 10px 15px;
}

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



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/



/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/



/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/


/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "TeXGyreAdventorRegular","Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	
}


img[align=left]{
	margin:5px 5px 5px 0;
}

img[align=right]{
	margin:5px 0 5px 5px;
}


h1,h2,h3,h4,h5,h6{font-family: "TeXGyreAdventorRegular","Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

body {
	background:url(images/bg_head.gif) repeat-x top;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#header{
	height:105px;
	margin:0 auto; 
	
}


/* =Header
-------------------------------------------------------------- */
.logo{
	z-index:1000; 
	position:absolute; 
	top:0; left:0;
}
#hilight{
	position:absolute;
	top:-30px;
	left:0;
	z-index:0;
}
#branding, #access{
	float:left;
}

#branding{
	position:relative;
	margin-top:15px;
	width:400px;
}

#access{
	margin-top:40px;
}

#main{
	background:#fff;
	width:960px;
	border:#dedede solid 1px;
	position:relative;
	z-index:1;
	-moz-border-radius:5px;
 	-webkit-border-radius:5px;
	border-radius: 5px;
}

#content{
	position:relative;
	overflow:hidden;
	
}

.page #content, .archive  #content, .single #content{
	padding-left:100px;
}

.page-template-chiro-php #main{ }
.page-template-chiro-php #content_shadow{ display:none;}

#content_shadow{
	background:url(images/content_shadow.png) no-repeat center;
	width:1003px;
	height:28px;
	position:absolute;
	bottom:-5px;
	left:-22px;
}

#front_left{
	float:left;
	width:458px;
	position:relative;
}

#front_left li{
	position:absolute;
	top:0; left:0px;
	z-index:8;
}

#img_front{
	background:url(images/img_front.jpg) no-repeat;
	width:458px;
	height:583px;
}

#img_front1{
	background:url(images/img_front1.jpg) no-repeat;
	width:458px;
	height:583px;
	overflow:hidden;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
 	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-radius: 5px;
}

#img_front2{
	background:url(images/img_front2.jpg) no-repeat;
	width:458px;
	height:583px;
	overflow:hidden;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
 	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-radius: 5px;
}

#img_front3{
	background:url(images/img_front3.jpg) no-repeat;
	width:458px;
	height:583px;
	overflow:hidden;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
 	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-radius: 5px;
}

.tagline{
	background:url(images/btn_tagline.png) no-repeat;
	width:347px;
	height:85px;
	position:absolute;
	left:155px;
	bottom:80px;
	z-index:9999;
	font-family:"TeXGyreAdventorRegular","Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.tagline p{
	padding:12px 8px 8px 24px;
	color:#fff;
	font-size:24px;
	width:75%;
	line-height:28px;
}

#front_right{
	float:left;
	width:450px;
	margin-left:50px;
}

#ribbons_front{
	background:url(images/swirl.png) no-repeat;
	width:54px;
	height:715px;
	position:absolute;
	left:420px;
	top:-42px;
	z-index:50;
}

#ribbons_page{
	background:url(images/swirl.png) no-repeat;
	width:54px;
	height:715px;
	position:absolute;
	left:10px;
	top:-42px;
}

/*slideshow*/
#mycarousel li.active {
    z-index:10;
}

#mycarousel li.last-active {
    z-index:9;
}


h1{
	background:url(images/bg_h1.png) no-repeat bottom left;
	padding-bottom:30px;
	margin:25px 0 10px;
	font-family: "TeXGyreAdventorRegular","Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size:18px;
	color:#224678;
}

h2{
	margin-bottom:15px;
}

.section_top{
	background:url(images/bg_div_shad_t.gif) no-repeat 0 top;
	width:445px;
	margin-top:15px;
}

.section_bot{
	background:url(images/bg_div_shad_b.gif) no-repeat 0 bottom;
	width:445px;
	padding:25px 0;
}

.section_top_side{
	background: url(images/bg_side_shad_t.gif) no-repeat 0 top;
	width:326px;
	margin-top:15px;
	padding:15px 0;
}

.section_bot_side{
	background: url(images/bg_side_shad_b.gif) no-repeat 0 bottom;
	width:326px;
	padding:5px 0 15px;
}

.section_top_side td{ width:50%; text-align:center; vertical-align:middle; padding:10px 0; font-size:16px; color:#0095bc}

.entry-content{
	position:relative;
	width:470px;
	height:380px;
	margin-top:15px;
	padding-bottom:30px;
}

.entry-content_full{
	position:relative;
	width:95%;
	height:100%;
	margin-top:15px;
	padding-bottom:30px;
}

.entry-content_staff{
	position:relative;
	width:100%;
	height:650px;
	margin-top:15px;
	padding-bottom:30px;
	
}

#post-11 .entry-content{ /*contact page*/
	height:800px;
}

.posting{
	border-bottom:1px dotted #dedede;
	padding-bottom:15px;
	margin-bottom:15px;
}

.vid_left{ float:left}
.vid_right{ 
	float:left; 
	margin-left:20px; 	
	font-family:"TeXGyreAdventorRegular","Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#content_left{
	float:left;
	width:470px;
	padding-bottom:30px;
}

#content_right{
	float:left;
	padding-bottom:30px;
	margin:30px 0 0 30px;
}

/*front page*/
.chiroCorrection_tbl td{ 
	padding:15px 15px 15px 0;
}
.chiroCorrection_tbl img{
	vertical-align:middle;
}

.nucca_tbl td{ 
	padding:15px 15px 15px 0;
}

.nucca_tbl td.left{ width:65%; vertical-align:top}
.nucca_tbl td.right{ width:25%;}

#nucca_section{
	margin-top:5px;
}

#nucca_section div{
	float:left;
	text-align:center;
	}
#nucca_section p{
	padding:5px 10px 0 20px;
	text-align:left;
}

#nucca_section img{
	text-align:center;
}

/* Structure the footer area */

#footer{
	text-align:right;
	padding-top:5px;
}

#footer a{
	color:#92cfd0;
	text-decoration:none;
	font-size:10px;
}

#footer a:hover{
	color:#224678;
	text-decoration:underline;
}

#site-generator a{
	color:#726f69;
}

.subnav{ 
	margin-top:15px; 
	font-size:14px;
	font-family:"TeXGyreAdventorRegular","Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.subnav li{ float:left;}
.subnav a{ color:#0095bc; text-decoration:none;}
.subnav a:hover{ color: #224678}
.pagenav li{
	background:url(images/bg_subnav_div.gif) no-repeat right; 
	padding:0 15px;
}
.pagenav li:first-child{ padding-left:0;}
.pagenav li:last-child{ background:none;}

.staff{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #dedede;
}

.staff .left, .staff .right{
	float:left;
}

.staff .right div{
	margin-bottom:5px;
}

.staff .left{
	width:140px;
	margin-right:15px;
	}
.staff .right{
	width:275px;
}

.staff .desc{ line-height:14px;}

.staff .name{
	font-size:14px;
	font-weight:bold;
	font-family:"TeXGyreAdventorRegular","Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.staff .right .hours, .staff .right .contact{
	background:url(images/arrow_right_blue.gif) no-repeat left 7px;
	padding-left:15px;
	color:#0095bc;
	margin-bottom:0;
}
.staff .hours span{
	color:#726f69;
}

.staff br{margin:0; padding:0; height:0; line-height:0; font-size:0}

.links td{font-size:14.5px; padding:5px 10px 5px 0}
.links .left{ 
	text-align:left;
	color:224678;
	}
.links .right{ 
	text-align:left;
	}
.links a{ color:#0095bc; text-decoration:none}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */


body,
input,
textarea {
	color:#224678;
	font-size: 12px;
	line-height: 22px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	line-height:30px;
	margin-bottom:10px;
}

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;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

a:link, a:visited, a:active{
	color:#0095bc;
}

a:hover {
	color:#224678;
}

.current_page_item a,#access .current_page_parent a{
	color:#92cfd0;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/*form*/

input[type="text"],
textarea {
	padding: 6px 6px 6px 3px;
	background: #fefefe;
	border: 1px solid #dedede;
	width:90%;
	-moz-border-radius:5px;
 	-webkit-border-radius:5px;
}

input[type="submit"]{
	background:url(images/btn_submit.gif) no-repeat;
	width:121px;
	height:26px;
	border:none;
	color:#FFFFFF;
	font-family: "TeXGyreAdventorRegular","Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size:14px;
	cursor:pointer;
}




/* =Menu
-------------------------------------------------------------- */

#access {

}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	position:relative; /*needed for ie7 bug*/
	z-index:9998; /*needed for ie7 bug*/
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#224678;
	padding:0 10px;
	line-height:22px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:22px;
	left:0;
	float:left;
	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);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}	
#access ul ul{
	background:#fff;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
	-moz-border-radius:5px;
 	-webkit-border-radius:5px;
	border-radius: 5px;
}
#access li:hover > a,
#access ul ul li:hover > a {
	color:#0095bc;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #0095bc;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* =Content
-------------------------------------------------------------- */


/* Asides
-------------------------------------------------------------- */






/* Gallery listing
-------------------------------------------------------------- */




/* Attachment pages
-------------------------------------------------------------- */





/* Images
-------------------------------------------------------------- */




/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.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;
	width: 50%;
	text-align:right;
}
#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-weight: bold;
	font-size: 20px;
	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 {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */

#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	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;
	line-height: 18px;
	font-weight: normal;
}
#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 {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}




/* 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 {
		float: none !important;
		clear: both !important;
		display: block !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;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#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 {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

