/*

Theme Name: Half-Baked
Description: A bold red, two-column theme that splits the index pages of your WordPress blog right down the middle.
Tags: red, dark, two-columns, left-sidebar, fluid-layout, sticky-post, threaded-comments, translation-ready
Theme URI: http://github.com/guyfisher/half-baked
Author: Guy Fisher
License: GNU General Public License 2.0
License URI: http://gnu.org/licenses/gpl-2.0.html
Text Domain: half-baked
Version: 1.7

Copyright © 2007 Guy M. Fisher

*/

@import "./css/layout.css"; /* layout style sheet */
@import "./css/color.css"; /* color palette style sheet */

html {
	border-top-width: 8px;
	border-top-style: solid;
}

body {
	font-size: small;
	font-family: tahoma, geneva, "bitstream vera sans", lucida, verdana, sans-serif;
}

/* "hidden" elements (http://www.webaim.org/techniques/articles/hiddentext) */

hr, .screen-reader-text,
p.comment-form-comment label,
div#sidebar h2,
div.widget_pages h3, div#feeds h3 {
	display: block;
	position: absolute;
	left: 0;
	top: -100px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* block elements */

blockquote {
	margin: auto 2em;
	font-style: italic;
}
blockquote blockquote {
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: .5em;
}

dt {
	margin-bottom: .25em;
}
dd {
	margin-left: 0;
}
dd p:first-child {
	margin-top: 0;
}

form {
	margin: 1em 0;
	border: none;
	padding: 0;
	line-height: normal;
}
form a {
	border: none !important;
}
form a:hover, form a:focus, form a:active {
	text-decoration: underline !important;
}
form fieldset {
	margin: 0;
	border: none;
	padding: 0;
}
form input, select {
	border-width: 2px;
	border-style: inset;
	padding: 2px;
}
form input, form textarea, select {
	font-size: small;
	font-family: tahoma, geneva, "bitstream vera sans", lucida, verdana, sans-serif;
}
form input[id|=pwbox] {
	margin: 4px auto;
}
form input#submit, form input#searchsubmit, form input[type=submit] {
	border-width: 1px;
	border-style: outset;
	cursor: pointer;
}
form input#submit:active, form input#searchsubmit:active, form input[type=submit]:active {
	border-style: inset;
}

ul {
	list-style-type: square;
}

/* inline elements */

a:link, a:visited {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}

abbr[title], acronym[title] {
	cursor: help;
}

cite {
	font-style: normal;
	font-weight: bolder;
}

code, kbd {
	font-size: 100%;
	font-family: "lucida sans typewriter", "lucida console", "andale mono", "monotype.com", "courier new", courier, monospace;
}
kbd {
	font-weight: bold;
}

/* running head & running foot */

div#head, div#foot {
	text-align: center;
}

div#head h1 {
	min-height: 62px;
	margin: 0 auto 20px;
	padding: 0;
	font-weight: normal;
	font-size: 350%;
}
div#head h1, div#head h1 a {
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
}

div#head p#tagline {
	margin: 0 auto 30px;
}

div#head p#contact, div#foot p#about { /* "contact" & "about" image replacement (http://www.mezzoblue.com/tests/revised-image-replacement/#leahylangridge) */
	width: 70px;
	height: 34px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-position: left top;
	background-repeat: no-repeat;
}
div#head p#contact a, div#foot p#about a {
	display: block;
	width: 70px;
	height: 0 !important; height /**/: 34px;
	margin: 0;
	border: none;
	padding: 34px 0 0;
	background-position: left top;
	background-repeat: no-repeat;
}
div#head p#contact a:hover, div#head p#contact a:focus,
div#foot p#about a:hover, div#foot p#about a:focus {
	background-position: 0 -34px;
}

div#foot p#about {
	margin-bottom: 20px;
}

/* content */

div#content { /* index layout center rule */
	background-position: center top;
	background-repeat: repeat-y;
}

/* headings */

h1, h2, h3, h4, h5 {
	clear: both;
	line-height: normal !important;
}
h1, h2, h3 {
	font-weight: normal;
	font-family: impact, haettenschweiler, charcoal, "arial black", sans-serif;
	text-transform: lowercase;
}

h2 {
	text-align: right;
	font-size: 300%;
}

/* images & captions */

.alignleft {
	float: left;
	margin: 0 18px 6px 0;
}
.aligncenter {
	display: block;
	margin: 1em auto;
}
.alignright {
	float: right;
	margin: 0 0 6px 18px;
}
.alignnone {
	float: none !important;
}

.wp-caption {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	text-align: center;
}
.wp-caption a, .gallery-icon a {
	border: none !important;
}
.wp-caption img {
	margin: 0;
	padding: 0;
}
.wp-caption-text {
	margin: .5em auto 0;
	font-size: 85%;
	font-style: italic;
}
.gallery-caption {
	padding: 0 1em;
	font-style: normal;
}

/* main content */

div#main {
	line-height: 135%;
}

