/* 
Theme Name: My Daisy Days 10
Theme URI: 
Description:
Author: Jonathan Berman
Author URI: 
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	@import url('../hybrid/library/css/20px.css');
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	@import url('../hybrid/library/css/plugins.css');

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #5ED53B;
	background-image: url(http://mydaisydays.com/wp-content/themes/mydaisydays10/images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

/* Wrapper for everything inside of the body */
#body-container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link, a:visited {
	color: #000;
}

a:hover {
	text-decoration: underline;
}
a:active {}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #684794;
	font-family: "Comic Sans MS";
}

h2 {
	font-weight: bold;
	font-family: "Comic Sans MS";
}

h3 {}
h4 {}
h5 {}
h6 {}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	color: #684794;
	text-decoration: underline;
}

/* Text elements */
strong {}
em {}
cite {
	font-size: 12px;
}
abbr {}
acronym {}
sup {}

sub {
	font-size: 6px;
}

address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {
font-size: 14px;
margin: 0 0 10px 0;
}

.home .entry-content p {
	text-align: justify;
}

p.special-bold {
	font-size: 18px;
	color: #000;
	font-family: "Comic Sans MS";
	text-align: left;
	}

.home p.special-bold {
	font-size: 18px;
	color: #000;
	font-family: "Comic Sans MS";
	text-align: left;
	}

span.special-bold {
	font-size: 18px;
	color: #000;
	font-family: "Comic Sans MS";
	text-align: left;
	}

p.special-bold-16 {
	font-size: 16px;
	color: #000;
	font-family: "Comic Sans MS";
	background-image: url(http://mydaisydays.com/wp-content/themes/mydaisydays10/images/logo_starlight_grnbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 20px 0 20px 0;
	margin: -20px 0 0 0;
}

p.special-bold-sp {
	font-size: 16px;
	color: #000;
	font-family: "Comic Sans MS";
}


p.special-bold-purple {
	font-size: 18px;
	color: #684794;
	font-family: "Comic Sans MS";
	text-align: left;
	}

p.special-bold-purple a, p.special-bold-purple a:visited {
	font-size: 18px;
	color: #684794;
	font-family: "Comic Sans MS";
	text-align: left;
	}

p.special-bold-purple a:hover {
	text-decoration: underline;
	}

p.special-italic {
	color: #000;
	font-style: italic;	
	text-align: left;
	}

p.small {
	font-size: 11px;
}

p.small-13 {
	font-size: 13px;
}

p.special-chinese {
	font-size: 16px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p.special-chinese-purple {
	font-size: 16px;
	color: #684794;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Unordered lists */
ul {
	list-style: disc;
	margin: 0 0 0 30px;
}

ol {
	margin: 0 0 0 30px;
}

ol li {
	margin: 0 0 20px 0;
}

/* Object */
object {
	margin: 0;
}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	width: 960px;
	height: 223px; /*Height of background image*/
	margin: 10px auto 0 auto;
	background-image: url(http://mydaisydays.com/wp-content/themes/mydaisydays10/images/bg_hdr.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	font-family: "Comic Sans MS";
}

/* Contains site title and tagline */
#header {
	height: 223px;
}

#header img.kids-first {
	margin: 60px 20px 0 0;
}

#daisy-header {
	float: left;
	height: 180px; /*Pushes navigation div down to middle of purple stripe*/
	width: 840px; /*Width of logo image 445px*/
	background-image: url(http://mydaisydays.s3.amazonaws.com/mydaisydays_logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	/*margin: 10px 20px 0 0;*/ /*margin: 10px 0 0 460px;*/
}

ul.soc-menu {
	list-style: none;
	margin: 10px 10px 10px 0;
}

ul.soc-menu li {
	display: inline;
	margin: 0 10px 0 0;
}

/* Site title */
#site-title {
	display: none;
}

#site-title a {}

#site-title a span {}

/* Site description/tagline */
#site-description {
	display: none;
}

/**
* Menus
************************************************/
.menu-container {
	clear: both;
	margin: 0 30px 0 0;
	padding-top: 10px;
}

.menu {
	float: right;
}

.menu ul li {
	display: inline;
	margin: 0 10px 0 0;
}

.menu ul li a:link, .menu ul li a:visited {
	color: #FFF;
}

.menu ul li a:hover {
	color: #FFD33F;
	text-decoration: none;
}

ul.sub-menu {
	background: #684794;
}

ul.sub-menu li {
	padding: 5px;
}

ul.sub-menu li a:link, ul.sub-menu li a:visited {
	color: #FFF;
}

ul.sub-menu li a:hover {
	color: #FFD33F;
	text-decoration: none;
}



