/* base
----------------------------------------------- */
body {
margin: 20px 0 0 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #000;
background: url("http://livingorganizedco.com/img/bg.png") top center repeat-y #ab9169;
}

blockquote, h3, p, li {
padding-right: 5px;
padding-left: 5px;
font-size: 0.9em;
line-height: 1.6em;
}

blockquote {
width: 150px;
height: 300px;
font-size: 1.2em;
color: #f1efdc;
background: #ab9169;
text-align: center;
float: right;
border: 1px solid #000;
margin-right: 0;
margin-left: 10px;
}

h1, h2, h3 {
font-weight: normal;
}

h1, h2 {
font-family: Georgia, Times, serif;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1em;
font-style: italic;
}

strong {
color: #4CA7DD;
}

small, .small {
font-size: 0.8em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #ab9169;
background-color: inherit;
}

a:hover {
color: #4CA7DD;
}

a:visited {
color: #000;
}

a:hover:visited {
color: #4CA7DD;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Garamond, Times, serif;
color: #4CA7DD;
}

#sidebar-2 a, #sidebar-1 a {
color: #c00;
background-color: inherit;
border: none;
}

/* overrides
----------------------------------------------- */

#content hr {
height: 100%;
margin: 0;
width: 66%;
color: #ccc;
background-color: inherit;
}

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

/* global layout
----------------------------------------------- */

#container {
position: relative;
background-color: #f1efdc;
color: #6C4F31;
margin: auto;
padding: 0px;
width: 760px;
\width: 770px;
w\idth: 760px;
}

#head {
margin: 0px;
height: 210px;
}

/* ALTERNATE NAVBAR */
#navbar
{	
float: left;
	margin: 0 0 0 50px;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#ul
{	
	margin: auto;
	padding:  0px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#navbar li
{
float: left;
	display: inline;
	list-style: none;
	padding:  0px;
	margin: auto;
}

#navbar a 
{
	float: left;
	overflow: hidden;
	padding: 40px 0 0 0;
	height: 0px !important;
	height /**/:38px; /* for IE5/Win only */
}

#navbar a:hover 
{
	background-position: 0 14px;
}

#navbar a:active, #navbar a.selected
{
	background-position: 0 14px;
	}

#navbar a:hover.selected
{
	background-position: 0 14px;
}

#tab-home a
{
border-bottom: 1px solid #000;
width: 110px;
background: url("http://livingorganizedco.com/img/tabhome.gif") top left no-repeat;
background-position: 0 -40px;
}

#tab-about a
{
border-bottom: 1px solid #000;
width: 110px;
background: url("http://livingorganizedco.com/img/tababout.gif") top left no-repeat;
background-position: 0 -40px;
	}

#tab-faq a
{
border-bottom: 1px solid #000;
width: 110px;
background: url("http://livingorganizedco.com/img/tabfaq.gif") top left no-repeat;
background-position: 0 -40px;
	}

#tab-contact a
{
border-bottom: 1px solid #000;
width: 110px;
background: url("http://livingorganizedco.com/img/tabcontact.gif") top left no-repeat;
background-position: 0 -40px;
	}

#tab-services a
{
border-bottom: 1px solid #000;
width: 110px;
background: url("http://livingorganizedco.com/img/tabservices.gif") top left no-repeat;
background-position: 0 -40px;
	}

#tab-portfolio a
{
border-bottom: 1px solid #000;
width: 110px;
background: url("http://livingorganizedco.com/img/tabportfolio.gif") top left no-repeat;
background-position: 0 -40px;
	}

/* ALTERNAT NAVBAR */

#content {
text-align: justify;
width: 760px;
padding-top: 10px;
}

#foot {
position: relative;
margin: auto;
padding-bottom: 15px;
width: 760px;
background-color: #f1efdc;
clear: both;
text-align: center;
}

/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}