/* reset */
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
	word-wrap: break-word;
	white-space:normal;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:#ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Oswald','Helvetica Neue','Microsoft YaHei',Helvetica,Arial,Verdana,sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#242424;
}
html { min-width:960px;}
html, body { height:100%;}



/* Global Structure ============================================================= */
.none{
	display:none;
}
.container {
	margin: 0 auto;
	position: relative;
	width: 960px;
	font-size:.8125em;
}
.silver{
	color:silver;
}

	/* Header */
	header{
		height:50px;
		overflow:hidden;
		background:url(../images/header-bg.gif) 0 0 repeat-x;
	}
	
	/*Gallery*/
	#maincontent {
		/*height:496px;*/
		overflow:hidden;
		background-color:#ffffff;
		padding-top:10px;
	}
	
	/* Content */
	#content {
		float: left;
		width: 600px;
	}
	
	/* Sidebar */
	aside{
		float: left;
		width: 250px;
		margin-right:50px;
	}
			
	/* Footer */
	footer{
		height: 45px;
		line-height: 45px;
	}




/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 30px 30px 10px; }


/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
figure { margin-bottom:18px;}

.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:15px;
}
	.img-box figure { 
		float:left; 
		margin:0 20px 0 0;
		padding:0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {margin-bottom:0;}
.p1 { margin-bottom:9px;}
.p2 { margin-bottom:18px;}
.p3 { margin-bottom:27px;
}


/*----- txt, links, lines, titles -----*/
a {
	color:#666666; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1.logo {
	font-size:24px;
	line-height:45px;
	color:#fff;
	font-weight:normal;
	position:absolute;
	left:39px;
	height:45px;
	overflow:hidden;
}
h1.logo a{
	margin-right: 10px;
}
h1.logo img{
    height: 45px;
    width: 45px;
    -webkit-transform-origin: 23px 23px;
    -moz-transform-origin: 23px 23px;
    -o-transform-origin: 23px 23px;

    -webkit-animation-name: x-loading-spinner-rotate;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: x-loading-spinner-rotate;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -o-animation-name: x-loading-spinner-rotate;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes x-loading-spinner-rotate {
    from {
    -webkit-transform: rotate(0deg);
    }
    to {
    -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes x-loading-spinner-rotate {
    from {
    -moz-transform: rotate(0deg);
    }
    to {
    -moz-transform: rotate(360deg);
    }
}
@-o-keyframes x-loading-spinner-rotate {
    from {
    -o-transform: rotate(0deg);
    }
    to {
    -o-transform: rotate(360deg);
    }
}

	h1 a {
		color:#fff;
		text-decoration:none;
	}
	h1 a:hover{
		color:#ccc;
	}

h2 {
	font-size:20px;
	line-height:1.2em;
	font-weight:normal;
	color:#ffffff;
	margin-bottom:22px;
}
	h2 span {
		color:#8a8a8a;
	}
h3 {
	font-size:1em;
	margin-bottom:6px;
}
	h3 a { color:#242424; }
	h3 a:hover {
		text-shadow: 1px 1px 1px #888; 
	}




/*==================boxes====================*/
.main-box {
	background:#fff;
	width:100%;
}


.contacts {
	padding-bottom:20px;
}
	.contacts li {
		width:100%;
		overflow:hidden;
	}
		.contacts li strong {
			float:left;
			width:95px;
		}


.list1 {
	margin-left:12px;
	padding-bottom:18px;
}
.list1 li {
	background:url(../images/arrow1.gif) no-repeat 0 6px;
	padding:0 0 0 12px;
}



/*===== header =====*/
header nav {
	float:right;
}
		header nav ul li {
			float:left;
		}
			header nav ul li a {
				font-size:16px;
				color:#fff;
				height:45px;
				line-height:45px;
				text-decoration:none;
				width:90px;
				text-align:center;
				float:left;
				background:#433b8f;
				background-image: gradient(top, #383282, #484095); /* FF3.6 */
				background-image: -moz-linear-gradient(top, #383282, #484095); /* FF3.6 */
				background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #383282),color-stop(1, #484095)); /* Saf4+, Chrome */
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#383282', EndColorStr='#484095'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#383282', EndColorStr='#484095')"; /* IE8 */
		}
		header nav ul li a:hover {
			padding-bottom:5px;
		}

		header nav ul li:nth-of-type(2) a {
			background:#0184cd;
			background-image: -moz-linear-gradient(top, #017bc8, #018ed3); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */
		}
		header nav ul li:nth-of-type(3) a {
			background:#7cbc19;
			background-image: -moz-linear-gradient(top, #73b515, #86c31d); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #73b515),color-stop(1, #86c31d)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#73b515', EndColorStr='#86c31d'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#73b515', EndColorStr='#86c31d')"; /* IE8 */
		}
		header nav ul li:nth-of-type(4) a {
			background:#ffbc00;
			background-image: -moz-linear-gradient(top, #ffb500, #ffc300); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffb500),color-stop(1, #ffc300)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffb500', EndColorStr='#ffc300'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffb500', EndColorStr='#ffc300')"; /* IE8 */
		}
		header nav ul li:nth-of-type(5) a {
			background:#f07502;
			background-image: -moz-linear-gradient(top, #ee6c01, #f27f02); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ee6c01),color-stop(1, #f27f02)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee6c01', EndColorStr='#f27f02'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee6c01', EndColorStr='#f27f02')"; /* IE8 */
		}
		header nav ul li:nth-of-type(6) a {
			background:#d00110;
			background-image: -moz-linear-gradient(top, #d00110, #da0116); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d00110),color-stop(1, #da0116)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#d00110', EndColorStr='#da0116'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d00110', EndColorStr='#da0116')"; /* IE8 */
		}
		header nav ul li:nth-of-type(7) a {
			background:#d00110;
			background-image: -moz-linear-gradient(top, #400000, #500000); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #400000),color-stop(1, #500000)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#400000', EndColorStr='#500000'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#400000', EndColorStr='#500000')"; /* IE8 */
		}

		/* selected */
		body.index header nav ul li:nth-of-type(1) a {
			padding-bottom:5px;
		}
		body.tag header nav ul li:nth-of-type(2) a {
			padding-bottom:5px;
		}



/*===== gallery =====*/
.roundabout-holder  { 
	width:850px;
	height:496px;
	margin:0 auto;
}
.roundabout-moveable-item {
   width: 646px;
   height: 416px;
   cursor: pointer;
	 border:3px solid #ccc;
	 border:3px solid rgba(0, 0, 0, 0.08);
   border-radius:4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
}
	.roundabout-moveable-item img{
		width:100%;
	}
.roundabout-in-focus {
	border:3px solid rgba(0, 0, 0, 0.2);
}


/*===== content =====*/
#content {
	
}
	#content img, aside img {
		border:3px solid #ebebeb;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
	#content img:hover {
		border-color:#bbb;
	}
	

/*--- news list styles ---*/
	.news li {
		/*overflow:hidden;*/
		position:relative;
		padding:0 0 26px 84px;
	}
	.news li:last-child {
		padding-bottom:0;
	}
	
		.news li figure {
			width:59px;
			height:59px;
			background:url(../images/date-bg1.gif) no-repeat 0 0;
			position:absolute;
			left:0;
			top:0;
			text-align:center;
			border:3px solid #ebebeb;
			border-radius:4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			font-size:10px;
			color:#fff;
			text-transform:uppercase;
		}
			.news li figure strong {
				display:block;
				font-size:30px;
				line-height:1.2em;
				margin-bottom:-7px;
				padding-top:4px;
			}

		.news li:nth-of-type(4n+2) figure {
			background:url(../images/date-bg2.gif) no-repeat 0 0;
		}
		.news li:nth-of-type(4n+3) figure {
			background:url(../images/date-bg3.gif) no-repeat 0 0;
		}
		.news li:nth-of-type(4n+4) figure {
			background:url(../images/date-bg4.gif) no-repeat 0 0;
		}

		.news li figure.figure_0 {
			background:url(../images/date-bg1.gif) no-repeat 0 0;
		}
		.news li figure.figure_1 {
			background:url(../images/date-bg2.gif) no-repeat 0 0;
		}
		.news li figure.figure_2 {
			background:url(../images/date-bg3.gif) no-repeat 0 0;
		}
		.news li figure.figure_3 {
			background:url(../images/date-bg4.gif) no-repeat 0 0;
		}
		.news li figure.figure_4 {
			background:url(../images/date-bg5.gif) no-repeat 0 0;
		}
		.news li figure.figure_5 {
			background:url(../images/date-bg6.gif) no-repeat 0 0;
		}
		.news li figure.figure_6 {
			background:url(../images/date-bg7.gif) no-repeat 0 0;
		}



.team-list li {
	width:100%;
	overflow:hidden;
	padding-bottom:43px;
}
.team-list li:last-child {
	padding-bottom:0;
}
	.team-list li figure {
		float:left;
		margin:0 20px 0 0;
		padding:0;
	}


/*--- loopedSlider styles ---*/
/*
 * Required 
*/
#loopedSlider .wrap { width:295px; height:295px; overflow:hidden; position:relative;}
#loopedSlider .slides { position:absolute; top:0; left:0; }
#loopedSlider .slides div { position:absolute; top:0; width:295px; display:none; }
/*
 * Optional
*/
#loopedSlider { width:295px; position:relative; clear:both; }
#loopedSlider .nav-controls {
	width:100%;
	overflow:hidden;
	padding-top:10px;
}
#loopedSlider li {
	display:inline;
}
#loopedSlider li a.previous {
	float:left;
}
#loopedSlider li a.next {
	float:right;
}




/*===== footer =====*/
footer {
	color:#fff;
}
	footer .fleft {
		padding-left:40px;
	}
	footer .fright {
		padding-right:40px;
	}


/*----- forms -----*/
#contacts-form { 
	clear:right;
	width:100%;
	overflow:hidden;
}
	#contacts-form fieldset { 
		border:none;
		float:left;
	}
		#contacts-form .field { 
			clear:both;
		}
			#contacts-form label { 
				float:left;
				width:110px;
				line-height:18px;
				padding-bottom:6px;
				font-weight:bold;
			}
			#contacts-form input {
				width:205px;
				padding:1px 0 1px 3px;
				background:none;
				border:1px solid #e5e5e5;
				color:#616161;
				float:left
			}
			#contacts-form input:invalid {
				border-color:red;
			}
			#contacts-form textarea { 
				width:450px;
				height:215px;
				padding:1px 0 1px 3px;
				background:none;
				border:1px solid #e5e5e5;
				color:#616161;
				margin-bottom:12px;
				overflow:auto;
				float:left;
			}
			#contacts-form div:last-child {
				padding-left:110px;
			}


