/*
Theme Name: Custom Theme
Theme URI: http://free-download-vector.com/
Description: Custom WordPress theme matching the original Archivarix website design
Author: Custom Theme
Version: 1.0
*/

/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 62.5% Verdana, Arial, Sans-Serif;
	background: #92978c;
	margin: 0px;
	padding: 0px;
}

body a, body a:visited {
	color: #466EDB;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	width: 970px;
	margin: 0 auto;
	background: #FFF;
	padding: 0; overflow:hidden;
}

#header {
	width: 970px;
	margin:0 auto;
	height: 200px;
	background:#5a7fa3;
	position:relative;
}

#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header h1 a {
	color: #fff;
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	visibility:hidden;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0px 20px 5px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 530px;
	line-height: 1.6em;
	padding-left:20px;
	overflow:hidden;
}

#sidebar {
	float: right;
	width: 420px;
	margin-left: 0px;
}

#footer {
	color: #fff;
	width: 970px;
	height:40px;
	margin:0 auto;
	padding-top:15px;
	clear: both;
	background: #5a7fa3;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}

/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 3.0em;
	line-height: 1.0em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}

/*-------------The Post-------------*/

.post h2, .post h2 a{
	font-size: 14px;
	text-decoration: none;
	color: #90366b;
	margin-bottom: 5px;
	line-height: 1.0em;
}

.post h2 a:hover { color:#333;}

.post {
	font-size: 11px;
	text-align: justify;
	color:#666;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.post img {max-width:510px;}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.navigation {
	clear:both;
	display:block;
	margin-bottom: 20px;
	color:#666;
}

.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

a img {
	border: 0;
}

/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar a {
	color: #2B489B;
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #9DB7FF;
	font-size: 1.5em;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #80A0F6;
	font-size: 1.5em;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
	margin-bottom:10px;
}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #9DB7FF; margin-bottom:0;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #80A0F6;margin-bottom:0;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_left {
	width: 180px;
	float: left;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
}

#sidebar .sidebar_right {
	width: 180px;
	float: right;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
}

/*--------------Search Form-------------*/

#searchform input {
	width: 172px;
	background: #fff;
	border:1px solid #ccc;
	padding:3px;
}

/* Blog Post Styles */

.postwrap {
	float:left;
	margin-right:10px;
	overflow:hidden;
	height:260px;
}

.postinglist {
	border:1px solid #d2cfca;
	background:#f0f0f0;
	padding:9px;
	width:230px;
}

.posting-imgwrap {
	overflow:hidden;
	width:228px;
	height:120px;
	margin-bottom:5px;
	border:1px solid #ddd;
}

.posting-imgwrap img {
	max-height:130px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.download-front {
	float:left;
}

.download-front a {
	width:154px;
	height:36px;
	background:#466EDB;
	display:block;
	color: #fff;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
}

.download-front a:hover {
	background:#90366b;
	text-decoration:none;
}

.front-comment {
	float:right;
	height:34px;
	width:96px;
	padding-top:2px;
	background:#8ab521;
	text-align:center;
}

.front-comment a, .front-comment a:visited {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	display:block;
	height:36px;
	line-height: 36px;
	text-decoration:none;
}

.front-comment a:hover {
	text-decoration:none;
}

/* Single Post Styles */

.singlepost-wrap {
	border:1px solid #d2cfca;
	background:#f0f0f0;
	padding:9px;
	width:490px;
}

.singlepageheading h2 a {
	font-size:24px;
}

.singlepage-box {
	border:1px solid #ddd;
	background:#fff;
	width:468px;
	padding:10px;
	margin-top:10px;
	overflow:hidden;
	margin-bottom:10px;
}

/* Pagination */
.nav-links {
	padding: 20px 0;
	text-align: center;
	font-size: 1.2em;
}

.nav-links a {
	padding: 5px 10px;
	margin: 0 5px;
	background: #f0f0f0;
	border: 1px solid #d2cfca;
}

.nav-links a:hover {
	background: #466EDB;
	color: #fff;
	text-decoration: none;
}

.nav-links .current {
	padding: 5px 10px;
	margin: 0 5px;
	background: #90366b;
	color: #fff;
	border: 1px solid #90366b;
}
