/*
Theme Name: AsianMack
Theme URI: http://asianmack.com/
Description: Entertainment blog with original illustrations.
Version: 1.0
Author: Jamie Dihiansan
Author URI: http://asianmack.com/
Tags: custom header

	AsianMack v1.0
	 http://asianmack.com

	This theme was designed and built by Jamie Dihiansan,
	whose blog you will find at http://asianmack.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* ----------------------------------------------------------
GENERAL
---------------------------------------------------------- */

body {
  margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	line-height: 1.3em;
	background-color: #e8e8e8;
}
	
strong, em, b, i {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#page {
  background-color: white;
	padding: 0;
	width: 100%;
	background-color: white;
	text-align: left;
}

h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #000;
}

h2, h3 {
	font-family: "museo-slab-1","museo-slab-2",serif;
	font-weight: normal;
	text-shadow:0 2px 0 #e8e8e8;
	font-size: 1.6em;
	font-weight: 500;
	margin: 0;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}
	
a, a:active {
  outline: none;
}

img.typekit-badge {
  filter:alpha(opacity=40);
  -moz-opacity:0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
}

/* ----------------------------------------------------------
TOP NAV
---------------------------------------------------------- */

#header {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	background-image: url('images/header-bkgd.png');
	background-repeat: no-repeat;
	height: 150px;
}

#header div.masthead {
  padding: 0;
}

#header div.masthead div.rss {
  float: right;
  overflow: hidden;
  margin: 20px;
}

#header div.masthead a.home {
  display: block;
  height:129px;
  width:478px;
  text-indent: -9999px;
}

#header div.masthead div.top_nav {
  text-align: center;
}

#header div.masthead div.top_nav ul {
  margin: 0;
  padding: 0;
}

#header div.masthead div.top_nav ul li {
  list-style-type: none;
  list-style-image: none;
  display: inline;
  font-family: "museo-slab-1","museo-slab-2",serif;
  font-size: 28px;
  margin: 0 18px;
  font-weight: 500;
}

#header div.masthead div.top_nav ul li a {
  border-bottom: 3px solid #e8e8e8;
}

#header div.masthead div.top_nav ul li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #06c;
}

#header div.masthead div.top_nav ul li.current-cat a {
  color: #000;
  font-weight: 500;
  border-bottom: 3px solid #06c;
}

/* ----------------------------------------------------------
COMMENTS?
---------------------------------------------------------- */

div.comments {
  margin: 30px 0 0 0;
  overflow: hidden;
  width: 680px;
}

div.comments h3#comments {
  margin-left: 16px;
}

ol.commentlist {
	padding: 0;
	text-align: left;
}

ol.commentlist li {
	margin: 0;
	padding: 15px;
	list-style: none;
}

ol.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 14px;
}

ol.commentlist p {
	font-size: 12px;
	line-height: 1.4em;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
  border-bottom: 1px solid #ddd;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

.commentlist li,
#commentform input,
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

ol.commentlist li div.comment-body div.comment-author {
  overflow: hidden;
}

ol.commentlist li img.avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 1px;
	background: #fff;
}

.commentlist cite,
.commentlist cite a,
.commentlist span.says {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

#commentform p {
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

body.single div#respond {
  margin: 30px 15px;
  overflow: hidden;
  width: 400px;
}

/* ----------------------------------------------------------
HOME, CATEGORY, ARCHIVE
---------------------------------------------------------- */

body.home div.content,
body.archive div.content,
body.error404 div.content {
	padding: 0 15px;
	margin: 0 auto;
	width: 970px;
	overflow: hidden;
}

body.home div.content div.post,
body.archive div.content div.post {
  float: left;
  margin: 10px;
  width: 462px;
  height: 300px;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  background: -moz-linear-gradient(top,  #fff,  #efefef);
}

body.home div.content div.post div.middle,
body.archive div.content div.post div.middle {
  padding: 15px;
}

body.home div.content div.post div.middle h2 a,
body.archive div.content div.post div.middle h2 a {
  color: #ff0099;
}

body.home div.content div.post div.middle h2 a:hover,
body.archive div.content div.post div.middle h2 a:hover {
  color: #06c;
  text-decoration: none;
}

body.home div.content div.post div.middle div.entry,
body.archive div.content div.post div.middle div.entry {
  font-size: 13px;
  line-height: 1.4em;
}

body.home div.content div.post div.middle div.entry p,
body.archive div.content div.post div.middle div.entry p {
  margin: 5px 0;
}

body.home div.content div.post div.middle p.perma,
body.archive div.content div.post div.middle p.perma {
  color: #ccc;
  font-size: 13px;
  margin-top: 20px;
}

body.home div.content div.post div.middle p.perma a,
body.archive div.content div.post div.middle p.perma a {
  border-bottom: 2px solid #e8e8e8;
}

body.home div.content div.post div.middle p.perma a:hover,
body.archive div.content div.post div.middle p.perma a:hover {
  border-bottom: 2px solid #06c;
  text-decoration: none;
}

body.archive #header,
body.single #header {
  margin: 0;
}

body.archive div.navigation,
body.single div.navigation {
  overflow: hidden;
  margin: 0 0 15px 0;
}

body.archive div.navigation div.alignleft {
  float: left;
  margin-left: 10px;
}

body.archive div.navigation div.alignleft a,
body.single div.navigation div.alignleft a {
  font-weight: bold;
  font-size: 14px;
}

