/* Reset CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: baseline;
	}

/* Remove possible quote marks from <q>/<blockquote> */
blockquote:before, blockquote:after, q:before, q:after 
	{ 
	content: ""; 
	}
	
blockquote, q 
	{ 
	quotes: "" ""; 
	}

/* Image replacement */
.replace
	{
	outline: none;
	display: block; 
	position:relative; 
	/*\*/ 
	overflow:hidden;
	 /**/
	} 

.replace span
	{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; 
	}

/* Link styles */
a img
	{
	border:none;
	cursor: pointer;
	outline: none;
	}

a:link, a:visited
	{
	cursor: pointer;
	color: #333;
	outline: none;
	text-decoration: none;
	}

a:hover
	{
	cursor: pointer;
	color: #521F6E;
	text-decoration: underline;
	outline: none;
	}

a:active
	{
	cursor: pointer;
	color: #333;
	text-decoration: none;
	outline: none;
	}

/* Typography */

/* Body elements */

body
	{
	font: 75%/160% Arial, Helvetica, sans-serif;
	}

p
	{
	margin: 0 0 1.5em; 
	}

blockquote
	{
	margin: 1.5em; 
	color: #666; 
	font-style: italic; 
	}
.txtb {
	color: #521F65;
}


code
	{
	margin: 1.5em 0; 
	white-space: pre;
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; 
	line-height: 1.5;
	}

abbr, acronym
	{
	border-bottom: 1px dotted #666;
	}

cite
	{
	font-style: italic;
	}

address
	{
	margin-top: 1.5em; 
	font-style: italic;
	}

pre
	{
	margin: 1.5em 0;
	white-space: normal;
	}

strong
	{
	font-weight: bold;
	}

em 
	{
	font-style: italic;
	}

del
	{
	text-decoration: line-through;
	color: #666;
	}
	
/* Headings */
h1, h2, h3, h4, h5, h6
	{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C3C46;
	margin-bottom: 7px;
	}

h1
	{
	font-size: 2em;
	line-height: 1.25;
	color: #524801;
	}
	
h2 
	{
	font-size: 2em;
	line-height: 1.25;
	color: #524801;
	}

h3
	{
	font-size: 1.7em;
	line-height: 1.25;
	color: #521F65;
	}

h4
	{
	font-size: 1.5em; 
	line-height: 1.25; 
	}
	
h5
	{
	font-size: 1.3em; 
	line-height: 1.25; 	
	}

h6
	{
	font-size: 1em; 
	line-height: 1.25; 	
	}

/* List styles */
ol
	{
	list-style-type: decimal; 
	list-style-position: inside; 
	margin: 10px 0px;
	}

ul
	{
	list-style-position: inside;
	color: #000;
	}

dl
	{
 	margin: 0 0 1.5em 0;
	font-weight: bold;
	}

dt
	{
	font-weight: bold;
	}
	
dd
	{
	margin-left: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	}

/* Tables */
table   
	{ 
	margin-bottom: 1.4em; 
	}
	
th      
	{ 
	border-bottom: 2px solid #ccc;
	font-weight: bold; 
	}
	
td
	{ 
	border-bottom: 1px solid #ddd; 
	}
	
th,td   
	{ 
	padding: 4px 10px 4px 0; 
	}

thead
	{
	}
	
tbody
	{
	}
	
tfoot
	{ 
	font-style: italic; 
	}
	
caption 
	{ 
	background: #CCC; 
	}

/* Forms */
fieldset    
	{ 
	}
	
legend      
	{ 
	font-size: 1.4em;
	margin-bottom: 1em;
	}

select              
	{
	border: 1px solid #bbb; 
	width: 312px;
	color: #666; 
	}
	
select:focus        
	{ 
	border:1px solid #999; 
	color: #000;
	}

.form_item input, .form_text_area
	{
	width: 300px;
	border:1px solid #bbb; 
	padding:5px;
	color: #666;
	}

.form_item input:focus, .form_text_area:focus
	{
	border:1px solid #999; 
	background: #f0f0f0;	
	}

.form_row_submit
	{
	clear: both;
	padding: 10px 0 0 150px;
	}

.form_label
	{
	float: left;
	width: 150px;
	}

.form_required
	{
	font-weight: bold;
	color: #F00;
	}
	
.form_item
	{
	float: left;
	}

.form_row
	{
	clear: both;
	padding-top: 10px;
	}

/* Form Errors */
.form_highlight input, .form_highlight textarea
	{
	border: 1px solid #FBC2C4;
	}
	
/* Success, error & notice boxes for messages and errors. */
.error, .notice, .success    
	{ 
	padding: .9em; 
	margin-bottom: 1em; 
	border: 2px solid #ddd; 
	}
	
.error      
	{ 
	background: #FBE3E4;
	color: #D12F19;
	border-color: #FBC2C4; 
	}
	
.notice     
	{ 
	background: #FFF6BF; 
	color: #817134; 
	border-color: #FFD324; 
	}
	
.success    
	{ 
	background: #E6EFC2; 
	color: #529214; 
	border-color: #C6D880; 
	}
	
.error a    
	{ 
	color: #D12F19; 
	}
	
.notice a   
	{ 
	color: #817134; 
	}
	
.success a  
	{ 
	color: #529214; 
	}

/* Custom / RTE classes */
.dotrule
	{
	height:1px; 
	font-size:1px;
	background:url(../images/dot.gif) repeat-x; 
	clear:both;
	margin: 5px 0;
	}

.hrule
	{
	height:1px; 
	font-size:1px;
	height: 1px;
	background: #CCCCCC;
	clear: both;
	margin: 5px 0;
	}
	
.right
	{
	float:right;
	}

.left
	{
	float:left;
	}

.clear
	{
	clear: both;
	}

.small  
	{ 
	font-size: .8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em;
	}
	
.large  
	{ 
	font-size: 1.2em; 
	line-height: 2.5em; 
	margin-bottom: 1.25em; 
	}
		
.quiet  
	{ 
	color: #ccc; 
	}
		
.hide   
	{ 
	display:none; 
	}

.highlight
	{
	background: #9dcae1;
	padding: 1px 2px;
	}

/* Tag cloud styles */
.tag_min
	{
	font-size: 0.9em;
	}

.tag_1
	{
	font-size: 1em;
	color: #333;
	}

.tag_2
	{
	font-size: 1.2em;
	}

.tag_3
	{
	font-size: 1.3em;
	}

.tag_4
	{
	font-size: 1.4em;
	}

.tag_5
	{
	font-size: 1.5em;
	}

.tag_6
	{
	font-size: 1.6em;
	}

.tag_7
	{
	font-size: 1.7em;
	}

.tag_8
	{
	font-size: 1.8em;
	}

.tag_9
	{
	font-size: 1.9em;
	}

.tag_max
	{
	font-size: 2em;
	}
