﻿/*  
Theme Name: einteriors
Theme URI: http://www.einteriors.com
Description: A website optimized for WordPress.
Author: Tony Russo
Author URI: http://www.rocket9studio.com/
Version: 1.0
Tags: interior decorator, interior design, decor, home furnishings, carpet, draperies, window treatments
.
einteriors theme is copyright 2010 Evans' Interiors Extraordinaire, Inc - All Rights Reserved
.
*/

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	/* background-color: #e1bf82; */
	background: url('http://www.einteriorsllc.com/images/bg-tile.jpg') #e1bf82 repeat left top;  
	}

img, img a {
	border: none;
}

a, a:link, a:active, a:visited {
	color: #5A2118;
	text-decoration: underline;	
}

a:hover {
	color: #663300;
	text-decoration: none;
}

h2 {
	font-size: x-large;
	margin: 10px 0;	
}

h3 {
	font-size: large;
	margin: 10px 0;		
}

p {
	line-height: 1.25em;
	margin-bottom: 1em;	
}

ul {
	margin: 10px 0 10px 2.5em;
}

#container {
	margin: 10px auto;
	width: 1024px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #663300;
}

#navigation {
	background: #663300;
	width: 1024px;
	border-top: 4px #B76E37	solid;
	border-bottom: 4px #B76E37 solid;
	text-align: center;
	margin-bottom: 10px;
}

#navigation ul {
	list-style-type: none;
	margin: 0 auto;
	text-align: center;	
	height: 30px;
	background: #663300;
}

#navigation li {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 112px;
}

#navigation a {
	display: block;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	text-decoration: none;
	padding: 0 32px;		
}

#navigation a:hover {
	color: #D79119;
	text-decoration: underline;
}

#masthead {
	clear: both;
	background: #663300 url('/images/Evans_Header.jpg') no-repeat center center; 
	width: 1024px;
	height: 100px;
}

#masthead h1, #masthead p {
	display: none;
}

#content {
	width: 1024px;
}

#content h2, h3 {
	color: #663300;
}

#content li {
	list-style-image: url('/images/evans_bullet.jpg');
	margin: 0 0 6px -10px;
}

.bullet {
	background: transparent url('/images/evans_bullet.jpg') no-repeat left center;
	padding-left: 30px;
}

#left_column {
	float: left;
	width: 600px;
}

.smaller {
	font-size: smaller;
}

.highlight {
	color: #5A2118;	
}

#right_column {
	float: right;
	width: 400px;
}

.rightColumnImage {
	margin-top: 20px;
	margin-left: 4px;
	width: 400px;
	height: 514px;
	background: transparent url('/images/Evans_Picture_400.jpg') no-repeat center center;
}

#footer {
	clear: both;
	width: 1024px;
	background: #D79119;
	font-size: smaller;
	text-align: center;
	color: #fff;
}

#footer p {
	padding: 30px 0;
}

