/********************************************
AUTHOR:  			Claudiu Geanta 
WEBSITE:   		http://www.designbysatori.com/
PROJECT: 			Beyond White paint
 *******************************************/
 

/* top elements */
* { margin:0; 	padding: 0; }

body {
	color: #66614E; 
	background: #CEC8B2 url('images/bkg.jpg') no-repeat;	
	text-align: left; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5em; font-size:.75em; font-family: 'Trebuchet-MS', Tahoma, Arial, sans-serif 
}

/* links */
a.all, a.all:visited {
	color: #A73F0A; 
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}
a.all:hover {
	color: #333;
	background-color: inherit;
	border-bottom: 1px solid #333;
	
	
}


a.satori, a.satori:visited {
	color: #66614E; 
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}
a.satori:hover {
	color: #A73F0A;
	background-color: inherit;
	border-bottom: 1px solid #A73F0A;
	
}



/* headers */
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: bold;

}
h1 {
	font-size: 110%;	
	color: #A73F0A;
	text-transform: uppercase;
	text-align:left;
	padding: 0;
}
h2 {
	font-size: 110%;
	color: #6C3722;
	text-transform: uppercase;
	text-align:left;
	padding: 0;
}
h3 {
	font-size: 100%;	
	text-align:right;
	font-style: italic;
	color: #A73F0A;
	
}


p {
text-align:left;
padding-left:0px; padding-right:0; padding-top:5px; padding-bottom:5px
}


ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
	text-align:left;
}



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }