




/*
     FILE ARCHIVED ON 3:33:52 Feb 25, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:54:38 Oct 25, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

i, em { font-style: italic; }


td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
*/
/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #1f1f1d;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color:#722B0D;text-decoration:none; }
a:hover { color:#722B0D; }


/**
 * Primary styles
 *
 * Author: 
 */

input[type="search"] { -webkit-appearance:textfield; }

blockquote { background:url(/remote/mccarver/img/icn-blockquote.png) 5px 20px no-repeat;padding:20px 40px 10px 40px; }
.post-content blockquote p { font-size:108%;line-height:1.6; }

body { 
    background:
        url(/remote/mccarver/img/bg-top-m2.png) 0 0 repeat-x,
        url(/remote/mccarver/img/bg-full-m.jpg) 50% 0 repeat fixed;
}


#container { min-height:700px;width:960px;margin:0 auto; }
header { padding-top:50px;position:relative;margin-bottom:15px; }
    header h1 { background:url(/remote/mccarver/img/banner_merged.png) 50% 0 no-repeat;width:960px;height:91px; }
    header h1 a { display:block;height:91px;width:620px;margin:0 auto; }
    header h1 a:hover { background-color:transparent;}
    header .quote { color:#7c6f52;font-family:StandardCTCondensed-Bold,"Impact",sans-serif;font-size:20px;font-weight:normal;text-align:center;text-transform:uppercase;line-height:1;margin-bottom:10px; }
    header .quote p { display:none; }
    header .quote p.active { display:block; }
    header ul { float:left;list-style-type:none;margin-left:0;position:absolute;top:0;margin-top:115px; }
    header li { float:left; }
    header li a { background:url(/remote/mccarver/img/nav-balls_set.png) 0 0 no-repeat;display:block;float:left;height:20px;margin-right:10px;text-indent:-9999px;width:25px; }
header #balls-left { left:65px; }
header #balls-right { left:815px; }
#basketball-link { background-position:0 0; }
    #basketball-link:hover { background-position:0 -20px;}
#tennis-link { background-position:-30px 0; }
    #tennis-link:hover { background-position:-30px -20px; }
#football-link { background-position:-60px 0; }
    #football-link:hover { background-position:-60px -20px; }
#soccer-link { background-position:-90px 0; }
    #soccer-link:hover { background-position:-90px -20px; }
#bowling-link { background-position:-120px 0; }
    #bowling-link:hover { background-position:-120px -20px; }
#hockey-link { background-position:-120px 0; }
    #hockey-link:hover { background-position:-120px -20px; }
#baseball-link { background-position:-150px 0; }
    #baseball-link:hover { background-position:-150px -20px; }

#main {  }
.posts,
.container_12 .grid_8 { margin-left:210px;float:left;width:540px;padding:10px 0 0; }
.other,
.container_12 .grid_4 { float:right;width:130px;margin-top:95px;margin-right:40px; }

.post { background:#edece9;margin:15px 0 40px;padding:20px 20px 20px;position:relative;width:500px;float:left;
    -moz-box-shadow:0 0 15px rgba(96,72,20,.36);
    -webkit-box-shadow:0 0 15px rgba(96,72,20,.36);
    box-shadow:0 0 15px rgba(96,72,20,.36);
}
.post-content { font-family:Georgia,serif;font-size:14px;position:relative;line-height:1.4;padding-top:5px; }
.post-content h2 { font-family:StandardCTCondensed-Bold,"Impact",sans-serif;font-size:32px;font-weight:normal;text-transform:uppercase;line-height:1;margin-bottom:0px; }
.post-content h2 p { line-height:1; }
.post-content h3 {
 font-family:StandardCTCondensed-Bold,"Impact",sans-serif;font-size:24px;font-weight:normal;text-transform:uppercase;line-height:1;margin-bottom:0px;padding-top:15px; }
.post-content h3 p { line-height:1; }
.byline { color:#787777;margin-bottom:0px;text-transform:uppercase; }
.byline { font-family:"Helvetica Neue",Arial,sans-serif;font-size:93%; }

.post-meta { font-family:"Helvetica Neue",Arial,sans-serif;float:right;font-size:93%;padding:15px 0 0; }
    .post-meta p { float:left;padding-left:5px;margin-left:5px; }
    .post-meta a { color:#999; }
.post-notes { color:#999; }
.post-tweet { border-left:1px solid #e2e2e0; }
.post-tweet a { background:url(/remote/mccarver/img/icn-twitter-share.png) 0 2px no-repeat;display:block;text-indent:-9999px;width:18px;height:18px; }

.post-tab { position:absolute;top:8px;left:-54px;width:35px;height:32px;background-position:0 0;background-repeat:no-repeat;text-indent:-9999px; }
.post-tags { font-family:"Helvetica Neue",Arial,sans-serif;float:left;font-size:93%;width:400px;padding:15px 0 0; }
.post-tags a { color:#999;margin-right:10px; }

.post-text a:hover,
.byline a:hover,
.post-tags a:hover { color:#fff;background:#722B0D; }

.tab-baseball { background-image:url(/remote/mccarver/img/tab-baseball.png); }
.tab-basketball { background-image:url(/remote/mccarver/img/tab-basketball.png); }
.tab-billiards { background-image:url(/remote/mccarver/img/tab-billiards.png); }
.tab-bowling { background-image:url(/remote/mccarver/img/tab-bowling.png); }
.tab-football { background-image:url(/remote/mccarver/img/tab-football.png); }
.tab-general { background-image:url(/remote/mccarver/img/tab-general.png); }
.tab-hockey { background-image:url(/remote/mccarver/img/tab-hockey.png); }
.tab-soccer { background-image:url(/remote/mccarver/img/tab-soccer.png); }
.tab-tennis { background-image:url(/remote/mccarver/img/tab-tennis.png); }
.tab-wrestling { background-image:url(/remote/mccarver/img/tab-wrestling.png); }

div.post-tags a.tag-baseball { display: none; }
div.post-tags a.tag-basketball { display: none; }
div.post-tags a.tag-billiards { display: none; }
div.post-tags a.tag-bowling { display: none; }
div.post-tags a.tag-football { display: none; }
div.post-tags a.tag-general { display: none; }
div.post-tags a.tag-golf { display: none; }
div.post-tags a.tag-hockey { display: none; }
div.post-tags a.tag-soccer { display: none; }
div.post-tags a.tag-tennis { display: none; }
div.post-tags a.tag-wrestling { display: none; }

a > div.post-tab { display: none; }

a > div.tab-baseball { display: block; }
a > div.tab-basketball { display: block; }
a > div.tab-billiards { display: block; }
a > div.tab-bowling { display: block; }
a > div.tab-football { display: block; }
a > div.tab-general { display: block; }
a > div.tab-golf { display: block; }
a > div.tab-hockey { display: block; }
a > div.tab-soccer { display: block; }
a > div.tab-tennis { display: block; }
a > div.tab-wrestling { display: block; }

ul#side-menu  { float:right;list-style-type:none;margin-left:0;border-bottom:1px solid #C5B595;width:120px;padding-bottom:40px;margin-bottom:40px; }
ul#side-menu li a { 
    background:url(/remote/mccarver/img/link-icons_set.png) 0 0 no-repeat;display:block;float:left;height:20px;width:25px; }
ul#side-menu li a.twitter-link:hover { background-position:0 -30px; }
ul#side-menu li a.archive-link { background-position:-40px 0;width:17px;margin-left:30px; }
ul#side-menu li a.archive-link:hover { background-position:-40px -30px; }
ul#side-menu li a.feed-link { background-position:-80px 0;float:right;width:17px; }
ul#side-menu li a.feed-link:hover { background-position:-80px -30px; }

ol#side-authors { list-style:none;margin-left:0; }
ol#side-authors li { margin-bottom:20px;}

.ad { color:#8E8E8D;font-size:87%;text-align:right;margin-bottom:40px; }
.ad img { margin-bottom:0; }
.ad p { margin-bottom:8px; }
.the-deck { background:#fff; }

footer { padding:60px 0 150px;width:670px;margin:0 auto; }
#footer-top { margin-bottom:20px; }
#footer-top ul { float:left;list-style-type:none;margin-left:0;background:url(/remote/mccarver/img/bg-footer-menu.png) 0 0 repeat-x;width:670px; }
#footer-top li { float:left; }
#footer-top li a { background:url(/remote/mccarver/img/icn-pennant_set.png) 0 0 no-repeat;color:#d0c4a7;display:block;float:left;font-size:87%;font-weight:bold;height:35px;margin:0 18px 0 28px;text-decoration:none;text-transform:uppercase;width:100px;padding:18px 0 0 20px;letter-spacing:-.1px; }
#footer-top li a:hover { background-position:0 -60px;}

#footer-mid form { float:left;width:255px;margin-left:40px; }
#q { 
    display:block;float:left;
    background:#edece9 url(/remote/mccarver/img/bg-search-field.png) 5px 50% no-repeat;
    padding:9px 5px 7px 27px;
    width:252px;
    border:0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    box-shadow:inset 1px 2px 1px #ccc6b4;
}

#footer-btm { background:url(/remote/mccarver/img/bg-footer-btm.png) 0 0 repeat-x;color:#998f74;font-size:87%;float:left;width:670px; }
#footer-btm p { text-align:center;margin-top:25px; }
ul#footer-meta  { float:right;list-style-type:none;margin-left:0;width:285px;padding-bottom:5px;margin-bottom:10px; }/*border-bottom:1px solid #d0c5ad;*/
ul#footer-meta li { float:left;padding:10px 0;margin-left:10px; }
ul#footer-meta li a { background:url(/remote/mccarver/img/link-icons_set.png) 0 0 no-repeat;display:block;float:left;height:20px;width:25px;color:#998f74;text-decoration:none; }
ul#footer-meta li a.twitter-link { width:40px; }
ul#footer-meta li a.twitter-link:hover { background-position:0 -30px; }
ul#footer-meta li a.tumblr-link { background-position:-1300px 0;width:140px;padding-left:20px; }
ul#footer-meta li a.tumblr-link:hover { background-position:-1300px -30px; }
ul#footer-meta li a.feed-link { background-position:-80px 0;float:right;width:40px; }
ul#footer-meta li a.feed-link:hover { background-position:-80px -30px; }

.notes-wrapper { 
    background:#4A777A;
    clear:both;
    color:#fff;
    padding: 20px;
    width: 500px;
    -moz-box-shadow:0 0 15px rgba(96,72,20,.36);
    -webkit-box-shadow:0 0 15px rgba(96,72,20,.36);
    box-shadow:0 0 15px rgba(96,72,20,.36);
}
.notes-wrapper a { color:#fff; }
.notes-wrapper blockquote { background:none;margin:auto;padding-top:0; }

.notes-wrapper h2 { float:left;color:#D0E6E8;font-size:24px;margin-bottom:20px;text-transform:uppercase;}
.notes-wrapper h2 span { display:block;float:left;height:19px;padding:5px 5px 8px;width:17px;margin-right:3px;text-align:center;line-height:1;
    border-right:1px solid #65846B;
    border-bottom:1px solid #65846B;
    -moz-box-shadow:inset rgba(0,0,0,.5) 2px 2px 2px;
    -webkit-box-shadow:inset rgba(0,0,0,.5) 2px 2px 2px;
    box-shadow:inset rgba(0,0,0,.5) 2px 2px 2px;
}


ol.notes {
    clear: both;
    list-style-type: none;
    line-height: 24px;
    margin: 0px 0 0px 0px;
    border-top:1px solid #588C8E;;
}
ol.notes li { border-bottom:1px solid #588C8E;padding:5px 0; }
ol.notes .avatar {
    vertical-align: middle;
}

/* MT Comments */

.comment {
    clear: both;
    border-bottom: 1px solid #588C8E;
    margin-bottom:10px;
    padding: 5px 0;
}
.comment-content {
    padding: 15px 10px 10px;
}
.comment-content p {
    line-height:1.4;
    margin-bottom:.5em;
}
.comment-content a {
   text-decoration: underline;
}
.comment .byline {
    color: #D0E6E8;
    font-size:11px;
    margin-bottom: 0px;
    text-transform: none;
}
.comment .asset-meta abbr {
    border-bottom:none;
    color:#D0E6E8;
    font-size:11px;
}

.comments-open {
    margin-top:20px;
}
.comments-open-name {
    margin-bottom:10px;
}
.comments-open textarea {
    height:200px;
    padding:5px;
    width:527px;
}
#comments-open-footer input {
    border:0;
    background:#4A777A;
    clear:both;
    color:#D0E6E8;
    float:right;
    font-weight:bold;
    padding: 8px 12px;
    text-transform:uppercase;
    width: auto;
    -moz-box-shadow:0 0 15px rgba(96,72,20,.36);
    -webkit-box-shadow:0 0 15px rgba(96,72,20,.36);
    box-shadow:0 0 15px rgba(96,72,20,.36);
}
#comments-open-footer input:hover {
    color:#fff;
}
/* MT Archives */
.archive-list {
    border-top:1px solid #CCC;
    margin-top:20px;
}
.post-content .archive-list p {
    margin:0;
}
.archive-list p a {
    border-bottom: 1px solid #CCC;
    display:block;
    padding:20px 10px;
}


.photo {
    display:block;
    width: 500px;
    margin-bottom:15px;
}
object,
iframe { margin-bottom:15px; }
.post-content p {
    margin: 16px 0 0 0;
    line-height: 22px;
}
.post-text p:first-child { margin: 0; }
p.byline { margin: 0 0 4px 0; }
.post-content ul,
.post-content ol { margin-top:16px;line-height:22px; }
.post-content li { margin-top:8px; }

div.post-content h2 p {
    padding: 8px 0 8px 0;
    margin: 0;
}
h1.header {
    width:auto !important;
    font-family: StandardCTCondensed-Bold,"Impact",sans-serif;
    font-size: 60px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 40px 0; 
    text-align:center;
    background:url(/remote/mccarver/img/bg-footer-btm.png) 0 100% repeat-x;
    padding-bottom:15px;
}
h1.header span.tag {
    color: #632302;
}
div.post-content h2 {
    clear: both;
}
div.post-meta {
    position: relative;
    float: right;
    height: 20px;
}
.post-meta div {
    float: left;
    padding-left: 5px;
    margin-left: 5px;
}
.post-notes a {
    text-decoration: none;
}
.byline a {
    text-decoration: none;
}
.post-content a.title {
    color: #000;
    text-decoration: none;
}
.post-content a.title:hover { background:transparent;color:#722B0D; }
a.post-link { background-color:transparent;background:url(/remote/mccarver/img/icn-link-post2.png) 0 0 no-repeat;display:inline-block;height:24px;text-indent:-9999px;width:61px; }
a.post-link:hover { background-color:transparent;background-position:0 -32px;}

/* For the author pages */
.card-wrapper { width: 245px; height: 350px; text-align: center; margin: 10px 0 10px 0; float: left;}
.card-left { margin-right: 10px; }
.card-wrapper a:hover { background-color: transparent; }
.card-wrapper img { width: 245px; height: 350px; }
.card-wrapper br { clear: both; }

.card-button-flip {
float: left;
z-index: 2;
position: relative;
width: 30px;
height: 40px !important;
background-color: white;
background:url(/remote/mccarver/img/icn-close-flip_set.png) -30px 0 no-repeat !important;
text-indent:-9999px;
}
.card-button-close {
float: right;
z-index: 9;
position: relative;
width: 30px;
height: 40px !important;
background-color: white;
background:url(/remote/mccarver/img/icn-close-flip_set.png) 0 0 no-repeat !important;
text-indent:-9999px;
}

.card-button-flip:hover { background-position:-30px -40px !important; }
.card-button-close:hover { background-position:0 -40px !important; }


/* pagination */
/* NOTE: 
   Tumblr has the prev and next links programmatically backward, 
   so we use their styles but for the opposite directions */

.pagination { float:left;margin-left:415px;width:125px; }
.pagination-prev { border-left:1px solid #AFAFAF;display:block;float:right;padding-left:12px; }
.pagination-prev:after { content:'\00a0\00bb'; }
.pagination-next { display:block;float:left; }
.pagination-next:before { content:'\00ab\00a0';}

/* IE lol */

#ie-container { display:none; }

html.ie6 body,
html.ie7 body,
html.ie8 body { background:#fff; }


html.ie6 #container,
html.ie7 #container,
html.ie8 #container { display:none; }

html.ie6 #ie-container,
html.ie7 #ie-container,
html.ie8 #ie-container { display:block;width:500px;margin:100px auto 0;font-family:times,serif;text-align:center; }

#ie-container p { margin-bottom:20px; }
#ie-container a { color:#00f; }


/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-width: 480px) {
    body { min-width:100%; }
    #container { width:100%; }
    header h1 { width:100%; }
    header h1 a { width:100%; }
    .container_12 { width:100%; }
    .notes-wrapper { width:300px;margin:0 auto 30px; }
    footer { width:100%; }
    header { height:30px; }
    header h1 { background-image:url(/remote/mccarver/img/banner-mobile.png); }
    header .quote,
    header ul { display:none; }
    .posts,
    .container_12 .grid_8 { margin-left:0;margin:0 auto;float:none;width:100%;padding:10px 0 0; }
    .other,
    .container_12 .grid_4 { float:none;width:100%;margin-top:10px;margin-right:0;clear:both; }
    .post { width:290px;padding:5px;margin-left:44px; }
    .post-tab { left:-39px }    
    .post-tags { width:300px;float:none; }
    object,
    iframe { width:100%; }
    .photo,
    .post-text img { max-width:100%; }
    ul#side-menu { float:none;margin:0 auto; }
    .ad { width:130px;margin:0 auto;text-align:center;clear:both;padding-top:10px; }
    #footer-top ul { width:300px;background:none;margin:0 auto;float:none; }
    #footer-top li { float:none; }
    #footer-top li a { float:none;margin:5px auto;}
    #footer-mid form { float:none;margin:0 auto;padding:10px 0; }
    ul#footer-meta { float:none;margin:0 auto;clear:both;padding-top:10px; }
    #footer-btm { width:100%; }
    #footer-btm p { padding:0 10px;margin-top:15px; }


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

