/*  
Theme Name: Thrive CLC
Theme URI: http://www.thriveclc.com/
Description: WordPress theme for Thrive CLC
Author: Thanks to Max Limpag for some code help!
Author URI: http://www.dimentia.com
*/

/*********************************************************
   HTML
 *********************************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4B3E2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.title_main {
	font-size: 24px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
}
.bg_norepeat {
	background-image: url(images/cap_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#custom-gen ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
#custom-gen ul li:before {
	content: "\00BB \0020";
	}
