/*/////////////////////////*/
/* /// BLUE STYLESHEET /// */
/*/////////////////////////*/


/* MAIN ELEMENTS */
body{
	background: #FFF url('images/blue_bg.jpg') no-repeat;
	color: #69777a;
}

#logo {
	background: transparent url('images/blue_logo.png') no-repeat 4px 0px;
}


/* INLINE ELEMENTS */
a:link {
	color: #454d5e;
}

a:visited { color: #454d5e; }


a:hover {
	text-decoration: underline;
	}

small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #454d5e;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #454d5e;
	}




/* SIDE BAR */

.sidebar ul {
	border-bottom: 1px solid #d3dbdc;	
}

.sidebar ul li {	
	color: #be7c2f;
	border-top: 1px solid #d3dbdc;
}

.sidebar ul li a {
	color: #69777a;
}

.sidebar ul li a:hover {
	background-color: #7c8c9a;
}

.sidebar ul li.current-cat a, .current_page_item a,.current_page_item a:visited, .sidebar ul li.current_page_item a{
	background-color: #7c8c9a;
	color: #FFF;
	font-weight: bold;	
}


#rightBar small{
 	color: #7c8c9a;
}



/* SLIDE SHOW */

.stripViewer {  
border: 1px solid #7c8c9a;   
} 

.stripTransmitter a{ 
color: #69777a; 

} 
.stripTransmitter a:hover{ 
color: #454d5e; 
} 

a.current{
	border-bottom: 1px solid #d3dbdc;
}




/* ARCHIVE LISTS */

.postThumb{
	border: 2px solid #7c8c9a;
}

/* twitter FEED */
.twitter_div{
	background-color: #7c8c9a;
}

#twitter_update_list a{
	color: #454d5e;
}


small.copyRight{
	color: #d3dbdc;
}

small.copyRight:hover {
	color: #69777a;
}

/* New Rounded Corners */
#round_me .sb-inner, #round_me .sbmid{ background-color: #7c8c9a;}


