
::selection { background:#0D0D0D; }
::-moz-selection { background:#0D0D0D; }
::-webkit-selection { background:#0D0D0D; }	


/* Form
---------------------------------------- */
input[type=submit]:hover { 
	background: #0D0D0D;  
	}
    


/* Links
---------------------------------------- */
a {
	color: #0D0D0D;
	}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #0D0D0D;
	}
    

/* Others
---------------------------------------- */
span.color {  
	color: #0D0D0D; 
    }    
    

/*---------------------------------------------- 
2. Commen Classes & Id's
------------------------------------------------*/
.seperator span { 
	background: #0D0D0D;
	}
    
    
/*---------------------------------------------- 
4. Header
------------------------------------------------*/
header {		
	background: #0D0D0D;
	}


/*---------------------------------------------- 
5. Navigation & Menus
------------------------------------------------*/	
nav ul li:hover a, nav ul li a:hover, nav ul li.current-menu-item a, nav ul li.current-menu-ancestor a, nav ul li.current_page_parent a {
	color: #0D0D0D;
	}
    
nav ul li ul li > a:hover, nav ul li ul li.current-menu-item > a, nav ul li ul li.current-menu-ancestor > a { 
	color: #0D0D0D !important;
	}
    

/*---------------------------------------------- 
8. Footer
------------------------------------------------*/
.copyright {
	background-color: #0D0D0D;
	}
    
.totop {
	background-color: #0D0D0D;
	}


/* 	Filter
------------------------------------------------*/
.filter li a.active { color: #0D0D0D; }  
  
    
    
/*	Meta Datas
------------------------------------------------*/
.meta_comments a:hover { color: #0D0D0D;  }
.meta_comments:hover .icon { background-color: #0D0D0D; }

.meta_views a:hover { color: #0D0D0D;  }
.meta_views:hover .icon { background-color: #0D0D0D; }

.meta_tags a:hover { color: #0D0D0D;  }
.meta_tags:hover .icon { background-color: #0D0D0D; }

.meta_type a {
	background-color: #0D0D0D !important; 
	}

.meta_type a:hover { 
	background-color: #b3b3b3 !important; 
}    
    
    
/*---------------------------------------------- 
12. Pagination
------------------------------------------------*/	
#pagination a:hover {
	color: #0D0D0D;
	}


/*---------------------------------------------- 
COMMENTS
------------------------------------------------*/
#commenticon span {
	background-color: #0D0D0D; 
	}

#leavecommenticon span {
	background-color: #0D0D0D; 
	}


/*---------------------------------------------- 
SKILLS
------------------------------------------------*/
.skill .skill_bar .skill_active {
	background: #0D0D0D; 
	}
    

/*---------------------------------------------- 
Toggle
------------------------------------------------*/	
.toggle .toggle_title .toggle_icon {
	background-color: #0D0D0D;
	}
    

/*---------------------------------------------- 
PRICING
------------------------------------------------*/
.price-col {
	border-top: 5px solid #0D0D0D;
	}
	
.best {	border-top: 5px solid #1eb56c; }	
.standard {	border-top: 5px solid #595959; }

.recommended .price-header h1 {
	color: #0D0D0D;
	}
    
a.signupbutton {
	color: #ffffff;
	background: #0D0D0D;
	}
.best a.signupbutton {	background: #1eb56c; }	
.standard a.signupbutton {	background: #595959; }

    

/*---------------------------------------------- 
MENU
------------------------------------------------*/
.widget ul li a {
	color: #0D0D0D;
	}
	
.widget ul li a:hover, .widget ul li.current-menu-item a, .widget ul li.current-cat a  {
	color: #595959;
	}

/*---------------------------------------------- 
FLICKR
------------------------------------------------*/
#flickr-widget #flickr-list li:hover {
	border: 2px solid #0D0D0D;
	}
    

/*---------------------------------------------- 
18. Overlay Images
------------------------------------------------*/
.imgoverlay a .overlay {
	background: #0D0D0D;
	}

/*---------------------------------------------- 
jPlayer
------------------------------------------------*/
div.jp-play-bar {
	background: #0D0D0D;
}

div.jp-volume-bar-value {
	background: #0D0D0D;
}


/*---------------------------------------------- 
Edit Link
------------------------------------------------*/
a.post-edit-link {
	color: #ffffff;
	}
    
a.post-edit-link:hover {
	color: #ffffff;
	}
    
    

/*---------------------------------------------- 
Buttons
------------------------------------------------*/
a.white {
	color: #999999;
	}

a.blue {
	color: #318588;
	}

a.yellow {
	color: #ae8c2d;
	}

a.green {
	color: #768c34;
	}

a.pink {
	color: #e0556e;
	}

a.purple {
	color: #d46fc9;
	}

a.grey {
	color: #8c8c8c;
	}

a.orange {
	color: #e08457;
	}


