/*============ stylesheet file ============
description: 费氏摄影 Cascading Style Sheet
author: jason chu
updated: 17:19 2008-5-20  +0800
==========================================*/
@charset "utf-8";
html,body {background:#64715C;height:100%;margin:0 auto;font-size:12px;line-height:1.7em;}
body {color:#222;}

/*======================= common style =======================*/
li {list-style-type:none;}
a {color:#333;text-decoration:none;}
a:hover {color:#2C87B4;text-decoration:underline;}
img{border:0 none;font-weight:700;}
.clear{clear:both;float:none;}

#wrapper {width:957px;margin:0 auto;background:#828d6d;}

/*======================= Header style =======================*/

/*======================= mainWrapper style =======================*/
#innerContent {padding:10px;}
#innerContent .menu {background:#000 url('../images/web.gif') no-repeat;margin-bottom:10px;padding:3px 27px 3px;color:#fff}
#innerContent .menu a {color:#fff}
#innerContent .photolist a, #view .viewlist a {color:#fff;}
#innerContent .photolist {float:left;width:210px;background:#333;margin:10px;color:#fff;}
#innerContent .photolist p {text-align:center;margin:8px;}
#innerContent .photolist .thumbs img {width:188px;border:3px solid #666;}
#innerContent .thumbs a img {}
#innerContent .thumbs a:hover img {}
#view {float:left;width:312px;}
#view .viewlist {float:left;width:96px;background:#333;margin:5px 3px;}
#view .viewlist .thumbs img {width:80px;border:2px solid #666;}
#view .viewlist p {text-align:center;margin:5px;}
#view .viewlist .title {height:20px;width:80px;overflow:hidden;}
#viewphoto {float:left;width:612px;overflow:hidden;background:#333;margin:5px;}
#viewphoto p {text-align:center;margin:6px;}
#viewphoto img {height:450px;width:600px;}
.about {text-indent:2em;line-height:30px;font-size:13px;}
.about img {float:left;margin-right:28px;}
.pages {background:#c5cfb3;text-align:center;padding:3px;margin:5px;}
.pages .pagelink-current {font-weight:bold;}
/*======================= Footer style =======================*/
#footer a {color:#B9B9B9;}
#innerFooter {border-top:3px solid #B1D079;background:#333;color:#B9B9B9;padding:10px;}
