/*
Theme Name: WordCamp SF 2010
Theme URI: http://wordcamp.org/
Description: The Twenty-Ten-based theme for WordCamp SF 2010
Author: Ian Stewart
Version: 1.0
Template: twentyten
.
Graphics provided by Swayspace
.
*/

@import url(reset-rebuild.css);

/* =Fonts
	font-family: 'SwayspaceWoodtypeRegular', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;	
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;	
	font-family: Georgia, "Bitstream Charter", serif;
-------------------------------------------------------------- */

@font-face {
	font-family: 'SwayspaceWoodtypeRegular';
	src: url('fonts/Swayspace_Woodtype.eot');
	src: local('fonts/Swayspace Woodtype'), local('fonts/SwayspaceWoodtype'), url('fonts/Swayspace_Woodtype.woff') format('woff'), url('fonts/Swayspace_Woodtype.ttf') format('truetype'), url('fonts/Swayspace_Woodtype.svg#SwayspaceWoodtype') format('svg');
}

body,
input,
textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;	
}


/* =Body
-------------------------------------------------------------- */

body {
	background: #eaeaea url(images/background.gif) no-repeat fixed top center;
}
#wrapper {
	background: #fff;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
}
input[type=text] {
	padding: .25em 3px;	
}
input[type=text],
textarea {
	border: 1px solid #ccc;
}

/* =Header
-------------------------------------------------------------- */

#header {
}
#branding {
	border-bottom: 1px solid #ececec;
	height: 150px;
	position: relative;
}
#site-title a {
	background: url(images/logo.png) no-repeat top center;
	display: block;
	text-indent: -9000px;
	position: absolute;
	bottom: 23px;
	right: 21px;
	width: 670px;
	height: 67px;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}
#header #searchform {
	background: pink;
	position: absolute;
	top: 19px;
	right: 23px;
	width: 230px;
}
#header label {
	display: none;
}
#header input#s {
	border: solid #cdd0d0;
	border-width: 1px 0 1px 1px;
	line-height: 28px;
	margin: 0;
	padding: 0 3px;
	position: absolute;	
	width: 198px;
	height: 26px;
}
#header input#searchsubmit {
	background: #fff url(images/search-icon.gif) no-repeat 0 -1px;
	border: solid #cdd0d0;
	border-width: 1px 1px 1px 0;	
	margin: 0;
	position: absolute;
	right: 0;
	text-indent: -9000px;
	width: 28px;
	height: 28px;
}
#header #signup {
}
#header #time-space {
	background: url(images/tagline-small.png) no-repeat top center;
	display: block;
	position: absolute;
	top: 6px;
	right: 20px;
	text-indent: -9000px;
	width: 323px;
	height: 20px;
}
#header #signup-link {
	background: url(images/signup-link.png) no-repeat top center;	
	color: #FFF5F1;
	display: block;
	font-weight: bold;
	font: 33px 'SwayspaceWoodtypeRegular';
	text-transform: lowercase;
	position: absolute;
	bottom: -55px;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -2px #BF5323;
	width: 215px;
	height: 64px;
}
#header #signup-link:hover {
}
#header #signup-link span {
	display: block;
	padding: 20px 0 0 24px;
}


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

#access {
	border-bottom: 1px solid #ececec;
	width: 990px;
	display:block;
	float:left;
}
#access .menu-header {
	font: 24px 'SwayspaceWoodtypeRegular';
	text-transform: lowercase;
	margin-left: 35px;
	margin-top: 5px;
	width: 775px;
}
#access h3 {
	display: none;
}
#access .menu-header ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	margin: 0 4px 0 15px;
	line-height:48px;
}
#access ul ul {
	background: #fff;
	display:none;
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;	
	position:absolute;
	top:47px;
	left:0;
	float:left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	text-transform: none;
	z-index: 99999;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#fff;
	height:auto;
	line-height:1em;
	margin: 0;
	padding:10px;
	width: 130px;
}
#access ul ul :hover > a {
	color: #DE7241;
}
#access ul li:hover > ul {
	display:block;
}
#access .current_page_item a {
	color: #DE7241;
}

/* =Subheader
-------------------------------------------------------------- */

