/*
Theme Name: Holistic and Wellness
Theme URI: http://wordpress.org/
Description: Customized WordPress theme.
Version: 1.6
Author: Keith Reyes
Author URI: http://www.odesk.com/users/~~31e6e9a3bba7b2ea
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was designed and built by Keith Reyes,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #272418;
	text-align: center;
	background: #e7e6c4 url(images/bg.png) repeat-x;
	margin:0;
	padding:0;
	}

a:link, a:visited {color:#272418;text-decoration:underline;}
a:hover {color:#0a5378;text-decoration:underline;}

#page {width:1024px;background:url(images/bg_page.png) top center no-repeat;margin:0 auto;text-align:left;}

#header {width:1024px;height:358px;background:url(images/bg_header.png) top center no-repeat;}
#headerimg h1 {margin:0;padding:0;}
#headerimg h1 a {display:block;width:824px;height:105px;margin-left:100px;}
#description {width:600px;height:160px;background:url(images/description.png) no-repeat;margin:50px 0 0 120px;}

.container {width:824px;margin:4px auto;background:#f9f8dc;overflow:hidden;border-bottom:1px solid #cbc59a;}

#sidebar {float:left;width:190px;margin:5px;padding:0;background:#f7f4d5;border-bottom:5px solid #dcc887;}
#sidebar ul {margin:0;padding:10px;}
#sidebar ul li {list-style:none;text-transform:uppercase;font-size:12px;padding:5px;margin-bottom:5px;border-bottom:1px solid #efe8c2;}
#sidebar ul li a {text-decoration:none;}
#sidebar .searchform {padding:10px;}
.searchform {background:url(images/bg_searchform.png) no-repeat;background-position: 40% 71%;border:0;padding:0 10px;text-transform:uppercase;}
input#s {margin-left:10px;width:130px;font-size:11px;line-height:25px;padding:0;vertical-align:middle;border:0;background:0;}
#searchsubmit {background:0;border:0;font-size:0px;width:22px;height:25px;margin:0;padding:0;vertical-align:middle;cursor:pointer;}

.narrowcolumn {float:right;width:604px;}
#content {padding:10px 10px 50px 10px;}
#content h2 {font-size:18px;font-weight:normal;margin:0;}
#content h2 a {text-decoration:none;}

.navigation {margin-bottom:35px;}

.post {background:url(images/division.png) bottom center no-repeat;padding-bottom:50px;margin-bottom:20px;overflow:hidden;}
.entry {font-size:11px;}
.entry a{text-decoration:none;}

#comment {width:600px;}

.features {font-size:11px;float:left;height:33px;width:30%;padding:5px 0;margin-right:15px;border-bottom:1px dashed #e9dfb3;line-height:17px;}
.features img {float:left;margin-right:5px;}

.excerpts {font-size:11px;float:left;height:33px;width:47%;padding:5px 0;margin-right:15px;border-bottom:1px dashed #e9dfb3;line-height:17px;overflow:hidden;}
.excerpts a{color:#0a5378;}
.excerpts p{font-size:10px;margin:0;padding:0;}

#footer {background:#e3e1bb;margin:0 100px;padding:8px 0;border-top:1px solid #cbc59a;border-bottom:1px solid #cbc59a;text-align:center;margin-bottom:15px;}
#footer ul {margin:0;padding:0;}
#footer ul li {font-size:10px;display:inline;margin:0 5px;}

.alignleft {float:left;}
.alignright {float:right;}
