/*
=== Wordpress StyleSheet File ====================================
 Style Name: dansion
    Version: 1.0
     Author: dansion
Last Update: 2011.10.1
==============================================================
*/

header,footer,nav,article,aside,dialog,section,figure{display:block;}

@import url("tip.css");
/****** General Styles ******/

body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	margin: 0px;
	padding: 0px;
	line-height:150%;
	overflow-x:hidden;
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td {
     word-break: break-all; 
}

a:link,
a:visited {
	text-decoration: none;
	color: #454545;
}
a:hover {
	text-decoration: underline;
	color: #1684ea;
}

img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}
::selection {
background:#8FCC00;
color:#fff;
}
/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	color: #000000; 
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
input.button {
	height: 20px;
	color: #000000; 
	border:0px;
	background:url(images/btn_bg.jpg);
	width:59px;
	height:21px;
	line-height:21px;
}
textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000; 
	background-color: #FFFFFF;
}
/****** Main Layout Styles ******/
#wrapper{
background:url("images/main_bg.jpg") repeat-y top right;
height:100%;
min-height:700px;
background:#fff;
}
#innerWrapper {
	width: 100%;
	position: relative;
}

#header {
	margin-top: 0px;
	margin-bottom: 0px;
	background-position:120px 0px;
	background-repeat:no-repeat;
	padding:0px;
	height:70px;
	background:#333;
	-moz-box-shadow:0px -5px 10px #222 inset;
	-webkit-box-shadow: 0px -5px 10px #222 inset;
	box-shadow:0px -5px 10px #222 inset;
}
#innerHeader {
	position: relative;
	display:block;	
	width:980px;
	margin:0 auto;
	
}

#footer {
	margin-top: 10px;
	clear: both;
	background-repeat:no-repeat;
	background-position:80% 0px;
	height:40px;
	color:#666;
	background:#333;
	-moz-box-shadow:0px 5px 10px #222 inset;
	-webkit-box-shadow: 0px 5px 10px #222 inset;
	box-shadow:0px 5px 10px #222 inset;
}
#footer a:link,#footer a:visited{color:#777;}
#innerFooter {
	padding: 10px 0px;
	font-size: 11px;
	width:980px;
	margin:0 auto;
}
ul.manage{
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	right: 0px;
}
ul.manage li{
	display:inline-block;
}
ul.manage li a:visited,ul.manage li a:link{
color:#666;}
/****** Header Elements Styles ******/
#blogLogo {
float:left;
height:70px;
width:220px;
}
#logo {
}
.rss{
	float:left;
	margin:6px 0px 0px 5px;
	padding-left:3px;
	-webkit-text-size-adjust:none;
	padding: 0px 2px;
}
.rss a{
	color:#f0f;
	text-decoration: none;
	background:#000;
	font-size:8px;
	padding:0px 3px;
	border-radius:3px;
}
/* header title */
.blog-header {
	padding: 0px;
	height:70px;
}
header h1 {
	padding: 0px;
	margin: 0px;
	color: #999;
	font-size: 20px;
	font-weight: bold;
	float: left;
	height: 70px;
	line-height: 70px;
}
h1 a:link,
h1 a:visited {
	color: #B2FF00;
	text-decoration: none;
	text-shadow: 0 0 6px #111;
	-webkit-transition:
		color .3s linear
	;
}
h1 a:hover {
	color: #D4FF00;
	text-decoration: none;
	text-shadow: 0 0 6px #000;
	-webkit-transition:
		color .3s linear
	;
}

/* blog description */
.blog-desc {
	color: #333;
	background-color: #FFC;
	margin: 24px 0px 5px 10px;
	display: block;
	float: left;
	line-height: 23px;
	border-radius: 3px;
	padding: 0px 3px;
	position: relative;
}
.blog-desc .arrow{
	display: block;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-right-color: #FFC;
	position: absolute;
	left: -10px;
	top: 5px;
}

