/*   
Theme Name: Motel for Malinda Lo
Theme URI: http://www.malindalo.com
Description: Custom theme
Author: Motel/Jennifer Armbrust
Author URI: http://www.motelprojects.com
License: GNU General Public License
License URI: license.txt
Version: 1.0
*/

@media screen and (min-width: 1024px) {
  #content {
    width: 1000px;  
  }
}

@media screen {

/* =Clear Fix
-------------------------------------------------------------- */
.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 */


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:11px;
    font-style:  italic;
    color:  #888888;
    line-height:14px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}

/* comment styling */


ol.commentlist { list-style: none; text-align: left; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin {
 
}
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author {
  font-family: museo-sans,sans-serif;
  font: 500 13px #BC4E21;
  line-height:16px;
}
ol.commentlist li.comment div.vcard {
  padding: 4px 0 2px 0;
  margin: 0;
}
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { 
  float:right; 
  background-color:#ECE9E7;
  margin:0 0 1px 3px;
  padding:2px;
  border: 1px solid #E7E3E1;
width:32px;
height:32px;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
  background-color:#ECE9E7;
  margin:0 auto;
  padding:2px;
  border: 1px solid #E7E3E1;
 }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata {
  font: 500 10px museo-sans #BC4E21;
  font-style:italic;
  line-height: 11px;
}
ol.commentlist li.comment div.comment-meta {
	font: 500 10px museo-sans #BC4E21; 
	font-style:italic;
  line-height: 11px;
}
ol.commentlist li.comment div.comment-meta a {
  font-family: museo-sans,sans-serif; 
  font-weight: 500;
  font-size: 11px;
  color: #BC4E21; 
}
ol.commentlist li.comment p {
font-size:11px;
line-height:18px;
margin: 9px 0;
}
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: normal; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
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; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

ol.commentlist li.bypostauthor { background-color: #fcf6f5;}

ol.commentlist li.comment ul.children li.bypostauthor { background-color: #fcf6f5;}

/* =Custom Styles
-------------------------------------------------------------- */

body {
  font: .75em "Georgia";
  line-height: 1.75;
}

#content {
  margin:0 auto;
  position: relative;
  padding-bottom:7em; 
}

/* site wide */


.blog .article img.wp-smiley {
  border:0;
  padding: 0;
  background: none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  bVox-shadow:none;
}

.semantic {
  display:none;
}

input {
  outline: none;
  cursor: pointer;
}

.shadow, .blog .article img {
  -webkit-box-shadow:2px 2px 1px rgba(153,153,153,0.3);
  -moz-box-shadow:2px 2px 1px rgba(153,153,153,0.3);
  box-shadow:2px 2px 1px rgba(153,153,153,0.3);
}

.article img, .img_border {
  background-color:#ECE9E7;
  padding:10px;	
  border: 1px solid #E7E3E1;
}

.blog .article img.sociable-img {
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}

.noborder {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.article img.noborder {
  padding:0;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow: none;
}

.blog_title {
  color:#37333D;
  font-family: museo-slab,serif;
  font: 100 1.7em museo-slab;
  margin-bottom: 1em;
  text-align: center;
}

.blog_title a:hover, .blog_title a:active, .blog_title a:focus {
color:#808080;
}

.inner_content {
  margin:1.7em 0 1em 7%;
}

.article {
  text-align: left;
}

.more {
  margin-top:1.0416666666667em;
}

.more a {
  color:#BC4D2C;
  text-transform:uppercase;
  font-family: museo-sans,sans-serif;
  font: italic 500 1em museo-sans;
}

.more a:hover {
  color:#999;
}

section.grid_8 {
  text-align:center;
}

h6 {
  background:url("images/h6_banner.png") center no-repeat;
  color:#37333C;
  font-family: museo-sans,sans-serif; 
  font: 500 1.0833333333333em museo-sans;
  height:30px;
  margin: 3.3em 0 1.2em 0;
  padding-top: 1.33333333333333em; 
  text-align:center;
  text-transform:uppercase;
  -moz-text-shadow: 1px 1px #CC6633;
  -webkit-text-shadow: 1px 1px #CC6633;
  text-shadow: 1px 1px #CC6633;
  letter-spacing: 1px; 
}

#respond h6 {
  font-size: 13px;
}

h5 {
color: #46425A;
font-family: museo-slab,serif;
font: 100 1.7em museo-slab;
text-align: center;
padding-bottom: .5em;
padding-top: 1.5em;
}

h5 a{
color: #46425A;
}

h5 a:hover, h5 a:active, h5 a:focus,{
color: #999;
}

.inner_content .date {
  color:#BC4D2C;
  font-family: museo-sans,sans-serif; 
  font: 13px museo-sans;
  letter-spacing: 0.0769230769231em;
  text-transform:uppercase;
}

.navigation {
  text-transform: uppercase;
}

.navigation a {
  color: #bc4d2c;
  font-family: museo-slab,serif; 
  font: italic 500 .8333333333333em museo-slab;
}

.navigation .next-posts {
  float: right;
}

.navigation .prev-posts {
  float: left;
}
/* header */

header {
  text-align:center;
  padding-top:4em;
}

h1 a {
  color:#46425A;
  font-family: museo-slab,serif; 
  font: 500 5em museo-slab;
  letter-spacing: .06em;
  line-height: .9;
  text-transform:uppercase;
  -moz-text-shadow: 1px 1px #CCC;
  -webkit-text-shadow: 1px 1px #CCC;
  text-shadow: 1px 1px #CCC;
}

#contact_menu {
  position:absolute;
  top:0;
  right:4.1666666666667%;
}

#contact_menu li {
  float:left;
}

