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



/* _______1_______ HEADLINES ______________ */
h1 { color:#74742f; font-size:18px; font-weight:bold; margin: 0px -30px 10px -15px; padding: 0px 0px 0px 0px; text-transform: capitalize; padding-right:230px; line-height:1.2;}
h2 { color:#003a46; font-size:16px; font-weight:bold; margin: 15px -30px 0px -10px; padding: 0px 0px 0px 0px;}

h3 { font-size: 16px; font-weight: bold; margin: 15px 0px 6px -10px; padding: 0px; border-bottom: 1px solid #857651; color: #857651; }
h4 { font-size: 14px; font-weight: bold; margin: 10px 0px 0px 0px; padding: 0px; color: #000; }
h5 { font-size: 14px; font-weight: bold; margin: 10px 0px 0px 0px; padding: 0px; color: #514529; }

#column_two h4 { color: #fff; }

/* _______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_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: #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: #74742f; text-decoration: underline;}
#column_two a {color:#6CC; text-decoration: underline;}
#column_two a:hover {color:#C60; }

.mceContentBody a {color: #74742f !important; text-decoration: underline !important;}
.mceContentBody a:link, a:link  {color: #74742f; text-decoration: underline;}
.mceContentBody a:active, a:active { color: #74742f; text-decoration: underline;}
.mceContentBody a:visited, a:visited { color: #74742f; text-decoration: underline;}
.mceContentBody a:hover, a:hover { color: #000; 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: #0074bf; }
#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%; }
#column_one ol li, .mceContentBody ol li { padding-bottom: 2px; margin-left: 10px; color: #0074bf; }

#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%; }


