@charset "utf-8";
@import url("standard.css");
/* 全局设置 */
html{
	background-image: url(/images/public/html_bg.png);
}
body{
    text-align: center;
	font: 12px ;

}

/* Clear Fix */ 
.clearfix:after { 
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden; 
} 
.clearfix { 
display:inline-block; 
} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
/* end of clearfix */ 

#wrapper{
	width:1002px;
/*	border:1px solid #CCC; */
	margin:0px auto;
	text-align: left;
	position: relative;
		background-color: #ffffff;
/*	background:url(/images/public/design_bg.png) */
	
}

#header{
	width:100%;
	margin: 0px;
	height:225px;
	background:url(/images/public/header_bg.jpg) no-repeat; 
}

#content_wrapper{
	height:auto !important;
	min-height:300px;
}

#footer{
	width:100%;
	height:160px;
	background:url(/images/public/footer_bg.jpg) no-repeat; 
	clear:both;
}

#public_main{
	float: left;
	width:700px;
}

#public_side{
	float:left;
	width:290px;
	margin-left: 12px;
}
#login_area{
	border: 1px solid #0C0;
	width:290px;
	background:#F2F2F2;
}
#login_area table{
	height:90px;
	margin:10px;

}
#login_area table tr{
	line-height:40px;

}
#login_area .label{
	text-align:right;
	padding-right:3px;
	}
#login_area table #login,#login_area table #password{
	width:120px;height:25px;
} 

#login_area table #login_button{
	height:70px;width:70px;
	margin:0px 0px 2px 0px;
	font-size:22px;
	padding:0px;
}
#share_your_canon{
	border:2px solid  #9F0;
	width:680px;height:50px;
}

	
	#signup{
		float:left;
	}
/*全局使用的一些样式*/
.canon_button{
	 background-color: #73c414;
}
/*these are user_bar for signup or login*/
#user_bar{
	height:90px;
	position: relative;
	font-size:14px;
	/*	background:  url(/images/sign/bg_head.png) no-repeat  top center; */

}
#user_bar_foot{
	width:280px;height:25px;
	position: relative;
