/*
Theme Name: Elephant_Theme
Theme URI: http://www.kleinerfisch.com/blog/
Description: The WordPress theme based on the famous <a href="http://elephantwork.net/">ElephantWork</a>.
Version: 1.0
Author: Ninon
Author URI: http://elephantwork.net/
Tags: B&W, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #F0F0F0;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	}
#headerimg 	{
	margin: 7px 9px 0;
	width: 920px;
	}
#content {
	margin: 0 0 0 110px;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.7em;
	}
.narrowcolumn .entry p, .widecolumn .entry p {
	margin-top: 16px;
	}
.narrowcolumn .entry p.tag, .widecolumn .entry p.tag {
	margin: 40px 0 0;
	}
.widecolumn .entry p.tag {
	border-top:1px dotted #D0D0D0;
	padding-top: 8px;
	}
.narrowcolumn .entry {
	margin-top: 15px;
	}
.widecolumn {
	line-height: 1.7em;
	}
.narrowcolumn .postmetadata {
	text-align: left;
	font-size: 13px;
	}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.even {
	border-left: 1px solid #ddd;
}
#footer {
	width: 100%;
	}
small {
	font-family: Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	}
small.leftdate {
	background-color: #404040;
	padding: 3px;
	position: absolute;
	top: 15px;
	left: -116px;
	background: url(images/small_bg.gif) 0 0 no-repeat;
	height: 25px;
	width: 110px;
	text-align: center;
	font-family:Georgia;
	font-size: 0.9em;
}
small.topdate {
	top: 50px;
}
h1, h2, h3 {
	font-family: Microsoft JhengHei, "微軟正黑體", PMingliu, "新細明體", sans-serif;
	font-weight: bold;
	}
h1 {
	font-size: 24px;
	text-align: center;
	text-shadow: 0 1px 1px #808080;
	}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
h2 {
	font-size: 21px;
	}
h2.pagetitle {
	border-bottom: #D0D0D0 1px solid;
	}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
h3 {
	font-size: 1.3em;
	}
a {
	text-decoration: none;
	color: #404040;
	}
#headerimg .description {
	position: relative;
	top: 20px;
	font-size: 13px;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
.entry p a:visited {
	color: #808080;
	}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 13px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}
.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 small {
  color: #808080;
  }
.commentmetadata {
	font-weight: normal;
	}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #E0E0E0;
	text-align: left;	
	}
#sidebar ul ul li, #sidebar ul ol li {
  color: #808080;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#content .entry a, #content .postmetadata a {
    color: #778899;
    background-color: transparent;
  }
#content .entry a:hover, #content .postmetadata a:hover {
	color: #333;
	text-decoration: none;
	background-color: #FFFF00;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	text-align: center;
	padding: 2px;
	border: #F0F0F0 1px solid;
	}
#wp-calendar a:hover {
	text-decoration: none;
	border: #404040 1px solid;
	color: #404040;
	}
#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;
	text-align: center;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto 20px;
	padding: 0;
	width: 950px;
	border: 1px solid #959596;
	}

#header {
	margin: 0;
	padding: 0;
	/*height: 100px;*/
	width: 920px;
	background: url(images/header_bg.gif) 0 30px repeat-x;
	}

#headerimg {
	margin: 0;
	padding: 5px 0;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 20px 20px 0;
	margin: 0px 0 0;
	width: 540px;
	}

.widecolumn {
	padding: 0 0 20px 0;
	margin: 5px 0 0 150px;
	width: 540px;
	float: left;
	}

.post {
	margin: 0 0 20px;
	text-align: justify;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 15px 20px;
	position: relative;
	background: url(images/post_bg.png) 100% 100% no-repeat #FFFFFF;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0 0 30px;
	}

.narrowcolumn .postmetadata {
	padding-top: 8px;
	color: #404040;
	border-top: #D0D0D0 1px dotted;
	margin: 20px 0 5px;
	}

body .widecolumn .postmetadata {
	margin-top: 10px;
	}

.widecolumn .postmetadata small {
  color: #404040;
  }

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 10px 0;
	margin: 0 auto;
	clear: both;
	background: url(images/footer_bg.gif) 0 0 repeat-x #E5E5E5;
	}

#footer div.cont {
  width: 990px; 
  margin: 0 auto; 
  text-align: center;
}

#footer p {
	margin: 0;
	text-align: left;
	font-size: 12px;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0px 0px 10px;
	margin: 30px 10px 20px 110px;
	text-align: left;
	}

