/**************************************************************
* Tags
**************************************************************/

body {
	background: #000000;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
a:hover {

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

/**************************************************************
* Sub Nav
**************************************************************/

#fl-subnav {
	background: #333333;
}

/* First Level */
#fl-subnav ul li a {
	color:#cccccc;  
}

/* Second Level */
#fl-subnav ul li ul {
    background: #333333;  
}

/**************************************************************
* Content Wrapper
**************************************************************/

#fl-content {
	border-right: 1px solid #333333;
}

/**************************************************************
* Post
**************************************************************/

.fl-post {
	border-bottom: 1px dotted #666666;
}

/**************************************************************
* Post Footer
**************************************************************/

.fl-post-footer {
	background: #262626;
}

/* Comment Button */
.fl-comment-button {
    background-position: -160px 0;
}
.fl-comment-button:hover {
    background-position: -160px -30px;
}

/* Share Button */
.fl-share-button {
	background-position: -250px -0;
}
.fl-share-button:hover {
    background-position: -250px -30px;
}

/* Share Menu */
.fl-share-menu-options {
    background: #1a1a1a;
    border: 3px solid #999999;
}
.fl-share-menu-options ul li a {
    border-bottom: 1px solid #666666;
    color: #cccccc;
}
.fl-share-menu-options ul li a:hover,
.fl-share-menu-options ul li.hover a {
	background: #cccccc;
    color: #333333;
}
.fl-share-menu-notch {
    background: url('../../images/menu-notches.png') -30px 0 no-repeat;
}

/**************************************************************
* Post Comments
**************************************************************/

#fl-comments {
	margin: 25px 25px 0;
}

/* Comment List */
#fl-comments-list .comment-body {
	background: #262626;
}

/* Comment Meta */
#fl-comments-list .comment-meta {
	border-bottom: 1px solid #808080;
}

/**************************************************************
* Footer Widgets
**************************************************************/

#fl-footer-widgets {
	background: #262626;
}