/*
Theme Name: iSee
Theme URI: http://byzuo.cn/iSee/
Version: 1.7
Author: Carrien
Author URI: http://byzuo.cn
*/

/* Reset style */
* { margin:0; padding:0; }
body { background:#262626; color:#0287CA; font:12px/1.6em "Century gothic", Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight:400; }
a { color:#0287CA; text-decoration:none; }
	a:hover { text-decoration:underline; }
ul, li { list-style:none; }
fieldset, img { border:none; }
legend { display:none; }
em, strong, cite, th { font-style:normal; font-weight:normal; }
input, textarea, select, button { font:12px Verdana, Helvetica, Arial, sans-serif; }
table { border-collapse:collapse; }
html { overflow:-moz-scrollbars-vertical; }

/* iSee style */
.container { width:812px; overflow:hidden; margin:0 auto; text-align:center; }
	h1 { margin:0.6em 0 0.6em; font-size:3em; }
	h1 a:hover { text-decoration:none; }
	.nav { margin:0 0 1em; }
	.nav a { margin:0 0.3em; }

.entry {}
	.entry img { padding:5px; background:#555; }

.posted { margin:0 auto; padding-bottom:20px; text-align:left; }
	.pages { height:35px; overflow:hidden; line-height:30px; }
	.pages .previous { float:left;}
	.pages .next { float:right;}
	.posted h2 { padding-bottom:4px; color:#555; font-size:1.2em; }
	.image_notes { padding-bottom:4px; color:#555; line-height:1.4em; }
	.comment_num a { color:#555; font-size:0.9em; }
	.comment_num strong { font-family:Verdana, Arial, Helvetica, sans-serif }

.gallery_list { width:100%; overflow:hidden; text-align:left; }
	.gallery_list a { display:block; float:left; width:75px; height:75px; margin:2px; border:1px solid #262626; }
	.gallery_list a:hover { border-color:#0287CA;}
	.gallery_list:hover a { opacity:0.5; filter:alpha(opacity=50);}
	.gallery_list a:hover { opacity:1; filter:alpha(opacity=100); }

.about { width:70%; overflow:hidden; margin:0 auto; text-align:left; }		
	.about h2 { padding-bottom:0.3em; font-size:1.4em; }
	.about p { color:#555; }
	.email { color:#555; }

.tag { width:70%; overflow:hidden; margin:0 auto; text-align:left; }		
	.tag h2 { padding-bottom:0.3em; font-size:1.4em; }
	#tag_cloud { line-height: 2.6em; }
		#tag_cloud a { margin-right: 3px; white-space: nowrap; }
		.tags01 { font-size:10px; color:#444; }
		.tags02 { font-size:12px; color:#444; }
		.tags03 { font-size:14px; color:#444; }
		.tags04 { font-size:16px; color:#555; }
		.tags05 { font-size:18px; font-weight:700; color:#666; }
		.tags06 { font-size:20px; font-weight:700; color:#777; }
		.tags07 { font-size:21px; font-weight:700; color:#888; }
		.tags08 { font-size:22px; font-weight:700; color:#999; }
		.tags09 { font-size:23px; font-weight:700; color:#AAA; }
		.tags10 { font-size:24px; font-weight:700; color:#BBB; }

.footer { padding:3em 0 1em 0; color:#555; font-size:0.8em;}
	.footer:hover { color:#777; }
		.footer:hover a { color:#777; }
	.footer a { color:#555; }