/* 
	Theme Name: mutualfunds.org
	Theme URL: http://mutualfunds.org/
	Description: Customised WordPress Theme by <a href="mailto:milanmk@yahoo.com">Milan Kaneria</a>.
	Author: Milan Kaneria
	Author URI: mailto:milanmk@yahoo.com
	Version: 1.0
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #404040;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

#wraper
{
	width: 760px;
	margin: 0px auto 0px auto;
}

#header
{
	height: 100%;
	overflow: hidden;
}

#header-logo
{
	float: left;
	height: 94px;
}

#header-links
{
	float: right;
	padding-top: 5px;
	color: #6C6C6C;
	font-size: 11px;
}

#header-links a
{
	color: #6C6C6C;
}

#header-form
{
	float: right;
	clear: right;
	width: 280px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #003366;
	text-align: right;
}

#header-form input.input-login
{
/*	float: left;*/
	display: inline;
	width: 100px;
	margin-right: 5px;
	border: 1px solid #A1A1A1;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*
#header-form input.submit
{
	width: auto;
	border: none;
}
*/

#header-form div
{
	clear: both;
	padding-top: 4px;
	font-size: 10px;
	text-align: right;
}

#header-form div a
{
	color: #C3C3C3;
	text-decoration: underline !important;
}


#header-menu
{
	clear: both;
	height: 76px;
	color: #4a5539;
	background: url(images/header-menu-bg.png) no-repeat top center;
	font-family: Georgia, serif;
	font-size: 16px;
}

ul#header-menu-nav
{
	height: 38px;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	overflow: hidden;
}

ul#header-menu-nav li
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#header-menu-nav a
{
	float: left;
	display: block;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 8px 14px 0px;
	color: #ffffff !important;
	background: url(images/header-menu-a-bg.png) no-repeat top right;
}

.header-menu-nav-signup
{
	border-left: 1px solid #F9C98A;
	background: url(images/header-menu-a-bg-signup.png) repeat-x top left !important;
}

ul#header-menu-nav li.current_page_item
{
}

ul#header-menu-nav li.current_page_item a
{
	margin-top: 1px;
	border: 1px solid #B9B9B9;
	border-bottom: none;
	color: #484848 !important;
	background: #F4F4F4;
}


ul#header-menu-nav-sub
{
	height: 28px;
	margin: 0px;
	padding: 10px 0px 0px;
	color: #484848;
	font-family: Arial, sans-sarif;
	font-size: 15px;
	text-align: center;
}

ul#header-menu-nav-sub li
{
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px;
	list-style: none;
}

ul#header-menu-nav-sub a
{
	color: #484848 !important;
}



#page
{
	height: 100%;
	padding: 20px 0px;
	overflow: hidden;
}

#home-left
{
	float: left;
	width: 49%;
}

#home-right
{
	float: right;
	width: 49%;
}

.home-box
{
	float: left;
	width: 364px;
	border: 1px solid #B9B9B9;
}

.home-box-right
{
	float: right !important;
}

.home-box-header
{
	height: 100%;
	padding: 5px 10px;
	border-bottom: 1px solid #B9B9B9;
	background: #F4F4F4;
	overflow: hidden;
}

.home-box-title
{
	float: left;
	color: #0069a2;
	font-family: Georgia, sarif;
	font-size: 22px;
}

.home-box-form
{
	float: right;
	margin-top: 3px;
}

.home-box-form select
{
	width: 185px;
}

.home-box-text
{
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding: 10px;
}


#home-content
{
	float: left;
	margin-top: 20px;
}


#home-buttons
{
	overflow: hidden;
}

