/*
Theme Name: Wiretree
Theme URI: http://www.madeinebor.com
Version: 1.0.1
Description: Wiretree - A Creative Business Theme
Author: Tom Rhodes
Author URI: http://www.madeinebor.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: white, custom-background, threaded-comments, translation-ready, custom-menu
*/


/*-------------------------------------------------------------------------------------------

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

*/
/*-------------------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/
/*	STUCTURE
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/
#tiny {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    overflow: inherit !important;
    z-index: 1000;
    font-weight: 500;
    margin-top: 25px;
}

#tiny li a {
    position: relative;
    border: 0 none;
    padding: 7px 3px;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    color: #efefef;
}
#tiny li a:hover {
    color: #008bcb !important;
    background: transparent;
}

#tiny li.current-menu-item li a {
    background: #efefef;
}

#tiny li.current-menu-item a,
#tiny li a.selected,
#tiny li.current-menu-item > a,
#tiny li.current-menu-parent> a  {
}

#tiny li a.selected:after,
#tiny li.current-menu-item > a:after,
#tiny li.current-menu-parent > a:after {
    display: block;
    position: absolute;
}



#tiny li ul li,
#tiny li.current-menu-item li,
#tiny li.current-menu-parent li {
    display: list-item;
    margin: 0;
    color: #ca6666;
}
#tiny li.current-menu-item li a {
    background: transparent
}
#tiny li li a:hover,
#tiny li.current-menu-item li a:hover {
    background: transparent
}
    
#tiny li ul li a {
    margin: 0;
    display: block;
    line-height: 1;
    font-size: 12px;
    background: none;
    padding: 12px 20px;
    color: #616161;

}

/*-----------------------------------------------------------------------------------*/
/*	LATEST POSTS
/*-----------------------------------------------------------------------------------*/

ul.latest li {
    border-top: 1px solid rgba(0,0,0,0.15);
    padding-top: 25px;
    margin-top: 25px;
    clear: left;
    overflow: hidden;
        border: 1px solid red

}
ul.latest li:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
    border: 1px solid black;
 
}

ul.latest li .info .date:before {
    display: inline;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -5px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ca6666;
}
ul.latest li .text h4 a {
    color: #616161
}
ul.latest li .text h4 a:hover {
    color: #ca6666
}
ul.latest li .text p {
    padding: 0
}


/*-----------------------------------------------------------------------------------*/
/*	SHOWBIZ
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	WORDPRESS STYLES
/*-----------------------------------------------------------------------------------*/
.sticky {}/*--STICKY STYLING IS HANDLES VIA JQUERY--*/
.bypostauthor img.avatar {}/*--HANDLED IN STYLES.PHP--*/
img.alignleft, img.aligncenter, img.alignright, img.alignnone { margin-bottom: -10px; margin-top: 15px; padding:0px }

}
/*-----------------------------------------------------------------------------------*/
/*	END WORDPRESS STYLES
/*-----------------------------------------------------------------------------------*/
