/*@import url("../../../../wpblog/wp-content/themes/bumblewee/style.css");*/

/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/*dcrosbie
First section of blog.css is regular TwentyTen css and then at bottom is BumbleWee specific css.*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

#blog html, #blog body, #blog div, #blog span, #blog applet, #blog object, #blog iframe,
#blog h1, #blog h2, #blog h3, #blog h4, #blog h5, #blog h6, #blog p, #blog blockquote, #blog pre,
#blog a, #blog abbr, #blog acronym, #blog address, #blog big, #blog cite, #blog code,
#blog del, #blog dfn, #blog em, #blog font, #blog img, #blog ins, #blog kbd, #blog q, #blog s, #blog samp,
#blog small, #blog strike, #blog strong, #blog sub, #blog sup, #blog tt, #blog var,
#blog b, #blog u, #blog i, #blog center,
#blog dl, #blog dt, #blog dd, #blog ol, #blog ul, #blog li,
#blog fieldset, #blog form, #blog label, #blog legend,
#blog table, #blog caption, #blog tbody, #blog tfoot, #blog thead, #blog tr, #blog th, #blog td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
#blog body {
	line-height: 1;
}
#blog h1, #blog h2, #blog h3, #blog h4, #blog h5, #blog h6 {
	clear: both;
	font-weight: normal;
}
#blog ol, #blog ul {
	list-style: none;
}
#blog blockquote {
	quotes: none;
}
#blog blockquote:before, #blog blockquote:after {
	content: '';
	content: none;
}
#blog del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
#blog table {
	border-collapse: collapse;
	border-spacing: 0;
}
#blog a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#blog #container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#blog #content {
	margin: 0 280px 0 20px;
}
#blog #primary,
#blog #secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#blog #secondary {
	clear: right;
}
#blog #footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

#blog .one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

#blog .single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
#blog body,
#blog input,
#blog textarea,
#blog .page-title span,
#blog .pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
#blog h3#comments-title,
#blog h3#reply-title,
#blog #access .menu,
#blog #access div.menu ul,
#blog #cancel-comment-reply-link,
#blog .form-allowed-tags,
#blog #site-info,
#blog #site-title,
#blog #wp-calendar,
#blog .comment-meta,
#blog .comment-body tr th,
#blog .comment-body thead th,
#blog .entry-content label,
#blog .entry-content tr th,
#blog .entry-content thead th,
#blog .entry-meta,
#blog .entry-title,
#blog .entry-utility,
#blog #respond label,
#blog .navigation,
#blog .page-title,
#blog .pingback p,
#blog .reply,
#blog .widget-title,
#blog .wp-caption-text,
#blog input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#blog pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
#blog code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#blog #access .menu-header,
#blog div.menu,
#blog #colophon,
#blog #branding,
#blog #main,
#blog #wrapper {
	margin: 0 auto;
	width: 940px;
}
#blog #wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#blog #footer-widget-area {
	overflow: hidden;
}
#blog #footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#blog #footer-widget-area #fourth {
	margin-right: 0;
}
#blog #site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#blog #site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
#blog body {
	background: #f1f1f1;
}
#blog body,
#blog input,
#blog textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
#blog hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
#blog p {
	margin-bottom: 18px;
}
#blog ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
#blog ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
#blog ol ol {
	list-style: upper-alpha;
}
#blog ol ol ol {
	list-style: lower-roman;
}
#blog ol ol ol ol {
	list-style: lower-alpha;
}
#blog ul ul,
#blog ol ol,
#blog ul ol,
#blog ol ul {
	margin-bottom: 0;
}
#blog dl {
	margin: 0 0 24px 0;
}
#blog dt {
	font-weight: bold;
}
#blog dd {
	margin-bottom: 18px;
}
#blog strong {
	font-weight: bold;
}
#blog cite,
#blog em,
#blog i {
	font-style: italic;
}
#blog big {
	font-size: 131.25%;
}
#blog ins {
	background: #ffc;
	text-decoration: none;
}
#blog blockquote {
	font-style: italic;
	padding: 0 3em;
}
#blog blockquote cite,
#blog blockquote em,
#blog blockquote i {
	font-style: normal;
}
#blog pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
#blog abbr,
#blog acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
#blog sup,
#blog sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
#blog sup {
	bottom: 1ex;
}
#blog sub {
	top: .5ex;
}
#blog input[type="text"],
#blog 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;
}
#blog a:link {
	color: #0066cc;
}
#blog a:visited {
	color: #743399;
}
#blog a:active,
#blog a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
#blog .screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#blog #header {
	padding: 30px 0 0 0;
}
#blog #site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#blog #site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#blog #site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#blog #branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#blog #access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#blog #access .menu-header,
#blog div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#blog #access .menu-header ul,
#blog div.menu ul {
	list-style: none;
	margin: 0;
}
#blog #access .menu-header li,
#blog div.menu li {
	float: left;
	position: relative;
}
#blog #access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#blog #access ul ul {
	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);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#blog #access ul ul li {
	min-width: 180px;
}
#blog #access ul ul ul {
	left: 100%;
	top: 0;
}
#blog #access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#blog #access li:hover > a,
#blog #access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#blog #access ul li:hover > ul {
	display: block;
}
#blog #access ul li.current_page_item > a,
#blog #access ul li.current-menu-ancestor > a,
#blog #access ul li.current-menu-item > a,
#blog #access ul li.current-menu-parent > a {
	color: #fff;
}
#blog * html #access ul li.current_page_item a,
#blog * html #access ul li.current-menu-ancestor a,
#blog * html #access ul li.current-menu-item a,
#blog * html #access ul li.current-menu-parent a,
#blog * html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#blog #main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#blog #content {
	margin-bottom: 36px;
}
#blog #content,
#blog #content input,
#blog #content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#blog #content p,
#blog #content ul,
#blog #content ol,
#blog #content dd,
#blog #content pre,
#blog #content hr {
	margin-bottom: 24px;
}
#blog #content ul ul,
#blog #content ol ol,
#blog #content ul ol,
#blog #content ol ul {
	margin-bottom: 0;
}
#blog #content pre,
#blog #content kbd,
#blog #content tt,
#blog #content var {
	font-size: 15px;
	line-height: 21px;
}
#blog #content code {
	font-size: 13px;
}
#blog #content dt,
#blog #content th {
	color: #000;
}
#blog #content h1,
#blog #content h2,
#blog #content h3,
#blog #content h4,
#blog #content h5,
#blog #content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#blog #content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#blog #content tr th,
#blog #content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#blog #content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#blog #content tr.odd td {
	background: #f2f7fc;
}
#blog .hentry {
	margin: 0 0 48px 0;
}
#blog .home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
#blog .single .hentry {
	margin: 0 0 36px 0;
}
#blog .page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
#blog .page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
#blog .page-title a:link,
#blog .page-title a:visited {
	color: #888;
	text-decoration: none;
}
#blog .page-title a:active,
#blog .page-title a:hover {
	color: #ff4b33;
}
#blog #content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
#blog .entry-title a:link,
#blog .entry-title a:visited {
	color: #000;
	text-decoration: none;
}
#blog .entry-title a:active,
#blog .entry-title a:hover {
	color: #ff4b33;
}
#blog .entry-meta {
	color: #888;
	font-size: 12px;
}
#blog .entry-meta abbr,
#blog .entry-utility abbr {
	border: none;
}
#blog .entry-meta abbr:hover,
#blog .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
#blog .entry-content,
#blog .entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#blog #content .entry-summary p:last-child {
	margin-bottom: 12px;
}
#blog .entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
#blog .entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
#blog .entry-content input {
	margin: 0 0 24px 0;
}
#blog .entry-content input.file,
#blog .entry-content input.button {
	margin-right: 24px;
}
#blog .entry-content label {
	color: #888;
	font-size: 12px;
}
#blog .entry-content select {
	margin: 0 0 24px 0;
}
#blog .entry-content sup,
#blog .entry-content sub {
	font-size: 10px;
}
#blog .entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
#blog .entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
#blog .page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
#blog .page-link a:link,
#blog .page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
#blog .home .sticky .page-link a {
	background: #d9e8f7;
}
#blog .page-link a:active,
#blog .page-link a:hover {
	color: #ff4b33;
}
#blog body.page .edit-link {
	clear: both;
	display: block;
}
#blog #entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#blog #entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#blog #entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#blog #entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
#blog .entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#blog .entry-meta a,
#blog .entry-utility a {
	color: #888;
}
#blog .entry-meta a:hover,
#blog .entry-utility a:hover {
	color: #ff4b33;
}
#blog #content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

#blog .home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
#blog .home .hentry.category-asides {
	padding: 0;
}
#blog .home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

#blog .category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
#blog .category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
#blog .home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

#blog .attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
#blog .attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
#blog .attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#blog #content img {
	margin: 0;
	/* dcrosbie march 14, 2011 - commented out since it was override the width/height tag attributes
	   of existing posts imported
	height: auto;
	max-width: 640px;
	width: auto;
	*/
}
#blog #content .attachment img {
	max-width: 900px;
}
#blog #content .alignleft,
#blog #content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#blog #content .alignright,
#blog #content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#blog #content .aligncenter,
#blog #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#blog #content img.alignleft,
#blog #content img.alignright,
#blog #content img.aligncenter {
	margin-bottom: 12px;
}
#blog #content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#blog #content .wp-caption img {
	margin: 5px 5px 0;
}
#blog #content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#blog #content .wp-smiley {
	margin: 0;
}
#blog #content .gallery {
	margin: 0 auto 18px;
}
#blog #content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#blog #content .gallery img {
	border: 2px solid #cfcfcf;
}
#blog #content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#blog #content .gallery dl {
	margin: 0;
}
#blog #content .gallery img {
	border: 10px solid #f1f1f1;
}
#blog #content .gallery br+br {
	display: none;
}
#blog #content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

