/*
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/runny-background.png);
	background-repeat: repeat-x;

	color: #333; 
	font-size: 1em;

	padding: 0px;
	margin: 0px;
}

#container {
	width: 600px;
}

#logo {
	margin-top: 18px;
} 

#navigation li {
	margin: 0px 3px;
}

#navigation li a {
	display: block;
	color: #1d99cd;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0px 5px;
}

#main {
   margin-top: 20px;
   padding-left: 8px;
	text-align: left;
	color: #333;
}

#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;
}
