/*
	custom.css — custom styles for any WordPress theme that YOU define
	------------------------------------------------------------------
	
	Here's an example:
	
	To change the default color of the <a> tag (let's say you want to 
	make them a cherry red [#c00]) and to remove the default
	underline, this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Oh, but remember, none of these changes will work unless you call
	custom.css from wihtin your header file!
	
	Cool? Now get to hackin!
*/

/* BODY */

.custom {
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

.custom h1, h2, h3, h4, h5, h6  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/* HEADER */

.custom#header {
	background:#FFFFFF url(default/header.jpg) repeat-x scroll left top;
}

.custom #header h1.title  {
	font-size: 36pt;
	font-weight: normal;
	margin: 15px 0 0 0;
	line-height: 0.8em;
}

.custom #header h1.title a  {
	text-decoration: none;
}

.custom #header p.description  {
	font-size: 1.1em;
}

.custom #rss {
	background-color: transparent;
}

.custom #rss a {
	color: #333333;
}



/* NAV */

.custom #nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}

.custom #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* FEATURED*/

.custom  #div40 p a {
	visibility: hidden;
}


/* STEPS */

.custom  #steps ul li a {
	font-size:1.1em;
}


/* CFORMS */


