/*
Theme Name: PivotLabs the Sprocket
Theme URI: http://pivotlabs.com
Description: The default pivotlabs web site theme
Version: 1.0
Author: Bryan English

*/

/* --------------------------------------------------------------   
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";

/* Site
-------------------------------------------------------------- */
  
/* 
logo palette
dark gray #2c2c2c
mid gray #828282
blue #275299

site content palette
light gray #e5e5e5
dark blue #152c52
gold #cd991d

*/

body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;

	color: #333; 
	font-size: 1em;

	padding: 0px;
	margin: 0px;
}

#container {
	width: 900px;
}

#logo {
	height: 191px;
	margin-top: 121px;
	position: relative;

	background-image: url(images/logo.png);
	background-repeat: no-repeat;

	text-align: right;
} 

#logo img {
	bottom:4px;
	position:absolute; 
	right:30px;
}

#navigation {
	margin-top: 7px;
}

#navigation li {
	margin: 0px 3px;	
   background: url("images/tab-right.png") #e5e5e5
      no-repeat right bottom;
	border-top: solid 1px #bbb;	
}

#navigation li a {
	display: block;
    background: url("images/tab-left.png")
      no-repeat left bottom;

	color: #cd991d;
	font-weight: bold;
	font-size: 1.3em;

	padding: 0px 5px;
}

#main {
	width: 510px;
	margin-top: 40px;

	float: left;
	text-align: left;
	color: #333;
}

#side-column {
	width: 318px;
	float: right;
	text-align: left;
}

#side-column li {
	list-style: none;

	background: url(images/list-bottom.png) #e5e5e5 bottom right no-repeat;
	color: #152c52;
	
	padding: 0px 0px;
}


#side-column li li {
	list-style: none;

	background: none;
	
	padding: 0px;		
}

#side-column li h2 {
	background: url(images/list-top.png) #e5e5e5 top no-repeat;
	padding: 10px 10px;	
}

#side-column li p {
	padding: 10px;
}


#footer {
	clear: both;
	text-align: center;

	font-size: 0.8em;
	
	border-top: 1px solid #333;
	padding-top: 15px;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li:after { content: '-'; padding-left: 5px;}
#footer li.last:after { content: ''; }

#footer a { color: #333;  }

.alignleft {
float: left;
}

.alignright {
float: right;
}

.wp-caption {
text-align: center;
font-size: 0.8em;
}

/* text styles */

h1 {
	font-family: "Arial","Century Schoolbook L Bold Italic";
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.1em;	
}

h2 {
	font-size: 1.1em;
}


.alt {
	background-color: #E5E5E5;	
}

.postmetadata {
	font-size: 0.7em;
	padding: 10px;
}
