@import url(https://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT);

/*
Theme Name: Boxy But Gold
Theme URI: http://guff-szub.net/boxy-but-gold/
Description: A boxed up 2-column WordPress 1.5 theme in aurulent colors.
Version: 1.0
Author: Kaf Oseo
*/

/*
This WordPress theme is designed by Kafkaesquí Oseo (http://szub.net)
Copyright (c) 2005

XHTML and CSS released under the GNU Public License or GPL. You can
view a copy of the HTML version of the GNU General Public License at
http://www.gnu.org/copyleft/gpl.html

style.css is organized by template ->
	* Main index.php, page.php and single.php
		* post entryspecific declarations
	* comments.php
	* header.php
		* wp_list_pages link declarations
	* footer.php
	* sidebar.php
		* searchspecific declarations
		* calendarspecific declarations
*/

/*
"Main" section
*/
body {
	font-family: Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: #e4d4a4;
	margin: 0px;
	padding: 0px;
}
a {
	color: #a46000;
	padding: 0px 1px 0px 1px;
}
a:hover {
	text-decoration: none;
	color: #fff8df;
	background-color: #cca000;
}
a img {
	border: none;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #963;
}
/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}
ul.post-meta span.post-meta-key {
	font-weight: bold;
}
#content {
	margin: 0px 240px 20px 10px;
	padding: 0px 0px 0px 0px;
}
#nav a {
	text-decoration: none;
	color: #800;
	padding: 0px 3px 0px 3px;
}
#nav a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fc0;
	padding: 0px 2px 0px 2px;
	border: 1px solid #a46000;
}
#nav #nav-forward {
	float: right;
	text-align: right;
	margin-top: 10px;
	padding: 0px;
}
#nav #nav-backward {
	float: left;
	text-align: left;
	margin-top: 10px;
	padding: 0px;
}

/* post entry-specific declarations */
.nextpage {
	font-size: .8em;
	text-align: right;
}
.post {
	line-height: 125%;
	text-align: justify;
	background-color: #fff8df;
	margin-bottom: 4px;
	padding: 20px 20px 0px 20px;
	border-top: 1px solid #ffe;
	border-right: 1px solid #963;
	border-bottom: 1px solid #963;
	border-left: 1px solid #ffe;
}
.post blockquote {
	padding: 0em 2em 0em 2em;
	border: 1px dotted #a48a6a;
}
.post img {
	margin: 10px;
}
.post-content {
	color: #000;
	margin: 0px;
	padding: 0px 12px 12px 5px;
}
.post-header {
	text-align: left;
	color: #606000;
	margin: 0px;
	padding: 0px;
}
.post-header h2 {
	font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
        font-size: 1em;
	padding: 3px 0px 0px 3px;
}
.post-meta {
	font-size: .75em;
	text-align: right;
	color: #606060;
	background-color: #e4d4a4;
	margin: 0px -21px 1px 0px;
	padding: 1px 0px 1px 0px;
	border-top: 1px solid #963;
	border-bottom: 1px solid #ffe;
	border-left: 1px solid #963;
}
.post-meta a {
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}
.post-meta a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fc0;
	padding: 0px 2px 0px 2px;
	border: 1px solid #a46000;
}
.post-meta p {
	margin: 0px;
	padding: 0px;
}
.post-title {
        font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
.post-title a {
	text-decoration: none;
	color: #800;
	margin: 0px;
	padding: 0px 4px 0px 4px;
}
.post-title a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fc0;
	padding: 0px 3px 0px 3px;
	border: 1px solid #a46000;
}

/*
comments.php section
*/
h3#comments, h3#postcomment {
	color: #606000;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background-color: #fffdf5;
	border: 1px solid #a46000;
	padding: .2em;
}
#commentform textarea {
	width: 98%;
}
#commentform #submit {
	width: 150px;
	color: #000;
	background-color: #fc0;
	border: 1px solid #a46000;
}
#commentlist {
	width: 98%;
	margin: 0px;
	padding: 0px;
}
#commentlist li {
	list-style-type: none;
	color: #000;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 0px 20px;
	border-top: 1px solid #a84;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 1px solid #a84;
}
#commentlist li p.commenter {
	font-size: .8em;
}
#commentlist .comment-top {
	position: relative;
	font-size: .9em;
	margin: -7px -17px 0px -17px;
	border-bottom: 1px solid #a84;
}
#commentlist .comment-top a {
	display: block;
	text-decoration: none;
	padding: 1px;
}
#commentlist .comment-top a:hover {
	text-decoration: none;
	color: #fff8df;
	background-color: #cca000;
}
.meta-comment {
	color: #606060;
}
.meta-comment a {
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}
.meta-comment a:hover {
	color: #000;
	background-color: #fc0;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	border: 1px solid #a46000;
}

