/**
   Theme Name: Professor Messer
   Version 0.1
   Author: Halfcadence Web Technologies
   Author URI: http://webtech.halfcadence.net
   License: GPL v3
   License URI: http://www.gnu.org/licenses/gpl.html
   Tags: wordpress 3, starter theme, widgets, valid XHMTL

   Description: Revised benjiemesser.com theme with more emphasis on composition portfolio
*/

/* HTML ELEMENT STUBS */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  color: #333;
  font-size: 1em;
}

h1 {
  margin: 0;
  font-weight: normal;
}

h2 {
  color: #888;
  font-weight: normal;
  margin: 0;
}

h3, h4 {
  color: #000;
  font-size: 17px;
  margin: 8px 0;
  font-weight: normal;
}

p, ul {
  margin: 8px 0;
}
img {}
a {
  color: #000;
}
a:visited {}


/* TABULA RASA STUBS */

#canvas {
  width: 880px;
  margin: 0 auto;
}

#header {
  margin-top: 8px;
  width: 880px;
  height: 220px;
  background: url(images/header-bg.jpg) no-repeat;
  position: relative;
}
#header, h2 {
  font-family: "URW Gothic L", "Century Gothic", Verdana, sans-serif;
}

#title-description {
  position: relative;
  left: 630px;
  top: 48px;
  width: 250px;
}

#main-nav {
  position: absolute;
  bottom: 6px;
  right: 0;
}
#main-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-nav li {
  float: left;
  margin-right: 14px;
  padding-bottom: 7px;
}
#main-nav a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
#main-nav li:hover, #main-nav .current_page_item {
  border-bottom: 1px solid #999;
  padding-bottom: 6px;
}

#main {
  font-size: 14px;
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 16px;
  background: url(images/thinfade.jpg) bottom right no-repeat;
  min-height: 300px;
}

.static-page {
  padding: 10px 40px;
}

#posts {
  width: 560px;
  padding: 0 40px;
  float: left;
}

#posts img {
  margin: 8px;
}
.one-post {
  margin: 8px 0 32px;
}
.post-wrapper
.post-title {}
.by-line {}
.post-content {}
.post-meta {}
.comments-link {}
.comments {}
.comments-login {}
.comments-title {}
.comments-link {}
.comments-nav {}

#main-content {
  width: 647px;
  float: left;
}
#sidebar {
  width: 200px;
  float: right;
  font-size: 87.5%;
}

#sidebar ul {
  list-style-type: none;
  margin-top: 0;
}

#footer {
  clear: both;
  padding: 8px;
  font-size: 12px;
}

#sitecredit {
  float: right;
  color: #666;
  padding-bottom: 4px;
}
#sitecredit a {
  text-decoration: none;
  color: #666;
}
#sitecredit a:hover {
  text-decoration: underline;
}

/* WP STUBS */
/*
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.children {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.current_page_ancestor {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat {}
*/

/* PORTFOLIO LISTINGS */
.portfolio {
  clear: both;
  padding: 30px 40px;
}

.portfolio div {
  margin: 0 20px; 
}


.portfolio-pic {
  width: 280px;
  min-height: 1px;
}

.portfolio-pic img {
  border: 1px solid #666;
  padding: 3px;
  display: block;
  margin: 0 auto;
}

.portfolio-details {
  width: 400px;
}
.portfolio li {
  list-style-type: none;
  margin-bottom: 6px;
  clear: both;
}

.nopic .portfolio-details {
  width: 640px;
}
.nopic li {
  clear: none;
  float: left;
  width: 300px;
}

#main-content .portfolio-details {
  width: 360px;
  margin: 0 10px 0 0;
}
#main-content .portfolio-pic {
  min-width: 150px;
  width: 150px;
 }

.divsfloat-right > div {
  float: right;
}

/* PLUGINS &C. */
span.audioplayer_container {
  display: inline-block;
  vertical-align: bottom;
}

#tagcloud a {
  color: #888;
  text-decoration: none;
}
/*
.noborder, img.noborder {
  border: 0px none;
}
*/

/* WP SPEC http://codex.wordpress.org/CSS */
.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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* COMMON PRACTICE */
.clear {
  clear: both;
}