#contact_menu a {
  display: block;
  width: auto;
}

#contact_menu a.twitter {
  height: 70px;
  width: 35px;
  background-image: url("images/sprites/twitter.gif");
}

#contact_menu a.twitter:hover {
}

#contact_menu a.facebook {
  height: 80px;
  width: 30px;
  background-image: url("images/sprites/facebook.gif");
}

#contact_menu a:hover {
  background-position: 0 100%;
}

#contact_menu a.tumblr {
  height: 70px;
  width: 35px;
  background-image: url("images/sprites/tumblr.gif");
}

#contact_menu a.rss {
  height: 70px;
  width: 30px;
  background-image: url("images/sprites/rss.gif");
}

#contact_menu a.mailing {
  height: 70px;
  width: 29px;
  background-image: url("images/sprites/mailinglist.gif");
}

/* sidebar */

aside.grid_4 {
  margin: 5.5em 0 0 0;
}

.article h4.blog_title a {
  color: #46425a;
}

.article h4.blog_title a:hover {
   color: #999999;
}

.section {
  font-size:1.0833333333333em;
  font-family: museo-sans,sans-serif; 
  font-weight: 500;
  text-transform:uppercase;
}

.page-template-blog-php h2.section, .single-post h2.section, .page-template-fiction-php h2.section {
  color: #808080;
  font-family: museo-slab, serif;
  font-weight: 500;
  -moz-text-shadow: 1px 1px 0px #DDD;
  -webkit-text-shadow: 1px 1px 0px #DDD;
  text-shadow: 1px 1px 0px #DDD;
  letter-spacing:1px;
}

.sidebar {
  margin: 0 2em 0 3.7em;
}

.widget {
	background: #F7F8F6 url("images/bg_widgettop.png") no-repeat;
  color: #666;
  font-family: museo-sans,sans-serif;
  font: .9166666666667em museo-sans;
  line-height: 1.6666666666667;
  margin-bottom: 2em;
  padding: 0 1em;
  text-align: center;
  -webkit-box-shadow:2px 2px 1px rgba(153,153,153,0.3);
  -moz-box-shadow:2px 2px 1px rgba(153,153,153,0.3);
  box-shadow:2px 2px 1px rgba(153,153,153,0.3);
}

.widget_archive, .widget_categories, .widget_search {
  text-align: center;
  background: none;
  font-size: 1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.widget select {
  width: 75%;
}
.site_search {
  width: 220px;
}
.site_search input {
  display: inline;
}

.widget_search input#s {
   background-color:#FBF9F9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #c5c7c9;
  font: museo-sans, sans-serif;
  font-weight:300;
  color:#555;
  font-size: 1em;
  height:24px;
  padding: 0 10px;
  width:170px;
}

.widget h2 {
  color: #46425a;
  padding: .9em 0 1em 0;
  font-family: museo-slab,serif;
  font: italic 300 1.4em museo-slab;
  text-transform: uppercase;
  -moz-text-shadow: 0px 1px 0px #D2CBBC;
  -webkit-text-shadow: 0px 1px 0px #D2CBBC;
  text-shadow: 0px 1px 0px #D2CBBC;
}