/* nav menu */
#menu {
	clear:both;
	color: #f00;
	height:35px;
	line-height:35px;
	top:0px;
	left:0px;
	width:100%;
	background:#3873AD;
	background:-moz-linear-gradient(top, #4484C2, #3873AD);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#4484C2), to(#3873AD));
	box-shadow:0px 2px 2px #ccc;
	-webkit-box-shadow: 0px 2px 2px #ccc;
	
}
.innerMenu{
	width: 980px;
	margin: 0 auto;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	float:left;
	text-shadow: -1px -1px -1px #13263A;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 8px;
	margin: 0px;
	margin-right: 6px;
	border-right: 1px solid #7CA8D5;
}
#menu li:last-child{
	border-right:0px;
}
#menu a{
	color: #fff;
}
#menu a:hover{
	color: #ff0;
}
#menu .search{
	float: right;
	padding: 0px 3px;
	width: 200px;
	height: 20px;
	line-height: 20px;
	margin: 7px 0px;
	position: relative;
}
#menu .search:focus{
	background:#fff;
}
#menu .search form{
	padding:0px;
	margin:0px;
}
#menu .search input{
	padding:0px;
	border:0px;
	margin:0px;
	float:left;
}
#menu .search input#s:focus{
	background-color:#fff;
	width:200px;
	outline:2px;
	box-shadow: 0px 0px 3px #999 inset;
	-webkit-transition:
		background-color .25s linear,
		width .25s linear
	;
	transition:
		background-color .25s linear,
		width .25s linear
	;
}
#menu .search input#s{
	margin: 0px;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	padding: 3px;
	width: 120px;
	outline: 0;
	background: #316396;
	border-radius: 5px;
	border: 1px solid #4A87C4;
	position: absolute;
	right: 0px;
	box-shadow: 0px 0px 5px #333 inset;
	-webkit-transition:
		background-color .25s linear,
		width .25s linear
	;
	transition:
		background-color .25s linear,
		width .25s linear
	;
}
#menu .search input#searchsubmit{
	width: 20px;
	background: url(images/search_btn_bg.jpg) no-repeat 2px 2px;
	border: 0px;
	height: 20px;
	position: absolute;
	right: 0px;
	display:none;
	
}

input#s::-webkit-input-placeholder {
    color:    #A2D0FF;
}
input#s:-moz-placeholder {
    color:    #A2D0FF;
}

label.hidden{
	display:none;
}
/****** Content Layout ******/
#mainWrapper {
	width:980px;
	margin:0 auto;
	
}

/* sidebar */
.sidebar {
	float: right;
	width: 330px;
}
.sidebar-hide {
	display: none;
	float: left;
	visibility:hidden;
}
#innerSidebar1 {
float:left;
width:190px;
}


#innerSidebar2{
float:right;
width:120px;
padding-left:10px;
background:url(images/h-line.jpg) repeat-y left;
}



#innerSidebar1 ul li,#innerSidebar2 ul li{
	padding:0px;
	margin:0px;
	background:#f00;
}
#innerSidebar1 ul li h2,#innerSidebar2 ul li h2{
	padding-left:20px;
}
#innerSidebar1 ul,#innerSidebar2 ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#innerSidebar1 ul li,#innerSidebar2 ul li{
	background:url(images/v-line.jpg) repeat-x 0px 25px;	
}