h2 {
    line-height: 26px;
	margin: 10px 0 0;
	padding-bottom: 3px;
	border-bottom: #D0D0D0 1px solid;
	}

h2.pagetitle {
	margin: 0 0 10px;
	border: none;
	border-left: #808080 4px solid;
	padding: 0 0 0 7px;
	font-size: 16px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 2px 4px;
	border: none;
	background-color: #404040;
	color: #D0D0D0;
	font-family: Microsoft JhengHei, "微軟正黑體", PMingliu, "新細明體", sans-serif;
	background: url(images/sidebar_title_bg.gif) 0 0 no-repeat;
	}

h3 {
	padding: 0 0 3px;
	margin: 10px 0 0;
	border-bottom: #D0D0D0 1px solid;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin 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 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	font-size: 12px;
	}

.alignleft {
	float: left;
	font-size: 12px;
	}
/* End Images */



/* Begin Lists

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

.entry ul {
	margin-left: 0px;
	list-style-type: square;
	padding: 0 0 0 28px;
	}

.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;
	}
  
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	font-family: 'Lucida Grande', Verdana, Arial, PMingliu, "新細明體", Sans-Serif;
	}

#sidebar ul select {
	width: 175px;
	color: #404040;
	background: url(images/select.jpg) 0 0 no-repeat;
	border: medium none;
  padding: 4px 5px 2px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 4px 3px;
	border-bottom: #E0E0E0 1px solid;
	background-color: #F0F0F0;
	line-height: 16px;
	}
	
#sidebar ul ul li a {
  display:block;
  }

#sidebar ul ul li:hover, #sidebar ul ol li:hover {
	background-color: #E0E0E0;
	}
	
#sidebar ul ul li.cat-item a {
  display:inline
  }
/* End Entry Lists */



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

#searchform #s {
	padding: 2px;
	width: 120px;
	border: #404040 1px solid;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	}

#searchsubmit, #clean_contact_send {
	border: #404040 1px solid;
	background-color: #333;
	color: #E0E0E0;
	padding: 1px 5px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	}

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

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 4px 0px 2px;
	border: #404040 1px solid;
	}

#commentform input#submit {
	width: 170px;
	padding: 2px;
	margin: 4px 0px 2px;
	background-color: #333;
	color: #E0E0E0;
	border: #404040 1px solid;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border: #404040 1px solid;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0 0 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 8px 0;
	display: block;
	border-bottom: #D0D0D0 1px solid;
	font-size: 11px;
	color: #404040;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 30px 10px 0;
	width: 250px;
	font-size: 13px;
	float: right;
  }
/*
#sidebar form, #header form {
	border: #E0E0E0 2px solid;
	}
*/
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 230px;
	}

#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; }
/* End Calendar */



/* 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;
	color: #606060;
	}

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;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0 0 10px;
	}
.navigation.clearfix {
	margin: 5px 0 -10px;
}
/* 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 */

/*add*/
img object {
	text-align: center;
	margin: 0 auto;
  }
#logo {
	position: fixed;
	bottom: 30px;
	right: 0px;
	z-index: 1000;
}
#book_img {
	display: block;
	width: 250px;
	height: 85px;
	background: url(images/banner_book_0222.png) 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
#book_img:hover, #book_img:active {
	background-position: 0 -85px;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #222;
}
#footer div.aboutmore {
	width: 260px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 5px 0px 20px;
}
#footer div.aboutmore ul {
	list-style-type: none;
	list-style-image: none;
	font-weight: 100;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 0;
	line-height: 21px;
}
#footer div.aboutmore ul li {
	height: 22px;
}
#footer div.aboutmore ul li img {
	position: relative;
	top: 3px;
	margin-right: 3px;
}
#footer div.aboutmore ul li h4 {
	margin: 0px;
}
ul.menuplus {
	list-style-type: none;
	list-style-image: none;
	float: right;
	margin: 6px 0;
  }
ul.menuplus li {
	float: left;
	margin: 0 10px 0 0;
	padding-right: 8px;
	border-right: #404040 1px solid;
  }
 ul.menuplus li a:link {
	border-bottom: #404040 3px solid;
	padding-bottom: 7px;
	padding-bottom: 8px\9;
  }
  ul.menuplus li a:hover {
	border-bottom: #A0A0A0 3px solid;
	padding-bottom: 7px;
	padding-bottom: 8px\9;
  }
.titlename {
	width: 245px;
	text-align: left;
	line-height: 18px;
	display: table-cell;
	vertical-align: top;
	font-size: 11px;
	}
.titlename a {
	color: #808080;
	}
