/*
CSS for Finance & Loans
*/

/* Logo */
.custom #header #logo a { display: block; height: 60px; width: 450px;  background: url('images/financealogo.png') no-repeat; outline:none; margin-top:0px; }
.custom #header #logo a:hover { display: block; height: 60px; width: 450px;  background: url('images/financealogo.png') no-repeat; outline:none; margin-top:0px;}
.custom #header #logo { text-indent: -9999px; }
.custom #header #tagline { text-indent: -9999px; }

/* Top Nav bar */
.custom ul#topnav {
border-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
width: 100%;
float: left;
}
.custom ul#topnav li a {-moz-border-radius:5px 5px 5px 5px;-moz-box-shadow:0 1px 0 #ffffff;background:none repeat scroll 0 0 #e4e1e1; font-size:14px !important;margin:0;padding:4px 8px;outline:none; }
.custom ul#topnav li a:hover {-moz-border-radius:5px 5px 5px 5px;-moz-box-shadow:0 1px 0 #ffffff; background:none repeat scroll 0 0 #d01818;
color:#ffffff;font-size:14px !important;margin:0;padding:4px 8px;  text-shadow:none; outline:none; }
.custom ul#topnav li { float: right; padding: 3px 10px 3px 0px; }
.custom ul#topnav li a { font-size: 1.1em; color: #000000; }
.custom ul#topnav li a:hover { text-decoration: none; } 

/* Remove dot-ddd */
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
        background: none;
}

/* Category Menu */
.custom .menu { background: url(images//catmenu/nav_bg.png) repeat-x 0; height: 42px; left: 0; width: 906px !important; font-family:"Verdana",Helvetica,Myriad Pro,sans-serif;}
		.custom .menu a { letter-spacing: normal; text-transform: none; padding: 9px 15px; color:#666666; cursor: pointer;}
		.custom .menu > li { background: url(images//catmenu/nav_sep.png) no-repeat 0 0; padding-left: 2px; }
		.custom .menu > li > a { background: url(images/catmenu/nav_hover.png) no-repeat 50% -42px; height: 42px; line-height: 42px; padding: 0 15px; border:none;}
		.custom .menu > li > a:hover { background: url(images/catmenu/nav_hover.png) no-repeat 50% 0;color:#d01818; }
		.custom .menu > li.current > a,
		.custom .menu > li.current-parent > a,
		.custom .menu > li.current-cat > a,
		.custom .menu > li.current-cat-parent > a { background: url(images/catmenu/nav_hover.png) no-repeat 50% 0; }
		
/* Keep reading */
a.more-link {background:transparent url('images/keepreading/keep_reading.png') no-repeat center top; color:#666666; font-size:12px; text-decoration:none; padding:5px 5px 5px 5px;}
a:hover.more-link {background:transparent url('images/keepreading/keep_reading_hover.png') no-repeat center top; color:#fff; font-size:12px; text-decoration:none; padding:5px 5px 5px 5px;}