/* Drop-down styles. */
div.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.0;
}
div.menu ul ul {
	position: absolute;
	top: -999em;
	width: 10em;
}
div.menu ul ul li {
	width: 100%;
}
div.menu li:hover {
	visibility: inherit;
}
div.menu li {
	float: left;
	position: relative;
}
div.menu a {
	display: block;
	position: relative;
}
div.menu li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 99;
}
div.menu li:hover li ul, li.sfHover li ul {
	top: -999em;
}
div.menu li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
}
div.menu li li:hover li ul, li li.sfHover li ul {
	top: -999em;
}
div.menu li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
}

/* Drop-down styles */
#primary-menu li ul, #spanish-menu li ul, #chinese-menu li ul, #japanese-menu li ul  {
	border: none;
}
#primary-menu li:hover ul, #primary-menu li.sfHover ul, #spanish-menu li:hover ul, #spanish-menu li.sfHover ul, #chinese-menu li:hover ul, #chinese-menu li.sfHover ul, #japanese-menu li:hover ul, #japanese-menu li.sfHover ul {
	top: 25px;
}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul, #spanish-menu li li:hover ul, #spanish-menu li li.sfHover ul, #chinese-menu li li:hover ul, #chinese-menu li li.sfHover ul, #japanese-menu li li:hover ul, #japanese-menu li li.sfHover ul {
	top: 0;
}
#primary-menu li li, #spanish-menu li li, #chinese-menu li li, #japanese-menu li li {
	font-weight: normal;
	text-transform: none;
	text-align: left;
}
#primary-menu li li a, #spanish-menu li li a, #chinese-menu li li a, #japanese-menu li li a {
	padding: 3px 25px 3px 0;
	border: none;
}
#primary-menu li li a:hover, #spanish-menu li li a:hover, #chinese-menu li li a:hover, #japanese-menu li li a:hover {
	text-decoration: none;
}

/* Sub-nav icon. */
#primary-menu a.sf-with-ul, #spanish-menu a.sf-with-ul, #chinese-menu a.sf-with-ul, #japanese-menu a.sf-with-ul {
	padding-right: 0;
}
#primary-menu .sf-sub-indicator, #spanish-menu .sf-sub-indicator, #chinese-menu .sf-sub-indicator, #japanese-menu .sf-sub-indicator {
	display: none;
}
#primary-menu li li .sf-sub-indicator, #spanish-menu li li .sf-sub-indicator, #chinese-menu li li .sf-sub-indicator, #japanese-menu li li .sf-sub-indicator  {
	display: none;
}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	width: 960px;
}

/* Breadcrumb trail */
.breadcrumb {
	display: none;
}

/**
* daisy-background lies inside container and
* Holds daisy-quote-box, daisy-language-box,
* content, above-primary, primary, secondary,
* and below-primary
************************************************/
/*Daisy Yellow Background - Lays behind content*/
#daisy-background {
	float: right;
	width: 954px;
	background-image: url(http://mydaisydays.s3.amazonaws.com/bg_main.jpg);
	background-repeat: repeat-y;	
	background-position: right;
	margin: 0 6px 0 0; /*To match up with header image on right and left*/
}

/*Daisy Rounded Yellow Background Bottom - Last div inside container*/
#img-container-bottom {	
	float: right;
	margin: 0 6px 0 0; /*To match up with header image on right and left*/
}

