/*
Theme Name: Al's Carpet Cleaning
Theme URI: http://www.fastserverllc.com/
Description: Custom template made for Al's Carpet Cleaning - Grants Pass, OR.
Version: 1.0
Author: Fast Server LLC
Author URI: http://fastserverllc.com/
Tags: Carpet Cleaning, Green, Al's Carpet Cleaning

	Al's Carpet Cleaning v1.0
	 http://fastserverllc.com/

	This theme was designed and built by Fast Server LLC,
	http://fastserverllc.com/

	Portions of CSS, XHTML and design is released under GPL (sections labled "imported from the Kubrick theme style sheet"):
	http://www.opensource.org/licenses/gpl-license.php

*/
@CHARSET "ISO-8859-1";

body 
	{
		font-family: Arial, Sans;
		font-size: 14px;
		color: #000000;
		
		background-image: url('images/bg02.jpg');
		background-color: #8ebbc0;
		background-repeat: repeat-y;
		
		margin: 0px;
		padding: 0px;
	}
	
h1 { font-size: 34px; }
h2 { font-size: 24px; }

#sidebar ul
	{
		margin: 0px;
		padding: 0px;
	}
#sidebar ul li
	{
		margin: 0px;
		padding: 0px;
		
		list-style: none;
		margin-left: 24px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
#sidebar ul li.listHeader
	{
		margin-left: 0px;
	}

#sidebar ul li.listHeader h2
	{
		font-size: 24px;
	}
#sidebar ul li a
	{
		font-size: 16px;
	}
#sidebar ul li.current-cat a
         {
                font-weight: bold;
         }
#sidebar
	{
		width: 140px;
		text-align: left;
		vertical-align: top;
	}
#content
	{
		width: 650px;
		max-width: 650px;
		padding-left: 10px;
		font-size: 16px;
		
		vertical-align: top;
	}
#footer
	{
		font-size: 16px;
	}

/* Begin Various Tags & Classes (imported from the Kubrick theme style sheet) */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #ffffff;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ffffff;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}



/* End Various Tags & Classes*/

/* Begin Images (imported from the Kubrick theme style sheet) */
p img {
	padding: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter {
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	}
/* End Images */