/* - - - - - - - - - - - - - - - - - - - - -

Title : Gleam Colour Tags

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css colors tags

------------------------------------------------------------ */

body{
	background: #E8E4D9;
	color: #3A3A38;
}

/* links  */

a, h1.blog-entry-title a{color: #DA7137;}
	
/* content */

#header{
	background-color: #21AA8C;
	border-bottom-color: #177762;
}
#header h1 span{
	color: #3A3A38;
}

#banner{
	background-color: #000000;
}

#navigation{
	background-color: #202B2D;
	border-top-color: #192224;
}
#navigation ul li a{color: #FFFFFF;}
#navigation a:hover, #navigation a.current, #navigation a.currentAncestor{background-color: #192224;}

#side-navigation ul ul a{
	color: #537D95;
	border-bottom-color: #D3CFCE;
}
#side-navigation ul ul a:hover, #side-navigation ul ul a.current{color: #3A3A38;}

#primary-content h2, #primary-content h3, .album-title, .movie-page-title, .message-text {color: #3A3A38;}
#primary-content, #secondary-content{
	background: #F3F2ED;
	border-color: #D3CFCE;
}
table {border-color: #3A3A38;}
table td {border-color: #3A3A38;}
table th {border-color: #3A3A38;}	
table thead th {color: #3A3A38;}
table tbody th {color: #3A3A38;}

#secondary-content a{
	color: #537D95;
}

/* page types */

.blog-archive-headings-wrapper{border-bottom-color: #D3CFCE;}
#blog-categories, #secondary-content h3 {border-color: #D3CFCE;}

.photo-navigation{
	background-color: #21AA8C;
	border-top-color: #177762;
}
.photo-links{background-color: #202B2D;color: #202B2D;border-top-color: #177762;}
.photo-navigation a:link, .photo-navigation a:visited {color: #FFFFFF;}
.photo-title {color: #3A3A38;}

/* --- */

#footer{background-color: #202B2D;}
#footer a{color: #DA7137;}