/* ----------------------------------------------------------
PERMA
---------------------------------------------------------- */

body.single div.navigation div.alignleft {
  float: left;
  margin-left: 0;
}

body.single div.content {
  padding: 0;
	margin: 0 auto;
	width: 970px;
}

body.single div.post {
  width: 688px;
  float: left;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  background: -moz-linear-gradient(top,  #fff,  #efefef);
}

body.single div.post div.middle {
  padding: 30px 20px;
}

body.single div.post div.middle div.entry {
  font-size: 14px;
  line-height: 1.4em;
}

body.single div.post div.middle div.entry object {
  width: 98%;
  text-align: center;
  background-color: #e8e8e8;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
}

body.single div.post div.middle a.buy_amazon {
  display: block;
  float: left;
  color: #fff;
  padding: 5px 10px;
  font-family: "museo-slab-1","museo-slab-2",serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background-color: #ff0099;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aa0267;
	margin: 10px 0;
	box-shadow: 0 0 5px #999;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
}

body.single div.entry div.middle a.buy_amazon:hover {
  background-color: #aa0267;
  box-shadow: 0 0 5px #666;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
}

body.single div.tags {
  float: left;
  overflow: hidden;
  margin: 30px 0 20px 30px;
  width: 250px;
}

body.single div.tags ul {
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
}

body.single div.tags ul li {
  list-style-type: none;
  list-style-image: none;
}

body.single div.tags ul li a {
  float: left;
  margin: 5px;
  background-color: #fff;
  padding: 5px 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	color: #999;
}

body.single div.tags ul li a:hover {
  background-color: blue;
  text-decoration: none;
  color: white;
}

body.single div.tags p {
  border-top: 1px solid #ccc;
  color: #777;
  font-size: 11px;
  margin-top: 30px;
  padding-top: 10px;
  line-height: 1.3em;
}

body.single div.tags p strong {
  color: #333;
}

.clear {
	clear: both;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

div.commentmetadata {
	display: none;
}


/* ----------------------------------------------------------
AMAZON
---------------------------------------------------------- */

div.amazon-image-wrapper {
  text-align : center;
  width: 170px;
  float: right;
  margin: 0 0 0 10px;
  overflow: hidden;
}

body.home div.post h2,
body.archive div.post h2,
body.single div.post h2 {
  font-size: 2.0em;
  margin: 0 0 10px 0;
  line-height: 1em;
}

body.home div.amazon-image-wrapper,
body.archive div.amazon-image-wrapper {
  display: inline;
  margin: -35px 5px 10px 10px;
  float: right;
  width: 170px;
}

body.single div.amazon-image-wrapper {
  display: inline;
  margin: -30px 5px 10px 10px;
  float: right;
  width: 190px;
}

body.home div.post div.amazon-image-wrapper a img.amazon-image,
body.archive div.post div.amazon-image-wrapper a img.amazon-image {
  height: 170px;
}

body.single div.post div.amazon-image-wrapper a img.amazon-image {
  height: 190px;
}

body.home div.post a.buy_amazon,
body.archive div.post a.buy_amazon {
  display: none;
}

body.home div.post span.asin-title,
body.archive div.post span.asin-title,
body.single div.post span.asin-title {
	text-align : left;
  font-size: 14px;
  line-height: 1.3em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/* ----------------------------------------------------------
PAGE
---------------------------------------------------------- */

body.page div.content {
  padding: 0;
	margin: 0 auto;
	width: 970px;
}

body.page div.content h2 {
  font-size: 26px;
}

body.page div.post {
  width: 960px;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  margin: 15px 0 30px 0;
}

body.page div.post div.middle {
  padding: 30px 20px;
}

body.page div.post div.middle div.entry {
  font-size: 14px;
  line-height: 1.4em;
}


/* ----------------------------------------------------------
NAV
---------------------------------------------------------- */
#nav {
	padding: 0;
	margin: 30px 0 0 0;
	width: 100%;
	background-color: #e8e8e8;
	border-top: 1px solid #ccc;
	clear: both;
	overflow: hidden;
}

#nav div.nav_container {
  width: 970px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
}

#nav div.nav_container ul {
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
}

#nav div.nav_container ul li {
  list-style-type: none;
  list-style-image: none;
}

#nav div.nav_container ul li.about {
  display: block;
  width: 235px;
  float: left;
  color: #888;
  padding-right: 15px;
}

#nav div.nav_container ul li.about a {
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #06c;
	text-decoration: none;
}

#nav div.nav_container ul li.about a:hover {
	color: #147;
	text-decoration: underline;
}

#nav div.nav_container ul li.tags {
  display: block;
  width: 720px;
  float: left;
}

#nav div.nav_container ul li h2 {
  margin: 0 0 0 5px;
  font-size: 18px;
}

#nav div.nav_container ul a {
  float: left;
  margin: 5px;
  background-color: #fff;
  padding: 5px 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	color: #999;
}

#nav div.nav_container ul a:hover {
  background-color: blue;
  text-decoration: none;
  color: white;
}

/* ----------------------------------------------------------
FOOTER
---------------------------------------------------------- */

#footer {
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;
	background-color: #e8e8e8;
}

#footer div.footer_container {
  border-top: 1px solid #ccc;
  margin: 0 auto;
  width: 970px;
}

#footer div.footer_container p {
	margin: 0;
	padding: 15px 0 30px 0;
	text-align: left;
	color: #999;
}

#footer div.footer_container p a {
  color: #999;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