/*==========================================*/

/*----- tags -----*/
.tags {
/*	border:1px solid #ebebeb;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
}

.tags a{
	text-decoration:none;
	font-size:14px;display:inline-block;
	margin:0 8px 8px 0;
	padding:4px 10px;
	color:#242424;
	background-color:#F7F7F7;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow:inset 0 1px #FFF,0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 1px #FFF,0 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow:inset 0 1px #FFF,0 1px 1px rgba(0,0,0,.1);

	border: 2px solid #EBEBEB;
    border-radius: 10px;
}
.tags a:hover{
	text-decoration:none;
	border-color:#BBBBBB;
}


/*=======================*/

.post-home {
	float:left;
	width:220px;
	margin:0 8px 13px 8px;
	background-color:#fafafa;
	overflow:hidden;
	border-width:1px;
	border-style:solid;
	border-color:#d9d9d9
}
.post-home .post-content p {
	padding:0 24px;
	line-height:1.5em
}
.post-thumbnail{
	width:200px;
	margin:10px;
	background-color: #F2F2F2;
	font-size: 16px;
    font-weight: bold;
    line-height: 26px;
	text-align:center;
}
.post-titlethumb{
	padding:10px 0 10px 0;
}
.post-thumbnail a,.post-noimg,.video .post-thumbnail {
}
.post-thumbnail embed {
	width:285px;
	height:285px
}
.post-noimg a {
	font-size:16px;
	text-shadow:0 1px 0 white;
	padding:9px 5px;
	width:257px;
	border-width:0 0 1px 0
}
.post-noimg p {
	padding:10px 5px;
	border-top:1px solid #fff;
	border-top:1px solid rgba(255,255,255,0.9)
}
.post-thumbnail .title {
	padding:10px 24px;
	font-size:16px
}
.post-thumbnail .title a {
	color:#7594b3
}
.post-thumbnail a {
	display:block;
	text-decoration: none;
}
.post-thumbnail a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8
}

