/*
Theme Name: Ultimo
Theme URI: http://imotta.cn/
Description: A private WordPress theme.
Version: 1.0
Author: motta
Author URI: http://imotta.cn/
*/

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", sans-serif;
	background: url(images/bg-header.png) repeat-x #e9e9e9;
}

a{
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
}

a:active {
	position: relative;
	top: 1px;
	_position: fixed;/*ie6*/
	_top:0;/*ie6*/
}/* css-trick 小技巧 */

a img{
	border: none;
}

.clear{
	clear: both;
}

div#page_wrap{
	width: 984px;
	margin: 0 auto;
}

/*-- header --*/

div#topbar{
	padding-top: 6px;
	padding-right: 15px;
	height: 12px;/*ie6*/
}

div#topbar ul.right{
	float: right;
	color: #333;
	font-size: 12px;
}

div#topbar ul.right li{
	display: inline;
}

div#topbar ul.right li a{
	color: #333;
	margin: 0 5px 0 0;
	padding: 4px 5px;
}

div#topbar ul.right li a:hover{
	background-color: #888;
	color: #fff;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div#header{
	padding: 16px 0 16px 15px;
}

div#header div.blog_title{
	float: left;
	display: inline;
}

div#header div.blog_title h1 a{
	font-size: 18px;
	color: #333;
	line-height: 24px;
	background: url(images/image-all.gif) no-repeat;
	background-position: 0 0;
	display: block;
	height: 53px;
	width: 186px;
	text-indent: -9999px;
}

div#header div.blog_title h1 a:active{
	position: relative;
	top: 0;
}

div#main_navi{
	margin: 11px 0;
	padding: 0 0 3px 15px;
	_zoom: 1;/*ie6*/
	_margin: 3px 0 7px;/*ie6*/
}

div#main_navi ul.left li{
	display: inline;
}

div#main_navi ul.left{
	float: left;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	_line-height: 22px;
}

div#main_navi ul.left li a{
	color: #fff;
	margin: 0 20px 0 0;
	padding: 3px 6px;
}

div#main_navi ul.left li a:hover{
	background-color: #fff;
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*-- main --*/

div#container{
	background: url(images/post-bg.png) 0 0 repeat-y;
	padding: 40px 35px 15px 35px;
	overflow: hidden;
}

div#main{
	width: 600px;
	float: left;
	/*display: inline; fix double margin */
	font-size: 14px;
	line-height: 24px;
	color: #333;
	overflow: hidden;
}

div#main .post{
	margin-bottom: 50px;
	position: relative;
}

div#main .post .title h2{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333;
	line-height: 30px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 0 #ddd;
}
div#main .post .title h2 a{
	color: #333;
}

div#main .post .title h2 a:hover{
	color: #3188c7;
}

div#main .post .postmeta{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
	background-color: #efefef;
	padding: 3px 5px;
	line-height: 16px;
	position: relative;
	text-shadow: 0 1px 0 #fff;
}

div#main .post .postmeta a{
	color: #666;
	text-decoration: none;
}

div#main .post .postmeta a:hover{
	color: #3188c7;
}

div#main .post .postmeta .comments,
div#main .post .postmeta .lac{
	position: absolute;
	top: 3px;
	right: 5px;
}

div#main .post .entry{
	color: #333;
}

div#main .post .entry a{
	color: #3188c7;
	border: none;
	text-decoration: none;
}

div#main .post .entry a:hover{
	color: #000;
	border-bottom: 2px solid #3188c7;
}

div#main .post .entry p{
	margin-bottom: 15px;
}

div#main .post .entry a.more-link{
	background: url(images/image-all.gif) no-repeat;
	background-position: 0 -100px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	display: block;
	width: 132px;
	height: 28px;
	text-align: center;
	line-height: 27px;
	margin-top: 10px;
}

div#main .post .entry a.more-link:hover{
	background: url(images/image-all.gif) no-repeat;
	background-position: 0 -128px;
	color: #333;
	text-decoration: none;
	border: 0;
}

div#main .post .entry a.more-link:active {
	position: relative;
	top: 1px;
}

div#main .post .entry ul,
div#main .post .entry ol{
	padding-bottom: 15px;
	margin-left: 40px;
	margin-right: 40px;
}

div#main .post .entry ul{
	list-style-type: disc;
}

div#main .post .entry ol{
	list-style-type: decimal;
}

div#main .post .entry ul li,
div#main div.post div.entry ol li{
	padding: 2px 0;
}

