/* Innovation default style - deepblue.css */

body {
	background: url("deepblue/bg.jpg") no-repeat #101010 top center fixed;
	color: #333;
	}
	
a:link, a:visited {
	color: #5c6e80;
	}

#head h1 {
	color: #eee;
	}
	
#head h3 {
	color: #ddd;
	}
	
#nav {
	background: url("deepblue/trans.png") repeat;
	border: 1px solid #111;
	}
	
#nav ul li a:link, #nav ul li a:visited {
	color: #ddd;
	}
	
#nav ul li.current_page_item a:link, #nav ul li.current_page_item a:visited {
	background: url("deepblue/trans.png") repeat;
	color: #eee;
	}
	
#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus {
	color: #eee;
	}

#content {
	background-color: #f9f9f3;
	border: 1px solid #111;
	border-top: none;
	}
	
/* Portfolio Items */
.work a:link img, .work a:visited img {
	border: 5px solid #e3e8ed;
	}
	
.work a:hover img, .work a:active img, .work a:focus img {
	border: 5px solid #5c6e80;
	}
	
.work a:link, .work a:visited {
	color: #333;
	}

/* Homepage Widgets */
.flickr a:link img, .flickr a:visited img {
	border: 3px solid #e3e8ed;
	}
	
.flickr a:hover img, .flickr a:active img, .flick a:focus img {
	border: 3px solid #5c6e80;
	}

ul.twitter li.twitter-item {
	background-color: #f6f5ed;
	border: 1px solid #eae9de;
	}
	
ul.bloglist li a:link, ul.bloglist li a:visited {
    color: #333;
    }
	
ul.bloglist li a:hover, ul.bloglist li a:active, ul.bloglist li a:focus {
    background-color: #e3e8ed;
    }

/* Blog Posts */
.blogpost, .worksearch {
	border-bottom: 1px solid #e8e3c8;
	}

h2 a:link, h2 a:visited {
	color: #333;
	}
	
ul.meta li {
	border-left: 1px solid #e3e8ed;
	}
	
p.wp-caption-text {
    color: #555;
	}

blockquote {
    border-left: 2px solid #e3e8ed;
	}
	
/* Sidebar */
#sidebar ul li#search form #s {
    background: url("deepblue/search.png") no-repeat right #f6f6ec;
    border: 1px solid #E8E3C8;
    }
	
#sidebar ul li#search form #s:focus {
    border: 1px solid #dad4b6;
    }
	
#sidebar ul li ul {
    background-color: #f6f6ec;
    border: 1px solid #E8E3C8;
    }
	
#sidebar ul li ul li {
    list-style: url("deepblue/bullet.gif");
    }
	
#sidebar ul li a:link, #sidebar ul li a:visited {
    color: #333;
    }
    
/* Comments */
.commentlist li .avatar { 
	border: 2px solid #f2e9ea;
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color: #333;
	}
	
.commentlist .commentmetadata a:link:first-child, .commentlist .commentmetadata a:visited:first-child {
	color: #333;
	}

.thread-alt {
	background-color: #F6F6EC;
	}
	
.thread-even {
	background-color: #F9F9F3;
	}
	
.depth-1 {
	border: 1px solid #E8E3C8;
	}

.even, .alt {
	border-left: 1px solid #E8E3C8;
	}

input, textarea {
	background-color: #F6F6EC;
	border: 1px solid #E8E3C8;
	}
	
input:focus, textarea:focus {
	border: 1px solid #dad4b6;
	}

/* Footer */
p.footer {
	color: #ccc;
	}
	
p.footer a:link, p.footer a:visited {
	color: #ccc;
	border-bottom: 1px dashed;
	}
	
p.footer a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}