/*
Theme Name: East Baisley
Description: A simple theme designed for East Bay Culinary Projects
Version: v.1 (WP2.9)
Author: Curtis Blackwell
Author URI: http://curtisblackwell.com
*/


* {
	margin: 0;
	padding: 0;
	}

html { background: #f0ead6; }

body {
	color: #54412a;
	font: 14px/18px "Arial", sans-serif;
	margin: 0 auto;
	width: 800px;
	}

ul { list-style: none; }

ol { list-style: none; }

li {}

img {
	border: none;
	margin: 10px;
	vertical-align: middle;
	}

/*==TYPE==*/

h2 {
	color: #89836e;
	font: 48px "Georgia", serif;
	margin: 10px 0 16px;
	text-transform: lowercase;
	}

p { padding-bottom: 20px; }

a {
	color: #54412a;
	text-decoration: none;
	}

	a:hover { text-decoration: underline; }

em { font: bold italic 16px "Georgia", serif; }

/*==UTILITY==*/

.alignleft { float: left; }

.alignright { float: right; }

.no-margin { margin: 0 !important; }

.center { margin: 0 auto; }

.clear { clear: both; }

/*==IMAGES==*/

img.alignleft { margin: 0 20px 20px 0; }

img.alignright { margin: 0 0 20px 20px; }

/*==STRUCTURE==*/

#text-wrap {
	float: right;
	width: 620px;
	}

/*==HOME==*/

.module {
	float: left;
	margin-left: 25px;
	width: 250px;
	}

	.module#first { margin-left: 0; }

	.module p {
		padding-top: 165px;
		text-align: center;
		width: 250px;
		}

		.module a {
			color: white;
			font-size: 36px;
			text-transform: lowercase;
			}

	#about {
		background: url('images/box-about.png') no-repeat;
		height: 267px;
		}

	#chefs {
		background: url('images/box-chefs.png') no-repeat;
		height: 267px;
		}

	#contact {
		background: url('images/box-contact.png') no-repeat;
		height: 267px;
		}

/*==HEADER==*/

#header { margin-top: 22px; }

	h1 { float: left; }

		h1 img { margin: 0; }

/*==PAGE==*/

.post-meta {
	color: #89836e;
	float: right;
	font: 16px "Georgia", serif;
	margin: -19px 0 16px;
	text-align: right;
	}

/*==CONTACT==*/

form p {
	color: #89836e;
	font-size: 12px;
	}

input {
	color: #54412a;
	font: 12px "Arial", sans-serif;
	padding: 1px;
	width: 230px;
	}

	input.button {
		background: #869f55;
		border: none;
		color: #f0ead6;
		padding: 3px;
		width: auto;
		}

	input.button:hover { background: #6e873c; }

textarea {
	color: #54412a;
	padding: 6px;
	width: 230px;
	}

/*==SIDEBAR==*/

ul#sidebar.blue { background-color: #47839a; }

ul#sidebar.brown { background-color: #aa9b7d; }

ul#sidebar.green { background-color: #869f55; }

ul#sidebar.purple { background-color: #79647a; }

ul#sidebar.red { background-color: #9d5656; }

ul#sidebar {
	background: url('images/sidebar-top.png') top no-repeat #47839a;
	height: 300px;
	margin: 37px 0 16px;
	width: 155px;
	}

	ul#sidebar li { padding: 0 10px 0; }

		ul#sidebar li:first-child { padding-top: 184px; }

		ul#sidebar li a {
			color: #f0ead6;
			font: 24px "Arial", sans-serif;
			text-transform: lowercase;
			}

address, .contact {
	color: #89836e;
	font: normal 14px "Georgia", serif;
	padding: 0 10px 5px;
	}

/*==FOOTER==*/

#footer {
	color: #89836e;
	font: 12px "Georgia", serif;
	margin-top: 16px;
	}

	#footer p[class=alignright] { margin-right: 10px; }

		#footer p[class=alignright] a { color: #89836e; }
