/*
Description: CSS for Dhammiko Consulting
Site URI: http://www.dhammiko.com/
Version: 1.0
Author: Christopher Darrell, with help from Alex Pasco, Casey Hall and The Internet
Author URI: http://www.dhammiko.com/
*/


/* --- BEGIN GLOBAL --- */

body {
	width:800px;
	background-image: url("http://www.dhammiko.com/img/lotus-back2.jpg")
}

#content {
	width:800px;
	font-family:Arial;
	font-size: 16px;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 20px;
	float: left;
}


#content h1 {
	padding-top: 15px;
	font-size: 24px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	color: #555544;
}

#content h2 {
	color:#b34d19;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;	
}




#content p {
	color: #555544;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 10px;

}

#content a {
	text-decoration: underline;
	color: black;
}


/* --- BEGIN HEADER  --- */

#header {
	padding-top: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	height: 90px;	
	border-bottom: medium;
	border-bottom-color: #77bb44;
	border-bottom-style: solid;
	border-bottom-width: medium;
}

#header img{ 
	float:left;
} 


/* --- BEGIN MENU  --- */

#menu {
	padding-left: 55%;

}

#menu ul 
{ 
width: 100%;
list-style: none; 
padding: 0; 
float: left; 
font-family:arial, sanf-serif; 
font-size: 16px; 
white-space: nowrap; 
text-align: center; 
margin: 0; 
} 

#menu li 
{ 
float: left; 
width: 25%; 
margin: 0; 
padding: 0; 
border: 0; 
display: inline; 
} 

#menu a 
{ 
color:#7A7A7A		;
display: block; 
width: 100%; 
text-decoration: none;
}

#menu a:hover {
	color:#77bb44;
	text-decoration: none;
}

#menu .active {
	font-weight:bold;
	color:#555544;
}
/* --- END MENU --- */


/* --- END HEADER --- */

#footer {
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
	width: 800px;
	text-decoration: none;
	float: none;

/*                             */
/*	border-top: medium;        */
/*	border-top-color: #7A7A7A		;    */
/*	border-top-style: solid;   */
/*	border-top-width: medium;  */
}


#footer p {
	padding-top: 15px;
	text-align: center;
	font-family:"Arial";
	color: #7A7A7A		;
	font-weight: lighter;
	font-size: small;
}

/* --- END GLOBAL --- */




/* --- BEGIN HOME PAGE --- */

.homebody {
	width: 800px;
 /* each page has a unique body id just in case... */
}

.grab {
	font-weight:bold;
}



#quote {
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	
	width: 257px;
	/*background-color: lime;*/

	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#quote p {

	text-align: right;
	padding-right: 15px;
	line-height: 1px;
	
}

.prettyquote {
 		/* */
		font-family:Palatino, "Palatino Linotype", Constantia, Georgia, serif;
		font-size:18px;
		font-style:italic;
		font-weight:bold;
		letter-spacing:-1px;
		line-height:25px;
		color:#d67e4f;
		text-align: left;
		padding-top:    15px;
		padding-right: 10px;
		padding-left: 15px;
}



.quotemarks {
		font-size:30px;
}


/* --- Thanks to Stu Nicholls at CSSPlay for his Snazzy Borders */
/* --- http://www.cssplay.co.uk/boxes/snazzy.html               */

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ffffcc; border-left:1px solid #77bb44; border-right:1px solid #77bb44;}
.xb1 {margin:0 5px; background:#77bb44;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#ffffcc; border:0 solid #77bb44; border-width:0 1px;}
/* --- END HOME PAGE --- */



#contactbody {
}