.navigation div.pagenavi {
	font-size: 12px;
	font-family: Arial;
	}
.related_posts {
	margin: 40px 0 20px;
	}
.related_posts h4 {
	margin: 0;
	}
.related_posts ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	}
.related_posts ul li {
	border-bottom: #D0D0D0 1px dashed;
	line-height: 24px;
	padding: 5px 0;
	}
.related_posts ul li:before {
	content: "» ";
	}
.related_posts ul li:hover {
	background-color: #F0F0F0;
	padding: 5px 0;
	}
form#si_contact_form {
	width: 500px;
	}
form#si_contact_form input, form#si_contact_form textarea {
	width: 250px;
	border: #404040 1px solid;
	}
form#si_contact_form textarea {
	width: 500px;
	}
form#si_contact_form [type=submit] {
	background-color:#333333;
	border:1px solid #404040;
	color:#E0E0E0;
	padding:4px 5px 2px;
	width: 60px
	}
.widget_tag_cloud {
    font-family: Microsoft JhengHei, "微軟正黑體", PMingliu, "新細明體", sans-serif;
    }
.widget_tag_cloud a {
    background-color: transperant;
    }
.widget_tag_cloud a:hover {
    background-color: #FFFF00;
    }
.widget_tag_cloud > div {
    margin-top: 5px;
    }
body #content .entry a.more-link {
    background: url(images/more_bg.jpg) 0 100% no-repeat transparent;
    padding-bottom: 7px;
    display: block;
    text-align: center;
    width: 90px;
}
body #content .entry a.more-link:hover {
    background: url(images/more_bg.jpg) 0 100% no-repeat transparent;
    color: #000;
}
.bookmarks {
    margin-top: 10px;
    }
.bookmarks div.outline {
    margin-bottom: 10px;
    float: left;
    padding-right: 10px; 
    line-height: 16px;
	position: relative;
}
a.replurk {
    border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    background-color: #CF682F;
    border: 1px solid #A53800;
    color: #FFFFFF;
    padding: 1px 4px;
	position: relative;
	top: 45px;
	font-size: 10px;
}
a.replurk:hover {
    background-color: #FFF;
    border: 1px solid #A53800;
    color: #A53800;
}
.sidebookmarks {
    margin: 15px 0;
    background: url(images/follow.jpg) 0 0 no-repeat transparent;
    padding-left: 80px;
}
.sidebookmarks a {
    text-indent: -9999em;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    display: block;
    float: left;
}
.sidebookmarks a.rss {
    background: url(images/rss.png) 0 0 no-repeat transparent;
}
.sidebookmarks a.plurk {
    background: url(images/plurk.png) 0 0 no-repeat transparent;
}
.sidebookmarks a.fb {
    background: url(images/facebook.png) 0 0 no-repeat transparent;
}
.sidebookmarks a.twitter {
    background: url(images/twitter.png) 0 0 no-repeat transparent;
}
.sidebookmarks a.rss:hover {
    background: url(images/rss.png) 0 -32px no-repeat transparent;
}
.sidebookmarks a.plurk:hover {
    background: url(images/plurk.png) 0 -32px no-repeat transparent;
}
.sidebookmarks a.fb:hover {
    background: url(images/facebook.png) 0 -32px no-repeat transparent;
}
.sidebookmarks a.twitter:hover {
    background: url(images/twitter.png) 0 -32px no-repeat transparent;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	*zoom: 1;
}
/*book*/
.book_07_09 {
    font-family: Arial, PMingliu, "新細明體", sans-serif;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    border-collapse: 0;
    border-spacing: 0;
    border: #960000 1px solid;
    border: #404040 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 250px;
}
.book_07_09 caption {
    color: #808080;
    caption-side:
    bottom;padding: 4px
}
.book_07_09 .even {
    background-color: #F0F0F0;
}
.book_07_09 th {
    border-bottom: #808080 1px solid;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0.47, rgb(184,184,184)), color-stop(1, rgb(242,242,242)));
    background: -moz-linear-gradient(center bottom,rgb(184,184,184) 47%,rgb(242,242,242) 100%);
    -moz-box-shadow: 0 0 4px #CCC;
    webkit-box-shadow: 0 0 4px #CCC;
    box-shadow: 0 0 4px #CCC;
    padding: 4px 2px;
    text-shadow: 1px 1px 1px #FFF
}
.book_07_09 td {padding: 4px 2px;text-shadow: 1px 1px 1px #FFF}
.book_07_09 span {color: #C00000;font-weight: bold}
