/* /////// ------- CONTENT.CSS ------- \\\\\\\ */
/* content.css is intended for general font / content styling only. No semantical layout addressed here please */
/*
	Author(original):	Chameleon Creative - Chad Fontaine
	Author URI:			http://www.chameleoncreative.com/
	Version:			0.1
	Last Revision:		Date
	Revised Made By:	Name
	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: #0099ff; }
em,  i { width:95%; display:block;}


/* _______1_______ HEADLINES ______________ */
/* -------------- column two -------------- */
h3 { color: #FC0; font: bold 14px/normal Verdana, Arial, Helvetica, sans-serif; margin: 0px 0px 0px 0px; padding: 0px; border-bottom: 1px solid #CCCCCC; }
h4 { color: #999; font: bold 14px/normal Verdana, Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; }
h5 { color: #F60; font: bold 14px/normal Verdana, Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; }

/* _______2_______ IMAGES ______________ */
.image_aligned_left{	margin:0 1em 1em 0; }
.image_aligned_right{	margin:0 0 1em 1em; }
.image_padded_border { padding:1px; border:1px solid red;}

/* _______3_______ FONT SIZES ______________ */
.txt_pixels_10 { font-size: 10px }
.txt_pixels_11 { font-size: 11px }
.txt_pixels_12 { font-size: 12px }
.txt_pixels_13 { font-size: 13px }
.txt_pixels_14 { font-size: 14px }
.txt_pixels_15 { font-size: 15px }

/* _______4_______ FONT COLORS ______________ */
.txt_color_green_sea { color: #20B2AA;}
.txt_color_yellow { color: #FF0;}
.txt_color_orange_light { color: #FC0;}
.txt_color_orange_dark { color: #F90;}
.txt_color_black { color: #000000;}
.txt_color_white { color: #ffffff;}
.txt_color_grey { color: #999999;}
.txt_color_blue { color: #36C;}
.txt_color_red { color: #F00;}


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

.mceContentBody a {color: #fda62f !important; text-decoration: underline !important;}
.mceContentBody a:link, a:link  {color: #fda62f; text-decoration: underline;}
.mceContentBody a:active, a:active { color: #0074bf; text-decoration: underline;}
.mceContentBody a:visite, a:visited { color: #CCC; text-decoration: underline;}
.mceContentBody a:hover, a:hover { color: #fff; text-decoration: none;}


/* _______6_______ LISTS ______________ */
.mceContentBody ol { margin-left: -5px; padding-left: 0px; margin-top: 5px;}
.mceContentBody ol li { padding-bottom: 5px; margin-left: 40px; line-height: 115%; font-size: 100%; color: #FC0;}
.mceContentBody ul { margin-left: -5px; padding-left: 0px; list-style: circle; margin-top: 5px;}
.mceContentBody ul li { padding-bottom: 5px; margin-left: 40px; line-height: 115%; font-size: 100%; color:#F90;}


#column_two ol { margin-left: -5px; padding-left: 0px; margin-top: 5px;}
#column_two ol li { padding-bottom: 5px; margin-left: 40px; line-height: 115%; font-size: 100%; color: #FC0; }
#column_two ul { margin-left: -5px; padding-left: 0px; list-style: circle; margin-top: 5px;}
#column_two ul li { padding-bottom: 5px; margin-left: 40px; line-height: 115%; font-size: 100%; color:#F90; }