#sub-header {
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	margin: -42px 0 42px 0;
	padding: 42px 0;
	overflow: hidden;
	width: 100%;
}
#sub-header .picture {
	background: #f1f1f1;
	color:#666666;
	float:left;
	font-size:12px;
	margin:-10px 30px 0 50px;
	padding:10px;
	position:relative;
	text-align:center;
}
#sub-header .intro {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 50px 0 0;
}
#sub-header .drop {
	background: #7FCCDB;
	color: #fff;
	float:left;
	font: 66px 'SwayspaceWoodtypeRegular';
	line-height: 1em;
	margin: 0 5px 0 0;
	padding: 10px 10px 0 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


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

#main {
	background: url(images/vertical-rule.gif) repeat-y 720px 0;
	overflow: hidden;
	padding: 42px 0 0 0;
}
.page-template-onecolumn-page-php #main {
	background-image: none;
}
#content {
}
#content .lead {
	font-size: 20px;
	line-height: 1.5em;
}
#content,
#content input,
#content textarea {
}
.hentry {
	margin: 0 0 3em 0;
}
.home .sticky {
	background: #F2F7FC;
	padding: 1.5em;
}
.single .hentry {
	margin: 0 0 1.5em 0;
}
.page .hentry .edit-link {
	clear: both;
	display: block;
}
.page-title {
}
.page-title span {
}
.page-title a:link, .page-title a:visited {
}
.page-title a:active, .page-title a:hover {
}
.entry-title,
.entry-title a {
	color: #444;
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	margin: 0 0 .4em 0;
}
.entry-title a:hover {
	color: #DE7241;	
}
.entry-title,
.entry-meta {
}
#content .entry-title {
}
.page .entry-title {
	display: none;
}
.home .entry-title,
.blog .entry-title {
	display: block;
}
.entry-title a:link, .entry-title a:visited {
}
.entry-title a:active, .entry-title a:hover {
}
.entry-meta {
	color: #888;
	font-size: 12px;
	line-height: 1.5em;
}
.entry-meta a, .entry-utility a {
	color: #888;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #DE7241;	
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 1.5em 0 0 0;
}
.page .entry-content {
	padding: 0;
}
.home .entry-content,
.blog .entry-content {
	padding: 1.5em 0 0 0;
}

#content .entry-summary p:last-child {
	margin-bottom: 1.5em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	color: #444;
	font-weight: bold;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
	font-size: 21px;
	line-height: 1em;
	letter-spacing: 0.015em;
	padding: 1em 0;
}
.entry-content h3 {
	padding-bottom: .25em;
}
/* .entry-content h3 {	font-size: 14px; margin: 0 0 1.5em 0; } */
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 14px;
	font-weight: bold;
}
.entry-content input[type=text],
.entry-content textarea {
	width: 96%;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 1.5em 0;
	padding: 1.75em;
}
.entry-content fieldset legend {
	padding: 0 1.5em;
}
.entry-content input,
.entry-content textarea {
}
.wpcf7-form p {
}
.wpcf7-form p span {
	display: block;
}
.wpcf7-form p span br {
	display: none;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 1.5em;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 1.5em 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 1.5em;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 1.5em;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.drivingdirections {
	overflow: hidden;
}
.drivingdirections div {
	float: left;
	margin-bottom: 1.5em;
	width: 50%;
}
.drivingdirections ul {
	margin: 0 1.5em 0;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 1.5em 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
}
.page-link a:active,
.page-link a:hover {
	color: #DE7241;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.home .entry-utility {
	display: none;
}

/* Some content specific element styles */

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 12px;
	line-height: 1.75em;
}
#content code {
	font-size: 12px;
}
#content strong,
#content b,
#content dt,
#content th {
	color: #444;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
}
#content table {
	border: 1px solid #eaeaea;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #eaeaea;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
#content .video-player {
	padding: 0;
}

#content input.wpsc_buy_button  {
	margin-top:-6px;
}

div.textcol form {
	min-width:0 !important;
}

div#small-badges {
}
div#large-badges {
	clear: both;
}
div.badges img {
	margin-bottom: 14px;
	margin-right: 14px;
	float: left;
}


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

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


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

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


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

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


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

