@charset "utf-8";
/* Visual Style for Global Warming(http://www.minnieli.com/) Powered by Vcity@Imagels (http://vcity.imagels.com/) */
@import url("reset.css");
@import url("layout.css");
@import url("typography.css");
@import url("footer.css");
body {
	background-color:#ececec;
}
/*--------------------------banner pic control-----------------------------------*/
#wrap{
	background:#ececec;
	background-repeat:no-repeat;
	text-align:center;
}

/*--------------------------top banner h1 (B Level Title)-----------------------------------*/
h1 {
	margin:0 auto;
	display:block;
	width:760px;
	height:102px;
	font-size:70px;
	font-weight:normal;
	line-height:102px;
	text-indent:0px;
	text-align:left;
	color: #cf6a9e;
	border-bottom:3px #fff solid;
	overflow:hidden;
}
/*--------------------------main content div-----------------------------------*/
#mainContent {
	width:960px;
	height:auto;
}

/*--------------------------left Photo-----------------------------------*/
#leftPhoto {
	border-top:30px #ececec solid;
	border-left:100px #ececec solid;
	width:250px;
	height:auto;
	float:left;
	overflow:hidden;
	text-align:center;
}
#leftPhoto img {
	margin:0 0 8px 0;
	border:5px #f5f5f5 solid;
}
#leftPhoto a {
	margin:2px 0 9px 0;
	padding:0 5px 0 6px;
	font-weight:bold;
	text-decoration:underline;
	line-height:18px;
	color:#55503a;
	font-size:16px;
}
#leftPhoto a:hover {
	text-decoration:none;
	background-image:url(../pic/linkBkg.gif);
	background-repeat:repeat;
}

/*--------------------------right content-----------------------------------*/
#rightInfo {
	border-top:30px #ececec solid;
	border-right:100px #ececec solid;
	width:470px;
	height:auto;
	float:right;
	font-size:13px;
	text-align:left;
	letter-spacing:0px;
	line-height:24px;
	color:#444;
}
#rightInfo p {
	margin-top:15px;
	margin-bottom:10px;
}
#rightInfo span.author{
	font-size:16px;
	font-weight:bold;
	color: #cf6a9e;
}
#rightInfo a {
	font-weight:bold;
	text-decoration:underline;
	line-height:18px;
	color:#55503a;
}
#rightInfo a:hover {
	text-decoration:none;
	background-image:url(../pic/linkBkg.gif);
	background-repeat:repeat;
}
.rightContent span.firstLetter {
	display:block;
	margin:7px 6px 0 3px;
	width:38px;
	height:38px;
	float:left;
	text-align:center;
	font-size:38px;
	line-height:36px;
	color:#FFF;
	background-color:#9a9a9a;
	overflow:hidden;
}
.rightContent img {
	margin:5px 8px 8px 8px;
	float:right;
	border:3px #f5f5f5 solid;
}
.rightContent img.imgLeft {
	float:left;
}
