/*  
Theme Name: borismus
Theme URI: http://www.borismus.com/wordpress-theme/
Description: A minimalist black and white theme.
Version: 0.2
Author: Boris Smus
Author URI: http://www.borismus.com/
Tags: white, one-column, fixed-width, theme-options

        This theme was designed and built by Boris Smus.
        He blogs at http://www.borismus.com/
        
        The CSS, XHTML and design is released under the LGPL:
        http://www.opensource.org/licenses/lgpl-license.php
*/


* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Myriad Pro', 'Helvetica Neue',  Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  border: 0;
}
img.left {
  float: left;
  margin-left: -16em;
  width: 13em;
}
img.center {
  text-align: center;
}
.body h2 {
  margin-bottom: 1em;
}
.body h4 {
  font-size: 1.2em;
  margin-left: -10em;
  position: absolute;
  text-align: right;
  width: 8em;
}
blockquote {
  color: #666;
  padding-left: 1em;
  border-left: 1px solid gray;
}
ol, ul {
  margin-bottom: 1em;
  margin-left: 1em;
}
ol.clean, ul.clean {
  margin-left: 0;
}
ol.clean li, ul.clean li {
  list-style-type: none;
}
li {
  line-height: 1.4em;
  list-style-image: none;
  list-style-position: outside;
}
a {
/*  padding: 1px;*/
  border-bottom: 1px solid #aaa;
  color: black;
  text-decoration: none;
}
a:hover {
  background: #ccc;
  border-bottom: 1px solid transparent;
}
a.more-link {
  display: block;
  margin-top: 1em;
  width: 5.7em;
  clear: both;
}
tt, kbd, code, samp {
  font-family: Monaco, monospace;
  font-size: 0.8em;
  background: #f0f0f0;
  padding: 5px;
}