#innerSidebar1 ul li.article h2,#innerSidebar2 ul li.article h2{
background:url(images/recent_articles.jpg) no-repeat 0px 1px;
}
#innerSidebar1 ul li.tag h2,#innerSidebar2 ul li.tag h2{
background:url(images/tag.gif) no-repeat 0px 3px;
}
#innerSidebar1 ul li.comment h2,#innerSidebar2 ul li.comment h2{
background:url(images/recent_comments.jpg) no-repeat 0px 3px;
}
#innerSidebar1 ul li.user h2,#innerSidebar2 ul li.user h2{
background:url(images/user_panel.jpg) no-repeat 0px 3px;
}
#innerSidebar1 ul li.categories h2,#innerSidebar2 ul li.categories h2{
background:url(images/categories.jpg) no-repeat 0px 3px;
}
#innerSidebar1 ul li.stats h2,#innerSidebar2 ul li.stats h2{
background:url(images/stats.jpg) no-repeat 0px 3px;
}
#innerSidebar1 ul li.calendar h2,#innerSidebar2 ul li.calendar h2{
background:url(images/calendar.jpg) no-repeat 0px 3px;
}
#innerSidebar1 ul li.links h2,#innerSidebar2 ul li.links h2{
background:url(images/link.jpg) no-repeat 0px 3px;
}
#innerSidebar1 ul li ul li,#innerSidebar2 ul li ul li{
	background:none;
	line-height:20px;
	height:auto;
}
#innerSidebar1 ul li ul li.off,#innerSidebar2 ul li ul li.off{
	height:20px;
	overflow:hidden;
}
#innerSidebar1 ul li h2,#innerSidebar2 ul li h2{
	color: #8fca00;
	font-size: 14px;
	font-weight: bold;
}
/* content */
.content {
	float: left;
	width: 640px;
}
.content-wide {
	width: auto;
	margin: 0px;
	margin-left: -370px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -85px;
}
#innerContent {
	padding:0px 10px 0px 0px;
	background:url(images/h-line.jpg) repeat-y right;
	*height:500px;
	*height:auto!important;
	min-height:500px;
}
.content-wide #innerContent {
	background:none;
	padding:10px 0px 0px 0px;
	text-shadow:0 0 6px #0C0;
}

/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Sidebar Panels ******/
.panel{
	padding:1px;
	margin-bottom: 10px;
	background:url(images/v-line.jpg) repeat-x 0px 25px;
}
.panel h5 {
	padding: 2px;
	margin: 0px;
	color: #8fca00;
	font-size: 12px;
	font-weight: bold;
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:1.5em;
	
}


.panel-content{
	padding:5px;
	color:#f00;
	line-height: 120%;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #444;
	list-style: square inside;
	line-height:180%;
}

/* user panel login form */
#loginForm {
	width: 95%;
}
/* tag panel */
#panelTags ul li{
list-style:none;
display:inline;
color:#999;
padding:0px 2px;
}
#panelTags ul li a{
list-style:none;
display:inline;

padding-right:2px;
}
a.tag-link-1{
font-size:12px;
color:#757674;
font-weight:normal;
}
a.tag-link-2{
font-size:14px;
color:#1ed300;
font-weight:bold;
}
a.tag-link-3{
font-size:16px;
color:#0072d3;
font-weight:bold;
}
a.tag-link-4{
font-size:18px;
color:#ff9900;
font-weight:bold;
}
a.tag-link-5:link,a.tag-link-5:visited{
font-size:20px;
color:#FF0000;
font-weight:bold;
}

/* calendar panel */
#calendar {
	width: 150px;
	margin-top: 5px;
	line-height:120%;
}


.calendar-top {
	color: #000;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
}
.calendar-weekday-cell {
	color: #333333;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding:0px;
}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #666666;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #666666;
	font-weight:bold;
}
.calendar-today {
background:url(images/today.jpg) no-repeat 2px 3px;


}

.calendar-day a:link,
.calendar-day a:visited,
.calendar-saturday a:link,
.calendar-saturday a:visited,
.calendar-sunday a:link,
.calendar-sunday a:visited,
.calendar-today a:link,
.calendar-today a:visited {
	text-decoration: underline;
	font-weight: normal;
}

/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/

#searchSelect{
position:absolute;
width:50px;
clip:rect(1px 49px 19px 2px);
float:left;
}
.search-field {
width: 120px;
padding-left:50px;
border:0px;
background:#fff;
height:12px;
line-height:12px;
padding:4px 5px;
color:#0066CC;
float:left;}
.search-button{
width:20px;
background:url(images/search_btn_bg.jpg) no-repeat 2px 2px;
border:0px;
height:20px;
float:left;
}
/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
	background:#feffce url(images/announce.jpg) no-repeat 5px 4px;
	display:block;
}
.announce-content{
	word-wrap: break-all;
	padding: 2px 5px 2px 25px;
	color: #ff6600;
}
.announce-time{
display:inline;
	font-size: 11px;
	color: #444;
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	padding: 5px;
}