#blog .navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
#blog .navigation a:link,
#blog .navigation a:visited {
	color: #888;
	text-decoration: none;
}
#blog .navigation a:active,
#blog .navigation a:hover {
	color: #ff4b33;
}
#blog .nav-previous {
	float: left;
	width: 50%;
}
#blog .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#blog #nav-above {
	margin: 0 0 18px 0;
}
#blog #nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#blog #nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#blog #comments {
	clear: both;
}
#blog #comments .navigation {
	padding: 0 0 18px 0;
}
#blog h3#comments-title,
#blog h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
#blog h3#comments-title {
	padding: 24px 0;
}
#blog .commentlist {
	list-style: none;
	margin: 0;
}
#blog .commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
#blog .commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#blog #comments .comment-body ul,
#blog #comments .comment-body ol {
	margin-bottom: 18px;
}
#blog #comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#blog #comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
#blog .commentlist ol {
	list-style: decimal;
}
#blog .commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
#blog .comment-author {
}
#blog .comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
#blog .comment-author .says {
	font-style: italic;
}
#blog .comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
#blog .comment-meta a:link,
#blog .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
#blog .comment-meta a:active,
#blog .comment-meta a:hover {
	color: #ff4b33;
}
#blog .commentlist .even {
}
#blog .commentlist .bypostauthor {
}
#blog .reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
#blog .reply a,
#blog a.comment-edit-link {
	color: #888;
}
#blog .reply a:hover,
#blog a.comment-edit-link:hover {
	color: #ff4b33;
}
#blog .commentlist .children {
	list-style: none;
	margin: 0;
}
#blog .commentlist .children li {
	border: none;
	margin: 0;
}
#blog .nopassword,
#blog .nocomments {
	display: none;
}
#blog #comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
#blog .commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#blog #comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#blog #comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
#blog input[type=submit] {
	color: #333;
}
#blog #respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#blog #respond p {
	margin: 0;
}
#blog #respond .comment-notes {
	margin-bottom: 1em;
}
#blog .form-allowed-tags {
	line-height: 1em;
}
#blog .children #respond {
	margin: 0 48px 0 0;
}
#blog h3#reply-title {
	margin: 18px 0;
}
#blog #comments-list #respond {
	margin: 0 0 18px 0;
}
#blog #comments-list ul #respond {
	margin: 0;
}
#blog #cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#blog #respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#blog #respond label {
	color: #888;
	font-size: 12px;
}
#blog #respond input {
	margin: 0 0 9px;
	width: 98%;
}
#blog #respond textarea {
	width: 98%;
}
#blog #respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#blog #respond .form-allowed-tags code {
	font-size: 11px;
}
#blog #respond .form-submit {
	margin: 12px 0;
}
#blog #respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

