/* @override http://192.168.1.103:8888/livwhole/css/main.css */

/*
Company:	LivWhole
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #79427a;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	background: url(../images/hd-bkg.gif) repeat-x 0 0 #fff;
	overflow: hidden;
}
div#hd-inner {
	width: 892px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	overflow: hidden;
	background-color: #fff;
}
body.inside div#bd, body.gallery div#bd {
	overflow: visible;
}
div#bd-inner {
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
}
body.inside div#bd-inner {
	background-repeat: repeat-y;
	background-position: 0 0;
}

/* Footer */
div#ft {
	background: url(../images/ft-bkg.gif) repeat-x 0 0;
	padding: 15px 0 45px 0;
}
div#ft p.copyright {
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 77%;
	color: #a384a0;
	font-family: "Lucida Sans Roman", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
div#ft p.copyright a:link, div#ft p.copyright a:visited {
	color: #a384a0;
}
/* @end */

/* @group Modules */
/* For Editing Only */
div#home-feature div.inlineContentAdder, div#home-feature div.actions {
	margin-top: 50px!important;
}


/* Blog List Archive */
div.archive h2.postTitle {
	font-weight: normal!important;
	font-size: 100%;
	margin: 0;
}
div.archive div.postInfo {
	margin: 0 0 10px 0;
}


/* Logo */
div#logo {
	width: 134px;
	height: 134px;
	background: url(../images/livwhole-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	position: absolute;
	margin: 6px 0 0 -20px;
	z-index: 100;
}
div#logo a {
	display: block;
	height: 100%;
}


/* Tagline */
div#tagline {
	width: 364px;
	height: 28px;
	background: url(../images/tagline.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 0 0 116px;
	float: left;
	display: inline;
}

/* Sound Player */
div#sound-player {
	width: 78px;
	height: 22px;
	margin: 8px 0 0 124px;
	float: left;
	display: inline;
}

/* Newsletter Signup Button */
div#newsletter-signup {
	width: 129px;
	height: 29px;
	margin: 4px 10px 0 0;
	float: right;
	display: inline;
}

/* Main */
body.home div.main {
	width: 496px;
	padding: 24px;
	float: left;
	display: inline;
}
body.inside div.main {
	width: 496px;
	padding: 35px 45px 30px 0;
	float: right;
	display: inline;
}
body.gallery div.main {
	width: 764px;
	padding: 35px 0 30px 0;
	float: right;
	display: inline;
}

/* Admin */
div.admin {
	padding: 60px 0;
}


/* Side */
body.home div.side {
	width: 334px;
	padding: 5px 0 0 0;
	float: right;
	display: inline;
}
body.inside div.side {
	width: 300px;
	min-height:727px;
	height:auto !important;
	height:727px;
	float: left;
	display: inline;
}

/* Sidebox Corner */
div.sidebox-corner {
	background: url(../images/sidebox-corner.gif) no-repeat 0 0 #faf4d3;
	overflow: hidden;
	padding: 35px 24px 24px 24px;
	margin: 0 0 7px 0;
}

