/*  
Theme Name: Suhweet 1.0 + Widgets
Theme URI: http://www.solostream.com
Author: Michael D. Pollock

	This theme was designed and built by Michael D. Pollock of Solostream Web Studio.

	The CSS, XHTML and design is copyright of Michael D. Pollock:
	http://www.solostream.com.

	You may use or modify this theme for your own blog or website. You MAY NOT REDISTRIBUTE this theme in any form or fashion without permission from Michael Pollock.
*/
/* -------------------[ Main Page Elements ]------------------- */
body {
	font-size: 15px;
	font-family: Arial, Helvetica, "細明體", Lucida Grande, Lucida Sans Unicode, Geneva,verdana,sans-serif, Times New Roman;
	background: #000000;
	text-align: left;
	/* letter-spacing:0.1em;  */
	margin: 0;
	padding: 0;
	line-height: 130%;
	}

#header {
    clear: both;
	width: 100%;
    padding: 0px 0px 10px 0px;
	margin: 0 auto;
	border-bottom:1px solid #999999;
	}  

#header h1.blogtitle {
        color: #cccccc;
        text-align:left;
        /* font-size:24px; */
        /*line-height:200%; */
        padding: 0px 0px 0px 0px;
        margin: 0 auto;
        width:960px;
        /* background: transparent url(images/logo.gif)  no-repeat center left; */
        } 

#header p {
        width:960px;
        margin: 0 auto;
        text-align:left;
        color: #ffffff;
        }   

#wrap {
        padding: 0px;
        clear: both;
		width: 100%;
		margin: 0 auto;
        }

#page {
        clear: both;
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
	} 


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

#contentleft {
        width: 775px;
        float:left;
        padding: 0px 0px 0px 0px;
        margin: 0;
        } 

#content {
        width: 580px;
        float: right;
        margin: 0;
        padding:  10px 25px 0px 10px;
		/*border-right: 10px double #BD934F;*/
 		background:#FFFFFF;
        background: url(images/content_right.gif) top right repeat-y;
	}
	
/*#content .hilite { background:#E8D99F; }  bg color highlighted search terms*/

#midcontent {
        width: 150px;
		font-size: 13px;
		color: #999999;
        float: left;
        margin: 0 5px 0px 0;
        padding-top: 0px;
        }

#contentright {
        width: 175px;
        float:right;
        margin: 0;
        padding: 0px 0;
        } 

#sidebar {
        width: 175px;
		color: #999999;
		font-size: 13px;
        float: right;
        margin: 0px;
		padding: 0px 0px 0px 0px;
	} 

#footer {
        border-top:1px solid #363430;
		font-size: 13px;
		line-height: 160%;
        color:#999999;
        background: #000000;
        clear: both;
        margin: 0px;
        padding: 0px;
        text-align: center;
        }

#footer p {
        width:960px;
        padding: 0px;
        margin: 0px;
        }
/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
    line-height: 103%;
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	text-align: left;
	}

h1 {
	font-size: 21px;
	margin: 0;
    padding:10px 0px 0px 0px;
    border-bottom:1px solid #666666;
	}

h2 {
	font-size: 19px;
	}

h3 {
	font-size: 17px;
	}

h4,h5,h6 {
	font-size: 15px;
	}
	
h7 {
	font-size: 13px;
	}

h1.pagetitle {
        margin: 0px 0px 10px 0px;
		padding-top: 0px;
        }

h2#comments, h2#trackbacks, h2#respond {

        }

h2.sectionhead, #sidebar h2, #midcontent h2  {
        /* font-weight: bold; */
        line-height: 16px;
        height:16px;
        font-size: 15px;
		color:#BD934F;
        letter-spacing: 0;
        margin: 0 0 0px 0;
        padding: 5px 10px 2px 2px;
        border-bottom:1px solid #363430;
		 /*background: #22201D;
       background: url(images/heading-bg.gif) top left repeat-x; */
        }

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
        margin-bottom: 0px;
        }
