/*
Theme Name: jasonahart.com - Built on "Toolbox"
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Jason A. Hart [Toolbox: Automattic]
Author URI: http://jasonahart.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: 0.5
*/

body {
    background-color: #00133a;
    margin: 0px;
    padding: 0px;
    color: #222;
    font-family: 'Verdana', 'Tahoma', 'Arial', sans-serif;
    font-size: 13px;
}

a {
    color: #062170;
}
a:hover {
    color: #5870b8;
}
a:visited {
    color: #062170;
}

h1 {
    font-size: 22px;
    color: #7d461f;
}
h2 {
    font-size: 18px;
}

/* ALL content is wrapped inside the #page div */
#page {
	display: block;
	margin: 0px auto;
	width: 933px;
}

#branding {
    text-align: center;
}

#banner{
    border: 0px;
    margin: 0px auto 20px auto;
    padding: 0px;
    width: 780px;
    height: 99px;
    overflow: hidden;
}

/* Navigation - a few simple buttons, no dropdowns */
#access {
    position: relative;
	display: block;
	float: left;
	margin: 0px;
    padding: 0px;
	width: 100%;
    height: 35px;
    overflow: hidden;
}
#access ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#access li {
    z-index: 1;
	float: left;
	position: relative;
	background-image: url('img/jh-navbutton.png');
    background-repeat: no-repeat;
    margin-left: 15px;
    padding-top: 15px;
    height: 35px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
}
/* Push the "active" item down behind the main div */
#access li.current-menu-item{
    margin-top: 10px;
}
#access a {
    color: #222;
	display: block;
	padding: 0px 10px;
	text-decoration: none;
}
#access a:hover{
    color: #999;
}
#access a:visited{
    color: #222;
}

#cabinet {
    z-index: 2;
    clear: both;
    width: 100%;
    overflow: hidden;
    border-left: 1px solid #be7f53;
    border-top: 1px solid #be7f53;
    border-right: 1px solid #351803;
    border-bottom: 1px solid #351803;
    background-color: #7d461f;
    margin: 0px 0px 15px 0px;
    padding: 3px;
}

#main {
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #fff;
}

/* The main content column for pages/posts */
#primary {
	float: left;
	width: 640px;
	margin: 12px;
    	padding: 0px;
}
/* A custom version of the primary column for "Soak the Rich" */
#primary-soak {
	margin: 15px;
}
#primary-soak entry-title {
	margin-top: 0px;
}
#primary-soak .tweetthis {
	display: none;
}


/* Featured content at the top of the home page */
#featured .widget-title {
    font-size: 16px;
}


/* The right sidebar */
#sidebar {
    float: left;
    width: 235px;
    margin: 12px;
    padding: 5px;
    overflow: hidden;
}
#sidebar .widget-title {
    text-align: center;
    font-size: 14px;
    border: 0px;
    margin: 15px 15px 0px 15px;
    padding: 3px;
    background-color: #7eef3c;
    color: #333;
}
#sidebar ul {
    width: 95%;
    list-style-type: none;
    border: 2px solid #7eef3c;
    margin: 0px;
    padding: 5px;
}
#sidebar li {
    margin: 5px;
}

/*Custom settings for the sidebar on archive pages*/
.archives #sidebar ul{
	border: 0px;
}


/* Various customizations for the main column..
   make sure to delete corresponding Toolbox defaults */
#content {
	
}

div.cat-links{
	margin-top: 0px;
}

.entry-title {
    margin-bottom: 0px;
}

dt{
    margin-top: 7px;
}

/* Try to force YouTube videos to display centered */
.entry-content iframe{
	margin: 0px auto;
	text-align: center;
}

/* The footer sits directly below the #main wrapper div */
#colophon {
	clear: both;
	display: block;
	margin: 0px;
	padding: 5px 5px 2px 5px;
	background-color: #7d461f;
	color: #efefef;
}
#colophon a {
    color: #7eef3c;
}

/* Content and other specifics...
   Make sure to delete Toolbox defaults as needed */


/* ***** */
/* TOOLBOX THEME DEFAULTS */
/* 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;
}

/* =Content
-------------------------------------------------------------- */

.sticky {
}

.entry-meta {
    margin-top: 0px;
    padding-left: 15px;
}

.tag-links {
    color: #555;
}

.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;
}

.entry-comments {
    clear: both;
    display: block;
    width: 90%;
    border-bottom: 1px solid #5870b8;
    margin: 0px auto;
    padding-bottom: 5px;
    text-align: center;
}

/* 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;
}


/* =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
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