/* page links */
.pages {
	color: #666666;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	position:relative;
	color: #999999;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #FCFCFC;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.navigation{
	clear:both;
	height:40px;
	line-height:40px;
}
.alignleft{
	float:left;
	width:50%;
}
.alignright{
	float:right;
	width:50%;
	text-align:right;
}
.post{
	margin-top: 15px;
	margin-bottom: 15px;
	color:#444;
	padding-bottom:10px;
	word-wrap:break-word;
	background:url(images/v-line.jpg) repeat-x bottom;
}
.post small{
	color:#999;
}
.textbox-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding: 6px 6px 6px 6px;
	height: 40px;
	font-size: 14px;
	background-image:url(images/h5_bg.jpg);
	background-repeat:no-repeat;
	
}
.post h2{
	word-wrap: break-word;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.post h2 a:link,.post h2,
.post h2 a:active,
.post h2 a:visited{
	color:#1684ea;
	text-shadow:0 0 6px #99DDFF;
}
.post .more-link{
	margin-top:20px;
	display:block;
	width:100px;
	font-weight:bold;
	color:#1684ea;
}
.post .postmetatag{
	background:url(images/tag.gif) no-repeat 0px 3px;
	padding-left:20px;	
}
.post div.entry a,.post div.entry a:visited{
color:#0066CC;
font-weight:bold;
text-decoration:none;
}
.post div.entry a:hover{
color:#009900;
text-decoration:underline;
}
.post div.entry blockquote,.post div.entry pre{
	border: 1px solid #E6E6E6;
	background: #FFFFE5;
	padding-left: 16px;
	border-left: 2px solid gray;
}
.textbox-label{
	padding-top: 5px;
	padding-left: 5px;
	color: #999;
	font-size: 11px;
}
.textbox-fontsize{
	padding: 5px;
	color: #333;
	text-align: right;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
}
.textbox-tag{
	padding: 10px 10px 10px 30px;
	background:url(images/tag.gif) no-repeat 10px 10px;
}
.textbox-tag a{
font-weight:bold;
color:#009900;
}
.textbox-content a:link,.textbox-content a:visited{
	color:#0050a4;
	text-decoration:underline;
}
.textbox-bottom {
	padding: 5px;
	color: #888;
	font-size: 12px;
}
.textbox-bottom a:link,
.textbox-bottom a:active,
.textbox-bottom a:visited,
{
	text-decoration: none;
	color: #888;
}
.textbox-bottom a:visited{
color:#666666;
}
.editmark {
	margin-top: 20px;
	color: #666666;
	font-size: 11px;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #666666;
	font-size: 11px;
	border-top: 1px dashed #C0C0C0;
}
.textbox-relate{
background:url(images/v-line.jpg) repeat-x top;
}
.textbox-relate h2{
background:url(images/v-line.jpg) repeat-x bottom;
height:30px;
line-height:30px;
font-size:12px;
font-weight:bold;

}
.textbox-relate ul{
padding:10px;
margin:0px;
}
/* guestbook entry box */
.gbbox{
	margin-bottom: 15px;
	border-top: 1px dashed #C0C0C0;
	border-bottom: 1px dashed #C0C0C0;
	border:1px solid #bbd1e8;
		background-color: #e8eff8;
}
.gbbox-title{
	margin-bottom: 10px;
	font-weight: bold;
}
.gbbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;

}
.gbbox-reply {
margin:10px;
	padding: 10px;
	color: #333333;
	background-color: #fffcc9;
	border:1px solid #d1cd81;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #333333;
	background: #c8dbf7;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #666666;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 3px;
	background:url(images/v-line.jpg) repeat-x bottom;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
}
.no-comment-box{
	padding:10px;
	color: #666666;
	background: #FCFCFC;
	border: 1px solid #E0E0E0;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #333;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
	background:url(images/v-line.jpg) repeat-x bottom;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	text-align: center;
}
.messagebox-title{
	padding: 5px;
	color: #630;
	font-weight: bold;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #003300;
}
.messagebox-bottom{
	padding: 5px;
	color: #333333;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	text-align: center;
	background: #FFEEDD;
	border: solid 1px #CC0000;
}
.errorbox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC3300;
	padding: 5px;
}
.errorbox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #990000;
	text-align: left;
}
.errorbox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFE3D0;
}

