/* NOTE: To use this file you must first activate it ('custom stylesheet') in the frugal Main/SEO options area.
Once active, you can add custom styles to this file and they will override any other styles in this theme.
To create a custom style you must start your CSS elements with body.custom. So, for example,
to change the H1 heading size for the Content Div you could use something like this:

body.custom #content h1 {
	font-size: 18px;
}

Learn more about this customization proccess by visiting http://frugaltheme.com/support/

------ CODE GOES BELOW THIS LINE OF TEXT ------ */


/*** Sub-Navbar ***/


.postarea {
	padding:10px 25px;
	width:585px;
}

#content_column {
	width:635px;
}

#content {
    width:940px;
}


body.custom #sidebar_wrap {
	
	margin: 15px 0px 0px 0px;
	
}

.comments {
	padding:10px 25px;
	width:585px;
}

/* All above edited by A.Niraj Kumar */

/* CSS for autocomplete search */


body.custom #suggest, #suggest_second {
	position: fixed;
	background: #FFFFEF;
	width: 384px;
	font-family: Calibri, Arial;
	font-size: 12px;
	font-weight: normal;
}

body.custom #suggest div, #suggest_second div {
	background: #FFFFFF;
	color: #274a82;
	padding-left: 4px;
	cursor: pointer;
	text-align: left;
	font-weight:normal;
}

body.custom #suggest div.over, #suggest_second div.over {
	color: #FFFFFF;
	background: #274a82;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}


/* End edit by Cory @ RentedWeb autocomplete */


/* Add custom Breadcrumbs - Cory @ RentedWeb */

body.custom .navCrumb.lnk {

        font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	
	
}


body.custom a.navCrumb.lnk:link {text-decoration: none;}
body.custom a.navCrumb.lnk:visited {text-decoration: none;}
body.custom a.navCrumb.lnk:active {text-decoration: none;}
body.custom a.navCrumb.lnk:hover {text-decoration: underline;}


/* End Breadcrumbs CSS */


/* custom navbar background Cory @ RentedWeb */

body.custom #navbar_wrap {
	background: #092e5b url(http://kendratoddgroup.com/files/2010/01/bg-nav.png) no-repeat;
	height: 31px;
	border-top: 0px solid #3E5579;
	border-bottom: 0px solid #3E5579;
}

body.custom #navbar {
	background: #092e5b url(http://kendratoddgroup.com/files/2010/01/bg-nav.png) no-repeat;
	height: 31px;
	width: 999px;
	margin: 0px auto 0px 0px;
	padding:0px 0px 0px 10px;
	
}

body.custom #nav li a {
        text-transform:uppercase;	
}

body.custom #nav li li a {
        text-transform:capitalize;	
}

body.custom #nav li li a:hover, #nav li li a:active {
        text-transform:uppercase;	
}




/* end custom navbar */


/* Currently not in use 

#subnavbar {
	background: #fff;
	height: 23px;
	border-bottom: 0px solid #ddd;
	margin: 0px;
	padding: 0px;
	color: #888;
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: normal;
}


#subnav {
	margin: 0px;
	padding: 0px;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

#subnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

#subnav li a, #subnav li a:link, #subnav li a:visited {
	margin: 0px 5px 0px 0px;
	padding: 3px 13px 3px 13px;
	display: block;
	color: #666;
	font-size: 10px;
}



#subnav li a:hover, #subnav li a:active {
	background: #fff;
	color: #666;
	text-decoration: underline;
}

#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #fff;
	width: 400px;
	border-left: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	border-right: 0px solid #ddd;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	float: none;
}

#subnav li li a:hover, #subnav li li a:active {
	background: #fff;
	color: #666;
}

#subnav li ul {
	width: 400px;
	height: auto;
	margin: 0px;
	padding: 0px;
	z-index: 9999;
	left: -999em;
	position: absolute;
}

#subnav li ul ul {
	margin: -26px 0 0 151px;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover1 ul ul, #subnav li.sfhover1 ul ul ul {
	left: -999em;
}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover1 ul, #subnav li li.sfhover1 ul, #subnav li li li.sfhover1 ul {
	left: auto;
}

#subnav li:hover, #subnav li.sfhover1 {
	position: static;
}

*/



body.custom #sidebar_1 .widget {
	background: #FFFFFF url(http://kendratoddgroup.com/files/2010/01/sidebartop2.gif) top no-repeat;
	float: left;
	width: 245px;
	margin: 0px 0px 15px 0px;
	padding: 9px;
	border: 1px solid #DDDDDD;
}

body.custom #content h1 {
	font-family: Century Gothic, san-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	font-variant: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 100%;
}

/* #content h1 a, #content h1 a:visited {
	color: #000000;
	text-decoration: none;
}
#content h1 a:hover {
	color: #000000;
	text-decoration: underline;
*/

body.custom #content h4 {
	font-family: Century Gothic, san-serif;
	font-size: 14px;
	color: #FC5F01;
	font-weight: bold;
	text-transform: normal;
	font-variant: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 100%;
}

/* #content h4 a, #content h1 a:visited {
	color: #FC5F01;
	text-decoration: none;
}
#content h4 a:hover {
	color: #FC5F01;
	text-decoration: underline;
}*/






