/* /////// ------- CONTENT.CSS ------- \\\\\\\ */
/* content.css is intended for general font / content styling only. No semantical layout addressed here please */
/*
	Author(original):	Chad Fontaine @ Chameleon Creative
	Author URI:		http://www.chameleoncreative.com/
	Version:		2.0
	Last Revision:		Apr 5 2010
	Revised Made By:	Chad Fontaine
	Project:		Project Name
	Description:		Styles available in the Drupal content editor(tinyMCE)
*/

/*--------------------------------------------------------
TABLE OF CONTENTS
	0-- GENERAL 
	1-- HEADLINES (H-tags) 
	2-- IMAGES
	3-- FONT SIZES
	4-- FONT COLORS
	5-- LINKS
	6-- LISTS
---------------------------------------------------------*/

/* _______0_______ GENERAL ______________ */
.none {}
hr { background:#9d0000; }
em { width:90%; color:#666;/*display:block;*/}
html { font-size:100%;	/*min-height:101%;*/}
body { color:#000; font: 12px Verdana, Arial, Helvetica, sans-serif;}
strong, b {}
blockquote { line-height:normal;}
p {}

#column_two_pad { font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif; color:#815310; }
#column_one_pad, .mceContentBody {color:#000; font: normal 12px/18px Verdana, Geneva, sans-serif;}
.mceContentBody { background: #fff; width:632px;} 



/* _______1_______ HEADLINES ______________ */
h1 { color:#579306; font-size:17px; font-weight:bold; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 0px; text-transform:uppercase;}
h2 { color:#a02111; font-size:16px; font-weight:bold; margin: 15px 0px 5px 0px; padding: 0px 0px 0px 0px;}

h3 { font-size: 14px; font-weight: bold; margin: 15px 0px 0px 0px; padding: 0px; color: #391f82; }
h4 { font-size: 12px; font-weight: bold; margin: 10px; padding: 0px; color: #942f1c; }
h5 { font-size: 12px; font-weight: bold; margin: 10px; padding: 0px; color: #000; }

h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration:none;}

/* _______2_______ IMAGES ______________ */
#column_one_pad img { background:#fff; padding:1px; border: 1px solid #ccc;}
a img { border: none; }
/*.mceContentBody img, #column_two img { background:#000; padding:1px; border: 1px solid #c8ae8f;}*/
.image_aligned_left{	margin:10px 10px 10px 0px; float:left;}
.image_aligned_right{	margin:10px 0px 10px 10px; float:right;}

#column_one_pad img.noborder, #column_two_pad img.noborder, .mceContentBody img.noborder { border:none;}

/* _______3_______ FONT SIZES ______________ */
.txt_pixels_10 { font-size: 10px; }
.txt_pixels_11 { font-size: 11px; }
.txt_pixels_12 { font-size: 12px; }
.txt_pixels_14 { font-size: 14px; }
.txt_pixels_16 { font-size: 16px; }
.txt_pixels_18 { font-size: 18px; }


/* _______4_______ FONT COLORS ______________ */
.txt_color_black { color: #000; }
.txt_color_white { color: #fff; }
.txt_color_grey { color: #999; }
.txt_color_blue { color: #0074bf; }
.txt_color_green { color: #498522; }


/* _______5_______ LINKS ______________ */
a {color: #579306; text-decoration: underline;}

.mceContentBody a {color: #579306 !important; text-decoration: underline !important;}
.mceContentBody a:link, a:link  {color: #579306; text-decoration: underline;}
.mceContentBody a:active, a:active { color: #579306; text-decoration: underline;}
.mceContentBody a:visited, a:visited { color: #579306; text-decoration: underline;}
.mceContentBody a:hover, a:hover { color: #a02111; text-decoration: none;}


/* _______6_______ LISTS ______________ */
#column_one ul, .mceContentBody ul { margin-left: 10px; padding-left: 5px; list-style: circle; margin-top: 5px; font-size: 90%; color: #a02111; }
#column_one ul li, .mceContentBody ul li { padding-bottom: 2px; margin-left: 10px; }

#column_one ol, .mceContentBody ol { margin-left: 10px; padding-left: 5px; margin-top: 5px; font-size: 90%; color: #4e9903; }
#column_one ol li, .mceContentBody ol li { padding-bottom: 2px; margin-left: 10px; }

#column_two ul { margin-left: -5px; padding-left: 0px; list-style: circle; margin-top: 5px; }
#column_two li { padding-bottom: 5px; margin-left: 30px; line-height: 115%; font-size: 90%; color:#402391;}

















