/* /////// ------- 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:		Dec 17 2009
	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_one_pad {font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif; color:#000; }
#column_two_pad, .mceContentBody {color:#000; font: normal 12px/18px Verdana, Geneva, sans-serif;}
.mceContentBody { background: #fff; width:415px;} 



/* _______1_______ HEADLINES ______________ */
h1 { color:#a40600; font: bold 16px/normal Verdana, Geneva, sans-serif; margin: 5px 0px 5px 10px; padding: 0px 0px 0px 0px; text-transform:uppercase;}
h2 { color:#003a46; font: bold 14px/normal Verdana, Geneva, sans-serif; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}

h3 { color: #857651; font: bold 14px/normal Verdana, Geneva, sans-serif; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border-bottom: 1px solid #857651; ; }
h4 { color: #000000; font: bold 12px/normal Verdana, Geneva, sans-serif; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
h5 { color: #514529; font: bold 10px/normal Verdana, Geneva, sans-serif; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

/* _______2_______ IMAGES ______________ */
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;}

/* _______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: #0074bf; text-decoration: underline;}

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


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

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

















