/*
Theme Name: Gaming Fonts Custom Theme
Theme URI: http://gamingfonts.com/
Description: A simple WordPress theme matching the original Archivarix website design
Author: Custom
Version: 1.0
*/

body {
	font: 62.5% "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	background: #a5b6b8;
}
a {
	text-decoration: none;
	color: #2370e5;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
img.alignright {
	margin: 0px 0px 0px 10px;
	float: right;
}
img.alignleft {
	margin: 0px 10px 0px 0px;
	float: left;
}
img.aligncenter {
	display: block;
	margin: auto;
}

/* Containers */

#header {
	width: 966px;
	margin: auto;
	height: 184px;
	padding: 0px;
	background: #60807a;
	text-align: center;
}
#bottom {
	width: 966px;
	margin: auto;
	padding: 0px;
	position: static;
}
#content {
	width: 966px;
	padding: 0px;
}
#contentcontainer {
	width: 940px;
	padding: 21px 0px 30px;
	background: #fff;
	border-right: 1px solid #60807a;
	border-left: 1px solid #60807a;
	margin: 0px 0px 0px 2px;
	border-bottom: 1px solid #60807a;
}
#sidebar {
	width: 408px;
	float: right;
	padding: 12px 0px 110px;
	margin: 0px;
	background: #a5b6b8;
	border-bottom: 1px solid #60807a;
}
#footer {
	padding: 12px 0px 0px;
	margin: 0px 0px 10px;
}
#bannerad {
	margin: auto;
	height: 60px;
	width: 468px;
	padding: 0px;
}
.blogtagline h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	font: normal 450% Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 35px 0px 20px 80px;
}
#header h1 a {
	color: #b31533;
}
#header h1 a:hover {
	color: #fff;
	text-decoration: none;
}
#header h3 {
	margin: 0px;
	padding: 10px 0px;
	font: normal 185% Georgia, "Times New Roman", Times, serif;
	color: #b31533;
}

/* Navigation */

#navigation {
	padding: 0px;
	margin: auto;
	background: #60807a;
	width: 963px;
	height: 40px;
}
#navigation ul {
	margin: 0px;
	padding: 1px 10px 0px 10px;
	list-style: none;
}
#navigation ul li {
	float: left;
	list-style: none;
	padding: 0px 10px;
}
#navigation ul li a {
	display: block;
	float: left;
	padding: 9px 0px;
	margin: 0px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
#navigation ul li a:hover {
	text-decoration: none;
	border: none;
	color: #a5b6b8;
	cursor: pointer;
}

/* Post Area */

.maintext {
	padding: 0;
	margin: 0;
}
.titlec {
	margin:auto;
	padding: 30px 0px 0px;
	width: 515px;
}
.title {
	padding: 0px;
	margin: auto;
}
.title h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 2.1em;
	color: #b31533;
}
.title h2 a {
	text-decoration: none;
	color: #b31533;
	padding: 0px;
	margin: 0px;
}
.title h2 a:hover {
	color: #60807a;
	background: none;
}
.maintext p {
	padding: 8px 0;
	margin: 0;
	line-height: 22px;
	text-align: justify;
	font-size: 1.3em;
}
.post {
	padding: 0px;
	margin: auto;
	width: 514px;
}
.post h2 {
	padding: 20px 0px 0px;
	font-size: 1.9em;
	font-weight: normal;
	margin: 0px;
	border-bottom: 1px dotted #5B5B5B;
	color: #353535;
}
.post h3, .post h4 {
	padding: 20px 0px 0px;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px dotted #5B5B5B;
	color: #353535;
}
.commentbox {
	height: 30px;
	padding: 5px 0px 0px;
	margin: 2px auto 0px;
	width: 515px;
}
.commentcount {
	text-align: center;
	float: right;
	width: 104px;
	color: #fff;
	font-size: 11px;
}
.commentcount a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
.commentcount a:hover {
	color: #b31533;
}
.categorybox {
	float: left;
	font-size: 12px;
	padding: 2px 0px 0px;
}
.maintext ol, .maintext ul {
	padding: 10px 0 10px 10px;
	margin: 0 0 0 20px;
}
.maintext ol li {
	padding: 3px 0;
	margin: 0;
	font-size: 1.3em;
	color: #3d3d3d;
}
.maintext ul li {
	padding: 3px 0;
	margin: 0px;
	font-size: 1.3em;
	color: #3d3d3d;
}
.maintext ul {
	list-style: none;
}
.maintext strike {
	font-size: 11px;
	color: #3d3d3d;
}
.maintext pre {
	font-size: 14px;
	padding: 0 10px;
	margin: 10px 0;
}
.maintext blockquote {
	padding: 10px 15px;
	margin: 15px 15px;
	background: #fff;
	border-top: 1px solid #60807a;
	border-bottom: 1px solid #60807a;
}
.maintext blockquote p {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
}
.postend {
	padding: 13px 12px 0px 12px;
	margin: 0 auto 2px;
	height: 36px;
	width: 508px;
}
.postend ul, .tagcontainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.postend ul li, .tagcontainer ul li {
	padding: 0px;
	margin: 0px 0px 0px 3px;
	list-style: none;
	float: left;
	display: block;
	text-align: left;
	font-size: 12px;
	color: #fff;
}
.postend a, .tagcontainer a {
	text-decoration: none;
	color: #fff;
}
.postend a:hover, .tagcontainer a:hover {
	color: #3d3d3d;
	border-bottom: 1px dotted #3d3d3d;
}
.postend ul li.commentright {
	float: right;
}
.commentright a {
	color: #fff;
	padding: 0px 0px 0px 24px;
}
.commentright a:hover{
	color: #b31533;
	border: none;
}
.commentrightno a {
	background: none !important;
	padding: 0px;
}