.entry-content img {
	background: #fff;
	margin: 0 0 1px 0;
	max-width: 610px;
	padding: 3px;
	border:1px solid #eee;
}
.entry-content img.plain {
	border: 0 none;
	padding: 0;
}
.alignleft,
img.alignleft,
.half img,
img[align=left] {
	display: inline;
	float: left;
	margin-right: 14px;
	margin-top: 4px;
}
.half img {
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 14px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	background: none;
	margin: 5px;
	padding: 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	margin-left: 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
#content .gallery br+br {
	display: none;
}


/* =Attendees
-------------------------------------------------------------- */

#content div.attendee {
	border-bottom: 1px solid #eaeaea;
	float: left;
	font-size: 12px;
	height: 58px;
	list-style: none outside none;
	margin: 0;
	padding: 4px 0 0 0;
	width: 25%;
}
#content div.attendee img {
	float:left;
	margin: 0 6px 0 0;
	padding: 2px;
	vertical-align:middle;
}
#content div.attendee h4 {
	clear: none;
	color: #999;
}
#content div.attendee p {
	margin: 0;
}


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

.navigation {
	font-size: 12px;
	overflow: hidden;
}
.navigation a:link, .navigation a:visited {
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
	margin: 0 0 3em 0;
}
#nav-below {
	margin: 0 0 1.5em 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 1.5em 0;
}
h3#comments-title, h3#reply-title {
	color: #444;
	font-size: 21px;
	font-weight: bold;
	line-height: 1em;
}
h3#comments-title {
	padding: 1em 0 1.5em 0;
}
h3#comments-title em {
	font-style: normal;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #eaeaea;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 66px;
	position: relative;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 1.5em;
}
#comments .comment-body p:last-child {
	margin-bottom: .5em;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 1.5em;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	border: 1px solid #eaeaea;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	padding: 4px;
	position: absolute;
	top: -3px;
	left: 0px;
}
.bypostauthor .avatar {
}
.comment-author cite {
	color: #444;
	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: #DE7241;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 18px 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;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eaeaea;
}
.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 {
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .logged-in-as {
	margin: 0 0 1.5em 0;
}
#respond .comment-notes {
	margin-bottom: 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: #DE7241;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px 0;
	width:98%;
}
#respond textarea {
	width:99%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	font-size: 12px;
	width: auto;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}


/* =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 {
	font-size: 21px;
	font-weight: bold;
	line-height: 1em;
	padding: .25em 0 0 0;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: underline;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #444;
	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;
}
.textwidget h4 {
	font-weight: bold;
}
.textwidget h4.break {
	background: #7FC2D0;
	border-top: 1px solid #54ADC0;
	color: #EEF7F9;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 -20px 1.5em -20px;
	padding: 4px 20px;
	letter-spacing: 0.1em;
}
.textwidget h4.first {
	margin-top: -11px;
}
.textwidget ul {
	margin-bottom: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#main .widget-title {
	border: solid #ececec;
	border-width: 1px 0;
	margin: 0 -20px .5em -20px;	
	padding: 15px 20px 10px 20px;
}
#primary {
	margin-top: -43px;
}
#secondary {
}
.sponsors-sidebar p {
	text-align: center;
}

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


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

#footer {
	border-top: 1px solid #ececec;
}
#colophon {
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	letter-spacing: 0.075em;
	text-transform: uppercase;
}
#site-info a {
	letter-spacing: 0;
	text-transform: none;
}
#site-generator {
	position: relative;
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 19px;
	line-height: 16px;
	margin-left: 1px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}


/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

#access, .entry-meta, .entry-utility, .widget_search label, .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: 4pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title, #site-description {
		float: none;
		margin: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
		line-height: 1.4em;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#branding img.wp-post-image {
		display: block !important;
	margin-left: -104pt;
	margin-top: 20pt;
	border: none;
	margin-bottom: -24pt;
	}
	#container, #header, #footer {
		margin: 0 0 0 24%;
		width: 70%;
	}
	#content {
		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 {
		margin: 0;
		width: auto;
		padding: 0;
	}
	.home .sticky {
		border: none;
	}
}

-------------------------------------------------------------- */