/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	background:url(images/v-line.jpg) repeat-x top;
}

.formbox-title,
.formbox-comment-title{
	padding: 0px;
	color: #2c6fd4;
	font-weight: bold;
	background:url(images/v-line.jpg) repeat-x bottom;
	height:31px;
	line-height:31px;
	padding-left:10px;
}
.H_1{
width:23px;
background-image:url(images/H_1.jpg);
float:left;
	height:31px;
}
.H_2{
float:left;
padding-left:20px;
}
.H_3{
width:23px;
background-image:url(images/H_3.jpg);
float:right;
	height:31px;
}
.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	background:url(images/h-line.jpg) repeat-y right;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px 0px;
	text-align: center;
}
.panel-smilies-title {
	color: #666666;
	text-align: left;
	background:url(images/v-line.jpg) repeat-x bottom;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-color: #F8EBD4;
	background-image: none;
}
.upload-file{}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 11px;
	color: gray;
}
.red {
	color: red;
}
.highlight {
	font-weight: bold;
	color: #FF6600;
	background: #FFFF00;
}
.meta-button {
	margin: 1px;
}

.Tag-list{

height:auto!important;
height:880px;
min-height:880px;
}
.Tag-title{
background:url(images/v-line.jpg) repeat-x bottom;
height:26px;
line-height:26px;
font-weight:bold;
color:#0066CC;
}
.Tag-list ul{
padding:10px 0px;
margin:0px;
}
.Tag-list ul li{
display:inline;
padding:0px 2px;
}
/****** UBB Code Custom Styles ******/
/* IE fix for ul */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{
	margin: 1px;
	padding: 1px;
}

.code {
	word-wrap: break-all;
	padding: 10px;
	margin: 5px;
	font-family: "Courier New";
	color: #000000;
	background-color: #ecf1f6;
	border-left: 3px solid #a0bfdf;
}

.quote {
	margin: 10px;
	background-color: #FBF3E6;
	border-left: 3px solid #EFD09C;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px dashed #EFD09C;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}
.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	color: #666666;
	background-color: #FBF3E6;
	border: 1px dashed #EFD09C;
}

.commentlist{
	padding: 0px;
	margin: 0px 0px 0px 40px;
	list-style: none;	
}

.comment-body{
	color: #333;
	background-color: #F7F7F7;
	margin: 24px 0px 5px 10px;
	display: block;
	float: left;
	line-height: 23px;
	border-radius: 5px;
	padding: 0px 3px;
	position: relative;	
	border:1px solid #E6E6E6;
	width:560px;
}

.comment-author{
	position: absolute;
	left: -50px;
	width: 32px;
	line-height: 15px;
}
.says{
	text-indent: -999px;
	display: block;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-right-color: #E6E6E6;
	position: absolute;
	top: 5px;
	right: -18px;
}
.says b{
	text-indent: -999px;
	display: block;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-right-color: #F7F7F7;
	position: absolute;
	top: -10px;
	right: -12px;	
}
.fn{word-wrap: break-word;}
.gotop{
	width: 980px;
	position: fixed;
	bottom: 0px;
	height: 0px;	
}

.gotop a{
	background: #999;
	display: block;
	width: 9px;
	height: 25px;
	top: -70px;
	left: 635px;
	position: absolute;
	border-radius: 5px;
}
.gotop a.show:hover{
	opacity:0.9;
	-webkit-transition:
		opacity .25s linear
	;
	transition:
		opacity .25s linear
	;	
}
.gotop a.show{
	opacity:0.5;
	-webkit-transition:
		opacity .25s linear
	;
	transition:
		opacity .25s linear
	;
}
.gotop a.hidden{
	opacity:0;
	-webkit-transition:
		opacity .25s linear
	;
	transition:
		opacity .25s linear
	;
}