/* ----------- Index Styles -------------*/

.index-overview {
	margin-top: 5px;
    margin-bottom: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.index-block {
	overflow: hidden;
	margin: 0px;
	/*border: 1px solid #cccccc; 
	height: 210px;
	padding: 8px 5px 0px 5px;*/	

}

/*
.index-title {
	text-align: left;
 	font-weight: bold;
	padding:2px 2px 2px 6px;
	font-size: 17px;
	margin-bottom: 0px;
}
*/
.index-thumbnailno {
	float: left;
	margin:0px 10px 0px 0px;
	padding-bottom:100px;
}

.index-thumbnailno img {
	margin:0px 0px 0px 0px;
	padding:3px;
	position:relative;
}

.index-thumbnail {
	float: left;
	margin:0px 10px 0px 0px;
	padding-bottom:100px;
	
}

.index-thumbnail img {
	/* background-color:#FFFFFF;
	border:1px solid #A9A9A9;  */
	margin:0px 0px 0px 0px;
	padding:3px;
	position:relative;
}

.index-thumbnail img:hover {
	background-color: #CC9933; 
	/*border: 2px solid #A9A9A9;*/
}

.index-description {
	text-align: left;
	font-size: 15px;
	color:#000000;
	margin:3px 0px 12px 0px;

}

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
		color: #999999;
        text-decoration:none;
        padding-bottom: 0px;
        /*border-bottom:1px dotted #cccccc;*/
	}

a:hover { 
		color: #999999;
        text-decoration:underline;
	}
a:active {	
}

.entry a, .entry a:link, .entry a:visited, .postinfo a, .postinfo a:link, .postinfo a:visited, .postinfo2 a, .postinfo2 a:link, .postinfo2 a:visited {
        text-decoration: none;
        }
		
.postinfo a:hover, .postinfo2 a:hover, .entry a:hover {
		color: #999999;
        text-decoration:underline;
}		

#footer a {
        color: #999999;
        text-decoration: none;
        }

#footer a:hover {
        background: transparent;
        color: #ffffff;
        text-decoration: underline;
        }

h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, .index-description a, .index-description a:link, .index-description a:visited {
        color: #000000;
        text-decoration:none;
        }

h1 a:hover, h2 a:hover, .index-description a:hover,  {
        color: #3BA6E4;
        text-decoration:none;
        }
	
/* -------------------[ Images ]------------------- */

img.alignright {
        float: right;
        clear: right;
        margin: 0 0 5px 10px;
        background: #000000;
        padding: 2px;
        border: 1px solid #ccc;
        }

img.alignleft {
        float: left;
        clear: left;
        margin: 0 10px 5px 0px;
        background: #000000;
        padding: 2px;
        border: 1px solid #ccc;
        }

img.centered { 
        display: block; 
        padding: 2px; 
        margin: 0 auto 20px auto; 
        border: 1px solid #ccc; 
        float: none; 
        clear: both;
        }
img {
	vertical-align: text-top;
	}

/* -------------------[ Sidebar ]------------------- */

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0px ;
	}

#sidebar ul li {
	list-style-type: none;
	margin: 0 0 10px 0px;
	padding: 0;
	}

#sidebar ul li ul {
        list-style-type: none;
        margin: 0px;
        padding: 0 0 0 0px;
        }

#sidebar ul li ul li {
        list-style-type:none;
		background: #22201D /* transparent url(images/oupbullet.gif) no-repeat 0 2px */; 
        padding: 2px 0px 2px 5px;
        border: 0;
        margin: 0 0 1px;
        }

#sidebar ul li ul li:hover{
		background: #2f2f2f; /* transparent url(images/oupbullet.gif) no-repeat 0 2px */; 
}

#sidebar p {
        padding: 0 5px;
        }
		
