/*
Theme Name: Webfluency version 2.0
Theme URI: http://webfluency.com/
Description: The second version of the Webfluency Home page for Word Press.
Version: 1.1
Author: Greg Demetrick & Toni Drowne
Author URI: http://webfluency.com/
Tags: webfluency, earthy

	Webfluency v1.1
	
	This theme was designed by Toni Drowne and built by Greg Demetrick.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Style.css */
body {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu {
	font-size: 14px;
}
a {
   color: #000;
}
h2 a, h3 a {
	font-size: 20.34px;
	color: #9f2214;
}
.post h2, h2.center, h2.pagetitle {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 20px;
}
/* End Style.css */

/* Begin Layout.css */
body {
	background-image: url('images/brickweb.jpg');
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url('images/header.jpg');
	margin: auto;
	width: 884px;
	height: 164px;
	position: relative;
}
#header a.webfluency {
	width: 250px;
	height: 91px;
	position: absolute;
	left: 46px;
	top: 18px;
	display: block;
}
#menu {
	position: absolute;
	left: 60px;
	top: 140px;
	width: 543px;
	height: 20px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li
{
	float: left;
	margin-right: 53px;
} 
#menu li a {
	color: #2f2a24;
}
#main {
	margin: auto;
	width: 884px;
	background-color: #f5f3e1;
	position: relative;
	min-height: 500px;
}
#promo {
	background-image: url('images/home_promo.jpg');
	height: 206px;
	width: 884px;
}
#sidebar {
	background-image: url('images/cardboard.jpg');
	width: 215px;
	height: 100%;
	position: absolute;
	left: 621px;
	top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar ul {
	list-style: none;
	padding-left: 10px;

}
#content {
	width: 591px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
#footer {
	text-align: center;
	margin-right: 300px;
	padding-bottom: 10px;
}
.pagetitle {
	padding-top: 0px;
	margin-top: 0px;
}
.navigation {
	padding-bottom: 5px;
}
/* Suppresing title and providing spacing */
#pages h2.widgettitle {
	display: none;	
}
#pages ul {
	padding-top: 12px;
}
/* Zematta Image inclusion */
.zemanta-pixie-img, .zemanta-img {
	border: 0pt none;
}

/* End Layout.css */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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
	}
/* End Images */