#home-buttons a
{
	float: left;
/*	display: block;*/
	width: 156px;
	height: 23px;
	margin: 0px 0px 15px 18px;
	padding: 5px 0px 0px;
	background: url(images/home-buttons-bg.png) no-repeat top left;
	font-family: Georgia, sarif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#home-join
{
	width: 365px;
	height: 211px;
	margin-bottom: 20px;
	padding: 0px 0px 0px;
	background: url(images/home-join-bg.png) no-repeat top left;
	font-family: Georgia, sarif;
	font-size: 15px;
}

#home-join-text1
{
	padding: 75px 0px 0px 20px;
	color: #006aa3;
	font-size: 22px;
	letter-spacing: -1px;
}

#home-join-text2
{
	padding: 28px 0px 0px 20px;
	color: #ffffff;
	font-size: 18px;
}

#home-join a
{
	display: block;
	width: 120px;
	padding: 15px 0px 0px 20px;
}



#content
{
	float: left;
	width: 495px;
}

.posttitle
{
	margin: 0px;
	padding: 0px 0px 15px;
	color: #0069a2;
	font-family: Georgia, sarif;
	font-size: 24px;
	font-weight: normal;
}

.postmeta
{
	padding: 0px 0px 0px;
	color: #404040;
}

.posttitle a, .postmeta a
{
	color: #0069a2 !important;
}

.postcontent
{
	padding: 0px 0px 10px;
	line-height: 1.3;
}

.postcontent a
{
	text-decoration: underline !important;
}


blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #0069a2;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 14px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 14px;
}


#sidebar
{
	float: right;
	width: 220px;
}

#sidebar-wrap
{
	padding-top: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5;
	border-radius: 5px;
}

.sidebar-widget
{
	width: 220px;
}

.sidebar-widget-alt
{
	margin-top: 15px;
	background: #C7DDE7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5;
	border-radius: 5px;
}

.sidebar-widget-alt .sidebar-content
{
	color: #404040;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.sidebar-widget-alt .sidebar-content form
{
	padding-top: 10px;
}

.sidebar-widget-alt .sidebar-content form input.submit
{
/*	padding: 0px;
	border: none;*/
}

.sidebar-header
{
	padding: 0px 0px 0px 20px;
	color: #0069A2;
	font-size: 18px;
}

.sidebar-content
{
	padding: 8px 0px 20px 25px;
	font-size: 14px;
}
.textwidget > ul > li{
	padding-left:0;
}
.sidebar-content a
{
	color: #000000 !important;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 0px 0px 5px 20px;
	list-style: none;
}


#footer
{
	clear: both;
	padding: 12px 0px 10px;
	border-top: 1px solid #DBDBDB;
	color: #484848;
	font-size: 12px;
	text-align: center;
}

#footer a
{
	color: #484848 !important;
}

#footer-text
{
}


a, a:link, a:visited
{
	color: #0069A2;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #0069A2 !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input.text, textarea, select
{
/*	padding: 2px 4px;*/
	border: 1px solid #B9B9B9;
	font-family: Arial, Sans-Serif;
}




p
{
	margin: 0px;
	padding: 0px 0px 10px;
}




.clear
{
	clear: both;
}


.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}


.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}





#nav {
clear: both;
	height: 76px;
	width: 100%;
	background-image: url(images/nav_left_edge.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav_nosubnav {
	height: 38px;
	width: 100%;
	background-image: url(images/nav_left_edge_nosubnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_nav  {
	margin: 0px;
	padding: 0px;
	height: 38px;
	display: block;
	width: 100%;
	background-image: url(images/nav_right_edge.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#main_nav_nosubnav {
	margin: 0px;
	padding: 0px;
	height: 38px;
	display: block;
	width: 100%;
	background-image: url(images/nav_right_edge_nosubnav.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#main_nav ul {
	display: block;
	height: 38px;
	margin: 0px;
	padding: 0px;
}
#main_nav ul  li{
	list-style-type: none;
	display: block;
	height: 38px;
	text-align: center;
	float: left;
	line-height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
}
#main_nav ul li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	text-shadow: #00293f 1px 1px 0px;
}
#main_nav_nosubnav ul {
	display: block;
	height: 38px;
	margin: 0px;
	padding: 0px;
}
#main_nav_nosubnav ul li {
	list-style-type: none;
	display: block;
	height: 38px;
	text-align: center;
	float: left;
	line-height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
}
#main_nav_nosubnav ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	text-shadow: #00293f 1px 1px 0px;
}