.emagtry {
/* set the background image, width and height of the graphic */
width: 140px;
height: 73px;
background: url(http://taipei.tzuchi.org.tw/rhythms/ebook/images/trynow.gif) no-repeat center top;
}

.emagtry:hover{
background: url(http://taipei.tzuchi.org.tw/rhythms/ebook/images/trynow_hover.gif) no-repeat center top;
}


.emagbg{
background: url(http://taipei.tzuchi.org.tw/rhythms/ebook/images/emagbg.gif) repeat;
}

.emagbg:hover{
background: url(http://taipei.tzuchi.org.tw/rhythms/ebook/images/emagbg_hover.gif) repeat;
}

.bookbg{background-color:#003399;}
.bookbg:hover{background-color:#0033CC;}

/* -------------------[ shopping ]------------------- */
.mag {
border: 1px solid #800000; 
color: #800000; 
padding: 8px; 
margin: 10px 0 10px 0;
}
.magDiv{
background: #eeeeee; 
border-left: 6px solid #800000; 
font-size: 17px; 
padding: 5px;
margin-top: 20px;
font-weight:bold;

}

.book {

}


/* -------------------[ Middle Content ]------------------- */
#midcontent ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#midcontent ul li {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
	}

#midcontent ul li ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 0 0px;
        }

#midcontent ul li ul li {
        list-style-type:none;
		background: #22201D /* transparent url(images/oupbullet.gif) no-repeat 0 2px */; 
        padding: 2px 0px 2px 5px;
        border: 0;
        margin: 0 0 1px;
        }

#midcontent ul li ul li:hover{
		background: #2f2f2f; /* transparent url(images/oupbullet.gif) no-repeat 0 2px */; 
}

#midcontent p {
        padding: 0 3px;
        }

/* -------------------[ Comment Form ]------------------- */

.allcomments {
        border-top:5px solid #B3ADA1;
        background: #E5DFCF;
        border-bottom:5px solid #B3ADA1;
        margin-bottom:0px;
        }

#commentform {
        border-top:1px solid #FFFFFF;
        border-bottom:1px solid #FFFFFF;
        padding: 15px 15px 0px;
        margin: 0;
        }

#commentform label {
        display:block;
        margin: 0;
        }

#commentform input {
	width: 220px;
	padding: 3px;
	margin: 0px 5px 5px 0;
	font-size: 13px;
	font-family: "細明體", Arial, Helvetica, sans-serif; 
	border: 1px dotted #666666;
	background: #F3F1EB;
	}

#commentform textarea {
    width: 520px;
    padding: 3px;
	margin: 0px 0px 10px 0; 
	font-size: 15px;
	font-family: "細明體", Arial, Helvetica, sans-serif; 
	border: 1px dotted #666666;
	background: #F3F1EB;
	}

#commentform #submit {
	width: 120px;
	margin: 0 0 5px 0;
	padding-top: 3px;
	font-size: 13px;
	border: 1px dotted #666666;
	background: #999999;
	}
	
#commentform p {
    margin: 5px 0;
	}

/* -------------------[ Comments ]------------------- */

ol.commentlist {
        padding: 0;
        margin: 0 0 1px;
        }

ol.commentlist li {
        border-top:1px solid #F2EBDA;
	display: block;
	list-style: none;
        padding: 15px 15px 1px;
	margin: 0;
	}


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

ol.commentlist li.commenthead h2 {
	margin: 0;
	}

ol.tblist {
        border-top:1px solid #F2EBDA;
	list-style: none;
        padding: 15px;
        margin: 0 0 1px;
        }

ol.tblist li {
	display: block;
	list-style: none;
      	background:transparent url(images/more.gif) 0px 2px no-repeat;
        padding-left:15px;
        margin: 0 0 5px;     
	}



/* -------------------[ Misc Tags and Classes ]------------------- */

table {
        border: 0;
        }

.post ul, .singlepost ul, .post ol, .singlepost ol {
        margin: 10px 30px;
        padding: 0;
        list-style-type: none;
        }