/*
header.php section
*/
#name {
	position: relative;
	top: 0px;
	right: 10px;
	text-align: left;
	color: #400;
	background-color: #fc0;
	margin: 0px 0px 1.5em -21px;
	padding-left: 20px;
	border-top: 1px solid #800;
	border-right: 1px solid #fff8df;
	border-bottom: 1px solid #fff8df;
	border-left: 1px solid #fc0;
}
#name h1 {
	font-size: 1.8em;
	letter-spacing: .1em;
	margin: 3px 0px 3px 3px;
}
#name h1 .nolink {
	padding: 2px 3px 2px 3px;
}
#name h1 a {
	text-decoration: none;
	color: #400;
	padding: 2px 3px 2px 3px;
}
#name h1 a:hover {
	color: #400;
	background-color: #fc0;
	padding: 1px 2px 1px 2px;
	border: 1px solid #a46000;
}
#tag {
	font-size: .8em;
	text-align: right;
	color: #a48a6a;
	margin: 0px 220px 0px 5px;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #a48a6a;
}

/* wp_list_pages link declarations */
#pages-menu {
	font-size: .8em;
	text-align: right;
	margin: 4px 10px 4px 0px;
}
#pages-menu a {
	font-size: 130%;
	text-transform: lowercase;
	text-decoration: none;
	color: #800;
	padding: 2px 5px 2px 5px;
}
#pages-menu a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fc0;
	padding: 2px 4px 2px 4px;
	border: 1px solid #a46000;
}
#pages-menu ul {
	display: inline;
	list-style-type: none;
}
#pages-menu ul li {
	display: inline;
}

/*
footer.php section
*/
#footer {
	font-size: .7em;
	text-align: center;
	color: #606060;
	margin: 45px 240px 0px 10px;
}
#footer p {
	background-color: #e4d4a4;
	padding: 4px 20px 4px 20px;
	border-top: 1px solid #a84;
	border-right: 1px solid #fff8df;
	border-bottom: 1px solid #fff8df;
	border-left: 1px solid #a84;
}

/*
sidebar.php section
*/
#archives a:hover, #categories a:hover, #meta a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fc0;
	border: 1px solid #a46000;
}
#header {
	top: 0px;
	color: #000;
	background-color: #e4d4a4;
	margin: 5px 10px 5px 10px;
	padding: 0px 5px 0px 30px;
	border-top: 1px solid #fff8df;
	border-right: 1px solid #a84;
	border-bottom: 1px solid #a84;
	border-left: 1px solid #fff8df;
}
#sidebar {
	position: relative;
	float: right;
	top: 0px;
	right: 10px;
	width: 220px;
	font-size: .8em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
#sidebar img {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
.sub-sidebar {
	text-align: left;
	color: #606000;
	background-color: #e4d4a4;
	margin-bottom: 6px;
	padding: 0px 0px 9px 6px;
	border-top: 1px solid #fff8df;
	border-right: 1px solid #a84;
	border-bottom: 1px solid #a84;
	border-left: 1px solid #fff8df;
}
.sub-sidebar a {
	text-decoration: none;
	color: #800;
	padding: 0px 3px 0px 3px;
}
.sub-sidebar a:hover {
	text-decoration: none;
	color: #fff8df;
	background-color: #cca000;
	padding-right: 0px 2px 0px 2px;
}
.sub-sidebar form {
	width: 200px;
	margin: 0px;
}
.sub-sidebar h2 {
	font-size: 1em;
	color: #606000;
	margin:0px;
	padding: 0px;
}
.sub-sidebar ul {
	letter-spacing: 0.1em;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding-left: 3px;
}
.sub-sidebar ul li {
	margin-top: 10px;
	padding-bottom: 2px;
}
.sub-sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sub-sidebar ul ul li {
	letter-spacing: 0px;
	margin-top: 0px;
	padding-left: 12px;
	border: 0px;
}
.sub-sidebar ul ul li a {
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}
.sub-sidebar ul ul li a:hover {
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}
.sub-sidebar ul ul ul.children {
	margin-bottom: 3px;
	padding-left: 4px;
}

/* search-specific declarations */
#searchform {
	text-align: center;
	margin-left: 0px;
	padding: 0px;
}
#searchform input#s {
	width: 100px;
	color: #606000;
	background-color: #fffdf5;
	border: 1px solid #a46000;
}
#searchform input#submit {
	width: 60px;
	color: #000;
	background-color: #fc0;
	border: 1px solid #a46000;
}

/* calendar-specific declarations */
#calendar {
	text-align: left;
	margin: 0px;
	padding: 6px;
}
#wp-calendar {
	font-size: 8px;
	margin: 0px;
	width: 188px;
	border-top: 1px solid #a84;
	border-right: 1px solid #fff8df;
	border-bottom: 1px solid #fff8df;
	border-left: 1px solid #a84;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	color: #000;
	background-color: #fc0;
}
#wp-calendar caption {
	font-size: 1.2em;
	text-align: left;
	padding-bottom: 2px;
}
#wp-calendar td {
	letter-spacing: normal;
	color: #606060;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	color: #e4d4a4;
	background-color: #e4d4a4;
}
#wp-calendar #today {
	color: #606060;
	background-color: #fc0;
}
#wp-calendar th {
	text-align: center;
	font-style: normal;
	text-transform: capitalize;
}