div#main .post .entry blockquote{
	background: url(images/image-all.gif) no-repeat;
	background-position: -450px -550px;
	padding: 35px 20px 10px 50px;
	margin: 0 0 15px 0;
	background-color: #efefef;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #5d5d5d;
}

div#main .post .entry blockquote p{
	margin-bottom: 8px;
}

div#main .post .entry code{
	font-family: "Consolas", Monaco,"Andale Mono", "Courier New", mono;
	background-color: #efefef;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #5d5d5d;
	padding: 5px 10px;
	display: block;
}


div#main .post .postmeta_bottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

div#main .post .postmeta_bottom a{
	color: #666;
	border: 0;
	text-decoration: none;
}

div#main .post .postmeta_bottom a:hover{
	color: #3188c7;
}

div#main .post .postmeta_bottom .tag{
	float: right;
}

div#main .post .postmeta_bottom .tag a{
	margin-left: 3px;
	padding: 2px 4px;
	background-color: #3188c7;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div#main .post .postmeta_bottom .tag a:hover{
	background-color: #fe4902;
	color: #fff;
}

/*-- pagination --*/

div#main .pagination{
	background: url(images/image-all.gif) no-repeat;
	background-position: 0 -200px;
	width: 237px;
	height: 31px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e0e0e0;
	text-align: center;
	line-height: 32px;
	margin: 0 auto;
}

div#main .pagination a{
	color: #666;
	padding: 7px 0;
}

div#main .pagination .left{
	margin-right: 16px;
}

div#main .pagination .right{
	margin-left: 16px;
}

/*-- related post & ad --*/

.related {
	background-color: #f5f5f5;
	font-size: 13px;
	border-top: 1px solid #c8c8c8;
	margin-bottom: 20px;
	position: relative;
}

.related_left{
	float: left;
	width: 365px;
	padding: 10px 0 10px 15px;
}

.related h4{
	font-family: Georgia, serif;
	font-size: 16px;
	color: #444;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}

.related ul{
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 10px 10px 10px 20px;
	line-height: 20px;
}

.related ul li{
	padding: 3px 0;
}

.related ul li a{
	color: #666;
}
.related ul li a:hover{
	color: #000;
	text-shadow: 1px 1px 0 #fff;
}

.related .ad{
	float: left;
	width: 180px;
	height: 150px;
	background: url(images/image-all.gif) no-repeat;
	background-position: -250px -200px;
	margin: 20px;
}

.ad a img {
	border: 1px solid #1f2223;
}

.related .ad_toggle{
	background: url(images/image-all.gif) no-repeat;
	background-position: -250px -112px;
	display: block;
	height: 12px;
	width: 12px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.related .ad_toggle_active{
	background-position: -250px -100px;
}

/*-- comments --*/

#comments{
	border-bottom: 1px solid #c8c8c8;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #333;
	line-height: 20px;
}

#comments .lac{
	margin-right: 300px;
}

#comments .lac a{
	color: #666;
}

#comments .lac a:hover{
	color: #3188c7;
}

#comments .commentlist{
	padding: 2px 8px;
	margin-left: 10px;
	border: 1px solid #c8c8c8;
}

#comments .current{
	border-bottom: 1px solid #fff;
}

ol.commentlist{
	font-size: 13px;
	color: #444;
	overflow: hidden;
	padding: 0 10px;
}
	
ol.commentlist li{
	margin: 12px 0;
	border: 1px solid #f9f9f9;
	padding: 14px 15px 15px 90px;
	position: relative;
	_zoom: 1;/*ie6*/
}

ol.commentlist li.depth-2{
	border: 1px solid #d9d9d9;
	background-color: #f3f3f3;
}

ol.commentlist .comment:hover{
	border: 1px solid #c8c8c8;
	background-color: #f9f9f9;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
}

ol.commentlist li div.vcard{
	position: absolute;
	left: 0;
	top: 0;
}

ol.commentlist li div.vcard div.left{
	padding: 20px;
}

ol li div.left img{
	border: 1px solid #c8c8c8;
	display: block;
	height: 48px;
	width: 48px;
}

.imghover{
	-moz-box-shadow: 0 0 6px #999;
	-webkit-box-shadow: 0 0 6px #999;
}

ol.commentlist li div.right{
	width: 100%;
	overflow: hidden;
}

