/* Black Color Stylesheet */


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

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. NAVIGATION
-2.1 Drop-down menus

3. SITE STRUCTURE & APPEARANCE
-3.1 Transparency
-3.2 Containers
-3.3 Header
-3.4 Content
-3.5 Sidebar
-3.6 Footer
-3.7 Ads

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 Pagination / WP-Pagenavi

5. WIDGETS
-5.1 Social Media Box
-5.2 Tabber
-5.3 Generic Widgets
-5.4 Specific Widgets

6. COMMENTSAREA
-6.1 Comments
-6.2 Comments Form

7. GENERAL STYLES

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



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  {
	color: #fff;
	background: #111111 url(black/bgtile.jpg) fixed repeat-x left top;
}

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #fff; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #fff;
}



/*-------------------------------------------------------------------------------------------*/
/* 2. NAVIGATION */
/*-------------------------------------------------------------------------------------------*/


/* 2.1 Drop-down menus */


#nav li ul li a:hover  { color: #fff; }



/*-------------------------------------------------------------------------------------------*/
/* 3. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 3.2 Containers */

#bg  { float: left; width: 100%; background: url(black/bgoverlay.jpg) fixed no-repeat center top; }

/* 3.3 Header */

/* 3.4 Content */


/* 3.5 Sidebar */


/* 3.6 Footer */


/* 3.6 Ads */


/*-------------------------------------------------------------------------------------------*/
/* 4. POSTS */
/*-------------------------------------------------------------------------------------------*/

.post .tags  { 
	background: url(black/ico-tags.png) no-repeat left center;
}

/* 4.1 Typographic Elements */

.entry blockquote  { color: #949494; }


/* 4.2 Images */


/* 4.3 Pagination / WP-Pagenavi */

#content .wp-pagenavi .current  {
	color: #000!important;
	background-color: #fff!important;
}
#content .wp-pagenavi a:link, #content .wp-pagenavi a:visited  { color: #fff; }



/*-------------------------------------------------------------------------------------------*/
/* 5. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Social Media Box */

/* 5.2 Tabber */

#tabber .list li a:link,
#tabber .list li a:visited  {
	background: url(black/widgetbullet.png) no-repeat 5px center;
}

/* 5.3 Generic Widgets */

.widget ul li  { }

.widget ul li a:link,
.widget ul li a:visited, 
.widget h3 > label > a    {
	color: #b1b1b1;
}

.widget ul li a:hover, .widget h3 > label > a:hover  {
	color: #fff;
}

.widget_recent_comments li, .widget_ms_twitter li  { background: url(black/widgetbullet.png) no-repeat left 9px; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */

/* 5.4 Specific Widgets */



/*-------------------------------------------------------------------------------------------*/
/* 6. COMMENTSAREA */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Comments */

#comments .comment-meta span.name  { color: #fff; }
#comments .comment-meta span.name a  { color: #fff; }
#comments .comment-meta span.date,
#comments .comment-meta span.edit,
#comments .comment-meta span.perma  { color: #b1b1b1; }


/* 6.2 Comments Form */

#commentform label span  { color: #fff; }



/*-------------------------------------------------------------------------------------------*/
/* 7. GENERAL STYLES */
/*-------------------------------------------------------------------------------------------*/
