/*  
Theme Name: Liteness
Theme URI: http://blog.orbyonline.com/liteness/
Description: A lite-weight WordPress theme.  
Version: 1.0
Author: Tom Richards
Author URI: http://orbyonline.com
*/



/****************
 * Body Styling *
 ****************/
/* SMBH to fix IE5's smaller default font sizes */
* html body {
	font-size: x-small; /* For IE5/Win */
	f\ont-size: small; /* For other IE versions */
}

/**************************
 * Image and Link Styling *
 **************************/


/*******************
 * Heading Styling *
 *******************/


/******************
 * Header Styling *
 ******************/


/**********************
 * Navigation Styling *
 **********************/

	
/*******************
 * Content Styling *
 *******************/

	
/*******************
 * Sidebar Styling *
 *******************/
* html #sidebar li ul {
	margin-left: -20px;
}
* html #sidebar ul li#photos li {
	margin: 0 0 20px 20px;
}
* html #sidebar ul li#photos ul {
	margin-left: -20px;
}
	
/****************
 * Post Styling *
 ****************/


/******************
 * Footer Styling *
 ******************/

/******************
 * Footer Styling *
 ******************/	



