/*
主题名称: 玫瑰主题
URI: the-theme's-homepage
描述: a-brief-description
作者: 您的姓名
作者 URI: 您的-URI
模板: 在这里可以提示它的父级模板
版本: 版本号


.


[目录表] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #f3f1eb url(imgpaper.jpg) repeat-x;
	color: #000;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.marginB {
	margin-bottom: 20px;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.headerbg {
	background: url(imgbg_headerwrap.png) repeat-x;
	margin-right: auto;
	margin-left: auto;
	height: 190px;

}
#logo {
	float: left;
	margin-top:5px;
    border-bottom:3px solid #d1cec3;
}
#header h1 span {
	display: block;
	width: 940px;
	height: 105px;
	background: url(imglogo.png) no-repeat left center;
	text-indent: -9999px;
}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#nav {
	background: url(imgbg_nav.png) no-repeat center;
	height: 41px;
}
#nav ul {
	padding: 0 10px;
	height: 41px;
}


#nav ul li {
	float: left;
	height: 41px;
	width:85px;
	display: block;
}
#nav ul li a {
	height: 27px;
	width:85px;
	float: left;
	text-align: center;
	padding-top: 14px;
	color: #fffeff;
	text-decoration: none;
	font-size: 14px;
	background: url(imgbg_nav_normal.png) no-repeat right top;
}
#nav ul li a.active,
#nav ul li a:hover {
	background: url(imgbg_nav_active.png) repeat-x;
}
#location {
	height: 18px;
	padding: 10px 0;
}
#location p {
	color:#817e78;
	height: 16px;
	padding-left: 20px;
}


/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* @group newposts */

.newposts {
	margin-top: 20px;
}

.newposts h3 {
	color: #515151;
	font-size: 14px;
	height: 24px;
	background: url(img/titlebg1.png) no-repeat left top;
	padding: 5px 0 0 25px;
	margin: 0;
	float: left;
}
.newposts p.more {
	height: 23px;
	text-align: right;
	background: url(img/titlebg1.png) no-repeat right top;
	padding: 6px 10px 0 0;
	margin: 0;
}

.newposts .lists {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #dbdfde;
	border-left: 1px solid #dbdfde;
	border-right: 1px solid #dbdfde;
}

.newposts .lists p.img { float:left; text-align:center;
	margin: 0;
}
.newposts .lists p.img img { padding:1px; border:1px solid #ccc; display:block; }
.newposts .lists dl { float:right; line-height:21px;
	width: 215px;
	color: #838383;
	margin: 0;
}

.newposts .lists ul {
	margin: 0;
	padding: 5px 0 0;
	width: 315px;
	float: left;
}
.newposts .lists ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 97%;
	margin: 0;
	padding-left: 15px;
	background: url(imgpoint.png) no-repeat left center;
}

.newposts .lists ul li span {
	float: right;
	padding-left: 15px;
	text-align: right;
}


/* @end */


/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* @group search */
#searchform{
    height: 30px;
	margin-top: 6px;
}
#searchform label{display:none}
#searchwrapper{
	width:205px;
	height:25px;
	background-image: url(imgbg_search.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#searchbox{
	border-style:none;
	width: 145px;
	height: 15px;
	background-color:transparent;
	font-size:12px;
	margin:0;
	padding: 5px 8px 5px 20px;
	float:left;
	background-image: url(imgbg_search.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #fff;
}
#searchsubmit{border-style:none;width: 27px;height: 25px;line-height:25px;font-size:12px;cursor:pointer;float:left;margin:0;padding:0
0 0 8px;color: #de5200;background: url(imgbg_search.png) no-repeat -175px 0}

.contant{
border-top:3px solid #d1cec3;
}


/* @end */




/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#footer {
	background-color: #817e78 ;
}


#footerin {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 20px;
}

#footerin p {
	color:#32302d;
	margin-bottom: 5px;
}

#nav_footer {
	background:#817e78 center top;
	margin-top:-5px;
	height: 30px;
	
}
#nav_footer ul {
	padding: 0 10px;
	height: 20px;
}


#nav_footer ul li {
	float: left;
}
#nav_footer ul li a {
	float: left;
	display: block;
	height: 15px;
	width: 86px;
	text-align: center;
	padding-top: 4px;
	color:#cbcbcb;
	text-decoration: none;
	font-size: 12px;
	background:#817e78 no-repeat right top;
}
#nav_footer ul li a.active,
#nav_footer ul li a:hover {
	background:#696867 repeat-x;
}