.post ul li, .singlepost ul li {
        list-style-type:none;
	background: transparent url(images/oupbullet.gif) no-repeat 0 2px;
        padding: 0 0 2px 15px;
        border: 0;
        margin: 0;
        }

.post ol li, .singlepost ol li {
        list-style-type:decimal;
	background: transparent;
        padding: 0 0 2px 0px;
	line-height: 1.4em;
        border: 0;
        margin: 0 0 0 20px;
        _height: 1em;
        }

p {
	margin-top: 10px;
	margin-bottom: 10px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

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

* html acronym, abbr {
	border-bottom: 1px dotted #999;
	}

blockquote {
	padding-left: 10px;
	border-left: 5px solid #E5DFCF;
	color: #000;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

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

.navigation .alignright {
	float: right;
	margin: 0;
	}
	
.navigation .alignleft {
	float: left;
	margin: 0;
	}
	
/* 文章分頁樣式設定 */
.link_pages {
font: 13px  Arial,Verdana, Helvetica, sans-serif;
color: #666666;
padding-top: 10px;
padding-bottom: 10px;
margin: 0px;
text-align:center;
}

.link_pages a {
color: #666666;
padding: 2px 6px;
border: solid 1px #666666;
background: #fff;
text-decoration: none;
}

.link_pages a:hover {
color: #ffffff;
background: #45b9f6;
border-color:#45b9f6 ;
text-decoration: none;
}
/* */

/* 單元分類頁(標籤雲)行高*/	
.st-tag-cloud { 
	line-height:27px;	
}

.entry {
	padding: 0px 0 0px 0;
	margin: 0;
	color:#000000;
	}

.entry-en {
	padding: 0px 0 0px 0;
	margin: 0;
	color:#000000;
	font-size:13px;
	line-height: 19px;
	font-family: Arial, Helvetica, "Times New Roman", Times, serif, ;
	letter-spacing: normal;
	}

.postinfo {
	color: #999999;
    clear: both;
	font-size: 15px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
	}

.postinfo2 {    
	color: #999999;
    clear: both;
	font-size: 15px;
	margin: 10px 0 0 0px;
	background:url(images/top.gif) top left repeat-x;
	}

.post {
	margin: 0 0 10px 0;
	padding: 8px 5px 5px 5px;
	line-height: 130%;
	letter-spacing: 0.09em;
	color:#000000;
     /*backgroundurl(images/dot.gif) bottom left repeat-x;*/
	background: #ffffff;
	border-bottom: 1px dotted #999999;
	}

.singlepost {
	margin: 0 0 10px 0;
	padding: 10px 5px 0px 5px;
	line-height: 130%;
	letter-spacing: 0.1em;
	color:#000000;
     /*backgroundurl(images/dot.gif) bottom left repeat-x;*/
	background: #ffffff;
	border-bottom: 1px dotted #666666;
	}

code {
	font: 13px 'Courier New', Courier, Fixed;
	}

hr {
    display: block:
    clear:both;
        }

a.more-link {
    padding-top:0px;
    padding-right:13px;
	color:#BD934F;
    background: transparent url(images/more.gif) 100% 80% no-repeat ;
        }
a.more-link:hover {
	text-decoration:underline;

}

.top a {
      	background:transparent url(http://taipei.tzuchi.org.tw/rhythms/images/gotoTop1.gif) 100% 80% no-repeat;
		float:right;
		text-decoration:none;
		
}


/* -------------------[ Search ]------------------- */

#searchform {
        text-align:right;
        float:right;
		margin: 0;
		padding: 3px 3px; 
        }

#searchform #s {
        padding-left:3px;
        padding-top:5px;
        font-size:15px;
		color:#cccccc;
        width: 120px;
		margin-right: 1px;
		background:#2f2f2f;
		border: 1px dotted #cccccc;

	}

#searchform #submit {
        font-size:13px;
		background:#666666;
		color: #ffffff; 
		padding-top:5px;
		border: 0;

	}

/* -------------------[ Navigation ]------------------- */

