/* TEXT COLORS */

body {
	background-color: #030C19;
	color: #8396A8;
}

#headerWrapper{
	background-color: #0A1421;
}

h1, h2, h3, h4, h5, .photo-title, .album-title{
	color: #C8CACD;
}

a:link, a:visited {
	color: #8396A8;
}

a:hover, a:active {
	color: #B6C9DB;
}

blockquote, code {
	background: #212831;
	color: #8396A8;
	border-top: 1px solid #3A414A;
}

h1#title, .blog-entry-date{
	color: #97A7B7;
	text-shadow: #000000 0 1px 0;
}

h2#slogan{
	color: #8396A8;
	text-shadow: #000007 0 1px 0;
}
	
#currentDate{
	color: #97A7B7;
	text-shadow: #000000 0 1px 0;
}
	
#sidenote{
	background-color: #97A7B7;
}

h2.sideTitle, .blog-entry-title a{
	color: #DDDDDD;
}

/* TAB COLORS */

#navigation ul {
	background-color: #0F1926;	
}

#navigation a {
	color: #8396A8;
	text-shadow: #000007 0 1px 0;
}

#navigation a:hover {
	color: #AAC3DA;
}

#navigation a:active {
	color: #FFFFFF;
}

#navigation a.current, #navigation a.currentAncestor {
	color: #DEFFFF ;
}


/* SIDEBAR Navigation */



#footer a{
	color: #2B3441;
}

#footer a:hover{
	color: #424B58;
}

/* CONTACT FORM COLORS */
.message-text, label{
	color: #C8CACD;
}

.form-input-field {
	background-color: #0F1825;
	border: #1F2835 solid 2px;
	color: #AEB0B3;
} 

/* FILESHARING COLORS */

.filesharing-item a{
	color: #9CAFC1
}

.filesharing-item a:hover{
	color: #B6C9DB
}

/* PHOTO ALBUM COLORS */

.thumbnail-wrap img, .movie-frame, .movie-thumbnail-frame img {
	color: #8396A8;
	border: 5px solid #29323F;
}

.thumbnail-wrap img:hover, .movie-frame, .movie-thumbnail-frame img:hover {
	border: 5px solid #3B4451;
}


/* PHOTO SLIDE COLORS */

.photo-caption {
	color: #8396A8;
}

.photo-links a {
	color: #8396A8;
}

.photo-links a:hover {
	color: #C2D5E7;
}

/* MOVIE ALBUM COLORS */

.movie-page-title {
	color: #C8CACD;
}

.movie-thumbnail-caption {
	color: #8396A8;
}


/* MOVIE POPUP COLORS */

.movie-background {
	color: #030C19;
}

.movie-title {
	color: #C8CACD;
}

#myExtraContent3 h1,
#myExtraContent3 h2,
#myExtraContent3 h3,
#myExtraContent3 h4,
#myExtraContent3 h5,
#myExtraContent3 h6{
	color: #ffffff;
}

#myExtraContent3 {
	color: #ffffff;
}

#myExtraContent3 a{
	color: #ffffff;
}

#myExtraContent3 a:hover{
	border-bottom: 1px solid;
}