/*Daisy Quote Box on home page*/
.daisy-quote-box {
	float: right;
	width: 546px;
	height: 75px; /*Height of bg_quote.jpg*/
	margin: 10px 20px 0 0;
	background-image: url(http://mydaisydays.s3.amazonaws.com/bg_quote.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

p.quote-box {
	font-size: 14px;
	font-style: italic;
	color: #684794;
	margin: 6px 10px 5px 10px;
}

p.quote-author {
	font-size: 12px;
	color: #684794;
	}

p.quote-box-spanish {
	margin: 6px 5px 5px 5px;
	color: #684794;
}

p.quote-box-chinese {
	color: #000;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	margin: 6px 10px 5px 10px;
}

p.quote-author-chinese {
	font-size: 12px;
	color: #000;
	}

/*Language links on home page*/
ul.language-links {
	margin: 10px 20px 0 0;
	float: right;
	clear: both;
	font-family: "Comic Sans MS";	
}

ul.language-links li {
	margin: 0 5px 0 0;
	display: inline;
}

/**
* Content
************************************************/
.content {
	overflow: hidden;
	float: right;
	clear: both;	
	width: 510px;
	/*height: 1000px;*/
	min-height: 400px;
	margin: 0 20px 0 0;
	}

/*.hentry*/
.hentry {
	margin: 0 0 10px 0;
}

.page-title a:link, .page-title a:visited {
	text-decoration: none;
}

/*Titles of posts on archive pages and single pages*/
.entry-title, .post-title {
	font-weight: normal;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Page titles and titles of archive pages */
.page-title, .archive-title {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

/*Home Pages*/
.home .content, .page-61 .content, .page-183 .content, .page-675 .content {
	width: 384px; /*Width of rounded volume boxes*/
	}

#daisy-volume-1 {
	height: 168px;
	background-image: url(http://mydaisydays.s3.amazonaws.com/volume-final-1-4-6-2010.png);
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}

#daisy-volume-2 {
	height: 168px;
	background-image: url(http://mydaisydays.s3.amazonaws.com/volume-final-2-4-6-2010.png);
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}

#daisy-volume-3 {
	height: 168px;
	background-image: url(http://mydaisydays.s3.amazonaws.com/volume-final-3-4-6-2010.png);
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}

.small-dvd {
	margin: 30px 0 0 17px;
}

.home .content form {
	float: right;
	margin: 60px 15px 0 0;
}

#daisy-volume-1-sp {
	height: 168px;
	background-image: url(http://mydaisydays.s3.amazonaws.com/volume-final-1-sp-4-6-2010.png);
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}

#daisy-volume-2-sp {
	height: 168px;
	background-image: url(http://mydaisydays.s3.amazonaws.com/volume-final-2-sp-4-6-2010.png);
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}

#daisy-volume-3-sp {
	height: 168px;
	background-image: url(http://mydaisydays.s3.amazonaws.com/volume-final-3-sp-4-6-2010.png);
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}

.page-61 .content form {
	float: right;
	margin: 60px 5px 0 0;
}


#daisy-volume-1-cn {
	height: 168px;
	background-image: url(http://mydaisydays.s3.amazonaws.com/volume-final-1-chinese.png);
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}

#daisy-volume-2-cn {
	height: 168px;
	background-image: url(http://mydaisydays.s3.amazonaws.com/volume-final-2-chinese.png);
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}

#daisy-volume-3-cn {
	height: 168px;
	background-image: url(http://mydaisydays.s3.amazonaws.com/volume-final-3-chinese.png);
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
}

.page-183 .content form {
	float: right;
	margin: 60px 15px 0 0;
}


.page-675 .content form {
	float: right;
	margin: 60px 15px 0 0;
}

/*Order Pages*/
.page-18 .content, .page-63 .content, .page-195 .content, .page-678 .content {
	float: right;
	clear: both;
	width: 395px; /*Width of 3 DVD image*/
	margin: 0 20px 0 0;
	}

.page-18 .page-title, .page-63 .page-title, .page-195 .page-title, .page-678 .page-title {
	margin-top: 55px;
	text-align: center;
}

#order-dvd-bundle {
	background-image: url(http://mydaisydays.s3.amazonaws.com/dvd_3diskset.jpg);
	background-repeat: no-repeat;
	height: 425px;
	padding: 10px 0 0 20px;
}

.page-18 #order-dvd-bundle form {
	margin: 300px 0 0 120px;
}

.page-63 #order-dvd-bundle form {
	margin: 288px 0 0 132px;
}

.page-195 #order-dvd-bundle form {
	margin: 318px 0 0 122px;
}

.page-678 #order-dvd-bundle form {
	margin: 308px 0 0 122px;
}

/*Individual Order pages*/
#order-page-1 {
	background-color: #FCC302;
	background-image: url(http://mydaisydays.s3.amazonaws.com/dvd_vol1.jpg);
	background-repeat: no-repeat;
	height: 283px;
	width: 162px;
	float: right;
	margin: 0 5px;
	border: 1px solid #684794;
	text-align: center;
}

#order-page-2 {
	background-color: #FCC302;
	background-image: url(http://mydaisydays.s3.amazonaws.com/dvd_vol2.jpg);
	background-repeat: no-repeat;
	height: 283px;
	width: 162px;
	float: right;
	margin: 0 5px;
	border: 1px solid #684794;
	text-align: center;
}

#order-page-3 {
	background-color: #FCC302;
	background-image: url(http://mydaisydays.s3.amazonaws.com/dvd_vol3.jpg);
	background-repeat: no-repeat;
	height: 283px;
	width: 162px;
	float: right;
	margin: 0 5px;
	border: 1px solid #684794;
	text-align: center;
}

#order-buy-now {
/*height: 15px;
width: 60px;*/
/*float: right;*/
margin: 246px 0 0 0;

}

