/*
Theme Name: Mien Shiang
Theme URI: http://ravenseyedesign.com/
Description: The Mien Shiang Wordpress theme is the default theme of Mien Shiang.
Version: 1.1
Author: Chad Bush and Drogobetski Web Design
Author URI: http://www.digital-agency.com/
Tags: red, three columns, fixed width
*/

/* color scheme
.green {
  color: #895;
}
.lite_green {
	color: #e6eadb;
}
.red {
  color: #610;
}
.yellow {
  color: #fd7;
}
.blue {
  color: #127;
}
.white {
  color: #fff;
}
.lite-gray {
  color: #ddd;
}
.med-gray {
  color: #aaa;
}
.black {
  color: #000;
}
 */

/* Reset All Margins and Padding */
* { 
  margin: 0; 
  padding: 0;
}

/* Layout */
body {
	background: #ddd url(images/halo.jpg) repeat-x;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#444;
	text-align: center;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#masthead{
	background: #fff url(images/masthead.jpg) no-repeat;
	height: 205px;
	width: 960px;
	position:relative;
}
#column-wrap {
	background: #fff url(images/container.jpg) repeat-y 0 0;
}
#sidebar {
	width: 200px;
	min-height:550px;
	float: left;
	background: transparent url(images/left-line.gif) no-repeat;
}
#main {
	width: 560px;
	float: left;
}
#mainSTORE {
	width: 475px;
	float: left;
}
#right {
	width: 200px;
	float: left;
}
#rightSTORE {
	width: 220px;
	float: left;
}
#footer {
	background: #ddd url(images/footer-line.gif) top left no-repeat;
}
.content {
	padding: 10px;
}
#masthead .content, #sidebar .content{padding: 0;}
#main .content{
	padding-right: 30px;
	padding-left: 20px;
}
#footer .content {
	padding: 16px 20px 10px 20px;
	text-align: center;
	font-size: 0.9em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Masthead */
#masthead h1 a{
        background:  url(images/header.png) 0 0 no-repeat;
	_background:  url(images/header.gif) 0 0 no-repeat;
	width: 960px;
	height: 205px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
}

#masthead ul.services{position:absolute; top:21px; right:30px; list-style-type:none;}
#masthead ul.services li h2{padding:0; margin:0;}
#masthead ul.services li h2 a{list-style-type:none; display:block; width:300px; height:17px; padding:0; margin:0; clear:right;font-size:13px; text-align:right; color:#555555; text-decoration:none;}

#masthead ul.founder{position:absolute; bottom:21px; right:120px; list-style-type:none;}
#masthead ul.founder li{display:block; width:auto; height:16px; float:left; font-style:italic; }
#masthead ul.founder li h3, #masthead ul.founder li h4{padding:0; margin:0; color:#222222;}
#masthead ul.founder li h3{font-weight:normal;}
#masthead ul.founder li h4{font-size:14px; padding-top:3px; font-weight:normal;}

/* Menu */
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li a {
	display: block;
	text-decoration: none;
	padding: 6px 12px 6px 20px;
	color: #610;
	line-height: 16px;
	font-size: 13px;
	margin-left: 6px;
	background: transparent;
}
#sidebar ul li a:hover {
	color: #600;
	text-decoration:underline;
}
#sidebar ul li.page_item li a {
	color:#000;
	padding: 3px 12px 3px 30px;
	font-size: 11px;
	line-height: 12px;
	
}
#sidebar ul li.page_item li a:hover {
	color: #610;
	text-decoration:underline;
}
#sidebar ul li.current_page_item a, #sidebar ul li li.current_page_item a {
	color: #999;
}
#sidebar ul li.current_page_item a:hover, #sidebar ul li.current_page_parent a:hover {
	color: #610;
}
#right .rightbox {
	margin-bottom: 40px;
	border: 1px solid #895;
	padding: 6px;
	margin-right: 55px;
}

