/*
Theme Name: Equifocal
Theme URI: http://barelyfocused.net/
Description: Barelyfocused's Custom WordPress theme
Version: 0.1
Author: Arek Korbik
Author URI: http://barelyfocused.net/

   (based on the default WordPress theme)

*/


body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
  background-color: #f3f3e7;
  color: #33322f;
  text-align: center;
  margin: 0;
  padding: 0;
}

#page {
  text-align: left;
  width: 746px;
  background-color: white;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #d4d4d4;
}

#topmenu {
  background: #ebebeb url('images/tm.png') no-repeat bottom center;
  margin: 0;
  padding: 1px 10px 6px 10px;
  border: none;
}

#topmenu ul, #topmenu ul li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

#topmenu ul {
  margin: 0 0.2em;
  padding: 0;
}

#topmenu ul li {
  margin-left: 0.3em;
  margin-right: 0.3em;
}

#topmenu a, #footer p a {
  color: #7f7d77;
}

#topmenu a:visited, #footer p a:visited {
  color: #9f9d97;
}

#topmenu a:hover, #footer p a:hover {
  color: #333;
}

#header {
  width: 746px;
  background: transparent url('images/h.jpg') no-repeat bottom center;
  margin: 0;
  padding: 0;
}

#headerimg {
  width: 100%;
  height: 173px;
  margin: 0;
}

#content {
  font-size: 1.2em
}

.post {
  margin: 0 0 3.2em;
  text-align: justify;
}

.widecolumn {
  line-height: 1.6em;
  padding: 10px 0 20px 0;
  margin: 5px 0 0 150px;
  width: 450px;
}

.widecolumn .post {
  margin: 0;
}

.widecolumn .entry p {
  font-size: 1.05em;
}

.widecolumn .postmetadata {
  margin: 1.7em 0;
  padding: 30px 1.5em 2.0em;
  background: transparent url('images/b.png') no-repeat top;
  line-height: 0.4em;
}

.widecolumn .postmetadata small {
  line-height: 1.24em;
}

.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

.narrowcolumn {
  float: left;
  padding: 0 0 20px 44px;
  margin: 0px 0 0;
  width: 440px;
}

.narrowcolumn .entry, .widecolumn .entry {
  line-height: 1.4em;
}

.narrowcolumn .postmetadata {
  text-align: right;
  padding-top: 0.4em;
  font-size: 0.9em;
}

.postmetadata {
  clear: left;
}

.alt-a {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 10px;
}

#footer {
  background: #ebebeb url('images/f.png') no-repeat top;
  border: none;
  padding: 0;
  margin: 0 auto;
  width: 746px;
  clear: both;
}

#footer p {
  margin: 0;
  padding: 14px 0 8px 0;
  text-align: center;
  color: #7f7d77;
}

small {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

h1, h2, h3 {
  font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
  font-weight: bold;
}

h1 {
  font-size: 4em;
  text-align: center;
  padding-top: 70px;
  margin: 0;
}

#headerimg .description {
  font-size: 1.2em;
  text-align: center;
}

h2 {
  font-size: 1.45em;
  margin: 30px 0 0;
}

h2.pagetitle {
  font-size: 1.5em;
  margin-top: 30px;
  text-align: center;
}

#sidebar h2 {
  font-family: 'Lucida Grande', Tahoma, Verdana, Sans-Serif;
  font-size: 1.2em;
  margin: 5px 0 0;
  padding: 0;
}

h3 {
  font-size: 1.3em;
  padding: 0;
  margin: 30px 0 0;
}

h3.comments {
  padding: 0;
  margin: 40px auto 20px ;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
  text-decoration: none;
  color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
}

.entry p a:visited {
  color: #b7afa1;
}

.commentlist {
  padding: 0;
  text-align: justify;
}

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
}

.commentlist li {
  margin: 2em 0 1em;
  padding: 5px 10px 3px;
  list-style: none;
  border: 1px solid #e9e4d7;
  background-color: #fafafa;
}

.commentlist li div {
  margin-left: 1em;
}

.commentlist li div pre {
  display: none;
}

.commentlist li.pending {
  border: 1px dotted #d8d3b7;
  background-color: #eaeafa;
}

.commentlist li.me {
  border: 1px solid #d0cab4;
  background-color: transparent;
}

.commentlist li hr {
  display: none;
}

.commentlist cite, .commentlist cite a {
  font-style: normal;
  font-size: 1.1em;
  text-align: right;
}

.commentlist p {
  text-align: justify;
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  margin: 10px 5px 10px 0;
}

#commentform p {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 5px 0;
}

.commentmetadata {
  font-weight: normal;
  margin: 0;
  display: block;
  text-align: right;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

#sidebar {
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  padding: 20px 0 10px 0;
  margin-left: 545px;
  width: 190px;
}

#sidebar form {
  margin: 0;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  color: #777;
}

code {
  font: 1.1em 'Bitstream Vera Sans Mono', 'Andale Mono', 'Courier New', Courier, Fixed, monospace;
  white-space: pre;
}

code.nopre {
  white-space: normal;
}

acronym, abbr, span.caps
{
  font-size: 0.9em;
  letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
  color: #06c;
  text-decoration: none;
}

a:hover {
  color: #147;
  text-decoration: underline;
}

#wp-calendar #prev a {
  font-size: 9pt;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 10px;
  list-style: none;
  text-indent: -10px;
}

html>body .entry li {
  margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
  content: "\00BB \0020";
}

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: center;
}

#sidebar #searchform #s {
  width: 108px;
  padding: 3px 2px;
  margin: 4px 4px 1px 0px;
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar #searchsubmit {
  padding: 1px;
}

.entry form {
  /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

select {
  width: 130px;
}

#commentform {
  margin-bottom: 1.5em;
}

#commentform input {
  width: 170px;
  padding: 2px;
}

#commentform textarea {
  width: 100%;
  max-width: 450px;
  padding: 2px;
  border: 1px solid #a9a9a9;
}

#commentform input[type="text"] {
  padding: 4px 3px;
  margin: 5px 5px 1px 0;
}

#searchform input[type="text"], #commentform input[type="text"], #commentform textarea {
  border: 1px solid #a9a9a9;
  background: #ffffff url('images/ibg.png') no-repeat top left;
}

#commentform #submit {
  margin: 0px;
  padding: 0px;
  float: right;
}
/* End Form Elements */

/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#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;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff;
 }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #999;
}

blockquote {
  margin: 1.1em 2em 0.5em 1em;
  padding-left: 1.2em;
  border-left: 1px solid #c6c0b8;
}

blockquote cite {
  margin: 0.5em 0 0;
  display: block;
}

.center {
  text-align: center;
}

hr {
  display: none;
}

a img {
  border: none;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
/* End Various Tags & Classes*/

div#headerimg>h1 {
  padding: 0;
  margin: 0;
  font-size: 0;
}

div#headerimg h1 a {
  font-size: 0;
  text-indent: -9999px;
}

div#headerimg>h1>a {
  display: block;
  height: 173px;
  text-indent: -9999px;
}