/* Sidebox */
div.sidebox {
	background-color: #faf4d3;
	padding: 24px;
	margin: 0 0 7px 0;
}
div.sidebox h1 {
	color: #653366;
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

div.sidebox input.txt {
	vertical-align: middle;
	padding: 2px;
	font-size: 93%;
	width: 180px;
}
div.sidebox input.btn {
	vertical-align: middle;
}

/* Pic Left */
.picleft {
	margin: 0 15px 0 0;
	float: left;
	display: inline;
}

/* HR */
div.main div.hr {
	height: 4px;
	background: url(../images/main-hr.gif) no-repeat 0 0;
	overflow: hidden;
	margin: 20px 0;
}
div.main div.hr-wide {
	height: 4px;
	background: url(../images/main-hr-wide.gif) no-repeat 0 0;
	overflow: hidden;
	margin: 30px 0;
}
/* Updates Table */
table.updates-table {
	width: 100%;
}
table.updates-table td img {
	margin: 0 15px 0 0;
}
table.updates-table td {
	padding: 0 0 10px 0;
	vertical-align: middle;
}
table.updates-table a {
	font-weight: bold;
}

/* Services Table */
table.services {
	width: 100%;
}
table.services td img {
	margin: 0 15px 0 0;
}
table.services td {
	padding: 0 0 10px 0;
	vertical-align: top;
}
table.services td div.hr {
	margin: 0;
}
table.services a {
	font-weight: bold;
}

/* Gallery Table */
table.gallery {
	width: 100%;
}
table.gallery td {
	padding: 0 0 10px 0;
	vertical-align: top;
	width: 25%;
	text-align: center;
}
table.gallery td img {
	margin-bottom: 5px;
}
table.gallery a {
	font-weight: bold;
}

div.gallery {
	width: 100%;
}
div.gallery div.buy-item-box {
	width: 190px;
	height: 365px;
	text-align: center;
	float: left;
	display: inline;
}
div.gallery div.buy-item-box2 {
	width: 190px;
	min-height: 260px;
	text-align: center;
	margin-bottom: 15px;
	float: left;
	display: inline;
}
div.gallery img {
	margin-bottom: 5px;
}
div.gallery a {
	font-weight: bold;
}
div.gallery div.buy-row-divider {
	clear: both;
}
/* @end */

/* @group Nav */
div#nav {
	clear: both;
	padding: 40px 0 10px 215px;
}
body.inside div#nav, body.gallery div#nav {
	background: url(../images/hd-bar.gif) no-repeat 0 100%;
	padding-bottom: 18px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	height: 21px;
	background: url(../images/nav.gif) no-repeat 0 0;
}
div#nav ul li.n-services a {
	width: 81px;
	background-position: 0 0;
	text-indent: -9000px;
}
div#nav ul li.n-services a:hover, div#nav ul li.n-services a.selectedPage {
	background-position: 0 -21px;
}

div#nav ul li.n-buy a {
	width: 51px;
	background-position: -80px 0;
	text-indent: -9000px;
}
div#nav ul li.n-buy a:hover, div#nav ul li.n-buy a.selectedPage {
	background-position: -80px -21px;
}

div#nav ul li.n-eat a {
	width: 48px;
	background-position: -135px 0;
	text-indent: -9000px;
}
div#nav ul li.n-eat a:hover, div#nav ul li.n-eat a.selectedPage {
	background-position: -135px -21px;
}

div#nav ul li.n-move a {
	width: 80px;
	background-position: -185px 0;
	text-indent: -9000px;
}
div#nav ul li.n-move a:hover, div#nav ul li.n-move a.selectedPage {
	background-position: -185px -21px;
}

div#nav ul li.n-blab a {
	width: 57px;
	background-position: -262px 0;
	text-indent: -9000px;
}
div#nav ul li.n-blab a:hover, div#nav ul li.n-blab a.selectedPage {
	background-position: -262px -21px;
}

div#nav ul li.n-jennifer a {
	width: 80px;
	background-position: -319px 0;
	text-indent: -9000px;
}
div#nav ul li.n-jennifer a:hover, div#nav ul li.n-jennifer a.selectedPage {
	background-position: -319px -21px;
}

div#nav ul li.n-more a {
	width: 134px;
	background-position: -399px 0;
	text-indent: -9000px;
}
div#nav ul li.n-more a:hover, div#nav ul li.n-more a.selectedPage {
	background-position: -399px -21px;
}

div#nav ul li.n-blog a {
	width: 57px;
	background-position: -533px 0;
	text-indent: -9000px;
}
div#nav ul li.n-blog a:hover, div#nav ul li.n-blog a.selectedPage {
	background-position: -533px -21px;
}

div#nav ul li.n-contact a {
	width: 80px;
	background-position: -590px 0;
	text-indent: -9000px;
}
div#nav ul li.n-contact a:hover, div#nav ul li.n-contact a.selectedPage {
	background-position: -590px -21px;
}
/* @end */

/* @group Default Headings */
div.side h2 {
	margin: 0 0 5px 0;
	font-size: 123.1%;
	font-weight: normal;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #444;
	line-height: 140%;
text-align: justify;
}
div.main h1 {
	color: #653366;
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
div.side h1 {
	color: #653366;
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
div.main h2 {
	color: #653366;
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
.blogList h2 {
	font-size:125%;
}
div.main p {
}

div.side {
	color: #444;
	line-height: 140%;
}
div.side p {

}
div.side p.blog-date {
	font-style: italic;
}
div.side p.blog-date span {
	font-style: normal;
}

.italic {
	font-style: italic;
}

.name-highlight {
	color: #653366;
	font-weight: bold;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #ec8000;
	text-decoration: none;
	font-weight:bold;
	}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.hide {display: none!important;}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

.blogList .postInfo {
margin-bottom:2em;
}