#navtab_home {
	width: 10%;
}
#navtab_home:hover {
	background-image: url(images/nav_left_edge_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#navtab_home:hover a {
	color: #484848;
	text-shadow: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#nav_left_edge_home {
	background-image: url(images/nav_left_edge_home_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav_left_edge_home:hover {
	background-image: url(images/nav_left_edge_home_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #484848;
	text-shadow: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 38px;
	display: block;
}

#navtab_best {
	width: 9%;
	background-image: url(images/nav_bkg_tab_blue.gif);
	background-repeat: repeat-x;
	background-position: right;
	cursor: pointer;
}
#navtab_best:hover {
	background-image: url(images/nav_bkg_tab_grey.gif);
	background-repeat: repeat-x;
	background-position: right top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
}
#navtab_best:hover a {
	color: #484848;
	text-shadow: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#navtab_screener {
	width: 12%;
	background-image: url(images/nav_bkg_tab_blue.gif);
	background-repeat: repeat-x;
	background-position: right;
}
#navtab_screener:hover {
	background-image: url(images/nav_bkg_tab_grey.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
}
#navtab_screener:hover a {
	color: #484848;
	text-shadow: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#navtab_research {
	width: 12%;
	background-image: url(images/nav_bkg_tab_blue.gif);
	background-repeat: repeat-x;
	background-position: right;
}
#navtab_research:hover {
	background-image: url(images/nav_bkg_tab_grey.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
}
#navtab_research:hover a {
	color: #484848;
	text-shadow: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#navtab_portfolio {
	width: 12%;
	background-image: url(images/nav_bkg_tab_blue.gif);
	background-repeat: repeat-x;
	background-position: right;
}
#navtab_portfolio:hover {
	background-image: url(images/nav_bkg_tab_grey.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
}
#navtab_portfolio:hover a {
	color: #484848;
	text-shadow: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#navtab_learning {
	width: 19%;
	background-image: url(images/nav_bkg_tab_blue.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navtab_learning:hover {
	background-image: url(images/nav_bkg_tab_grey.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
}
#navtab_learning:hover a {
	color: #484848;
	text-shadow: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#navtab_funds {
	width: 10%;
	background-image: url(images/nav_bkg_tab_blue.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
#navtab_funds:hover {
	background-image: url(images/nav_bkg_tab_grey.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 38px;
	text-shadow: none;
	color: #484848;
}
#navtab_funds:hover a {
	color: #484848;
	text-shadow: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#navtab_signup {
	width: 15%;
}
#navtab_signup a {
	text-shadow: #7a3f00 1px 1px 0px;
}
#navtab_signup:hover a, #navtab_signup a:active, #navtab_signup a:focus {
	color: #ffffff !important;
}
#main_nav_nosubnav #navtab_home:hover {
	background-image: url(images/nav_left_edge_on_nosubnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#main_nav_nosubnav #nav_left_edge_home:hover {
	background-image: url(images/nav_left_edge_home_on_nosubnav.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #484848;
	text-shadow: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 38px;
	display: block;
}

#main_nav_nosubnav #navtab_best:hover {
	background-image: url(images/nav_bkg_tab_grey_nosubnav.gif);
	background-repeat: repeat-x;
	background-position: right top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
}
#main_nav_nosubnav #navtab_screener:hover {
	background-image: url(images/nav_bkg_tab_grey_nosubnav.gif);
	background-repeat: repeat-x;
	background-position: right top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
}
#main_nav_nosubnav #navtab_research:hover {
	background-image: url(images/nav_bkg_tab_grey_nosubnav.gif);
	background-repeat: repeat-x;
	background-position: right top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
}
#main_nav_nosubnav #navtab_portfolio:hover {
	background-image: url(images/nav_bkg_tab_grey_nosubnav.gif);
	background-repeat: repeat-x;
	background-position: right top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
}
#main_nav_nosubnav #navtab_learning:hover {
	background-image: url(images/nav_bkg_tab_grey_nosubnav.gif);
	background-repeat: repeat-x;
	background-position: right top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
}
#main_nav_nosubnav #navtab_funds:hover {
	background-image: url(images/nav_bkg_tab_grey_nosubnav.gif);
	background-repeat: repeat-x;
	background-position: right top;
	display: block;
	height: 38px;
	color: #484848;
	text-shadow: none;
}








#sub_nav {
	float: left;
	height: 38px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #b9b9b9;
	border-bottom-color: #b9b9b9;
	border-left-color: #b9b9b9;
	width: 100%;
	border-top-style: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#sub_nav ul {
	margin: 0px;
	padding: 0px;
}
#sub_nav ul a {
	color: #484848;
	text-decoration: none;
	font-size: 14px;
}
#sub_nav ul a:hover {
	color: #484848;
	text-decoration: underline;
	font-size: 14px;
}
#sub_nav_home {
	display: block;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.sep {
	padding-right: 15px;
	padding-left: 15px;
}
