/*
	Theme Name: The Canyon
	Theme URI: http://www.codestarlive.com/
	Description: The Canyon
	Version: 1.0
	Author: Codestar
	Author URI: http://themeforest.net/user/Codestar/
	Tags: white & gray, custom home page, fixed width, widgets
*/

@import url("css/reset.css");
@import url("css/prettyPhoto.css");

/*Use CSS. You can add targeted style rules to your `style.css` file, in your theme folder. Each post is a <code><li></code> with the class "tumblr_post." Each post also has the class of its post type: "quote", "link", "conversation", "regular", "photo", "audio", or "video".*/

.tumblr_post regular photo audio quote link {
font-size:11px;
font-weight: normal;
color:#ffffff;}

body .page_content li {
	margin: 0 0 0 30px;  
	}
	
.page_content ul {
   margin: 0 0 0 0;
}

.page_content ul li {
   padding:0;
   padding-left:6px; 
  }

.page_content ol li {
	margin: 0;
	padding: 0;
	}

.page_content ul li {
	list-style: square;
	}

/* End Lists */
