body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #BB5831;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a, object, embed {
	outline: none;	
}

h1 {
	color: #4A4A4A;	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	/* margin-top: 1.2em; */
	margin-bottom: 0;
}

h2 {
	color: #383838;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin-top: 5px;
}

p, ul, ol, blockquote {
	color: #4A4A4A;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

	#excerpt p, #left_column p {
		font-size: 11px;
		line-height: 18px;
	}
	
p img {
	border: 1px solid #666666;
	margin: 0 20px 10px 0;
}

/* Call to action buttons */

.button {
	text-decoration: none;
	text-indent: -9999px;
}

/* Navigation text */

#primary_nav a {
	text-indent: -9999px;
}

/* Free ideas button */

#free_ideas a {
	text-indent: -9999px;	
}

/* Sub-navigation text */

#subnav, #subnav_tight {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

	#subnav a, #subnav_tight a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
	}

	#subnav a:link, #subnav a:visited, #subnav_tight a:link, #subnav_tight a:visited {
		color: #808080;
	}
	
	#subnav a:hover, #subnav a:active, #subnav_tight a:hover, #subnav_tight a:active {
		color: #BB5831;
	}
	
	#subnav .aligned_to_bottom .on, #subnav_tight .aligned_to_bottom .on, #subnav .aligned_to_top .on, #subnav_tight .aligned_to_top .on {
		color: #000;	
	}
	
/* Index elements */

#index_intro {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

	#index_thumbs {
		text-align: right;
	}
	
/* Media and summary, left column and right column */

#media {
	text-align: center;	
}

/* Block text */

#blocks a img {
	border: 0;	
}

#blocks .empty {
	text-indent: -9999px;	
}

/* Footer text */

#footer {
	color: #9C9C9C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 40px;
}
	
	#footer a:link, #footer a:visited, #footer a:link, #footer a:visited {
		color: #616161;	
	}
	
	#footer a:hover, #footer a:active, #footer a:hover, #footer a:active {
		color: #BB5831;
		text-decoration: none;
	}
	
	#footer_login {
		line-height: 60px;	
	}
	
	#footer_login a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;	
	}
	
/* Form elements */

.message {
	color: #B10A0A;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

form label {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

	form .required {
		
	}

form input, form textarea, form select, form option {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;		
}

form #submit {
	color: #FFF;
}