.post-thumbnail a:hover,.navigation .next:hover,.navigation .prev:hover {
	text-decoration:none;
	color:#0181CB;
}
.post-info {
	/*height:35px;*/
	overflow:hidden;
	padding:0 10px;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	border-width:1px;
	border-style:solid;
	border-color:#fff;
	line-height: 25px;
}
.post-info,.post-info a,.post-noimg a,.post-noimg p {
	color:#666666;
	text-decoration: none;
}
.post-info a:hover,.post-noimg a:hover {
	color:#EE7001;
}
.post-info div {
	width:85px;
	height:35px;
	float:left
}
.post-info span {
	display:block;
	width:85px;
	height:20px;
	font-size:15px
}
.post-info .views {
	background-image:url("../images/views.png");
	background-repeat:no-repeat;
	background-position:50% 100%
}
.post-info .comments {
	background-image:url("../images/popup-link.png");
	background-repeat:no-repeat;
	background-position:center 95%
}
.post-info .wizylike_icon {
	width:16px;
	height:16px;
	margin:0 auto;
	display:block;
	background-image:url("../images/like.png");
	background-repeat:no-repeat;
	background-position:center 0;
	cursor:pointer
}
.post-info .wizylike_icon.wizylike_loading {
	background-image:url("../images/loading.gif");
	background-position:center 0
}
.post-info .wizylike_icon.wizylike_loading:hover {
	background-position:center 0
}
.post-info .wizylike_icon:hover {
	text-decoration:none;
	background-position:center -16px
}



