/*  
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 */
}

/*****************************
 * Recent Categories Styling *
 *****************************/
* html #recentCategories ul li {
	margin-left: 10px;
	margin-right: 10px;
}

/*************************
 * Recent Photos Styling *
 *************************/
* html #recentPhotos ul {
	margin: 10px -20px 10px -20px;
	width: 896px;
}
* html #recentPhotos ul li {
	background: transparent url(images/slide_back.gif) top left no-repeat;
	margin: 10px 10px 10px 10px;
	float: left;
	width: 126px;
	height: 126px;
}
	* html #recentPhotos li.vert img {
		margin: 10px 0 0 28px;
		padding: 0;
		border: 1px inset;
	}
	* html #recentPhotos li.horiz img {
		margin: 28px 0 0 10px;
		padding: 0;
		border: 1px inset;
	}

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


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


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


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

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

	
/*******************
 * Sidebar Styling *
 *******************/

	
/****************
 * Post Styling *
 ****************/


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

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