/*Chinese and Japanese Order pages for volume 1 - have to push content down to keep starlight to left*/
.page-215 .page-title, .page-682 .page-title {
	margin-top: 40px;
}


/*Activities page*/
.activities-list {
	width: 220px;
	height: 227px;
	float: left;
}

/*Recommended Books page*/
.book-wrapper {
	background-image: url(http://mydaisydays.s3.amazonaws.com/bg_books.jpg);
	background-repeat: no-repeat;
	width: 135px;
	height: 310px;
	margin: 0 5px 10px 5px;
	padding: 20px 10px;
	text-align: center;
	float: left;
}

.book-wrapper img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.book-wrapper p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

.book-wrapper p.small {
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	line-height: 120%;
}

.book-wrapper a, .book-wrapper a:visited {
	color: #684794;
}

.book-wrapper a:hover {
	text-decoration: underline;
}

/*Sign up page*/
.purchase-options {
	border: 1px solid #684794;
	background-color: #FCC302;
	padding: 10px;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*Error-404 Page*/
.error-404 #above-primary, .error-404 #primary, .error-404 #secondary, .error-404 #below-secondary-other {
	display: none;
}

/* Meta data */
.entry-meta {
	font-family: "Comic Sans MS";
	margin: 0 0 10px 0;
}

.entry-meta .comments-link {
	display: none;
}

/* Archive pages */
.archive .entry-meta {
	display: none;
}

/* Styling for .category-blog*/
.archive .category-blog .thumbnail {
	display: none;
}

/* Styling for .category-photos */
.category-photos .content {
	min-height: 510px;
}

.post_tag .category-photos {
	float: left;
	margin: 0 20px 20px 0;
}

.category-photos .post {
	float: left;
	margin: 0 20px 20px 0;
}

.archive .category-photos .entry-title {
	display: none;
}

.category-photos .entry-summary {
	display: none;
}

.archive .category-photos .entry-meta {
	display: none;
}

.archive .feedburnerFlareBlock {
	display: none;
}


/* Author and date byline */
.byline {
	display: none;
}

/*Navigation Links*/
.navigation-links {
	font-family: "Comic Sans MS";
}

.navigation-links .previous {
	float: left;
}

.navigation-links .next {
	float: right;
}

.navigation-links a:hover span.next, .navigation-links a:hover span.previous {
	text-decoration: underline;
}

/* Widgets in general */
.widget {
	color: #FFF;
	font-family: "Comic Sans MS";
	font-size: 16px;
	padding: 0 20px;
}

.widget p {
	font-size: 16px;
	text-align: left;
}

.widget ul {
	margin: 0 0 0 20px;
	text-align: left;
}

.widget ul li {
	list-style-type: none;
	margin: 0 0 10px 0;
}

.widget ul li a:link, .widget ul li a:visited {
	color: #FFF;
}

.widget ul li a:hover {
	color: #FFD33F;
	text-decoration: none;
}

.widget_gdstarrating_star ul {
	margin-left: 20px;
}

.widget-inside {}

.widget-title {
	color: #FFF;
	text-align: center;
	margin: 20px 0;
	font-weight: normal;
	font-size: 24px;
}

.home .widget-title {
	margin: 0 0 20px 0;
}

.widget-title a:link, .widget-title a:visited {
	color: #FFF;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}

/*Above Primary*/
#above-primary {
	margin: -230px 0 0 0;
	padding: 0;
	float: left;
	position: relative;
	z-index: 2;
	width: 370px;
}

.home #above-primary, .page-61 #above-primary, .page-183 #above-primary, .page-675 #above-primary {
	margin: -310px 0 0 0;
	padding: 0;
	float: left;
	position: relative;
	z-index: 2;
	width: 370px;
}

#primary {
	float: left;
	margin: -107px 0 20px 30px;
	width: 380px;
	text-align: center;
}

.home #primary, .page-18 #primary, .page-61 #primary, .page-63 #primary, .page-183 #primary, .page-195 #primary, .page-675 #primary, .page-678 #primary {
	float: left;
	margin: -107px 0 10px 30px;
	width: 500px;
	text-align: center;
}

/* Secondary widget section */
#secondary {
	float: left;
	margin: 0 0 10px 30px;
	width: 380px;
}

/* Below Secondary section on home page */
#below-secondary {
	float: left;
	height: 400px;
	width: 500px;
	margin: 0 0 0 30px;
	padding: 0;
	background: url(http://mydaisydays.s3.amazonaws.com/secondary-1.png);
}

#below-secondary form {
	float: right;
	margin: 340px 40px 0 0;
}