/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}


/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Infinite Scroll loader */
#loaddiv{
	text-align:center;
	overflow:hidden;
}
#infscr-loading { 
  text-align: center;
  line-height:16px;
  z-index: 100;
  left: 45%;
  bottom: 0px;
  padding: 10px;
  opacity: 0.8;
}
#infscr-loading img{
	vertical-align: middle;
}

#pagenavi{
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	text-align:center;
}
#friendlink{
	background-color: #ffffff;
    height: 40px;
    line-height: 40px;
	font-size: 14px;
}
.friendlink{
	line-height: 24px;
	padding:10px;
	margin:0 auto;
}

.sina2{  position:relative; top:4px;*top:0px;display:inline-block;width:134px; height:24px;overflow:hidden; margin:0 10px 0; background:url(../images/weibo_login.png) no-repeat -136px 0; text-indent:-999em;}
.qq2{position:relative; top:4px;*top:0px;display:inline-block; width:124px;height:24px; overflow:hidden; margin:0 0 0 10px;background:url(../images/weibo_login.png) no-repeat 0 0;text-indent:-999em;}
#member a {
	line-height:25px;
}
#member span {
    display: block;
    float: left;
    overflow: hidden;
    padding: 5px;
}
#member .ds-weibo {
    background: url("../images/connect_ico.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 16px !important;
    line-height: 100px;
    opacity: 0.5;
    overflow: hidden;
    width: 16px !important;
}
#member .ds-qq {
    background: url("../images/connect_ico.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 16px !important;
    line-height: 100px;
    opacity: 0.5;
    overflow: hidden;
    width: 16px !important;
	background-position: 0 -416px;
}


/* singlecontent ======================================================== */
#post-home,#post-main {
	width:702px;
	float:left;
