/*
Theme Name: Mentzer Media
Theme URI: http://www.fatlabllc.com
Version: 1
Description: Custom theme developed for Delluchi Plus
Author: S. Larrabee
Author URI: http://www.fatlabllc.com
*/

/* adopt word press navigation styles */
li.current-menu-item a	{
    border: 1px solid #628d7e;
}

.home-nav li.not-home a	{
	border:none;
}

/* category listing on single posts */
ul.post-categories	{
	list-style: none;
	padding:0
}

ul.post-categories li	{
	display: inline-block;
}


ul.post-categories a {
    background: none repeat scroll 0 0 transparent;
    border: 2px solid #628d7e;
    color: #628d7e !important;
    font-family: "MontserratRegular";
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 11px;
    margin-right: 8px;
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    }

ul.post-categories a:hover{
	border:solid 2px #628d7e;
	background: #628d7e;
	color: white !important;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}


/* twitter stream customization */
.twitter-stream a.twitter-link,.twitter-stream .at-reply a	{
	color: #646464;
    text-decoration: none;
}

.twitter-stream .profile-link	{
	display: none;
}

.home .twitter-stream p,.home .twitter-stream a	{
	color:#fff;
}

.about a{
	 {
		color: #628d7e !important;
	}
}

