<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0px;
	padding: 0px;
	color: #b9b9b9;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em; 
	background-color: #ccc;
	background-image: url(../images/templatemo_body.jpg);
	background-repeat: repeat;
}

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

p { margin: 10; padding: 0; }
img { border: none; }

ul { margin: 15; padding: 0; }
ul li { margin: 15px; padding: 0; }

h1, h2, h3, h4, h5, h6 { color: #000; }
h1 { font-size: 32px; font-weight: normal; margin: 0 0 20px 0; padding: 5px 0; color: #d48b34;}
h2 { font-size: 24px; font-weight: normal; margin: 0 0 20px 0; padding: 10px 0 15px 0; color: #fff; }
h3 { font-size: 25px; font-weight: normal; margin: 0 0 15px 0; padding: 0; padding: 0 0 10px 0; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0 0 10px 0; ; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.hr_divider { background: url(../images/templatemo_hr_divider.jpg) bottom repeat-x; }

.float_l { float: left; }
.float_r { float: right; }

.image_wrapper { display: inline-block; padding: 4px; border: 1px solid #666; background: none; margin-bottom: 10px; }
.image_fl { float: left; margin: 3px 15px 0 0; }
.image_fr { float: right; margin: 3px 0 0 15px; }

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; color:#3b3823; }
cite span { color: #696443; }
em { color: #e55822; }

a.continue { color: #F00; font-weight: bold; text-decoration: none; }

#templatemo_header {
	width: 980px;
	padding: 0;
	margin: 0 auto 20px auto;
	
}

#site_title {
	float: left;
	width: 500px;
	height: 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#site_title a {
	display: block;
	width: 500px;
	height: 30px;
	margin: 0px;
	padding: 130px 0px 0 170px;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/templatemo_logo.png) no-repeat top left;	
}

#header_right {
	float: right;
	width: 260px;
	padding-top: 30px;
	text-align: right;
}

#newsletter_box {
	width: 260px;
	padding: 28px 0 0 0;
	margin-top: 30px;
	background: url(../images/templatemo_newsletter.png) top left no-repeat;
}

#newsletter_box form { width: 260px; padding: 0; margin: 0; }
#newsletter_box form .newsletter_email { color: #333; width: 180px; height: 22px; border: 1px solid #333; background: none; padding: 0 5px; }
#newsletter_box form #submit { width: 63px; height:23px; background: url(../images/templatemo_subscribe_btn.png) no-repeat; border: none; cursor: pointer; }

/* menu */

#templatemo_menu_wrapper {
	clear: both;
	width: 100%;
	height: 50px;
	background: url(../images/templatemo_menu_wrapper.jpg) repeat-x;
}

#templatemo_menu {
	width: 945px;
	height: 50px;
	padding: 0 20px;
	margin: 0 auto;
	background: #262626;
}

#templatemo_menu ul {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
}



#templatemo_menu ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#templatemo_menu ul li a {
	position: relative;
	float: left;
	display: block;
	height: 26px;
	padding: 7px 28px;
	font-size: 15px;
	color: #fff;	
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	outline: none;
}

#templatemo_menu ul li a:hover, #templatemo_menu ul .current {
	color: #fff;
	background: url(../images/templatemo_menu_right.jpg) no-repeat top right;
}

#templatemo_menu ul li a:hover span, #templatemo_menu ul .current span {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 33px;
	background: url(../images/templatemo_menu_left.jpg) no-repeat;
}

#register_box {
	float: right;
	width: 200px;
	color: #fff;
	font-size: 11px;
	padding-top: 10px;
}

#register_box .signup { color:#F00; font-weight: bold; text-decoration: none; }
#register_box .new_reg { color:#be6300; font-weight: bold; text-decoration: none; }
/* end of menu */

/* main */

#templatemo_main {
	clear: both;
	position: relative;
	width: 925px;
	padding: 0 30px 50px;
	margin: 0 auto;
	background: #272727 url(../images/templatemo_content_top.jpg) top no-repeat;
}

#templatemo_main .tm_bottom {
	 position: absolute;
	 width: 980px;
	 height: 60px;
	 bottom: 0;
	 left: 0;
	 background: url(../images/templatemo_content_bottom.jpg) no-repeat;	 
}

#templatemo_content {
	float: left;
	width: 570px;
	padding: 30px 30px 30px 0;
	border-right: 1px dashed #363636;
}

#templatemo_content2 {
	float: left;
	width: 100%;
	padding: 30px 30px 30px 0;
	
}

#templatemo_content h1 span {
	color: #20c4d3;
}

.content_box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #363636;	
}

.post_box {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #363636;	
}

.pb_last { margin: 0; padding: 0; border: none; }

.post_box .header {
	position: relative;
	margin-bottom: 10px;
}

