/* ============================================================================
							STANDARD BLOG STYLES
   ============================================================================*/

/* ======================== Main Post Page ========================= */

/* SpaceLift Colors:
 Light Blue: #8fc3ea;
 Dark Brown: #774d2f;
 Menu Font:  #65250b;
*/
  
/*-------- post titles --------*/
.entry-title { 
		color: #9f0000;
		}
.entry-title a, .entry-title a:visited, .entry-title a:active {
		color: #9f0000;
		}		
.entry-title a:hover{
		color: #555;
		text-decoration:none;
		}		
		
/*-------- post top info --------*/		
.entry-meta {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		}
.entry-meta a, .entry-meta a:visited, .entry-meta a:active {
		color: #333;
		text-decoration:none;
		}
.entry-meta a:hover{
		color: #000;
		text-decoration:underline;
		}
		
/*-------- post bottom info --------*/		
.entry-utility {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		}
.entry-utility a, .entry-utility a:visited, .entry-utility a:active {
		color: #333;
		text-decoration:none;
		}
.entry-utility a:hover{
		color: #000;
		text-decoration:underline;
		}
		
/*-------- post bakground --------*/			
.type-post { width: 534px;
		padding: 20px 20px 20px 20px;
		margin-bottom: 20px;
		background-color: #fff;
		border: 1px #d9d9d9 solid;
		}



/*post-4 post type-post status-publish format-standard hentry category-uncategorized tag-testing */

.widget-title{
	list-style-type:none;
	color: #555; padding: 0px 0px 5px 0px;
	}

.widget-area{color: #9f0000;}

.column-side ul li {list-style-type:none;}

.widget-container {
	background-color: #fff;
	margin-bottom: 25px;
	}

.widget_twitter ul li{
	list-style-type: none;
	background: #fff;
	padding: 0px;
	margin-bottom: 15px;
	}
	
.widget_twitter ul li a, .widget_twitter ul li a:visited, .widget_twitter ul li a:active {color: #000;}
.widget_twitter ul li a:hover {color: #f69d9c; text-decoration:none;}
	
.widget_twitter ul li .time-meta {display:none}
		

/*-------- Blogroll --------*/	
.blogroll li{
	list-style-type: none;
	background: #fff;
	padding: 0px;
	margin-bottom: 5px;
	}
.blogroll li a, .blogroll li a:visited, .blogrollli a:active {color: #000;}
.blogroll li a:hover {color: #f69d9c; text-decoration:none;}