/* 
==================================================================================================
Copyright: Zocoloco Studios 2010, http://www.zocoloco.com | All Rights Reserved | zocoSites v3.0
==================================================================================================

theme name: atfunion
theme URI: http://www.zocoloco.com/
description: theme designed for ABQ Teacher's Federation
version: 3.0
author: elaine montoya
author URI: http://www.zocoloco.com/
style sheet: editor.css
style sheet description: styles inline TinyMCE editor
   to use, must link this stylesheet in Farcry's editor config: content_css : "/skinatfunion/includes/css/editor.css,

*/


/* tiny mce image styles
---------------------------------------------------------- */
img.floatLeft { 
    float: left; 
    margin-right: 12px;
		margin-bottom: 12px;
}

img.floatRight { 
    float: right; 
    margin-left: 12px;
		margin-bottom: 12px;
}

/* atfunion colors
---------------------------------------------------------- */
.atfRed {color: #ff0000;opacity:1.0;filter:alpha(opacity=100);}
.atfDarkRed {color: #930b29;opacity:1.0;filter:alpha(opacity=100);}
.atfYellow {color: #ebb700;opacity:1.0;filter:alpha(opacity=100);}
.atfOrange {color: #ff6000;opacity:1.0;filter:alpha(opacity=100);}
.atfGreen {color: #ced64b;opacity:1.0;filter:alpha(opacity=100);}
.atfDarkGreen {color: #727717;opacity:1.0;filter:alpha(opacity=100);}
.atfDarkestGreen {color: #727717;opacity:1.0;filter:alpha(opacity=100);}
.atfBlack {color: #000000;opacity:1.0;filter:alpha(opacity=100);}
.atfWhite {color: #ffffff;opacity:1.0;filter:alpha(opacity=100);}
