/*
Theme Name:	Good Stuff Maynard
Theme URI: 	http://www.goodstuffmaynard.com
Description: 	The official theme for GoodStuffMaynard.com. Clean, simple, and a little bit orange.
Version:        1.0
Author:		Joel McDonald
Author URI:	http://www.goodstuffmaynard.com
Tags: fixed-width, two-columns
*/

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* -- undo browser defaults -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/*Body & Links
------------------------------------------------------------ */
html {
    height: 100%;
}
body {
    height: 100%;
    font: 62.5% Arial,Helvetica,Sans-serif;
    color: #444;
    line-height: 2.2em;
    background: white;
}
a:link, a:visited { color: #FF2400; }
a:hover {
    color: #333;
}

/*Basic Structure
------------------------------------------------------------ */
.wrapper{
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;

    margin-bottom: -146px;
    position: relative;
}
#content{
    float: left;
    width: 648px;
    padding: 0 0 30px 0;
}
#sidebar {
    float: right;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 266px;
}
.clear:after, li.comment:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/*Header
------------------------------------------------------------ */
#header {
    width: 100%;
    background: #e8e8e8;
    height: 150px;
    margin-bottom: 50px;
    border-bottom: 20px solid #dddddd;
}
#title {
    padding: 0;
    padding-top: 38px;
    font-weight: bold;
    float: left;
    position: absolute;
}

#title-bg {
    background: url(images/logo.png) no-repeat;
    width: 278px;
    height: 166px;
    cursor:pointer;
}

#admin {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 20px;
    min-height: 20px;
}


/*Description
---------------------------------------*/
#description {
    margin: 10px;
    margin-top: 148px;
    color: white;
    font-size: 1.6em;
    font-weight: bold;
    float: right;
}

/*Page/Post Styling
------------------------------------------------------------ */
.post { margin-bottom: 30px;}
/*Post Header
---------------------------------------*/
.post-header {
    margin: 0 0 10px 0;
    padding-top: 20px;
}

.post-header h2 {
    font-size: 2em;
    line-height: 1.1em;
    margin-left: 131px;
}
.date {
    margin-left: 30px;
    float: left;
    width: 75px;
    height: 75px;
    background: #e8e8e8;
    color: white;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
}
.date p {
    margin-top: 7px;
}

.date div {
    margin: 0 auto;
    margin-top: 10px;
    color: white;
    font-weight:600;
    font-size: 2.1em;
    text-align: center;
}
/*Post Body
---------------------------------------*/
.entry {
    margin: 0 0 0 131px;
    width: 510px;
    font-size: 1.3em;
    text-align: justify;
}
.entry p {
    margin-bottom: 10px;
    color: #555;
}

a.entry-title:link, a.entry-title:visited {
    font-size: 1.3em;
    font-weight: bold;
    padding: 15px 0 5px 0;
    /* color: #555; */
}

.entry h2, .entry h3, .entry h4 {
    font-size: 1.3em;
    padding: 15px 0 5px 0;
}

.entry h3 {
    padding-top: 10px;
    font-size: 1em;
}
.entry h4, .entry h5, .entry h6 {
    padding-top: 10px;
    font-size: .9em;
}

.edit a, .edit-comment a {
    color: #444;
    font-weight: bold;
    font-size: .55em;
    margin-left: 3px;
}

.edit a:hover, .edit-comment a:hover { color: #999; }

.edit-comment a {
    font-size: .65em;
}

pre {
    margin: 10px 0;
    padding: 1em 10px;
    overflow: auto;
    background-color: #E9EBD9;
    color: #000;
}
code {
    padding: 2px 3px;
    font: 1.1em Consolas, Courier New, sans-serif;
    background-color: #E9EBD9;
    color: #000;
}
pre code { font-size: 1.3em; }
blockquote {
    display: block;
    margin: 20px 0 20px 20px;
    padding: 0 0 0 20px;
    border-left: 3px solid #CBCAC8;
    color: #666;
    font-style: italic;
    line-height: 1.5em;
}
.entry ul, .c-body ul {
    margin: 0 0 10px 10px;
}
.entry ul li, .c-body ul li {
    display: block;
    margin: 5px 0;
    padding: 0 0 0 17px;
}
.entry ol, .c-body ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 5px 0 5px 10px;
}
.entry ol li ol li, .c-body ol li ol li { list-style-type: lower-roman; }
.entry ol li, .c-body ol li { margin: 5px 0; }
.navigation {
    margin: 0 0 0 131px;
    padding: 0;
    font-size: 1em;
}
.index { padding: 0; }
/*Post Footer
---------------------------------------*/
.post-footer {
    margin-left: 131px;
    border-top: 1px solid #e8e8e8;
    padding-left: 5px;
}
.categories {
    float: left;
}

