/*
Theme Name: ICircle
Theme URI: http://i-circle.org/
Description: The default theme for I-Circle.
Author: I-Circle.net
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

* {
	font-family: "Trebuchet MS", "微軟正黑體", Helvetica, sans-serif;
}

body {
	font-size: 90%;
}

a:link * {
	color: inherit;
}

#sidebar
{
	display: block;
	float: left;
	width: 18%;
}

h1.page-title, h1.entry-title {
	color: #000000;
	margin-top: 0;
	margin-bottom: 10px;
}

h2.entry-title {
	color: #000000;
	margin-top: 0;
}

#container
{
	display: block;
	float: right;
	width: 80%;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 0.5em;
	color: inherit;
	border: none;
}

.entry-content h1 {
	font-size: 2em
}

.entry-content h2 {
	font-size: 1.8em
}

.entry-content h3 {
	font-size: 1.5em
}

.entry-content h4 {
	font-size: 1.3em
}

.entry-content h5 {
	font-size: 1.15em
}

.entry-content h6 {
	font-size: 1em
}

.entry-content blockquote {
	padding: 0.5em 0.5em 0.5em 2em;
}

.entry-content blockquote > blockquote {
	margin-left: 0;
}

.entry-content blockquote > p {
	padding: 0;
	margin: 0;
}

.entry-utility {
	clear: both;
}

div.entry-meta {
	margin-bottom: 15px;
}

div.sidebar-item { margin-bottom: 15px; }
div.sidebar-item div.inner { padding-bottom: 10px; }
div.sidebar-item ul {
	padding-left: 1.5em
}
div.sidebar-item li a {
	display: block;
	line-height: 1.3em;
}
div#comments ol { margin-left: 20px; }
div.comment-author { font-size: 1.3em; }
div.comment-meta { font-size: 1em; }


.post, .page {
	padding: 0 0 20px
}

.entry-content ul, .entry-content ol {
	margin: 1em 0.1em;
	padding-left: 2em
}

.entry-content li {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 0.2em;
}

#container .navigation {
	display: block;
	width: auto;
	margin: 5px;
	height: 20px;
}

div.nav-previous {
	float: left;
}

div.nav-next {
	float: right;
}

.wp-caption {
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.wp-caption img {
	margin: 0;
	padding: 6px 5px 0;
}
.wp-caption p.wp-caption-text {
	padding: 5px;
	color: #888;
	margin: 0;
}

/* Infobox
-------------------------------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
}

table.infobox {
	float: right;
	width: auto;
	min-width: 150px;
}

table caption {
	font-size: 1.3em;
}

table thead tr th {
	background: none;
	border-bottom: 3px solid #DEDEDE;
	text-align: left;
	padding: 5px 8px;
}

table.infobox tbody th {
	text-align: right;
}

table tbody th, table tbody td {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #DEDEDE;
	padding: 5px 8px;
}

table img {
	vertical-align: middle;
}

table th, table td {
	font-size: 1.1em;
}

/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home .category-gallery .entry-content p {
	display: inline;
}
.home .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

img {
	margin: 0;
}
.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, 
img.alignright, 
img.aligncenter {
	margin-bottom: 12px;
}
.wp-smiley {
	margin:0;
}
.gallery {
	margin: auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery br+br {
	display: none;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

/* Advertisement */
.advertisement {
	text-align: center;
	margin: 0;
}

/* Content Sidebar Panel */
#content-below .sidebar-item {
	clear: right;
}

/* Footer Sidebar Panel */
#footer .sidebar-item {
	margin-bottom: 0;
}

#footer .intellectual-properties p {
	font-size: 95%;
	margin: 0 auto;
	text-align: center;
}

/* Specific Content */
.sticky {
	padding: 1em;
	margin-bottom: 1em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.sticky .entry-content p:last-child {
	margin-bottom: 0;
}
.sticky .entry-meta, .sticky .entry-utility {
	display: none;
}

@media print {

	html {
		background: none !important;
	}
	div#header {
		border-bottom: 2pt solid #000;
		position: relative;
		top: 0;
		padding: 0 0 18pt 0 !important;
		margin: 0 1.5em 1.5em 1.5em !important;
	}
	div#header div {
		min-width: inherit;
		padding: 0;
	}
	div#header dl.identity, div#header dl.identity #site-title {
		float: none;
		margin: 0;
	}
	div#header dl.identity #site-title a {
		width: auto;
		text-indent: 0;
		font-size: 24pt;
		color: black;
		float: none;
		background: none;
	}
	div#wrap {
		padding: 0;
		min-width: inherit;
	}
	div.icbody {
		padding: 0;
		margin-left: 1.5em;
	}
	div#container {
		width: 100%;
	}
	.post, .sticky {
		background: none !important;
		padding: 1em 0;
	}
	.post {
		margin-bottom: 0;
	}
	.entry-content {
		font-size: 11pt !important;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 18pt !important;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	.entry-utility .meta-sep {
		visibility: hidden;
	}
	.panel {
		background: none !important;
		padding: 0;
	}
	div#header dl.siteicons,
	div#header dl.identity .logo,
	div#header dl.identity .navigation,
	div#header form,
	#wrap div.underlayer,
	#wrap div.stylecurve,
	#content div.navigation,
	.advertisement,
	div#sidebar,
	div.copyright,
	span.comments-link,
	span.edit-link,
	.no-print {
		display: none;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
		margin: 0;
	}
}