/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* PoweredBy tweaks */
/* strangeness in the cushy template css - need to reset and rebuild styles from scratch */
#powered-container ul,
#powered-container li,
#powered-container span {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        font-style: normal;
        font-weight: normal;
        vertical-align: baseline;
        background: transparent;
        list-style: none;
}

#powered-container span {
padding-right: .4em;
}

#powered-container ul.powered ul {
bottom: 15px;
}
#powered-container ul.powered ul li {
padding-right: 10px;
background-color: #B7DEF5;
}
#powered-container ul.powered ul li:hover {
background-color: #B7DEF5;
}
#powered-container ul.powered ul li a {
font-size: 0.7em;
text-decoration: none;
}
#powered-container ul.powered ul li:hover a {
color: #1B89D5;
}