.comments {
    float: right;
    background: #f5f5f5;
    text-align: center;
    padding: 0 5px;
    margin: 0;
}
.comments a {
    display: block;
    color: #444;
}
.comments a:hover {
    color: #FF2400;
    text-decoration: none;
}
/*Single
---------------------------------------*/
.tags {
    float: left;
    width: 104px;
}
.tags span {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    color: #beaa99;
    padding: 0 0 10px 28px;
}
.tags p {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #beaa99;
}
.tags a {
    color: #beaa99;
}

.post-header-single {
    margin: 0 0 10px 0;
    padding-top: 5px;
}

.post-header-single h1 {
    margin-left: 131px;
    padding-bottom: 4px;
    font-size: 2.5em;
    line-height: .5em;
}
.meta {
    border-top: 1px solid #EFEAE4;
    margin-top: 10px;
    padding-top: 5px;
    font-size: 1.2em;
    text-align: right;
    color: #666;
}
/*Comments
------------------------------------------------------------ */
#comments {

}

.comment-number {
    display: block;
    padding: 30px 0 5px 0;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 0 131px;
}
.comment-number span {
    font-size: 1.3em;
    color: #777;
}
.none { border-bottom: 1px solid #EFEAE4; }
a#leavecomment {
    font-size: 1.6em;
    padding-left: 2px;
}

.notice {
    font-size: .8em;
    color: #aaa;
}

/*Body
---------------------------------------*/
li.comment {
    padding-top: 20px;
}
li.comment.depth-2 {
    margin-bottom: 10px;
}
ul.children {
    margin: 10px 0 0 131px;
    clear: both;
}
div.c-grav {
    float: left;
    width: 40px;
    margin: 0;
    margin-left: 60px;
    text-align: right;
    margin-top: 5px;
}
div.c-grav img {
    padding: 4px;
    border: 1px solid #e8e8e8;
    background: #fff;
}
div.c-body {
    margin-left: 131px;
    width: 497px;
    font-size: 1.3em;
    color: #808080;
}
ul.children div.c-body { margin-left: 70px; width: 427px; }
div.c-body p { margin-bottom: 10px; }
div.c-head {
    margin: 0 0 10px 0;
    font-weight: bold;
    border-top: 1px solid #e8e8e8;
}
.c-permalink {
    margin-top: -10px;
}

.c-permalink a:link, .c-permalink a:visited {
    color: #555;
    font-size: .7em;
}
.c-permalink a:hover {
    color: #aaa;
}
div.reply { padding-bottom: 10px; }
div.reply a:link, div.reply a:visited { color: #beaa99; }

/*Form
---------------------------------------*/
form#commentform { margin: 0 0 20px 131px; }
#respond { font-size: 1.3em; }
#respond h4 {
    padding: 5px 0 0 0;
    color: #777;
    border-top: 1px solid #e8e8e8;
    margin: 20px 0 10px 131px;
    font-size: 1.3em;
    font-weight: bold;
}
form#commentform label.comment-field {
    display:inline;
    margin: 5px 0 3px 0;
    font-size: 1em;
    font-weight: bold;
}
input.text-input, form#commentform textarea {
    padding: 3px 3px;
    background: #fff;
    font: 62.5% Arial,Helvetica,Sans-serif;
    color: #777;
    border: 1px solid #e8e8e8;
    width: 477px;
    font-size: 1.1em;
}

input.text-input {
    color: #999;
}