background-color: #FAFAFA;
overflow: hidden;
border-width: 1px;
border-style: solid;
border-color: #D9D9D9;
}
#post-header{
position:relative;
padding-bottom:30px;
}
#post-title {
	margin:0 0 5px 0;
	line-height:2em;
	font-size:2em;
	font-weight:bold;
	color: black;
}
#post-msg {
	margin-left:0px;
	font-size:13px;
	font-weight:normal;
	line-height:1.4;
	color:#999
}
#post-msg a {
	color:#999
}
#post-tag {
	margin-top: 10px;
	font-size:13px;
	font-weight:normal;
	line-height:1.4;
	color:#999
}
#post-tag a {
	color:#999;
	margin-right: 10px;
}
#post-msg2 {
	height:35px;
}
#post-msg2 li {
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	font-size:18px;
	border-right:1px solid #e0e0e0
}
#post-msg2 li:last-child {
	margin:0;
	padding:0;
	border-right:0
}
#post-msg2 li a {
	color:#666
}
#post-msg2 span.meta {
	display:block;
	width:50px;
	margin-top:3px;
	font-size:12px;
	font-weight:normal;
	text-transform:lowercase;
	color:#999
}
#post-home .post-content {
	background-color:#fafafa;
	overflow:hidden;
	font-size: 16px;
    line-height: 26px;
}
#post-home .post-content p {
	text-align:left;
	margin: 0 0 18px;
}
#post-home .post-content p a {
	display:inline;
}
#post-home .post-content h1, #post-home .post-content h2, #post-home .post-content h3, #post-home .post-content h4, #post-home .post-content h5, #post-home .post-content h6 {
	margin: 0 0 18px;
	line-height: 50px;
}
#post-home .post-content img {
	display:block;
	clear:both;
	max-width:600px;
	height:auto;
	padding-bottom:10px;
	_padding:0;
	_width:expression((function(el) {
	el.style.width = (el.clientWidth > 600 ? '600px':'');
}
)(this));}
#post-home .post-inner{
	padding:30px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	width: 642px;
}
#sidebar {
	width:242px;
	float:right;
	font-size:14px;

}
#sidebar-inner{width:242px;border:1px solid #d9d9d9;background-color: #FAFAFA;}
#sidebar-inner .sidebar-inner{padding:20px;width:200px;background-color: #FAFAFA;
border:1px solid #fff;
}
#navigation {
	padding-bottom:10px;
	font-size:12px;
	color:#aaa;
	line-height:25px
}
#navigation .prev {
	float:left
}
#navigation .prev a,#navigation .prev span {
	display:block;
	width:24px;
	height:25px;
	background:url("../images/navigation.png") left 0 no-repeat;
	font-size:0
}
#navigation .prev a:hover {
	background-position:left -25px
}
#navigation .prev a:active {
	background-position:left -50px
}
#navigation .prev .disabled {
	background-position:left -75px
}
#navigation .next {
	margin-left:30px
}
#navigation .next a,#navigation .next span {
	display:block;
	width:47px;
	height:25px;
	background:url("../images/navigation.png") left -100px no-repeat;
	font-size:0;
	float:left
}
#navigation .next a:hover {
	background-position:left -125px
}
#navigation .next a:active {
	background-position:left -150px
}
#navigation .next .disabled {
	background-position:left -175px
}
#popular {
	padding-bottom:20px
}


#editcontent{
	width:520px;
	height:55px;
}
#content {width: 100%;}
.domain_type{/*background-color: #EEEEEE;*/height: 59px;margin: 0 auto 10px;width: 940px;border-bottom: 1px solid silver;}
.news{background-color: #F2F2F2;display: block;height: 59px;overflow: hidden;width: 130px;}
.news li {margin-left: 10px;}
.news li figure {font-size: 20px;line-height: 40px; border:0;}
.news li figure strong {font-size: 20px;}
.post-info{/*display:none;*/}
h2 span {color: #8A8A8A;float: right;font-size:14px;position: absolute;right: 0;}
#friendlink {font-size: 16px;border-top: 1px solid #999999;}
.post-thumbnail a {color: black;}
.price{display:none;}