/* Below Secondary section on Spanish home page */
#below-secondary-spanish {
	float: left;
	height: 400px;
	width: 500px;
	margin: 0 0 0 30px;
	padding: 0;
	background: url(http://mydaisydays.s3.amazonaws.com/secondary-1-sp.png);
}

#below-secondary-spanish form {
	float: right;
	margin: 360px 30px 0 0;
}

/* Below Secondary section on Chinese home page */
#below-secondary-chinese {
	float: left;
	height: 400px;
	width: 500px;
	margin: 0 0 0 30px;
	padding: 0;
	background: url(http://mydaisydays.s3.amazonaws.com/secondary-1-cn.png);
}

#below-secondary-chinese form {
	float: right;
	margin: 340px 40px 0 0;
}

/* Below Secondary section on order page */
#below-secondary-order {
	float: left;
	height: 203px;
	width: 500px;
	margin: 10px 0 0 30px;
	padding: 0;
}

/* Below Secondary section on other pages */
#below-secondary-other {
	float: left;
	margin: 10px 0 0 30px;
	width: 330px;
}

/*-- Rounded boxes START --*/
.roundedcornr_box {
	margin: 0;
	background: #65449B;
}

.roundedcornr_top div {
   /*background: url(images/topleftcorner.png) no-repeat top left;*/
}

.roundedcornr_top {
	background-image: url(http://mydaisydays.s3.amazonaws.com/roundedcornr_tr.png);
	background-repeat: no-repeat;
	background-position: right top;

}

.roundedcornr_bottom div {
	background-image: url(http://mydaisydays.s3.amazonaws.com/roundedcornr_bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

.roundedcornr_bottom {
	background-image: url(http://mydaisydays.s3.amazonaws.com/roundedcornr_br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.roundedcornr_top div, .roundedcornr_top {
	height: 21px;
	font-size: 1px;
}

.roundedcornr_bottom div, .roundedcornr_bottom {
	height: 21px;
}

#secondary .roundedcornr_top div {
   background: url(images/roundedcornr_tl.png) no-repeat top left;
}

/**
* Comments
************************************************/
#comments-template {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
}

#comments-template h3 {
	font-size: 18px;
	font-weight: normal;
}

h3#reply {
	padding-top: 20px;
}

/* Comment headers */
#comments-number, #reply {
	/*font-size: 1.2em;*/
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0;
	}

/* Individual comments */
#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #000; /*#333*/
	/*background: #f7f7f7;*/ /*#f7f7f7*/
	border-top: 1px solid #000; /*#ddd*/
	/*border-bottom: 1px solid #000;*/ /*#ddd*/
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	/*background: #fff;*/
	}
#comments li li li, #comments li li li li li {
	/*background: #f7f7f7;*/
	}

/* Avatar */
#comments li .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
#comments .comment-meta-data {
	margin-bottom: 15px;
	font-size: 12px;
	}

#comments .comment-meta-data a, #comments .comment-meta-data a:visited {
	color: #000;
	}

#comments .comment-meta-data a:hover {
	color: #684794;
	}

#comments .comment-author {
	font-weight: bold;
	font-size: 14px;
	}

/* Comment text */
.comment-text {
	clear: left;
	/*font-size: 13px;*/
	}

#respond textarea {
	width: 500px;
}


/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	clear: both;
	text-align: right;
	width: 960px;
	margin-bottom: 10px;
}

#footer-container p {
	font-size: 10px;
	text-align: right;
	margin: 0 10px 0 0;
}

#footer-container a, #footer-container a:visited {
	color: #000;
	margin: 0 0 0 10px;
}

#footer-container a:hover {
	text-decoration: underline;
}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}




p.important-note {
	font-size: 18px;
	text-align: center;
	font-family: "Comic Sans MS";
	border: 1px solid #684794;
	background-color: #684794;
	padding: 5px;
	}

p.important-note a, p.important-note a:visited {
	font-size: 18px;
	color: #FFF;
	font-family: "Comic Sans MS";

	}

p.important-note a:hover {
	text-decoration: underline;
	color: #FFF;
	}

p.special-chinese-widget {
	font-size: 18px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

.feedburnerFlareBlock {
/*background:url(‘images/email_go.png’) left center no-repeat;
display:block;
padding:2px 0 2px 0;
border: 1px solid black;*/
	clear: both;
	background-color: #FCC302;
	padding: 5px;
	margin: 10px 0 10px 0;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

.feedburnerFlareBlock a, .feedburnerFlareBlock a:visited {
	color: #000;
	font-family: "Comic Sans MS";
}

.feedburnerFlareBlock a:hover {
	text-decoration: underline;
}


