/* 全局样式*/
body {
	font-size: 73%; /* Resets 1em to 12px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	}
#top {
	width: 740px;
	margin: 5px auto 0px auto;
	padding: 2px 10px 2px 0;
	text-align: right;
	color: #666;
	font-size: 0.9em;
	}
#top a , #top a:hover {
	padding: 4px 8px;
	color: #666;
	text-decoration: underline;
	}
#top a:hover {
	padding: 4px 8px;
	background-color: #589BD2;
	color: #FFF;
	text-decoration: none;
	}
#page {
	width: 760px;
	margin: 0px auto 20px auto;
	padding: 0;
	border: 1px solid #959596;
	text-align: left;
	background-color: #FFF;
    background: url("images/kubrickbgwide.jpg") repeat-y top; border: none;
	}
/* 页眉样式*/
#header {
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	background: #73a0c5 url('images/gogoheader2.jpg') no-repeat bottom center;
	}
#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 
#headerimg .description {
	display: none;
	}
h1 {
	display: none;
	}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #FFF;
	}
/* 左侧样式*/
.narrowcolumn {
	float: left;
	width: 680px;
	padding: 0 20px 0px 40px;
	margin: 0;
	}
/* 上下页样式*/
.navigation {
	clear: both;
	width: 660px;
	padding: 10px;
	margin: 0 0 0 0 ;
	background: #D4EAF5; 
	color: #405F98;
	font-size: 1em;
	font-weight: bold;
	line-height: 2.5em;
	}
.f17{
	color: #666699;
	font-size: 1.4em;
	font-weight: bold;
	}
.f18{
	color: #0000ff;
	font-size: 1.3em;
	font-weight: bold;
	}
.f19{
	color: #333399;
	font-size: 1.5em;
	font-weight: bold;
	}
.f20{
	color: #990000;
	font-size: 1.7em;
	font-weight: bold;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.alignright , .alignleft{
	width: 310px;
	padding: 10px;
	text-align: left;
	border:1px solid #eee;
	}
.alignright ul, .alignleft ul{
	padding: 0 0 0 10px;
	margin: 0; 
	text-align: left;
	list-style: none;
	font-size: 1.17em;
	line-height: 2.5em;
	}
.alignright li, .alignleft li{
	float: left;
	width: 285px;
	padding: 0 0 0 15px;
	margin: 0; 
	text-align: left;
	background: url(gif-0466.gif) no-repeat 0px 12px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}
.narrowcolumn .entry {
	font-size: 1.17em;
	line-height: 1.7em;
	padding: 10px 0px;
	}
.entry p a:visited {
	color: #06c;
	}
.post {
	margin: 0 0 20px;
	text-align: justify;
	}
.site {
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
	text-align: left;
	color: #AAA;
	}
.site a {
	color: #AAA;
	}
.post hr {
	display: block;
	}
.post h2{
	margin: 10px 0 10px 0;
	padding: 8px 0 5px 30px;
	font-size: 1.5em;
	font-weight: bold;
	color: #555;
	background: #eee url(gif-0901.gif) no-repeat 10px 8px;
	}
.post h3{
	margin: 10px 0 10px 0;
	padding: 8px 0 5px 30px;
	font-size: 1.5em;
	font-weight: bold;
	color: #555;
	background: #eee url(gif-0901.gif) no-repeat 10px 8px;
	}
.post h4{
	margin: 10px 0 0 0;
	font-size: 1.05em;
	font-weight: bold;
	color: #555;
	}
.post h5{
	margin: 10px 0 0 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #555;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h3 {
	text-decoration: none;
	}
h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #555;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
	}
.postmetadata {
	float: left;
	width: 680px;
	margin: 30px 0 30px 0;
	padding: 0px;
	color: #777;
	text-align: center;
}
.postmetadata ul{
    margin: 0px;
    padding: 0 8px;
    list-style: none;
}
.postmetadata li{
	float: left;
	 margin: 0 2px;
    width: 26px;
	padding: 2px;
	font-size: 1.0em;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
    border: 1px solid #DDD;
	font-weight: bold;
	background: #EFF9FD;
}
.postmetadata li.t {
	float: left;
	margin: 0;
    width: 22px;
	padding: 2pxpx;
	text-align: center;
    border: 0px solid #FFF;
	background: #FFF;
}
.postmetadata a:visited {
	color: #bbb;
}

/* 搜索样式*/
#search {
	width:100%;
	line-height:1em;
	display:block;
}
.searchinput {
	font-size:1em;
	width:88%;
	margin:5px 4%;
	padding:3px;
	border:1px solid #ccc;
	height:16px;
	background:url(images/bg_search.png) right 3px no-repeat #f4f4f4;
}
.searchinput:focus, .searchinput:hover {
	border:1px solid #fc0;
	background:url(images/bg_search.png) right -16px no-repeat #fff;
}

/* 页尾样式*/
#footer {
	clear: both;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}
#footer p {
	margin: 0;
	padding: 20px 0 10px 0;
	text-align: center;
	font-size: 1.0em;
	}
/* 其他样式*/
.center {
	text-align: center;
	}
hr {
	display: none;
	}
a img {
	border: none;
	}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}
p img {
	padding: 0;
	max-width: 100%;
	}