.header a { color: #FFFFFF; font-weight: normal; text-decoration: none; }
.header a:hover { color: #999999; }

.header .tag { font-size: 11px; color: #999999; }
.header .tag a { font-size: 11px; color: #666666; }
.header .tag a:hover { color: #CCCCCC; }

.header h2 { margin: 0; padding: 5px 0; }
.header .posted_date { position: absolute; font-size: 11px; color: #2b2b2b; top: 0; right: 0; width: 45px; height: 45px; padding: 8px 3px 0 0; text-align: center; background:url(../images/templatemo_date.jpg) no-repeat;
}
.header .posted_date strong { display: block; margin-top: 5px; }

.post_box img {border: 0px solid #fff; float: left; margin-right: 30px; }
.post_box .pb_right { float: right; width: 450px; }
.post_box .comment a { display: block; margin-top: 15px; background: url(../images/w.png) no-repeat bottom left; padding: 3px 0 0 25px; }
.post_box .comment2 a { display: block; margin-top: 15px; background: url(../images/mini_mail.png) no-repeat bottom left; padding: 3px 0 0 25px; }
.post_box .commentRG a { display: block; margin-top: 15px; background: url(../images/RG.png) no-repeat bottom left; padding: 3px 0 0 25px; }
.post_box .commentG a { display: block; margin-top: 15px; background: url(../images/Google.png) no-repeat bottom left; padding: 3px 0 0 46px; }
.post_box .commentLOOP a { display: block; margin-top: 15px; background: url(../images/loop.png) no-repeat bottom left; padding: 3px 0 0 25px; }
.post_box .commentLD a { display: block; margin-top: 15px; background: url(../images/tipLOWD.png) no-repeat bottom left; padding: 2px 0 0 25px; }
.post_box .commentP a { display: block; margin-top: 15px; background: url(../images/Publons.png) no-repeat bottom left; padding: 3px 0 0 25px; }
.post_box .commentM a { display: block; margin-top: 15px; background: url(../images/Mendeley.png) no-repeat bottom left; padding: 3px 0 0 25px; }
.post_box .commentRID a { display: block; margin-top: 15px; background: url(../images/RID.png) no-repeat bottom left; padding: 3px 0 0 25px; }

#templatemo_sidebar {
	float: right;
	width: 310px;
}

.sidebar_box {
	clear: both;
}

.sidebar_box h1 {
	width: 170px;
	height: 65px;
	margin: 0;
	padding: 42px 0 0 90px;
	color: #fff;
	background: url(../images/templatemo_site_header.png) no-repeat left center;;
}


.sidebar_box a { text-decoration: none; color: #b9b9b9; }

.sidebar_box .sb_content {
	padding: 20px;
}

.sidebar_menu { margin: 0; padding: 0; list-style: none; }
.sidebar_menu li { margin: 0 0 5px 0; padding: 3px 0; border-bottom: 1px solid #303030 }
.sidebar_menu li a { text-decoration: none; font-size: 11px; font-weight: normal; background: url(../images/templatemo_list.jpg) no-repeat center left; display: block; padding-left: 20px;}
.sidebar_menu li a:hover { color: #c87327; text-decoration: underline; }
.sidebar_menu li a span { color: #f00; }

/* end of main */

/* bottom */

#templatmeo_bottom {
	clear: both;
	width: 980px;
	height: 168px;
	margin: 0 auto;
	padding: 40px 0 0;
	background: url(../images/templatemo_footer.jpg) no-repeat;
}

.bottom_box {
	float: left;
	margin-left: 20px;
	width: 256px;
	padding: 20px 20px 0;
	background: url(../images/templatemo_footer_box.png) no-repeat;
}

.bottom_box h5 {
	color: #b3b3b3;
}

.bottom_box h5 span {
	color: #26c6d5;
}

.bottom_box a.continue {
	font-weight: normal;
	float: right;
	color: #26c6d5;
}

.bottom_box_list { margin: 20px 0; padding: 0; list-style: none; }
.bottom_box_list li { background: url(../images/templatemo_footer_list.png) no-repeat scroll 0 3px; margin: 0 0 10px; padding: 0 0 3px 15px; 	line-height: 1em; }
.bottom_box_list li a { color: #8e8e8e; text-decoration: none; font-weight: normal; }
.bottom_box_list li a:hover { text-decoration: underline; }

/* end of bottom */

/* footer */

#templatemo_footer {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	color: #999999;
	text-align: center;
}

#templatemo_footer a { color: #c87327; font-weight: normal; }

#templatemo_footer .footer_menu { margin: 0 0 5px 0; padding: 0; list-style: none; }
#templatemo_footer .footer_menu li { margin: 0px; padding: 0 5px; list-style: none; border-left: 1px solid #6b6b6b; display: inline-block; }
#templatemo_footer .footer_menu .first { border: none; }
#templatemo_footer .footer_menu li a { color: #c87327; font-size: 11px; text-align: center;}
#templatemo_footer .footer_menu li a:hover { color: #c87327; text-decoration: underline; }

/* end of footer */</pre></body></html>