/*  
Theme Name: GenM 1 - Black Theme CSS
Theme URI: http://www.wptemplates.net
Description: More high quality wordpress themes are available at <a href="http://www.wptemplates.net">WPTemplates.net</a>. 
Version: Version 1.0
Author: WPTemplates.net
Author URI: http://www.WPTemplates.net
Tags: Fixed Width, Two columns
*/

body {
	background: #747373 url('body-bg.gif') repeat-x;
}

/* Container */
div#container{
	background: #fff;
	color: #262626 ;
}
/* header */
div#header-top{
	background: #030304 url('header-bg.jpg') repeat-x;
	color: #262626;
}
div#header-top h1 a{
	background: url('logo.jpg') no-repeat;	
	color:#262626;	
}
  
/* Menu */
div#nav-left{
	background: #252525 url('nav-right.gif');
	background-position:right;
	background-repeat:no-repeat;		
}
div#nav-right{
	background: url('nav-left.gif');
	background-repeat:no-repeat;		
}
div#nav{
	background: #252525 url('nav-bg.gif');		
}
div#menu {
	background: #252525 url('nav-bg.gif') repeat-x;
}  
div#menu ul li a{
	color: #fff;
}
div#menu ul li a:hover{
	background: #eee;	
	color: #262626;
}

/* Featured News / Posts */
#featured-news{
	background: bottom left url('divider.gif') repeat-x;
}
	.featured-title h2 a{
		color:#262626;
	}
	.featured-title h2 a:hover{
		background: #eee;
	}	

/* Post */
	.post-bg h2 a{
		color:#000;	
	}

/* Main Conent and Entry meta */
.main-entry-meta{
	color:#5e5e5e;
}
		
/* Entry meta */
.entry-meta{
	background: #f4faff;
	color:#5e5e5e;
}
	
/* Entry Date */
.entry-date {
	background: top left url('calendar.gif') no-repeat;
  }

/* Entry comments */
.entry-comments {
	background: top left  url('comments.gif') no-repeat;
}  
.entry-comments a {
	color: #5e5e5e
}

/* Entry Tags */
.entry-tags {
	background: top left url('tags.gif') no-repeat;
  }
.entry-tags a {color:#5e5e5e;}
  
.entry-tags2{ 
	background: top left url('tags.gif') no-repeat;
	color:#262626;
}  
.edit-post {
	background: #f5f5f5;
}
.sticky .edit-post {
	background: #ebebeb;
}	
.post-edit-link{color:#112232;}	

/* sidebars */ 
.sidebar-bg {
	background: bottom left url('divider.gif') repeat-x;
}
#sidebar-right a, #bottom-row a{
	color: #5e5e5e;	
}
	#sidebar-right ul li a:hover{
		color: #3fcdeb;		
	}		
	#sidebar-right h2{
		color: #333;	
	}		
	#sidebar-right ul ul li a:hover{
		color: #3fcdeb;
	}					

#bottom-row{
	background: #0d161f;	
	color: #fff;
}
#bottom-row a{color: #fff}

	#bottom-row ul li a:hover{		
		color: #3fcdeb;		
	}	

/* Search Box */	
#searchtext {
   color:#5e5e5e;
}
#btn-search {
	color: #f1f1f1;
	background:url('btn-search.gif');
}
			
/* footer */  
div#footer{
	background: #181c21 url('footer-bg.gif') repeat-x;
	color: #fff;
}
div#footer a{ color: #fff;}

/* Comments */
div#comments { color: #474747;}
h3#comments{background:#f0f0f0;}
.commentmetadata {color: #666;}
.commentmetadata a {color: #666;}
.commentlist cite a {color: #474747;}
a.comment-edit-link{color: #112232;}
.nocomments {background: #f7f7f7;}
#respond{background: #f9f9f9;}

/* Default WP CSS classes */
/* Images */
.wp-caption { background-color: #fff;}

table#wp-calendar {color: #5e5e5e;}
table#wp-calendar a{color: #3fcdeb;}		
table#wp-calendar #today {
	background-color:#E3E2E2;
	color: #262626;		
}

/*  */
a{color:#112232;}
form, input, textarea { color: #474747; }