/* Sidebar */

#ads {
	padding: 0px 0px 0px 5px;
	text-align: center;
}
#ads img {
	padding: 0px 5px 5px 0px;
	margin: 0px;
}
p.rss {
	font-size: 1.1em;
	font-weight: bold;
}
#emailfield {
	font-size: 15px;
	font-weight: normal;
	color: #353535;
	width: 135px;
	height: 16px;
	text-align: center;
	padding: 2px;
	margin: 0px;
}
#sidebottom {
	background: #fff;
	border-right: 1px solid #60807a;
	border-left: 1px solid #60807a;
	width: 406px;
}

/* Sidebar Left */

#sidebottomleft {
	width: 178px;
	padding: 0px 9px;
	float:left;
}
#sidebottomleft li h2, #sidebottomright li h2 {
	font-size: 1.5em;
	color: #b31533;
	font-weight: bold;
	padding: 0px 0px 5px;
	margin: 0px;
	list-style: none;
	text-align: left;
}
#sidebottomleft li ul li a:hover, #sidebottomright li ul li a:hover {
	color: #2370e5;
	text-decoration: underline;
}
#sidebottomleft li, #sidebottomright li {
	list-style: none;
	margin: 0px;
	padding: 20px 0px;
	border-bottom: 1px dotted #bbbbbb;
	font-size: 1.1em;
	color:#000;
	line-height: 20px;
}
#sidebottomleft li ul, #sidebottomright li ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style: none;
}
#sidebottomleft li ul li, #sidebottomright li ul li {
	padding: 3px 0;
	margin: 0px;
	list-style: disc;
	border-bottom: none;
}

/* Sidebar Right */

#sidebottomright {
	width: 178px;
	padding: 0px 9px;
	float:right;
}

/* Extra Sidebar Elements */

.textwidget, .adrotatorwidget {
	margin: 0px 0px 15px;
}
.textwidget img, .adrotatorwidget img {
	margin: auto;
	display: block;
}
.textwidget {
	line-height: 22px;
	font-size: 1.1em;
}

/* Footer */

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .footertext {
	width: 960px;
	margin: auto;
	padding: 0px;
	border: 1px solid #60807a;
	background: #fff;
}
.footerbox {
	width: 228px;
	float: left;
	padding: 5px;
	margin: 0px;
}
.footerend {
	width: 233px;
	border: none;
	padding: 5px;
	float: left;
}
.footertext h2 {
	padding: 5px 0px;
	font-size: 1.9em;
	font-weight: normal;
	margin: 0 0px 5px;
	color: #b31533;
	border-bottom: 1px dotted #353535;
}
.footerbox h2, .footerend h2 {
	padding: 5px 0px;
	text-align: center;
	margin: 0 0px 5px;
}
.footertext li, .footerbox li, .footerend li {
	list-style: none;
}
.footerend p, .footerbox p {
	padding: 5px;
	margin: 0px;
	line-height: 18px;
	font-size: 1.2em;
}
.footertext .footerbox ul, .footertext .footerend ul {
	padding: 0;
	margin: 0 0px 20px;
	list-style:none;
	font-size: 1.3em;
}
.footertext .footerbox ul li, .footertext .footerend ul li {
	padding: 2px 0;
	margin: 5px 5px 0;
	list-style: none;
}
.credit {
	color: #3d3d3d;
	font-size: 12px;
	padding: 10px 0 40px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}
.credit .cg {
	float: left;
}
.credit .weborithm {
	float: right;
}
.credit a {
	color: #3d3d3d;
	text-decoration: none;
	padding: 0px 0px 3px;
	font-weight: bold;
}
.credit a:hover {
	color: #2370e5;
	text-decoration:none;
	border-bottom: 1px dotted #2370e5;
}

/* Search */

#search {
	background: #60807a;
	width: 966px;
	margin: auto;
	padding: 0px;
	height: 37px;
}
#search .searchbg {
	background: transparent;
	width: 390px;
	margin: auto;
	padding: 0px 0px 0px 154px;
}
#search #s {
	height: 22px;
	width: 340px;
	background: transparent;
	border: none;
	padding: 4px 10px 0px 0px;
	font-size: 16px;
	font-weight:normal;
	color: #353535;
	margin: 0px;
	text-align: center;
}

/* Extra Alignment Styles */

.navigation {
	text-align: center;
	padding: 10px 0px 0px;
	font-size: 135%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h2.archive {
	margin: 0px;
	padding: 30px 0px 0px;
	text-align:center;
	font-size: 1.8em;
	font-weight: normal;
}

.ccbottom {
	margin-bottom: 20px;
}

/* Post meta info */
.post-meta {
	font-size: 1.1em;
	color: #666;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

/* Pagination */
.pagination {
	text-align: center;
	padding: 20px 0;
	font-size: 1.3em;
}
.pagination a {
	padding: 5px 10px;
	margin: 0 5px;
	color: #2370e5;
}
.pagination a:hover {
	color: #b31533;
}