div#main a { /* text links */
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

div.highlight a.more-link,
div.highlight div.message a,
div#main div.dateline a,
div#main div.tags a,
div#main div.bookmarks a,
ol#trackbacks li a,
divprev-next a { /* override text links */
	border: none !important;
}
div.highlight a.more-link:hover, div.highlight a.more-link:focus, div.highlight a.more-link:active,
div.highlight div.message a:hover, div.highlight div.message a:focus, div.highlight div.message a:active,
div#main div.dateline a:hover, div#main div.dateline a:focus, div#main div.dateline a:active,
div#main div.tags a:hover, div#main div.tags a:focus, div#main div.tags a:active,
div#main div.bookmarks a:hover, div#main div.bookmarks a:focus, div#main div.bookmarks a:active,
ol#trackbacks li a:hover, ol#trackbacks li a:focus, ol#trackbacks li a:active,
div.prev-next a:hover, div.prev-next a:focus, div.prev-next a:active {
	text-decoration: underline !important;
}

div#main h3 {
	margin: 0 0 .5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0 0 2px;
	text-align: right;
	font-size: 200%;
}
div#main h3 a, div#main h4 a, div#main h5 a {
	border: none;
}
div#main img {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	border-width: 6px;
	border-style: solid;
}
div#main video {
	max-width: 100%;
	height: auto;
}

div.prev-next {
	clear: both; /* clear below floated images */
	width: 100%;
	overflow: hidden; /* extended box hack (http://www.quirksmode.org/css/clearing.html) */
	margin: 2em 0 1em;
	line-height: normal;
}
div.prev-next div.prev {
	float: left;
	width: 48%;
	text-align: left;
}
div.prev-next div.next {
	float: right;
	width: 48%;
	text-align: right;
}

/* index posts */

div.highlight {
	width: 100% !important;
	margin-bottom: 1.5em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.highlight div.post, div.sticky, div.message {
	margin: 0;
	padding: 1em;
}

div.excerpt {
	margin: 1.5em 0 2em;
}
div.excerpt h4 {
	margin: 0;
	font-size: 110%;
}

div.dateline, div.tags, div.bookmarks {
	font-size: 85%;
	line-height: normal;
}
div.dateline img.icon, div.bookmarks img.icon {
	border: none !important;
	border-radius: 2px;
	vertical-align: text-bottom;
}
div.bookmarks img.icon {
	margin-right: 1px;
}
div.dateline {
	margin: .5em 0 1em;
}
div.link-pages, div.tags, div.bookmarks {
	clear: both; /* clear below floated images */
}
div.tags {
	margin: 1em 0 .5em;
}
div.bookmarks {
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: .5em;
}

/* single posts & pages */

body.single h2, body.page h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: .2em;
	text-align: left;
}

div#postmeta { /* postmeta slider */
	margin-bottom: 2em;
	text-align: right;
}
div#postmeta div#postmeta_slider div.scriptaculous {
	padding: 1em;
}
div#postmeta div#postmeta_slider dl {
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: .5em;
}
div#postmeta div#postmeta_slider dt {
	margin: .5em 0 .2em;
	font-weight: bold;
}
div#postmeta div#postmeta_slider dt:first-child {
	margin-top: 0;
}

body.single div#main > *:first-child, body.page div#main > *:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
body.single div#main h2,
body.page div#main h2 {
	border-bottom: none;
	padding-bottom: 0;
}
body.single div#main h3, body.page div#main h3 {
	margin-top: 1em;
	border-bottom: none;
	padding-bottom: 0;
	text-align: left;
}

/* comments */

div#main h3#comments {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 2px;
	text-align: right;
}
ol.commentlist,
ol.children {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ol.children {
	margin-left: 46px;
}
li.comment,
li.pingback,
li.trackback {
	position: relative;
	margin: 2em 0;
}
li.comment h4 {
	margin: 0;
	font-size: 110%;
}
li.comment h4,
div.comment-author {
	margin-left: 46px;
}
div.avatar {
	position: absolute;
	top: 0;
	left: 0;
}
div.avatar img {
	width: 38px;
	height: 38px;
	border-width: 3px !important;
}
li.bypostauthor {
	padding: .5em;
}
li.bypostauthor div.avatar {
	left: .5em;
	top: .5em;
}

/* pingbacks */

li.pingback,
li.trackback {
	padding: 10px;
}
li.pingback img.icon,
li.trackback img.icon {
	border: none !important;
	border-radius: 2px;
	vertical-align: text-bottom;
}

/* comment form */

div#respond {
	clear: both;
	margin: 3em 0 2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 1em;
}
h3#reply-title {
	position: relative;
	margin-top: 0 !important;
}
h3#reply-title small {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: small;
	font-family: tahoma, geneva, "bitstream vera sans", lucida, verdana, sans-serif;
}
h3#reply-title a#cancel-comment-reply-link:hover,
h3#reply-title a#cancel-comment-reply-link:focus,
h3#reply-title a#cancel-comment-reply-link:active {
	text-decoration: underline;
}
fieldset.comment-form-fields p {
	overflow: hidden;
	width: 100%;
	margin: .5em 0 0;
}
fieldset.comment-form-fields p label,
fieldset.comment-form-fields p span {
	position: relative;
	top: .25em;
	left: .5em;
}
fieldset.comment-form-fields p input {
	float: right;
	width: 75%;
	margin-left: 1em;
}
p.comment-form-comment {
	width: auto;
	border-width: 2px;
	border-style: inset;
}
p.comment-form-comment textarea {
	display: block;
	resize: vertical;
	width: 100%;
	margin: 0;
	border: none;
	padding: 0;
}
div#respond p.form-submit input {
	padding: .5em;
}