.widget > div, .widget > ul {
  padding: 1.5em 0;
}

.widget a {
  color:#BC4D2C;
  line-height: 1em;
  padding-bottom: 1.6666666666667em;
}

.widget_archive h2, .widget_categories h2, .widget_search h2 {
  color: #37333c;
  font-family: museo-sans,sans-serif;
  font: 500 1em museo-sans;
  letter-spacing:1px;
}

.widget a:hover {
  color:#999;
}

.widget_twitter > div {
  padding: 0;
}

.widget_twitter ul {
  text-align:left;
  padding: 1.5em 0 .5em 0;
}

.widget_twitter li {
  margin-bottom: 1.5em;
}

.reviews {
  text-align: left;
}

.reviews p {
  margin-bottom: 1em;
}

.reviews p.more {
  text-align: center;
  margin-bottom: 0;
}

.fiction-sidebar {
  border-bottom: 4px double #C96947;
  padding-bottom: 2.5em;
  margin-bottom: -3em;
}

.fiction-widget {
  background: #ccc none;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 1.2em;
  -webkit-box-shadow:0 0 15px #999 inset;
  -moz-box-shadow:0 0 15px #999 inset;
  box-shadow:0 0 15px #999 inset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-top-radius: 5px;
}

.fiction-widget h2 {
  font-family: museo-slab,serif;
  font: 500 1.75em museo-slab;
  margin-bottom: .25em;
  padding: 0 0 .25em 0;
  -moz-text-shadow: 1px 1px 0px #DDD;
  -webkit-text-shadow: 1px 1px 0px #DDD;
  text-shadow: 1px 1px 0px #DDD;
  letter-spacing:1px;
}

.fiction-widget ul > li > a {
  color: #666;
  font-family: museo-sans,sans-serif;
  font: 500 1em museo-sans;
  text-shadow: 1px 1px #dcdcdc;
  letter-spacing:1px; 
}

.fiction-widget ul > li > a:hover {
  color: #46425a;
}

.fiction-widget > div, .fiction-widget ul {
  padding: 0;
}

.Dynamic {
  background-image: none;
  font-family: museo-sans,sans-serif;
  font: italic 500 .9em museo-sans; 
  line-height: 1.4em;
  padding: 0;
}

.Dynamic > .promo-widget {
  background-color: #ECE9E7;
  border: 1px solid #E7E3E1;
  background-image: none;
  font-family: museo-sans,sans-serif;
  font: italic 500 1em museo-sans;
  line-height: 1.4em;
  padding: 0;
  color: #555;
  -moz-text-shadow: 0px 1px 0px #CCC;
  -webkit-text-shadow: 0px 1px 0px #CCC;
  text-shadow: 0px 1px 0px #CCC;
}

.promo-widget .widget-head {
  background: url("images/bg_widgetpinking_tsp.png") no-repeat bottom;
  margin-right: -2px;
  padding-bottom: 13px;
  position: relative;
  z-index: 1;
}

.promo-widget .widget-head h2 {
  border-bottom: 4px double #888;
  margin: 0 12px .5em 12px;
  padding-bottom: .5em;
}

.promo-widget .widget-head p {
 padding: 0 1em;
}

.promo-widget .widget-copy {
  background-color: #beb4a0; 
  padding-bottom: 1em;
}

.promo-widget .thumbnail {
  background-color: #ece9e7;
  padding: 0 1em .5em 1em;
}

.promo-widget img {
  background-color: #ECE9E7;
 margin-top: -11px;
 max-width: 100%;
 height: auto;
 position: relative;
 width: auto;
 max-height: 100%
 z-index: 0;
}

.promo-widget a, .promo-widget a:visited {
  color: #46425a;
  text-transform: uppercase;
}

.promo-widget a:hover, .promo-widget a:focus, .promo-widget a:active {
 color: #666;
}

/* blog */

.template_header {
  margin-top: 0em;
}

.blog-text, .entry p {
  color: #555;  
  font-size: 13px;
}
.commentlist, .entry {
  color: #555;
  text-align:left;
}

.more-link {
  font-style: italic;
}

sup {
   vertical-align:super;
   line-height: normal;
}

.article p, .entry p, .article ol {
  margin-bottom: 1.875em;
}

.article a, .entry a, .article ol, #respond a, .post a  {
  color: #BC4D2C;
}

.article a:hover, .entry a:hover {
  color: #999;
}

