/* /////// ------- CONTENT.CSS ------- \\\\\\\ */
/*
	Author(original):	Chad Fontaine @ Chameleon Creative
	Author URI:		http://www.chameleoncreative.com/
	Version:		3.0
	Last Revision:	May 12 2011
	Revised Made By:	Chad Fontaine
	Project:		-------------
	Description:	Styles available in the Drupal content editor(tinyMCE) For general font / content styling only. No semantical layout addressed here.
*/

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

/* _______0_______ GENERAL ______________ */
.none {}
hr { border:none; border-top: 1px solid #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 {}

#column_one blockquote { line-height:normal; padding: 10px; background: #f3f3f3; border:#d0d0d0; color:#890002; margin: 5px; }
#column_two blockquote, .mceContentBody blockquote { line-height:normal; padding: 10px; background: #f3f3f3; border:#d0d0d0; color:#890002; }
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:613px;} 



/* _______1_______ HEADLINES ______________ */
h1 { color:	#ffffff; font: bold 20px/normal "Times New Roman", Times, serif; margin: 8px 25px 0px 0px; padding: 0px 0px 0px 0px; text-transform:uppercase; /*letter-spacing:-1px;*/ }
h2 { color:	#333; font: bold 14px/14px Verdana, Geneva, sans-serif; margin: 0px 0px 12px 0px; padding: 0px 0px 0px 0px; border-bottom: #333;}
h3 { color: #940000; font: bold 14px/14px Verdana, Geneva, sans-serif; margin: 0px 10px 0px 0px; padding: 0px 0px 0px 0px;}
h4 { color: #333; font: bold 12px/12px Verdana, Geneva, sans-serif; margin: 0px 0px 8px 0px; padding: 0px 0px 0px 0px;}
h5 { color: #940000; font: bold 10px/10px Verdana, Geneva, sans-serif; margin: 0px 0px 6px 0px; padding: 0px 0px 3px 0px; border-bottom: #940000;}

/* _______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;}

.img_rounded {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 	
-webkit-box-shadow: 0px 0px 5px 5px #ccc;
-moz-box-shadow: 0px 0px 5px 5px #ccc;
box-shadow: 0px 0px 5px 5px #ccc; 
background:#fff;
}


/* _______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_red { color: #940000; }


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

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


/* _______6_______ LISTS ______________ */
#column_one ul, #column_two ul, .mceContentBody ul { list-style: disc; margin-top: 5px; margin-left: 10px; padding-left: 5px; color: #770202; }
#column_one ul li, #column_two ul li, .mceContentBody ul li { padding-bottom: 2px; margin-left: 10px; }

#column_one ol, #column_two ol, .mceContentBody ol { margin-top: 5px; margin-left: 25px; padding-left: 5px; }
#column_one ol li, #column_two ol li, .mceContentBody ol li {  padding-bottom: 2px; color: #333; }