#TopMenu a{
		font-size:15px;
		padding:5px 3px 0px 3px;
        text-decoration: none;
}

#TopMenu a:hover{
		padding:5px 3px 0px 3px;
		color:#FFFFFF;
		background-color:#E1942A;
}

#SubMenu{
		font-size:15px;
		padding:2px 3px 0px 3px;
        text-decoration: none;
		}

#SubMenu a:hover{
		padding:2px 3px 0px 3px;
		background-color:#363430;
		}

#nav {      
        font-size:15px;
        clear: both;
        /*height: 32px; */
		padding:0px;
		margin: 0;
		/* background: #cc6600; */
        }

#nav .stopper {
        width:960px;
        margin:0px auto;
        padding: 0px 0px 0px 0px;
        text-align: right;
        }

#nav ul {
        font-size:15px;
		float: left;
		list-style: none;
        /*height: 32px; */
		/*line-height: 32px;*/
		padding: 0;
		margin: 0;
}

/*Top level list items*/
#nav ul li {
		position: relative;
		display: inline;
		float: left;
        text-align: left;
		margin: 0;
		padding:0px;
        list-style-type: none;
        }
		
/*Top level menu link items style*/
#nav ul li a /*, #nav ul li a:link, #nav ul li a:visited */{
		display: block;
		width: 68px; /*Width of top level menu link items*/
		padding: 5px 6px 0px 6px;
		border: 0px;
		border-left-width: 0;
		text-decoration: none;
		color: #ffffff;
}

#nav ul li a:hover, #nav ul li a:active {
        text-decoration:none;
		background-color: #E1942A ;
        }
		
/*1st sub level menu*/
#nav ul li ul{
		position: absolute;
		display: inline;
		float: left;
		left: 0;
		top: 1em; /* no need to change, as true value set by script */
		visibility: hidden;
}
		
/*Sub level menu list items (undo style from Top level List Items)*/
#nav ul li ul li{
		display: inline;
		float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#nav ul li ul li ul{ 
		/*left: 159px;  no need to change, as true value set by script 
		top: 0;*/
}

/* Sub level menu links style */
#nav ul li ul li a{
		display: block;
		width: 68px; /*width of sub menu levels*/
		color: #ffffff;
		text-decoration: none;
		padding: 0px 6px 0px 6px;
		background: #333333 ;
}

#nav ul li ul li a:hover, #nav ul li ul li a:active {
        text-decoration:none;
		background-color: #000000 ;
		border: 1px dotted #ffffff;

}
/* #nav ul li:hover ul,#nav ul li.msiefix ul{visibility:visible;} */


/* -------------------[ Feature Post ]------------------- */

.featurepost {
		margin: 0 0 0px 0;
		padding: 0 15px 0px 0;
		line-height: 100%;
       background: url(images/content_right.gif) top right repeat-y;
        /*background:#22201D;*/
        }

.featurepost h1 {
        margin: 0;
        padding: 0;
		background:#cccccc;
        }
/* ---------------[ Tables ]--------------- */

.entry table {
	margin-bottom:0px;
        padding:auto;
        border:auto;
        }

.entry tr, .entry td, .entry th {
	margin:auto; padding:auto; border:auto;
        }

.entry td, .entry th {
	vertical-align:top;

}

.entry th {
	font-weight:bold;
	background: transparent;
}

.entry td {
	/* border:1px solid #E5DFCF; */
}

/* --------------------[Highslide]------------*/

/* {
    font-family: Verdana, Helvetica;
    font-size: 10pt; 
} */
.highslide-html {
    background-color: black;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(http://www.rhythmsmonthly.com/events/10th/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 13px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: black;
	z-index:1500;	
}
.highslide-wrapper .highslide-html-content {
    width: 860px;
	height:620px;
    padding: 2px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: normal;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: gray;
	text-decoration:underline;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	/* background: url(highslide/graphics/resize.gif); */
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    /* cursor: nw-resize; */
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
body {
	background-image: url();
}