/* General Formatting */
h2 {
	font-size: 1.7em; 
	line-height: 1.2em; 
	color: #777;
	font-weight: bold;
	margin: 0 0 0.8em 0;
}
h3 { 
	font-size: 1.3em; 
	line-height: 1.2em;
	color: #666;
	font-weight: bold;
	margin: 1em 0 0 0;
}
h4 {
	font-size: 1.2em;
	color: #666;
	margin: 1em 0 0 0;
	font-weight: bold;
}
#sidebar h4 {
	margin-left: 16px;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	color: #666;
	margin: 1em 0 0 0;
	font-weight: bold;
}
h6 {
	font-size: 1.1em;
	color: #610;
	margin: 1em 0 0 0;
	font-weight: normal;
}
p {
	line-height: 1.4em;
	margin: 0.8em 0 0 0;
	padding: 0;
}
strong {
	font-weight: bold;
	color: #895;
}
#main ul {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ul li {
	margin: 0.2em 0 0 2em;
	list-style: url(images/bullet.gif);
}
#main ul li li {
	list-style: square;
}
#main ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ol li {
	margin: 0 0 0 2em;
}
#main li {
	font-size: 100%;
}
.centered {
	text-align: center;
}
.imageb {
	border: 2px solid #35a;
	margin: 6px;
}
.wp-caption {
	background: #e6eadb;
	border: 1px solid #ddd;
	text-align: center;
}
.wp-caption p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.alignleft {
	float: left;
	margin: 6px 8px 6px 0;
	display: block;
}
.alignright { 
	float: right;
	margin: 6px 0 6px 8px;
	display:block; 
}
#footer p.address {
	color: #777;
	font-size: 1em;
}
#footer p.copyright {
	color: #aaa;
	font-size: 0.8em;
}
#footer p.configured{
color:#bbb;
font-size:0.7em;
}
#footer p.configured a{color:#bbb;border:none;}
#footer p{
	font-size: 0.9em;
	margin: 4px 0;
	color: #666;
	text-align: center;
}
#footer p#to-top {
	text-align: center;
}
.date {
	color: #b54;
	text-align: right;
	letter-spacing: 0.01em;
	font-weight: bold;
	border-top: 1px solid #b54;
	padding-top: 1px;
	line-height: 1em;
}
.byline {
	color: #895;
	text-align:left;
}
.big-cap {
	margin-top:1em;
	position:relative;
}
.big-cap:first-letter {
	font-size: 21px;
	line-height: 0.8em;
	float:left;
	padding:1px;
}
.skiplinks {
	display: none;
}
input, textarea {
	background: #e6eadb;
}
input select {
	background: none;
}

/* Main Links */
#main a, #footer a {
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #444;
}
#main a:visited, #footer a:visited {
	color:#555;
	border-color: #555;
}
#main a:hover, #footer a:hover {
	color: #895;
	border-bottom: 1px solid #895;
}

/* Newsletters  */
.post {
	margin-bottom: 15px;
}
.navigation {
	width: 500px;
	height: 20px;
	margin-bottom: 8px;
}
.navleft {
	float: left;
	display: block;
	text-align: left;
}
.navright {
	float: right;
	display: block;
	text-align: right;
}

/* Site Credit */
#credit  {
	margin: 20px auto 10px;
	clear: both;
	text-align: center;
}
#credit a {
	color: #555;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	font-size: 0.85em;
}
#credit a:hover {
	color: #888;
}
#credit a span {
	text-decoration: underline;
}

/* Special Page Styles */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
.narrowcolumn {
	float: left;
	margin: 0px 0 0;
}
.widecolumn {
	float: left;
}
.post {
	margin: 0 0 40px;
	text-align: left;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: left;
}
.clear {
	clear: both;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, div.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright, div.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft, div.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
	 
/* Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.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 textarea {
	width: 65%;
	padding: 2px;
	background: #e6eadb;
}
#commentform #submit {
	margin: 0 200px 0 0;
	float: right;
	background: #e6eadb;
}

/* Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: left;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 140px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* 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;
}
hr {
	display: none;
}
a img {
	border: none;
}

 /* Chinese Astrology Table Styles */
table#astro {
	width: 383px;
	margin: 10px auto;
}
table#astro td {
	vertical-align: top;
	font-weight: bold;
	width: 64px;
	padding: 2px 0;
}
.red {
	color: #610;
}
.blue {
	color: #127;
}
.green {
	color: #895;
}
.yellow {
	color: #fd7;
}
.white {
	color: #888;
}