/* archives (archives.php) */

ul.get_archives, ul.list_categories {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul.get_archives ul, ul.list_categories ul {
	list-style: none;
}
ul.get_archives li, ul.list_categories li {
	margin: .25em 0;
}

p.tag_cloud {
	text-align: justify;
	line-height: 250%;
}

/* sidebar */

div#sidebar {
	margin-top: 2em;
	text-align: right;
}
body.single div#sidebar, body.page div#sidebar {
	margin-top: 0;
}
div#sidebar > h2 + div.widget, div#sidebar > h2 + div.widget h3, div#sidebar > h2 + div.widget form {
	margin-top: 0 !important;
}
div#sidebar h3 {
	margin: 1em 0 .25em;
	font-size: 150%;
}
div#sidebar h3 a {
	border: none;
	text-decoration: none;
}
div#sidebar ul {
	list-style-type: none;
	margin-top: 0;
}
div#sidebar li {
	margin: .25em 0;
}
div#sidebar li a img {
	border: none;
}

/* pages widget */

div.widget_pages,
div.widget_nav_menu {
	margin: 2em 0;
}
div.widget_pages ul,
div.widget_pages ul li,
div.widget_nav_menu ul,
div.widget_nav_menu ul li { /* page list (http://alistapart.com/stories/taminglists/) */
	margin: 0;
	border: none;
	padding: 0;
}
div.widget_pages ul.children,
div.widget_nav_menu ul.sub-menu { /* child page list */
	border-right-width: 4px;
	border-right-style: solid;
	padding-right: 4px;
}
div.widget_pages ul li,
div.widget_nav_menu ul li { /* page list item */
	margin: 2px 0;
}
div.widget_pages ul li a,
div.widget_nav_menu ul li a { /* page link */
	display: block;
	height: 1em; /* Internet Explorer hypercoding hack */
	margin: 0;
	border-right-width: 4px;
	border-right-style: solid;
	padding: 8px;
}
html>body div.widget_pages ul li a,
html>body div.widget_nav_menu ul li a { /* override Internet Explorer hypercoding hack */
	height: auto;
}

/* search widget */

div.widget_search form {
	margin-top: 2em;
}

/* feeds widget */

div#feeds {
	margin: 1em 0 2em;
}
div#feeds li {
	display: inline;
	margin-left: .5em;
	padding-left: 16px;
	background: transparent url("./images/feed-icon-12x12.png") left center no-repeat;
}

/* accordion widget */

div#sidebar div.widget_half_baked_accordion {
	width: 100% !important;
	margin: 2em 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div#sidebar div.widget_half_baked_accordion div.accordion_content {
	padding: 1.5em;
}
div#sidebar div.widget_half_baked_accordion img {
	margin: 0 0 6px 6px;
	border-width: 2px;
	border-style: solid;
}
div#sidebar div.widget_half_baked_accordion h3 {
	margin: 0 0 .5em;
	border: none;
	padding: 0;
}
div#sidebar div.widget_half_baked_accordion h3 img {
	margin: 0 6px;
	border: none;
	vertical-align: middle;
}

/* calendar widget */

table#wp-calendar {
	border-collapse: collapse;
	margin-right: 0;
	margin-left: auto;
}
table#wp-calendar caption {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 4px;
	font-weight: bold;
	text-align: left;
}
table#wp-calendar th,
table#wp-calendar td {
	padding: 4px;
	text-align: center;
}
table#wp-calendar tfoot {
	border-top-width: 1px;
	border-top-style: solid;
}
table#wp-calendar td#prev {
	text-align: left;
}
table#wp-calendar td#next {
	text-align: right;
}

/* rss widget */

div.widget_rss li {
	padding-bottom: .75em;
}
span.rss-date {
	display: block;
}
div.rssSummary {
	margin: .5em 0 .25em;
	font-style: italic;
}

/* tag cloud widget */

div.tagcloud {
	text-align: justify;
}

/* text widget */

div.widget_text img,
div.widget_text select {
	max-width: 100%;
	height: auto;
}

/* meta widget */

div.widget_meta p {
	line-height: 150%;
}
div.widget_meta p.login {
	margin-top: 1em;
	text-transform: capitalize;
}