/* /////// ------- 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:#bfa588; }
em { width:90%; color:#666666;/*display:block;*/}
html { font-size:100%;	min-height:101%;}
body { color:#000; font: 12px Verdana, Arial, Helvetica, sans-serif;}
strong, b {}
#column_one blockquote { line-height:normal; padding:0px; margin:0px 15px;}
#column_two blockquote { line-height:normal; padding:0px; margin:0px 25px;}
p {}

#column_one { color:#000; font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif; }
#column_two, .mceContentBody { color:#000; font: normal 12px/normal Verdana, Geneva, sans-serif;}
.mceContentBody { background: #fff; width:540px; margin-left: 15px;} 

#header_intro p { font:normal 14px/16px Arial, Helvetica, sans-serif; color:#fff; padding:0px; margin: 20px 35px 0px 20px;}

/* _______1_______ HEADLINES ______________ */
h1 { color: #6d0d2c; font: bold 18px/normal Verdana, Geneva, sans-serif; margin: 0px 0px 30px -15px; padding: 0px 0px 0px 0px; text-transform:capitalize;}
h2 { color: #2e5f86; font: bold 16px/normal Verdana, Geneva, sans-serif; margin: 0px 0px 5px -15px; padding: 0px 0px 0px 0px; }
h3 { color: #aa140c; font: bold 14px/normal Verdana, Geneva, sans-serif; margin: 20px 0px 0px 0px; padding: 0px 0px 0px 0px; }
h4 { color: #999999; font: bold 14px/normal Verdana, Geneva, sans-serif; margin: 0px 0px 3px 0px; padding: 0px 0px 0px 0px; }
h5 { color: #000000; font: bold 14px/normal Verdana, Geneva, sans-serif; margin: 0px 0px 3px 0px; padding: 0px 0px 0px 0px; border-bottom: 1px solid #999;}

/* -------------- COLUMN ONE -------------- */
#column_two h2 { color: #7fY4j8/*ab86de*/; font: bold 12px/normal  Verdana, Geneva, sans-serif; margin: 0px 0px 5px 0px; padding: 0px 0xp 0px 0px; }
#column_two h3 { color: #c8aa43; font: bold 14px/normal  Verdana, Geneva, sans-serif; margin: 0px 0px 3px 0px; padding: 0px 0xp 0px 0px; }


/* _______2_______ IMAGES ______________ */
a img { border: none; }
/*.mceContentBody img, #column_two img { background:#aa140c; padding:2px; border: 1px solid #2e5f86;}*/
.image_aligned_left{	margin:3px 10px 3px 0px; float:left;}
.image_aligned_right{	margin:3px 0px 3px 10px; float:right;}




/* _______3_______ FONT SIZES ______________ */
.txt_percent_70 { font-size: 70%; }
.txt_percent_80 { font-size: 80%; }
.txt_percent_90 { font-size: 90%; }
.txt_percent_110 { font-size: 110%; }
.txt_percent_120 { font-size: 120%; }
.txt_percent_130 { font-size: 130%; }

/* _______4_______ FONT COLORS ______________ */
.txt_color_black { color: #000000; }
.txt_color_white { color: #ffffff; }
.txt_color_orange_dark {color: #853b1a;}
.txt_color_blue_dark {color: #1b2e3c;}
.txt_color_blue_light {color: #396d94;}
.txt_color_gold {color: #c8aa43;}
.txt_color_purple_dark {color: #6e43ab;}
.txt_color_purple_light {color: #ab86de;}


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

.mceContentBody a {color: #2e5f86 !important; text-decoration: underline !important;}
.mceContentBody a:link, a:link  {color: #2e5f86; text-decoration: underline;}
.mceContentBody a:active, a:active { color: #2e5f86; text-decoration: underline;}
.mceContentBody a:visite, a:visited { color: #2e5f86; text-decoration: underline;}
.mceContentBody a:hover, a:hover { color: #aa140c; text-decoration: none;}


/* _______6_______ LISTS ______________ */
#column_one ol, .mceContentBody ol { margin-left: -5px; padding-left: 0px; margin-top: 5px;}
#column_one ol li, .mceContentBody ol li { padding-bottom: 5px; margin-left: 40px; line-height: 100%; font-size:100%; color: #2e5f86; }
#column_one ul, .mceContentBody ul { margin-left: -5px;  padding-left: 0px; list-style: circle; margin-top: 5px;}
#column_one ul li, .mceContentBody ul li { padding-bottom: 5px; margin-left: 40px; line-height: 120%; font-size: 100%; color:#aa140c; }