body {
	background: #f0f0f0 ;
	}
::selection { background:#139083; }
::-moz-selection { background:#139083; }
::-webkit-selection { background:#139083; }	


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


/* Links
---------------------------------------- */

a, a:visited {
	text-decoration: none;
	color: #666666;
	cursor: pointer;
	}

a:hover {
	color: #139083;
	}

a.color {
	text-decoration: none;
	color: #139083;
	}
	
a.color:hover {
	color: #666666;
	}
    

/*---------------------------------------------- 
Nav
------------------------------------------------*/
nav ul li, #nav nav ul li {
	line-height: 85px;			/* height of the logo*/
	}
    

/*---------------------------------------------- 
Entries
------------------------------------------------*/
.entry .entry-headline {
	border-left: 5px solid #139083;
	}   
    
#entry-single .entry-headline {
	border-left: 5px solid #139083;
	} 
    
    
    
/*---------------------------------------------- 
Filter
------------------------------------------------*/
.filter li a.active { color: #139083; }



/*---------------------------------------------- 
Meta
------------------------------------------------*/
.meta_likes a {	color: #999999; }
.meta_likes a:hover { color: #ec8ab8; }
.meta_comments a {	color: #999999; }
.meta_comments a:hover { color: #666666; }



/*---------------------------------------------- 
Layout
------------------------------------------------*/




/*---------------------------------------------- 
Toggle
------------------------------------------------*/	
.toggle .toggle_title .toggle_icon {
	background: #139083;
	}



/*---------------------------------------------- 
Share
------------------------------------------------*/
.sharrre .share { color: #139083;}



/*---------------------------------------------- 
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;
	}


