/* 
    Document   : main
    Created on : 2013-3-10, 0:53:04
    Author     : taochengzhou
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
	margin: 0px;
	padding: 0px;
	min-width: 960px;
	font-family: "Helvetica", "Heiti SC", "微软雅黑";
	background: #eee;
}
body.dark{
	background: #000;
}
a {
	text-decoration: none;
}
a{
	border: none;
	outline: none;
}
img {
	border: none;
	display: block;
}
.clear {
	clear: both;
}
#wrap h1{
	text-align: center;
	color: #666;
}
#photos_list{
	width: 960px;
	margin: 20px auto;
	display: none;
}
.photo-cell{
	width: 960px;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px auto 20px;
	background: #fff;
	border-radius: 6px;
	box-shadow: rgba(0,0,0,0.37) 0px 1px 3px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.37) 0px 1px 3px 0px;
	/*
	-moz-transition: color .25s linear, opacity .25s linear, height .3s ease-in-out, width .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out;
	-webkit-transition: color .25s linear, opacity .25s linear, height .3s ease-in-out, width .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out;
	transition: color .25s linear, opacity .25s linear, height .3s ease-in-out, width .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out;
	opacity: .95;
	*/
}
.photo-cell:hover{
	/*opacity: 1;*/
}
.photo-cell-image{
	display: block;
	width: 960px;
/*	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
*/}
.photo-cell-v .photo-cell-image{
	width: 640px;
	float: left;
/*	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
*/	border-top-right-radius: 0px;
}
.photo-cell-content{
	display: block;
	width: 920px;
	line-height: 2em;
	padding: 20px;
	color: #666;
}
.photo-cell-v .photo-cell-content{
	float: left;
	width: 280px;
	font-size: 16px;
}
.photo-cell-info span{
	margin-right: 1em;
	
}
.photo-cell-v .photo-cell-info span{
	display: block;
	margin-right: 0px;
}
.photo-cell-more{
	width: 940px;
	height: 32px;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 10px;
	text-align: center;
	margin: 0px auto 20px;
	background: #fff;
	border-radius: 6px;
	line-height: 32px;
	color: #666;
	box-shadow: rgba(0,0,0,0.37) 0px 1px 3px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.37) 0px 1px 3px 0px;
}
.photo-cell-share-to-sinaweibo{
	color: #fff;
	background: #c7c7c7;
	display: inline-block;
	border-radius: 4px;
	width: 64px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	-moz-transition: background .25s linear;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
}
.photo-cell-share-to-sinaweibo:hover{
	background: #a6c831;
}
.photo-cell-v .photo-cell-share-to-sinaweibo{
	margin-top: 10px;
}
#footer {
	height: 72px;
	line-height: 36px;
	background: #000;
}
#footer .center {
	margin: 0px auto;
	width: 960px;
	text-align: center;
}
#footer .beian {
	margin: 0px auto;
	width: 960px;
	text-align: center;
}
#footer .beian img{
	display: inline-block;
}
#footer .beian a,
#footer .beian a:visited{
	display: block;
	color: #fff;
	font-size: 12px;
}
#footer .copyright {
	font-size: 12px;
	color: #dadada;
}
#footer .copyright a,
#footer .copyright a:visited{
	color: #fff;
}
#follow_me {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 2;
}
#follow_me .sinawb{
	display: block;
	cursor: pointer;
	background: url(../img/weibo.png) no-repeat;
	width: 50px;
	height: 42px;
}
#follow_me .sinawb:hover{
	background: url(../img/weibo_sina.png) no-repeat;
}
#blog_taochengzhou{
	margin-top: 20px;
	color: #f55031;
	display: block;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.6);
	padding: 3px 4px;
	width: 42px;
	height: 48px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}
#blog_taochengzhou:hover{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
#share_to{
	display: block;
	cursor: pointer;
	background: url(../img/share.png) no-repeat;
	width: 50px;
	height: 40px;
	margin-top: 20px;
}
#share_to:hover{
	background: url(../img/share_hover.png) no-repeat;
}
.btn_flowgrid{
	margin-top: 20px;
	color: #f55031;
	display: block;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.6);
	display: block;
	padding: 1px 4px;
	width: 42px;
	height: 28px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}
.btn_flowgrid:hover{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
::selection {
	background: #a6c831;
	color: #fff;
}
::-moz-selection {
	background: #a6c831;
	color: #fff;
}
