/*  
Theme Name: Of Recordings
Theme URI: http://www.ofrecordings.com/
Description: The Of theme
Version: 1.6
Author: Kevin Ferguson
Author URI: 
*/

/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
  background: url(images/back2.jpg) #dddeb7;
  color: #222;
  font-size: 85%;
  margin: 0;
  padding: 0 48px 0 48px;
}

a:link, a:visited { color: #611a06; }
a:hover, a:active { color: #06610b; }

h1, h2, h3, h4 {
  color: #611a06;
  margin: 0;
  padding: 0;
}

h2 a {
  text-decoration: none;
}

div#header {
  margin: 0;
  padding: 4px 4px 0 4px;
  /* needed for transparent png in IE only 
  height: auto !important;
  height: 100%; */
}

div#header h1 {
  margin: 0;
  padding: 0;
  color: black;
  width: 340px;
  height: 48px;
  background: url(images/logosmall2.png) no-repeat;
}

div#header h1 a {
  display: block;
  width: 340px;
  height: 48px;
  cursor: pointer;
}

div#header h1 span {
  display: block;
  width: 340px;
  height: 48px;
  cursor: pointer;
}

div#header h1 span span {
  display: none;
}

div#body {
  background: #f5f5e4;
  padding: 8px;
  border: 1px solid black;
  color: black;
}

div#sidebar h2 {
  text-transform: lowercase;
}

div#body h3 {
  text-transform: lowercase;
}

div.narrowcolumn {
  margin-right: 320px;
}

/*** sidebar ***/

div#sidebar {
  float: right;
  width: 300px;
}

#sidebar ul { list-style-type: none; margin: 0; padding: 0; }
#sidebar ul li { margin-bottom: 12px; }
#sidebar ul li h2 { border-bottom: 1px solid #611a06; }
#sidebar ul li ul { margin: 6px 0 0 24px; }
#sidebar ul li ul li { margin-bottom: 0; }

/*** search form ***/
input#s {
  border: 1px solid #611a06;
  width: 218px;
  padding: 3px;
}

form#searchform br { display: none; }

/*** latest releases ***/

div#latest {
  margin: 0;
  padding: 4px;
  border: 1px solid black;
  background: url(images/diagram.jpg) bottom right no-repeat #dae2d5;
  height: auto;
}

/*** blog entry ***/

p.byline {
  margin: 0;
  font-style: italic;
  color: #611a06;
}

span.blackslash { font-style: normal; color: #222; }

.postmetadata { 
  font-size: 0.75em; 
}

/*** footer ***/
div#footer {
  font-size: 0.75em;
  text-align: center;
}

input#author, input#email, input#url, textarea#comment {
  border: 1px solid #611a06;
  padding: 3px;
}

textarea#comment {
  width: 500px;
}

/*** util ***/

blockquote {
  border: 1px solid #611a06;
  background-color: #dae2d5;
  padding: 0 6px;
}

div.clr { clear: both; height: 0px; }

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