.article ol {
  margin-left: 5%;
}

.article ol > li {
  color: #555;
}

ol.footnotes li {
font-size: 11px;
}

.blog_footer,.blog_footer span {
  color: #555555;
  font-family: museo-sans,sans-serif;
  font: 500 .9em museo-sans;
  text-transform: uppercase;
  line-height:1.4em;
  margin-bottom: 3em;
}

.blog_footer a
{
	color:#BC4D2C;
}
.blog_footer p, .blog_footer p > a {
  font-style: italic;
}

.commentlist a {
  color: #bc4d2c;
}

#respond {
  color: #666;
  font-family: museo-sans,sans-serif;
  font: italic 500 0.9em museo-sans;
  margin-top: 2em;
  text-align: left;
}

#respond input, #respond textarea { 
  border: #ccc 1px solid;
  margin-bottom: .6em;
  background: #F7F8F6;
  border-color: #BBB;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  margin-right: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-top-radius: 3px;
}

#respond input {
  width: 50%;
}

#respond textarea {
  width: 100%;
}

#respond input#submit {
  background-color: #bc4d2c;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-top-radius: 10px;
  font-family: museo-sans,sans-serif;
  font: 500 1.2em museo-sans #46425a;
  margin-bottom: 1em;
  padding: .3em 0 .2em 0;
  -moz-text-shadow: 1px 1px #CC6633;
  -webkit-text-shadow: 1px 1px #CC6633;
  text-shadow: 1px 1px #CC6633;
  width: 72px;
}

.subscribe-to-comments {
  float:right;
  margin-top: -3em;
}

.navigation {
  border-top: #ccc 1px dotted;
  padding-top: 2em;
  margin-top: 2em;
}

.navigation .next-posts a, .navigation .prev-posts a {
  font-family: museo-slab,serif;
  font: italic 500 1em museo-slab;
}

.blog_footer .tags {
  color: #BC4D2C;  
}

.blog_footer p {
  margin-bottom: .2em;
  font: italic 500 1em museo-sans;
}

blockquote {
	color: #666;
	font-size: .9em;
	line-height: 1.6em;
	padding-left: 20px;
	}

div.entry ul, div.blog-text ul {
  text-indent: 2px;
  list-style-position: inside;
  list-style-type: square;
  padding:0 6px;
  margin-bottom: 1.875em;
}
	
	
/* footer */

.footer-align {
   position:relative;
   height: 100%;
   width: 100%;
}

footer {
  background:url("images/footer_bg.png") repeat-x bottom; 
  text-align:center;
  text-transform:uppercase;
  height:54px;
  position: absolute;
  bottom: 0px;
  width:100%;
}

footer a:hover {
  color: #666;
}

footer ul {
  padding: 1.3em 0 0 0;
  font-size: .9333333333333em;
}

footer ul li {
  display:inline;
}

footer, footer a {
  color:#46425A;
  font-family: museo-sans,sans-serif;
   -moz-text-shadow: 0px 1px #CCC;
  -webkit-text-shadow: 0px 1px #CCC;
  text-shadow: 0px 1px #CCC;
}

footer p {
  font-size:.8em;
  line-height: .8em;
  padding-top: 1px;
}

/* Search Results */

.search_results .post, .search_results .page {
  margin:1.7em 0 1em 0;
  padding: 0;
}

.search_results a h2:hover {
  color: #666;
}
  
.search_results p.results {
  color: #bc4d2c;
  font-family: museo-sans,sans-serif;
  font: 500 1.0833333333333em museo-sans;
  margin: 2em 0 1.5em 0;
}

.search_results p.results span {
  color: #555;
  font-style: italic;
}

.search_results .inner_content h2, .archive .inner_content h2 {
  color: #46425A;
  font-family: museo-slab,serif;
  font: italic 300 1.1666666666667em museo-slab;
  padding: .3em;
}

.search_results .no_results h2 {
  color: #46425A;
  font-family: museo-slab,serif;
  font: 300 1.1666666666667em museo-slab;
  text-transform: uppercase;
  padding-bottom: 1.5em;
}

.search_results .no_results p {
  color: #555;
}

/* 404 */

.error_404 {
  text-align: center;
}

.error_404 .not_found {
  color: #bc4d2c;
  font-family: museo-sans,sans-serif;
  font: 500 1.0833333333333em museo-sans;
  margin: 2em 0;
}

} /* 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 */