#blog .widget-area ul {
	list-style: none;
	margin-left: 0;
}
#blog .widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
#blog .widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
#blog .widget_search label {
	display: none;
}
#blog .widget-container {
	margin: 0 0 18px 0;
}
#blog .widget-title {
	color: #222;
	font-weight: bold;
}
#blog .widget-area a:link,
#blog .widget-area a:visited {
	text-decoration: none;
}
#blog .widget-area a:active,
#blog .widget-area a:hover {
	text-decoration: underline;
}
#blog .widget-area .entry-meta {
	font-size: 11px;
}
#blog #wp_tag_cloud div {
	line-height: 1.6em;
}
#blog #wp-calendar {
	width: 100%;
}
#blog #wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#blog #wp-calendar thead {
	font-size: 11px;
}
#blog #wp-calendar thead th {
}
#blog #wp-calendar tbody {
	color: #aaa;
}
#blog #wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#blog #wp-calendar tbody .pad {
	background: none;
}
#blog #wp-calendar tfoot #next {
	text-align: right;
}
#blog .widget_rss a.rsswidget {
	color: #000;
}
#blog .widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
#blog .widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#blog #main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#blog #main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#blog #primary {
}
#blog #secondary {
}

/* Footer widget areas */
#blog #footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#blog #footer {
	margin-bottom: 20px;
}
#blog #colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#blog #site-info {
	font-weight: bold;
}
#blog #site-info a {
	color: #000;
	text-decoration: none;
}
#blog #site-generator {
	font-style: italic;
	position: relative;
}
#blog #site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#blog #site-generator a:hover {
	text-decoration: underline;
}
#blog img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

