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

Title : Gleam Colour Tags

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

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

	css colors tags

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

body{
	background: #E4E4E4;
	color: #006B6B;
}

/* links  */

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

#header{
	background-color: #202B2D;
	border-bottom-color: #161E1F;
}
#header h1 span{
	color: #E4E4E4;
}

#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: #00B0AE;
	border-bottom-color: #E4E4E4;
}
#side-navigation ul ul a:hover, #side-navigation ul ul a.current{color: #006B6B;}

#primary-content h2, #primary-content h3, .album-title, .movie-page-title, .message-text {color: #006B6B;}
#primary-content, #secondary-content{
	background: #E4E4E4;
	border-color: #E4E4E4;
}
table {border-color: #006B6B;}
table td {border-color: #006B6B;}
table th {border-color: #006B6B;}	
table thead th {color: #006B6B;}
table tbody th {color: #006B6B;}

#secondary-content a{
	color: #00B0AE;
}

/* page types */

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

.photo-navigation{
	background-color: #202B2D;
	border-top-color: #161E1F;
}
.photo-links{background-color: #202B2D;color: #202B2D;border-top-color: #161E1F;}
.photo-navigation a:link, .photo-navigation a:visited {color: #FFFFFF;}
.photo-title {color: #006B6B;}

/* --- */

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