ol li div.right .comment-meta{
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

ol li div.right p{
	margin-bottom: 10px;
}

ol li div.right .commentmeta{
	float: left;
	font-family: Georgia, serif;
}

ol li div.right .commentmeta a{
	color: #3188c7;
	border: none;
	text-decoration: none;
}

ol li div.right .commentmeta a:hover{
	color: #000;
	border-bottom: 2px solid #3188c7;
}

ol.commentlist li .right p a{
	color: #3188c7;
	border: none;
	text-decoration: none;
}

ol.commentlist li .right p a:hover{
	color: #000;
	border-bottom: 2px solid #3188c7;
}

ol li .right span.reply{
	float: left;
	margin: 5px 0 0 10px;
}

ol li .right span.reply a{
	background: url(images/image-all.gif) no-repeat;
	background-position: -300px -100px;
	display: block;
	height: 0;
	padding-top: 17px;
	width: 41px;
	overflow: hidden;
}

ol li .right span.reply a:hover{
	background-position: -300px -117px;
}

.comments_navi{
	border-top: 1px solid #c8c8c8;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #666;
	line-height: 19px;
	text-align: right;
}

.comments_navi a{
	color: #999;
	border: 1px solid #c8c8c8;
	padding: 2px 8px;
	margin-right: 10px;
	background-color: #f5f5f5;
}

.comments_navi a:active{
	position: relative;
	top: 0;
}

.comments_navi a:hover{
	color: #333;
	background-color: #fff;
	border-top: 1px solid #fff;
}

/*-- comment form --*/

#respond{
	margin-top: 25px;
}

#respond h3{
	font-family: Georgia, serif;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: normal;
	display: inline;/* fix double margin */
}

#respond .cancel_reply a{
	font-size: 12px;
	background-color: #3188c7;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 6px;
}

#respond .cancel_reply a:hover{
	background-color: #fe4902;
}

#respond form#commentform{
	margin-top: 15px;
}

#respond form#commentform p{
	font-size: 12px;
	color: #333;
	padding: 3px 0;
}

#respond form#commentform p a{
	color: #3188c7;
	border: 0;
}

#respond form#commentform p a:hover{
	border-bottom: 2px solid #3188c7;
	color: #000;
}

#respond div.input_area{
	width: 95%;
}

#respond div .message_input{
	font-family: "Lucida Grande", Arial, sans-serif;
	background-color: #f5f5f5;
	border: 1px solid #c8c8c8;
	color: #333;
	font-size: 13px;
	padding: 8px;
	height: 120px;
	width: 98%;
}

#respond div.user_info{
	font-size: 12px;
	line-height: 16px;
}

#respond div.user_info div.single_field{
	display: inline;
	float: left;
	width: 199px;
	margin-top: 15px;
}

label.desc{
	display: block;
	color: #333;
	padding-bottom: 4px;
	font-family: Georgia, serif;
	font-size: 12px;
}

label.desc abbr{
	color: #333;
	border: 0;
}

#respond div.user_info input.comment_input{
	background-color: #f5f5f5;
	color: #333;
	border: 1px solid #c8c8c8;
	padding: 4px 5px;
	width: 165px;
}

#respond div.submit_button{
	margin: 15px 0 0;
	}

#respond form#commentform div.submit_button input.button{
	display: block;
	background: url(images/image-all.gif) no-repeat;
	background-position: 0 -260px;
	width: 85px;
	height: 30px;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
}

#respond form#commentform div.submit_button input.button:hover{
	background-position: 0 -290px;
}

div.submit_button span.key{
	float: left;
	margin-left: 10px;
	padding-top: 8px;
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

/*-- footer --*/

div#footer{
	background: url(images/footer-bg.png) no-repeat #666 top center;
	height: 100px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	_font-weight: normal;/*ie6*/
	color: #333;
	line-height: 20px;
}

div#footer a{
	color: #333;
}

div#footer .footer_wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: right;
	padding: 40px 40px 15px 0;
	text-shadow: 0 1px 0 #919191;
}

/*-- searchform --*/

div#sidebar div#search{
	border: none;
	background: url(images/image-all.gif) no-repeat;
	background-position: 0 -340px;
	width: 212px;
	height: 33px;
	margin: 0 auto;
	position: relative;
}

div#sidebar div#search form#searchform{
	border: none;
	background: none;
}

div#sidebar div#search form#searchform .searchinput{
	position: absolute;
	top: 9px;
	left: 10px;
	color: #999;
	font-size: 13px;
	font-style: italic;
	width: 165px;
	border: 0;
}

div#sidebar div#search form#searchform .button{
	background: none;
	position: absolute;
	top: 4px;
	right: 4px;
	height: 25px;
	width: 25px;
	border: 0;
	cursor: pointer;
}

