/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

    1. Activate custom.css file in theme admin panel
	2. Open style.css file and find any clasess you want to override
	3. Copy classes to override in this file, put them outside green commented area


START OVERRIDING / ADDING NEW CLASESS BELOW THIS LINE */

.tumblr_post h3 {
font-size: 14px;
font-style: italic;
}

.fr {
 display: none;
 }

.top-menu-bgr {
background:none repeat scroll 0 0 #57404A;
padding-top:10px;
}

h1.title {
background:none repeat scroll 0 0 #57404A;
}
#pagenav{
background:none repeat scroll 0 0 #57404A;
}
a{
color: #57404A;
}
.sf-menu li {
background:none repeat scroll 0 0 #57404A;
}

.foot-widgets {

background:none repeat scroll 0 0 #57404A;

}

.foot-widgets .widget {
color: #ffffff;
}

.foot-widgets .widget a {
color:#cccccc;
}

.widget .quote .button a{
background: url("images/bg-button-trans.png") no-repeat scroll center 0 #57404A;
border: 1px solid #cccccc;
color: #ffffff;
}

.quote h2, .quote span{
color:#F9F9F9;
font:bold 18px Tahoma;
text-transform:uppercase;
padding: 9px 0;
}

.widget .quote p, .foot-widgets .quote p a{
line-height:23px;
font-size: 13px;}