/*	background:  url(/images/sign/bg_foot.png) no-repeat bottom center; */
}
#user_bar td{
	text-align:center;
}	
#user_bar #login_button{
	position: absolute;
	top:5px;right:25px;
}
#user_bar #signup_button{
	position: absolute;
	top:40px;left:20px;
}
#user_bar #info{
	position: absolute;
	top:10px;left:45px;
}
.login_form2{
	width:235px;
	margin:10px 0px 10px 20px;
	vertical-align: bottom;
}
#login_form hr{
	margin:0px 0px 10px 0px;
}
#login_form #login, #login_form #password{
	width:100px;height:20px;
	margin:3px;
	font-size:14px;
}
.login{
	border-style:solid;
	border-color:  #ACD343;
	border-width: 5px 1px 1px 1px;

}
#logged_in{
	position:relative;
	height: 90px;
}
#logged_in #avatar{
	position:absolute;
	left:25px;top:10px;
	border:1px solid #ccc;
	background:#fff;
	width:70px;height:70px;

}
#logged_in #avatar img{
	margin:3px;
}
#logged_in #info{
	position:absolute;
	left:100px;top:10px;
	width:160px;height:72px;

}
#logged_in #username{
	text-align:center;
	margin-top:5px;
}
#logged_in	#user_name{
	font-size:22px;
	font-weight:bold;
}
#logged_in #others{
	margin-top:10px;
	text-align:center;
}
	
	
/*分页*/
.digg_pagination {
  background: white;
  margin: 10px 0px 0px 10px;
  /* self-clearing method: */ }
  .digg_pagination a, .digg_pagination span {
    padding: .2em .5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination span.disabled {
    color: #999;
    border: 1px solid #DDD; }
  .digg_pagination span.current {
    font-weight: bold;
    background: #2E6AB1;
    color: white;
    border: 1px solid #2E6AB1; }
  .digg_pagination a {
    text-decoration: none;
    color: #105CB6;
    border: 1px solid #9AAFE5; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #003;
      border-color: #003; }
  .digg_pagination .page_info {
    background: #2E6AB1;
    color: white;
    padding: .4em .6em;
    width: 22em;
    margin-bottom: .3em;
    text-align: center; }
    .digg_pagination .page_info b {
      color: #003;
      background: #6aa6ed;
      padding: .1em .25em; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .digg_pagination {
    height: 1%; }
  *:first-child+html .digg_pagination {
    overflow: hidden; }
/* ERROR MESSAGE */
.errorExplanation{
	border: 2px solid #ff000d;
	margin:3px;
}
.errorExplanation h2{
	color: #ffffff;
	font: bold 14px 黑体; 
	background-color:#ff000d;
	padding:4px;	
}
.errorExplanation ul{
	list-style-type: decimal; 
	margin: 3px 0px 3px 20px;
}
.errorExplanation li{
	line-height: 18px; 
}
/* END -- ERROR MESSAGE */
.mybutton{
	background-color: #6ec510; 
	padding:3px;
	font: 14px weight;
	border: 1px solid #009420;
	color: #fff; 
	cursor:pointer;
}
/*标题*/
.h1{
	width: 100%;
	text-align: center; 
}
.h1 h1{
	font-size: 14px;
	background:  url(/images/public/tip.png) no-repeat;
	border: 0px;
	width: 150px;height: 35px;
	padding-top: 25px;
	margin-left: 20px;
}
/*标题 有背景*/

/* 面包屑导航 */
#bread_nav{
	color: #008b00;
	text-indent: 1.5em;
	background: url(/images/public/home.gif) no-repeat left center;
	margin-bottom: 3px;
}
#bread_nav a{
	color: #008b00;
}

/* 全站最新动态 */
#activities{
	margin-top: 10px;
}
#activities h3{
	font-size: 16px;
	font-weight: bold;
}
#activities_content{
	border: 1px solid #ACD343;
	min-height: 100px;
	padding: 5px;
}
#activities_content li{
	margin-top: 3px;
	display: block;
	line-height: 1.4em;
}
.activity_body{
	
}
#activities_header{
	border-left:1px solid #ACD343;
}
#activities_header .selected{

	background-image: url(/images/public/activities/header_selected_bg.png);
}
#activities_header li{
	border-style: solid;
	border-color: #ACD343;
	border-width: 1px 1px 0px 0px;
	float: left;
	padding:3px 5px;
}
#activities_content .hidden{
	display: none;
}

#main_content{
	border:3px solid #ACD343;
	padding: 10px;
}
#main_content input{
	width: 500px;
	height: 25px;
	font-size: 16px;
}
.wild_border{
	border:3px solid #ACD343;
	padding: 10px;
}
/* 侧边搜索 */
#side_search{
	margin-top: 5px;
	padding: 5px;
	border:1px solid #ACD343;
}

/* 最普通的表单 */
.form{
	font-size:14px;
	margin-left:20px;
}
ul.form li{
	margin:5px 0px;
}
/* 页面上的编辑、删除按钮 */
.manage{
	font-size: 12px;
}
/* 最普通的DIV，宽边框的那种 */
.normal_wrapper{
	border: 4px solid #ACD343;
	font-size: 16px;
	padding: 10px;
	line-height: 1.5em;
	text-align: center;
}
.normal{
	margin: 0px auto;
	text-align: left;
}
table.normal_wrapper td,table.normal_wrapper th{
	padding: 5px;
	text-align: left;
}
/*  */
.notice{
	font-size: 12px;
	color: #1c58d5;
	background-color: #c6e3ff;
	border: 1px dashed #226cff;
	padding: 5px;
	line-height: 1.5em;
}