@import url("reset.css");
/* Main CSS Start */
body {
	background: #ea0493;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	padding: 30px 0;
}
#wrapper {
	width: 880px;
	margin: 0 auto;
	background:#fff;
	border:1px solid #f481c9;
}
/* Main CSS End */


/* Header CSS Start */
#header {
	height: 127px;
	width:799px;
	background: url(../images/header-bg.gif) no-repeat left top;
	margin-left:65px;
}
.shop {
	float:right;
	width:94px;
	padding:69px 26px 0 0;
}
.shop ul {
	float:right;
}
.shop ul li {
	display:block;
	float:left;
	padding:0 0 0 6px;
}
.shop ul li a {
	text-decoration:none;
	color:#ea0493;
	font-size:23px;
	font-weight:bold;
}
.shop span {
	color:#ea0493;
	font-size:12px;
	font-weight:normal;
	float:right;
	padding-top:6px;
}
.shop span a {
	text-decoration:none;
	color:#ea0493;
}
/* Header CSS End */


/* Content CSS Start */
#content {
	padding:18px 40px 30px 66px;
}
#col-1 {
	width: 621px;
	float: left;
	min-height:650px;
}
.post {
	float:left;
	width:610px;
}
.post h6 {
	color:#4c4c4c;
	font-size:10px;
	font-weight:normal;
	padding:0 0 5px 0;
}
.post h1 {
	color:#ed1e79;
	font-size:17px;
	font-weight:normal;
	padding:0 0 4px 0;
}
.post h1 a {
	text-decoration:none;
	color:#ed1e79;
}
.post p {
	color:#4c4c4c;
	font-size:11px;
	font-weight:normal;
	padding-bottom:14px;
}
.rightimng {
	float:right;
	margin-right:12px;
	padding:0 0 20px 0;
}
.leftimg {
	float:left;
	margin-right:11px;
	padding:0 0 14px 0;
}
.share {
	float:left;
	padding:0 0 10px 0;
}
.spliter {
	float:left;
	padding:0 0 20px 0;
}
#col-2 {
	width: 140px;
	float: left;
	padding:0 3px 0 10px;
}
.archive h3 {
	color:#34aaed;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #7cdd28;
	padding:0 0 2px 0;
}
.archive ul {
	float:left;
	padding:10px 0 13px 18px;
}
.archive ul li {
	background:url(../images/li-bg.gif) no-repeat left 7px;
	padding:0 0 3px 10px;
	font-size:12px;
	font-weight:normal;
	color:#7cc3d8;
}
.archive ul li a {
	text-decoration:none;
	color:#7cc3d8;
}
.search h3 {
	color:#34aaed;
	font-size:13px;
	font-weight:bold;
	padding:0 0 8px 0;
}
.searchbox {
	width: 104px;
	height: 19px;
	float: left;
	color: #b2b2b2;
	font-size: 11px;
	padding:2px 0 0 4px;
	margin-top:2px;
	border:1px solid #bee1ec;
}
.go {
	width:26px;
	height:26px;
	float: right;
}
/* Content CSS End */