#blog pre {
	-webkit-text-size-adjust: 140%;
}
#blog code {
	-webkit-text-size-adjust: 160%;
}
#blog #access,
#blog .entry-meta,
#blog .entry-utility,
#blog .navigation,
#blog .widget-area {
	-webkit-text-size-adjust: 120%;
}
#blog #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;
	}
}


/*
Theme Name:     BumbleWee Theme
Description:    Child theme for the Twenty Ten theme 
Author:         Denise Crosbie
Template:       twentyten
Version:        0.1.0
*/

/*PUT YOUR NEW STYLES BELOW THIS LINE*/

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#blog #container {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
}
#blog #content {
	margin: 0 0 0 0;
}
#blog #primary,
#blog #secondary {
	float: right;
	overflow: hidden;
	width: 0;
}
#blog #secondary {
	clear: right;
}
#blog #footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

#blog .one-column #content {
	margin: 0 auto;
	width: 540px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

#blog .single-attachment #content {
	margin: 0 auto;
	width: 540px;
}

/* The main theme structure */
#blog #access .menu-header,
#blog div.menu,
#blog #colophon,
#blog #branding,
#blog #main,
#blog #wrapper {
	margin: 0 auto;
	width: 540px;
}
#blog body {
	background: white;
}

/* =Header
-------------------------------------------------------------- */

#blog #header {
	padding: 0 0 0 0;
}

/* =Menu
-------------------------------------------------------------- */

#blog #access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 540px;
}
#blog #access .menu-header,
#blog div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 540px;
}

/* =Content
-------------------------------------------------------------- */

#blog #content,
#blog #content input,
#blog #content textarea {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

#blog #main {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
}

#blog .page-title {
  background-color: #872562;
	color: #fff !important;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 36px 0 !important;
	padding: 7px 0 7px 10px !important;
}
#blog .page-title span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}

#blog .hentry {
	margin: 0 0 10px 0;
}

#blog .wp-post-image {
  float: left;
}

#blog #content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	clear: none;
}

#blog .entry-content,
#blog .entry-summary {
	clear: none;
	padding: 12px 0 0 0;
}

/*#blog .entry-utility {
	clear: none;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-left: 10px;
}*/

/* =Navigation
-------------------------------------------------------------- */

#blog #nav-below {
	margin: 0 0 0 0;
}





