/*   
Theme Name: Digging Into WordPress
Theme URI: http://digwp.com
Description: Main Theme
Author: Chris Coyier & Jeff Starr
Author URI: http://chriscoyier.net
Version: 2
*/

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl @ http://www.josbuivenga.demon.nl/museo.html */
@font-face { /* place outside of @media rules for best results */
	font-family: "MuseoLight";
	src: url("fonts/Museo300-Regular.eot");
	src: url("fonts/Museo300-Regular.woff") format("woff"),
		url("fonts/Museo300-Regular.otf") format("opentype"),
		url("fonts/Museo300-Regular.svg#Museo-300") format("svg");
}

@media screen {

* { margin: 0; padding: 0; }
body { background: white; font: 14px/1.4 Georgia, Serif; background: url(images/body-bg.jpg) repeat; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */
a img { border: 0; }

#page-wrap { width: 960px; margin: 20px auto; }
.inside { width: 960px; margin: 0 auto; position: relative; }

#header { background: url(images/header-bg.jpg) repeat-x; }
#header .inside { height: 136px; }
#header h1 { margin: 0; }
#header h1 a { display: block; width: 466px; height: 145px; text-indent: -9999px; position: absolute; top: 0px; left: -18px; background: url(images/logo.png) no-repeat; }
.description { position: absolute; left: 455px; top: 51px; color: #dfe0e1; }

#main-content { width: 650px; float: left; clear: none; margin: -35px 0 0 0; }
.post { background: rgba(255,255,255,0.1); padding: 15px; position: relative; margin: 0 0 10px 0; }
body.single .post { margin: 0 0 25px 0; }
.post-inside { border: 1px solid white; background: url(images/post-footer.png) repeat-x bottom left; padding-bottom: 16px; }

.meta { background: #143855; color: white; border-top: 1px solid white; padding: 3px 15px; }
.entry { background: white; padding: 15px; }
.entry h3 { padding: 5px 0; margin: 30px 0 15px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }

.content p {  line-height: 1.7; margin-bottom: 15px; }
.entry ul, .entry ol { margin: 0 0 15px 30px; }
.page .entry { overflow: hidden; }
.content ul li, .content ol li { margin: 7px 0; line-height: 1.5; }
.content a { background: #eee; border: 1px solid #ddd; padding: 1px 3px 2px 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.content a:hover { color: #fff; background: #143855; border: 1px solid #143855; }

.image-wrap { text-align: center; background: #eee; margin: 10px 0; padding: 10px 0; font-style: italic; }
.postmetadata { position: relative; background: white url(images/entry-meta.png) right bottom no-repeat; height: 65px; padding: 5px 0 0 392px; font: 12px/1.1 Helvetica, Arial, Sans-Serif; }
.postmetadata a:hover { text-decoration: underline; }
.meta-inside { position: absolute; bottom: 0; right: 0; width: 235px; }
.meta-inside ul { list-style: none outside; margin: 5px 0; }
.meta-inside ul li { margin: 3px 0; }
.postThumb { line-height: 0; position: absolute; top: 25px; right: 25px; padding: 5px; -moz-box-shadow: 2px 2px 5px black; -webkit-box-shadow: 2px 2px 5px black; background: white; }
.shiv { width: 170px; height: 90px; float: right; }

.link-post { background: rgba(255,255,255,0.1); padding: 15px; position: relative; margin: 0 0 10px 0; cursor: pointer; }
.link-post-inside { background: rgba(0,0,0,0.1) url(images/linkage1.png) repeat-y -20px 110px; border: 1px solid #666; padding: 10px 10px 10px 75px; }
.link-post-inside:hover { background: rgba(255,255,255,0.1) url(images/linkage2.png) repeat-y -20px 110px; border: 1px solid #999; }
.link-post-inside:hover p, .link-post-inside:hover li { color: #ddd; }

.link-post .tumblr-link a { font-size: 22px; color: #ccc; }
.link-post .tumblr-link a:hover { text-decoration: none; color: #fff; }
.link-post:hover .tumblr-link a { color: #eee; }
.link-post p, .link-post li { color: #999; margin: 10px 0; }
.link-post ol, .link-post ul { margin: 0 0 15px 15px; }
.link-post a { color: #93b2ca;}
.link-post a:hover { text-decoration: underline; }
.link-post:hover a { color: #61b0ee; }
.link-post:hover a:hover { color: #61b0ee; text-decoration: underline; }

.navigation { margin: 50px 0; }
.next-posts { width: 49%; float: left; }
.prev-posts { width: 49%; float: right; text-align: right; }

h1, h2, h3, h4 { font-family: MuseoLight, Georgia, serif; font-weight: normal; margin: 0 0 10px 0; }
h1 { font-size: 60px; }
h2 { font-size: 28px; }
.outside-title { color: white; text-align: center; }
.outside-title a { color: #b8e0ff; }
h3 { font-size: 20px; }
.post h2 { padding: 10px 180px 10px 15px; background: #237abf url(images/title-bg.png) repeat-x; margin: 0; line-height: 1.3; font-size: 22px; }
.post h2, .post h2 a { color: white; text-shadow: 0 1px 2px #143855; }
.post h2 a:hover { color: #b8e0ff; }
.post h4 { font-size: 18px; }
p { margin: 0 0 10px 0; }
pre { background: #eee; padding: 15px; overflow: auto; margin: 0 0 15px 0; border: 1px solid #ddd; }
pre code { font-size: 11px; }
code { background: #eee; font: 12px Monaco, Courier, Monospace; color: #0E304A; }
h3 code { font-size: 18px; }
acronym, abbr { border-bottom: 1px dotted #514031; cursor: help; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }

a { outline: none; text-decoration: none; color: #19517C; }
a:hover { color: #61b0ee; } 
#main-content a:active, #sidebar a:active { position: relative; top: 1px; }
.button, .navigation a { color: #176EB1; border: 0; background: #949699 url(images/button-bg.png) repeat-x; padding: 5px 10px; font: bold 11px Verdana, Sans-Serif; letter-spacing: 2px; text-transform: uppercase; -moz-border-radius: 8px; -webkit-border-radius: 8px; -moz-box-shadow: 0 0 4px black; -webkit-box-shadow: 0 0 4px black; }
.button:hover, .navigation a:hover { color: #61b0ee; -moz-box-shadow: 0 0 3px #666; -webkit-box-shadow: 0 0 3px #666; } 
.button span { padding-right: 20px; background: transparent url(images/more-arrow.png) no-repeat 100% 1px; }
.button:hover span { background: transparent url(images/more-arrow.png) no-repeat 100% -24px; }
.continue { margin: 20px 0 0 0; }
.continue .button:hover { text-decoration: none; }

blockquote { font-style: italic; padding: 0 0 0 20px; }
blockquote p { font-size: 18px; color: #666; }

ul, ol { margin: 0 0 10px 0; }
dl { margin: 0 0 15px 10px; line-height: 1.7; color: #555; }
dd { margin: 5px 10px 10px 10px; font-size: 14px; }
dt, dt a { font-weight: bold; }

#sidebar { width: 300px; float: right; clear: none; margin: -57px 0 0 0; color: white; }
.sidebar-box { background: rgba(255,255,255,0.1); padding: 15px; position: relative; margin: 0 0 10px 0; }

#postContainer li { margin: 5px 0; }
#postContainer ul { margin-left: 15px; }
#postContainer a:link, #postContainer a:visited, a#another:link, a#another:visited { color: #ccc; }
#postContainer a:hover, #postContainer a:active, a#another:hover, a#another:active { color: #fff; }

.sidebar-box h4 { font-size: 18px; color: #eee; }
.sidebar-box .wp-polls-ul { margin-left: 0; }
.wp-polls li { border-bottom: 1px solid #999; padding: 7px 0; width: 90%; }
.wp-polls p a, .wp-polls p input.Buttons { font: 12px Georgia, Serif;  margin: 10px 0; padding: 5px 7px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background-color: #ddd; border: 1px solid #777; color: #333; }
.wp-polls p a:hover, .wp-polls p input.Buttons:hover { background-color: #efefef; color: #000; border: 1px solid #333; }

.book-box { }
.book-box p { text-align: center; }
.book-box img { margin: -98px 0 10px 6px; display: block; }

.cat-list ul { list-style: none; }
.cat-list ul li a { display: block; color: #ccc; background: rgba(255,255,255,0.05); margin: 0 10px 10px 0; float: left; padding: 4px 8px; font: italic 16px Georgia, Serif; }
.cat-list ul li a:hover { color: white; background: rgba(255,255,255,0.15); }

#bsap_1239537 a { float: left; margin: 0 20px 15px 0 !important; }
#bsap_1239537 a.even { margin-right: 0 !important; }
#bsap_1239537 a.ad5, #bsap_1239537 a.ad6 { margin-bottom: 0 !important; }

/* google search results page */
body.page-id-1435 #main-content { width: 650px; float: left; clear: none; }
#cse-search-box input[type=text] { border: 0; width: 162px; margin-right: 3px; padding: 6px; }

.rss img { vertical-align: middle; }
.rss { font-size: 18px; }
.rss em { font-size: 14px; }
.rss span { position: relative; top: 2px; }
.rss a { color: white; }
.rss a:hover { color: #61b0ee; }
.rss small { display: block; font-size: 11px; margin-left: 37px; }
.rss small a { color: #777; }

#all-comments { padding: 15px; background: rgba(255,255,255,0.1); }
#comments { color: white; text-align: center; }
ol.commentlist { list-style: none; }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 15px; position: relative; }
ol.commentlist li.byuser { /* replaced with next line because we now have many registered users */ }
ol.commentlist li.comment-author-jeffstarr, ol.commentlist li.comment-author-chriscoyier { background: #bae7ff !important; }
ol.commentlist li.featured:after {
  content: url(images/star.png);
  position: absolute;
  top: 11px;
  left: -11px;
}
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
.comment-intro { margin: 0 0 10px 0; }
.diw_comment-author { color: #19517C; border-bottom: 1px solid #84A3BB; }
.comment-number { font-weight: bold; color: #19517C; }

#commentform input[type=text], #commentform textarea { border: 1px solid #999; padding: 5px; margin: 0 0 10px 0; font: 13px Georgia, Serif; }
#commentform input[type=text] { width: 30%; }
#commentform textarea { width: 80%; }

#respond { background: white; padding: 15px; border: 1px solid #ccc; position: relative; margin: 5px 0 0 0; }
.submit-wrap { margin: 0 0 5px 0; }
#cancel-comment-reply-link { position: absolute; top: 15px; right: 15px; }
#main-content #cancel-comment-reply-link:active { position: absolute; top: 16px; right: 15px;}

#footer { clear: both; margin: 90px 0 0 0; }
#footer-top { background: rgba(0,0,0,0.3); min-height: 200px; }
#footer-bottom { background: rgba(0,0,0,0.6); color: #525252; }
.footer-inside { width: 960px; margin: 0 auto; position: relative; padding: 15px 0; }
#footer-bottom .footer-inside {  padding: 30px 0; text-transform: uppercase; letter-spacing: 3px;  }

#tree { position: absolute; width: 288px; height: 333px; right: 0; bottom: 20px; background: url(images/clubhouse-tree.png) no-repeat; text-indent: -9999px; }

#authors { width: 375px; float: left; }
#authors-title { position: absolute; top: -27px; left: 0; }
#authors p { position: relative; width: 265px; padding: 10px 0 10px 75px; color: #d1d1d1; font-size: 11px; margin: 0; }
#authors p img { position: absolute; top: 10px; left: 0; }
#authors a { color: #f2b229; }
#authors a:hover { text-decoration: underline; }

#look-around { position: relative; float: left; width: 375px; }
#la-title { position: absolute; top: -42px; left: 0;  }
#look-around ul { width: 170px; list-style: none; margin: 10px 0 0 0; }
#look-around ul li a { display: block; color: #ccc; background: rgba(255,255,255,0.05); margin: 0 0 12px 0; padding: 4px 8px; font: italic 19px Georgia, Serif; }
#look-around ul li a:hover { color: white; background: rgba(255,255,255,0.15); }

#archive-list { list-style: none; margin: 0; }
.archive-block { clear: both; margin: 0 0 25px 0; }
.archive-block h3 { margin: 0 0 5px; 0; }
.archive-block img { float: left; margin: 0 10px 2px 0; padding: 5px; -moz-box-shadow: 2px 2px 5px black; -webkit-box-shadow: 2px 2px 5px black; background: white; }

div#post_1975 pre { width: 550px; background: #eee url(http://digwp.com/wp-content/blog-images/nav-outside-loop.gif) no-repeat 0 0; }
div#post_1975 pre code { background: none; }

ul.updates-downloads-ul li { margin: 5px; }

/* contact form */
div#coldform * { padding: 0; margin: 0; }
div#coldform { margin: 12px 0; width: 600px; }
div#coldform fieldset { border: 0 none; display: block; clear: both; }
div#coldform legend.hide { display: none; }
div#coldform label.label { margin: 12px 0px 6px 0px; text-align: left; display: block; border: 0 none; float: left; clear: both; } 
div#coldform input.input { padding: 3px; float: left; clear: both; width: 50%; }
input#coldform_carbon { float: left; clear: both; }
div#coldform textarea#coldform_message { padding: 3px; float: left; clear: both; width: 80%; }
div#coldform input.submit { margin: 6px 0 12px 0; padding: 3px; width: 25%; }
 
} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