#main ul li.linkcat {
	list-style: none;
}
.wpcf7 input, .wpcf7 textarea {
	background: #e6eadb;
	font: 1.2em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#resource-list a, #resource-list a:hover {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	border: none;
	margin-top: 20px;
}
/* Random quote */
#right .content .stray_quote-2, .quotescollection_randomquote {
	width: 115px;
}
#right .content .stray_quote-2 span, .quotescollection_randomquote q{
	font-size: 0.9em;
	line-height: 1.3em;
	color: #610;
}

#right .content .stray_quote-2 em, .quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right;
	font-size: 0.9em;
	color: #610;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.1em;
	margin-top: 0.8em;
}
#quotescollection_nextquote-0 {
	color: #aaa;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	text-align: right;
}

/* Quotes page */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}

blockquote.quotescollection q {
}

blockquote.quotescollection cite {
	display:inline;	
	font-size:0.83em;
}

/*SHOPPING CART CONFIGURED BY Drogobetski Digital Agency*/
/* http://www.digital-agency.com */

#rightSTORE h4{color:#641105;}

#main .content h3 a.audios{display:block; width:200px; height:150px; float:left; background:url(images/Audio200x150.jpg) 20px 20px no-repeat; text-indent:-9999px; padding:0 20px 40px 20px; overflow:hidden; border:none;}
#main .content h3 a.books{display:block; width:200px; height:150px; float:left; background:url(images/Books200x150.jpg) 20px 20px no-repeat; text-indent:-9999px; padding:0 20px 40px 20px; overflow:hidden; border:none;}
#main .content h3 a.chinese-take-away{display:block; width:200px; height:150px; float:left; background:url(images/ChineseTakeAway200x150.jpg) 20px 20px no-repeat; text-indent:-9999px; padding:0 20px 40px 20px; overflow:hidden; border:none;}
#main .content h3 a.videos{display:block; width:200px; height:150px; float:left; background:url(images/Video200x150.jpg) 20px 20px no-repeat; text-indent:-9999px; padding:0 20px 40px 20px; overflow:hidden; border:none;}
#main .content h3 a.workbooks{display:block; width:200px; height:150px; float:left; background:url(images/WorkBooks200x150.jpg) 20px 20px no-repeat; text-indent:-9999px; padding:0 20px 40px 20px; overflow:hidden; border:none;}
#main .content h3 a.digital-workbooks{display:block; width:200px; height:150px; float:left; background:url(images/DigitalWorkBooks200x150.jpg) 20px 20px no-repeat; text-indent:-9999px; padding:0 20px 40px 20px; overflow:hidden; border:none;} 

.content #desc {display:block; width:210px; height:450px; float:left; margin-right:25px;}
.content h4{clear:both;}
.content .entry h4{clear:none;}

.content form.capture p{font-size:1.4em; line-height:1.6em}
.content form.capture input.name{font-size:1em;}
.content form.capture input.email{font-size:1em;}
.content form.capture input.checkbox{font-size:1.2em; margin-left:75px;}
.content form.capture input.submit{float:right; clear:both; font-size:1em;}

#sidebar .page-item-527,
#sidebar .page-item-532,
#sidebar .page-item-425,
#sidebar .page-item-627,
#sidebar .page-item-628,
#sidebar .page-item-629,
#sidebar .page-item-632,
.cartopt input#unset.button{display:none}

.capture em small{color:#610; font-size:12px;}

.product_grid_display{font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;}
.product_grid_item{width:200px; float: left;}
.product_text strong{font-size:14px;}
.product_text .pricedisplay{font-size:14px;}

/*add to cart button*/.producttext input.wpsc_buy_button, .make_purchase, #change_country input{font-size:1.2em; padding:2px; margin:20px 0;}
/*border cart gallery*/.producttext .wpcart_gallery a.thickbox img{border:#610 2px solid; margin:10px;}

.wpsc_empty_the_cart span.emptycart a{display:none;}
.shopping-cart-wrapper span.gocheckout a{background:url(../../plugins/wp-e-commerce/images/cart.png) center left no-repeat; padding:15px;}

.content #desc a.download{display:block; background:url(images/silverbutton.png) center center no-repeat; width:210px; height:50px; padding-top:10px; margin-top:20px; clear:both; border:none;}

.pricedisplay{display:none;}