/* Structural styling */
.wrapper {
  margin: 2em auto;
  width: 62em;
}
.header {
  font-family: Georgia;
  position: relative;
}
.links {
  float: right;
  width: 12em;
  list-style: none;
}
.links a {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.3em;
}
.links li {
  padding-left: 3em;
  line-height: 1.8em;
}
.links .current_page_item {
  background: url(images/right-sidebar-arrow.gif) no-repeat 1.1em 0.2em;
}
.rss {
  position: fixed;
  background: url(images/rss.png);
  top: 1em;
  right: 1em;
  width: 31px;
  height: 33px;
  border: none;
  margin: none;
  opacity: 0.4;
}
.rss:hover {
  opacity: 1;
  background: url(images/rss.png) !important;
}
.twitter {
  position: fixed;
  background: url(images/twitter.png);
  top: 1em;
  left: 1em;
  width: 43px;
  height: 34px;
  border: none;
  margin: none;
  opacity: 0.4;
}
.twitter:hover {
  opacity: 1;
  background: url(images/twitter.png) !important;
}
.info {
  color: #333;
  margin: auto 10em;
  border-right: solid #ccc 1px;
  padding: 0 1em;
  padding-bottom: 2em;
}
.header h1 {
  font-size: 3.5em;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.header h1 a {
  border: none;
}
.header h2 {
  letter-spacing: 7px;
  text-transform: uppercase;
}

.main {
  clear: both;
  margin: auto 10em;
  border-right: solid #ccc 1px;
  padding: 0 2em 0 1em;
}
.post {
  padding: 2em 0;
  min-height: 250px;
}
.title {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.retweet {
  position: absolute;
  background: url(images/retweet.png);
  opacity: 0.4;
  height: 12px;
  width: 16px;
  border: none;
}
.retweet:hover {
  background: url(images/retweet.png) !important;
  opacity: 1;
}
.center {
  text-align: center;
}
.post_date {
  position: absolute;
  color: #333;
  padding: 0.3em;
  border: 1px solid #ccc;
  width: 3em;
  font-weight: bold;
  font-family: Georgia;
  margin-left: -6em;
  text-align: center;
}
.post_date .month {
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  padding-bottom: 0.2em;
}
.post_date .day {
  font-size: 2em;
  padding-bottom: 0.1em;
}
.post_date .year {
  width: 80%;
  font-size: 0.8em;
  position: absolute;
  margin-top: 0.5em;
  border: 1px solid #ccc;
  border-top: none;
  background: #dff;
  font-weight: normal;
}
.post_meta {
  float: right;
  margin-right: -13em;
  width: 10em;
  padding-left: 30px;
  background: url(images/right-sidebar-arrow.gif) no-repeat 0em 0em;
}
.tags {
  font-size: 0.8em;
}
.post .body {
  font-size: 1.05em;
  line-height: 1.4em;
  letter-spacing: 0.5px;
}
.main p, .main ol, .main ul {
  margin-bottom: 1em;
}
.comment {
  padding: 0.5em 0;
}
.comments h2 {
  border-top: 1px solid #ccc;
  padding: 1em 0;
  font-family: Georgia;
  text-transform: uppercase;
}
.comment_avatar {
  float: left;
  text-align: right;
  margin-left: -3em;
  margin-top: 0.2em;
  width: 2em;
}
.comment_body {
  font-size: 1.1em;
}
.comment_author {
  float: left;
  margin-right: 0.3em;
  font-weight: bold;
}
.comment_date {
  font-size: 0.8em;
  margin-top: -1em;
  color: #666;
}
#comment_form {
  font-family: Georgia;
}
#comment_form textarea {
  float: right;
  height: 6em;
  resize: none;
  width: 21.5em;
}
#comment_form input[type="text"] {
  height: 1.25em;
  margin-bottom: 0.5em;
  width: 12em;
}
#comment_form input[type="text"], #comment_form textarea {
  border: 1px solid #ccc;
  padding: 0.25em;
  font-size: 1.1em;
  font-family: Myriad Pro, "Helvetica Neue",  Helvetica, Arial, sans-serif;
}
#comment_form .default {
  color: #999;
}
#comment_form h2 {
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding: 1em 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.navigation {
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: Georgia;
  padding-bottom: 1em;
}
.navigation .older {
  float: right;
}
.navigation .newer {
  float: left;
}
.footer {
  clear: both;
  background: #ddd;
  padding: 3em 0;
}
.footer .content {
  margin: 0em auto;
  width: 42em;
}
.footer .content .bar1 {
  margin: 0 1em;
  width: 12em;
  float: left;
}
.footer .content .bar2 {
  margin: 0 1em;
  width: 25em;
  float: left;
}
.footer ul {
  margin-left: 0;
  list-style: none;
  list-style-position: outside;
}
.footer h3 {
  font-family: Georgia;
  font-size: 1.5em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
}
.footer .end {
  clear: both;
}


/* STUFF FOR MY RESUME LAYOUT */
.resume li {
  list-style-type: none;
}
.resume h3 {
  white-space: nowrap;
}
.resume .section h2 {
  margin-left: -7em;
  position: absolute;
}
.resume .section {
  margin-bottom: 2em;
}
.resume .date {
  display: block;
  float: right;
  padding-left: 33px;
  margin-right: -8.6em;
  width: 6em;
  background: url(images/right-sidebar-arrow.gif) no-repeat 0 0.1em;
}
.resume .content ul {
  margin: 0.5em 0;
  font-size: 0.9em;
}
.resume .profile .content {
  font-size: 1.2em;
}
.resume .skills .column {
  margin-right: 3%;
  width: 30%;
  float: left;
}
.resume .skills .column p {
  font-size: 0.9em;
}
.resume .technical .column {
  width: 25%;
  float: left;
}

/* STUFF FOR THE PROJECTS SECTION */
.project {
  clear: both;
  margin-bottom: 2em;
  font-size: 0.9em;
}
.project h3 {
  padding-bottom: 0.5em;
  font-size: 1.5em;
}
.project .role {
  font-size: 1.1em;
}
.illustration {
  float: left;
  width: 250px;
  height: 250px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  margin: 0 1em 1em 0;
  border: 1px solid #ccc;
}
.project .illustration {
  margin: 0 2em 2em 0;
}
.project .description {
  font-size: 1.1em;
  margin-bottom: 2em;
}

/* STUFF REQUIRED FOR WORDPRESS THEMES */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption a {
  border-bottom: none;
  background: none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