/*-- sidebar --*/

div#sidebar{
	width: 260px;
	float: left;
	background-color: #e9e9e9;
	border: 1px solid #c6c6c6;
	border-top: 0;
	margin-left: 22px;
	margin-top: -40px;
	padding: 40px 15px 20px;
	font-size: 13px;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
}

div#sidebar ul li h3{
	background: url(images/sidebar-split.png) no-repeat;
	background-position: left top;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 15px 0 10px;
	font-family: Georgia, serif;
	font-weight: normal;
	margin-top: 15px;
	text-shadow: 1px 1px 0 #fff;
}

div#sidebar ul li ul{
	list-style-type: none;
	/* list-style-position: inside; */
	color: #555;
	line-height: 20px;
	margin: 0 25px;
}

div#sidebar ul li ul li{
	padding: 2px 0 2px 0;
	text-indent: -15px;
}

div#sidebar ul li ul li a{
	color: #555;
	line-height: 22px;
	text-decoration: none;
	background: url(images/image-all.gif) no-repeat;
	background-position: 0 -394px;
	padding-left: 15px;
}

div#sidebar ul li ul li a:hover{
	color: #3188c7;
	text-shadow: 1px 1px 0 #fff;
	background: url(images/image-all.gif) no-repeat;
	background-position: -250px -454px;
}

.st-tag-cloud a:hover{
	color: #3188c7 !important;
	text-shadow: 1px 1px 0 #fff;
}

/*-- google share --*/

.share{
	position: relative;
	_zoom:1;/*ie6*/
}

.f{
	position: absolute;
	top: 22px;
	right: 0;
	text-align: right;
	_top: 38px;/*ie6*/
}

.f a{
	color: #999;
}

.f a:hover{
	color: #000;
}

/*-- image align --*/

.alignleft{
	float: left;
}
	
.alignright{
	float: right;
}

img.alignleft{
	display: inline;
	margin-bottom: 2px;
	margin-right: 6px;
	padding: 3px;
}

img.alignright{
	display: inline;
	margin-bottom: 2px;
	margin-left: 6px;
	padding: 3px;
}

img.aligncenter{
	margin-left: auto;
	margin-right: auto;
}

/*-- links page --*/

.linkpage{
	padding: 10px 35px;
}

.linkpage ul{
	list-style-type: none;
}

.linkpage ul li{
	float: left;
	margin-bottom: 20px;
}

.linkpage ul li ul li{
	float: left;
	width: 150px;
	text-align: center;
	margin: 6px 12px;
	line-height: 26px;
}

.linkpage ul li ul li a{
	color: #666;
	display: block;
	text-decoration:none;
	font-size: 13px;
	border-left: 4px solid #e1e1e1;
	background-color: #f5f5f5;
	
}

.linkpage ul li ul li a:hover{
	background-color: #e1e1e1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	border-left: 4px solid #3188c7;
}

.linkpage ul li h3{
	display: none;
}

/*-- archives page --*/

.archives_page{
	padding: 15px;
}

div#main .post .entry h3.ah3{
	margin-bottom: 10px;
}

div#main .post .entry h3.ah3 a{
	color: #666;
}

div#main .post .entry h3.ah3 a:hover{
	color: #000;
	text-shadow: 0 1px 0 #fff;
	border: 0;
}

div#main .post .archives ul li {
	color: #666;
}

div#main .post .archives ul li a{
	color: #666;
}

/*-- loading bar --*/

#loading{
	background: url(images/loading.gif) no-repeat 10px center #888;
	width: 75px;
	color: #333;
	text-shadow: 1px 1px 0 #cecece;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	padding: 6px 10px 6px 30px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

/*-- Strong --*/

div.strong{
	background-color: #e9e9e9;
	color: #666;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 25px;
	text-shadow: 1px 1px 0 #fff;
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
}

div.strong .keyword{
	color: #3188c7;
}

/*-- contact page --*/

.show_email{
	background-color: #3188c7;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 12px;
	text-align: center;	
	width: 175px;
	text-shadow: 1px 1px 0 #22618f;
}

/*-- commenter --*/

.notyou{
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.notyou a{
	color: #3188c7;
}

.notyou a:hover{
	color: #000;
	border-bottom: 2px solid #3188c7;
}

/*-- 20100514 TLA 代码 --*/

div#sidebar li.tla ul li a{
	background: none;
}

div#sidebar li.tla ul li a:hover{
	background: none;
}