input#author, input#email, input#url { width: 300px; }
form#commentform input:focus, form#commentform textarea:focus { background: #fff; }
form#commentform input#submit {
    margin-top: 10px;
    padding: 5px;
    width: 120px;
}
form#commentform p.guidelines {
    margin: 10px 0;
    color: #555;
}
p.subscribe-to-comments, p.comments-rss{
    margin-top: 20px;
}
p.comments-rss a {
    font-size: .9em;
    color: #777;
    padding: 0 0 0 19px;
    background: url(images/feed-icon.png) no-repeat 0 .1em;
}
fieldset { border: none;}
/*Note
---------------------------------------*/
p.note {
    font-style: italic;
    font-size: 1.3em;
}
/*Pingbacks/Trackbacks
---------------------------------------*/
h3.pinghead {
    font-size: 1.3em;
    color: #444444;
}
ol.pinglist {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 0 0 10px 10px;
    font-size: 1.3em;
}

/*Pages
---------------------------------------*/
.entry.page {
    margin: 0;
    width: 628px;
}
h1.pagetitle, h2.pagetitle {
    margin: 0 0 20px 131px;
    padding-top: 20px;
    font-size: 2.2em;
}
/*Archives List
---------------------------------------*/
.entries {
    margin: 0 0 0 131px;
    border-top: 1px dashed #ccc;
}
.entries ul {
    font-size: 1.3em;
}
.entries ul li {
    line-height: 2.5em;
    border-bottom: 1px dashed #ccc;
}
.entries span {
    margin-right: 20px;
    color: #777;
}
/*Sidebar
------------------------------------------------------------ */
a.rss {
    font-size: 1.3em;
    line-height: 1.2em;
    color: #777;
    padding-left: 18px;
    background: url(images/feed-icon.png) no-repeat 0 .1em;
    vertical-align: middle;
}

a.twitter {
    font-size: 1.3em;
    line-height: 1.2em;
    color: #777;
    padding-left: 18px;
    background: url(http://twitter-badges.s3.amazonaws.com/t_mini-a.png) no-repeat 0 .1em;
    vertical-align: middle;
}

h2.widgettitle {
    margin: 15px 0 5px 0;
    padding-bottom: 3px;
    font-size: 1.5em;
    border-bottom: 1px solid #e8e8e8;
    color: #555;
}
ul li.widget ul {
    font-size: 1.15em;
    line-height: 1.6em;
    margin-left: 5px;
}
ul li.widget ul li ul {
    margin-left: 5px;
    font-size: 1em;
}
ul li.widget ul li {
    padding: 1px 0;
    padding-left: 6px;
    font:95%/1em Arial,Verdana,Sans-serif;
    letter-spacing:.15em;
    line-height:1.5em;
}

ul li.widget ul li a {

}

ul li.widget ul li ul li {
    padding: 1px 0 0 0;
}

/*Footer
------------------------------------------------------------ */
.clearfooter {
    height: 146px;
    clear: both;
}

#footer {
    background: #e8e8e8;
    color: #ccc;
    height: 145px;
    position: relative;
    border-top: 1px solid #ddd;
    margin: 0;
}

/* About
---------------------------------------*/
#about {
    float: left;
    width: 400px;
}

#about h2 {
    font-size: 3em;
    padding-top: 10px;
    padding-bottom: 2px;
    color: #ccc;
}

#about p {
    margin-left: 20px;
    color: #aaa;
    font-size: 1.2em;
    line-height: 1.75em;
}

/* Images
----------------------------------------*/
.alignright {float:right; margin:0 0 1em 1.5em;}
.alignleft {float:left; margin:0 1.5em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
a .alignright {float:right; margin:0 0 1em 1.5em}
a .alignleft {float:left; margin:0 1.5em 1em 0}
a .aligncenter {display: block; margin-left: auto; margin-right: auto}

#author-photo {
    float: left;
    width: 100px;
    height: 100px;
    margin: 15px;
    margin-left: 131px;
    margin-bottom: 0;
    border: 1px solid #ccc;
    background: url(images/author-photo.jpg) no-repeat center center;
}

.entry p img {
    border: 1px solid #bbb;
}
