/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */

body {
	background-color: #555;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: medium;
	font-family: Tahoma, Verdana, Segoe, sans-serif; 
}
a:hover, a:focus {
	text-decoration: none;
}
a:visited {
	color: #357EC7;
}
#page {
	display: block;
	margin: auto;
        width: 80%;
        background: #FFF;
	background-image: url(http://www.auburnpioneercemetery.net/images/archbg.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
        min-width: 980px;
	max-width: 1250px;
}
#primary {
        float: right;
	width: 63%;
        margin-right: 120px;
}

#main .widget-area {
	float: left;
	overflow: hidden;
	width: 22%;
        padding-left: 10px;
        padding-top: 10px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
        text-align: center;
        font-size: 80%;
        color: #444;
        padding-top: 20px;
        padding-bottom: 10px;
}
#main .widget-area h1, #main .widget-area h2, #primary h1, #primary h2 {
        font-family: Georgia, Times, "Times New Roman", serif;
        font-variant: small-caps;
        letter-spacing: 1.75px;
}
#content h1 a {
        color: #000;
        text-decoration: none;
}
#content h1 a:hover {
        text-decoration: underline;
}


/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Header
-------------------------------------------------------------- */

#branding hgroup {
	background-image: url(http://www.auburnpioneercemetery.net/images/cembg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #787878;
	height: 210px;
	border-bottom: 1px solid #555;
}
#banner-text {
	background: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	display: inline-block;
	margin-top: 30px;
	padding: 10px;
	padding-right: 90px;
}

#branding hgroup a {
	color: #000;
	text-decoration: none;
}

#branding hgroup a:visited {
	color: #000;
}

#branding hgroup h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 250%;
	letter-spacing: 1px;
	margin: 0;
}

#site-description {
	font-size: 1em;
	font-weight: normal;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	width: 100%;
        background: #111;
        color: #FFF;
}
#access ul {
	list-style-image: url(http://www.auburnpioneercemetery.net/images/crest.gif);
        margin: 0px;
        margin-left: 32px;
	padding-left: 0;
        width: 80%; 
}
#access li {
	float: left;
	position: relative;
        width: 22%;
	padding: 7px;
	font-size: 120%;
	font-family: Georgia, Times, "Times New Roman", serif;
}
#access a {
	display: block;
	color: #FFF;
	text-decoration: none;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
        font-size: 80%;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

article img {
	margin: 5px;
	border: 1px solid black;
}

/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

#main .widget-area ul {
        list-style: none;
        margin: 0;
        padding: 4px 0px;
}
#main .widget-area h1 {
        margin-bottom: 0px;
}
.textwidget {
        text-align: center;
}
.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
#wp-calendar caption {
	font-family: Georgia, Times, "Times New Roman", serif;
        font-size: 110%;
        margin-top: 30px;
}
.jetpack_subscription_widget p {
	font-size: 80%;
}