
/* Basic Styles for the Main Content Area to Influence User-supplied Content */
/* Styles Specifically for the Generic CONTENT Page */

/* Note: Changes HERE must be duplicated in config/content_cute.css  */

/* Here are the Cute Editor Pulldown Styles  */

#cute_editor .red {
    color: #AA0022;
}

#cute_editor .blue {
    color: #244061;
}

#cute_editor .turquoise {
    display: block;
    background-color: #3183AB;
    color: white !important;
    padding: 1px 2px 1px 2px;
}

#cute_editor .tiny12 {
    font-size: 12px !important;
}

#cute_editor .tiny11 {
    font-size: 11px !important;
}

#cute_editor .tiny10 {
    font-size: 10px !important;
}
/* End of Pulldown Styles */

#cute_editor, #cute_editor h1, #cute_editor h2, #cute_editor h3, #cute_editor h4, #cute_editor h5, #cute_editor h6,
#cute_editor p, #cute_editor input, /* #cute_editor a,*/ #cute_editor table, #cute_editor form {
    /*	padding:0;
	margin:0;
	border:none;
	
*/
    /*padding-left:0;
	padding-right:0;*/
    /*	text-align:inherit; Destroys align="center" */
    /*font-weight:normal;*/
    font-family: Verdana, Geneva, sans-serif;
    /*color:inherit;
	font-size:13px;
	font-style:normal;
	text-transform:none;
	text-decoration:none;
	letter-spacing:normal;
	word-spacing:0;
	line-height:1.3;
	vertical-align;baseline;*/
}

    #cute_editor h2 a { /* Override WHITE color coming from Platform */
        color: #244061;
        font-size: inherit;
    }

#cute_editor {
    padding: 3px 15px 10px 15px;
    color: #244061;
}

    #cute_editor p {
        margin-left: 0px;
    }

    #cute_editor .margin { /* extra top margin for announcements 2 to last */
        margin-top: 15px;
    }

    #cute_editor h5.wow_posted {
        font-weight: normal;
        font-size: 11px;
        margin-top: 0px;
    }

#cute_editor {
    margin-top: 3px;
}

    #cute_editor h1 {
        font-weight: bold;
        /* text-align:center; */
        line-height: 20px;
        font-size: 16px;
        font-style: normal;
        padding: 0;
        margin: 0px 0 6px 0;
    }

    #cute_editor h2 {
        font-weight: bold;
        /* text-align:center; */
        line-height: normal;
        font-size: 14px;
        font-style: normal;
        padding: 0;
        margin: 10px 0 4px 0;
    }

    #cute_editor h3,
    #cute_editor h4,
    #cute_editor h5 {
        /* color:#AA0022; */
        font-weight: 501;
        /* text-align:left; */
        line-height: 13px;
        font-style: normal;
        padding: 0;
        margin: 7px 0 5px 0;
    }

    #cute_editor h3 {
        font-weight: bold;
    }

    #cute_editor h5 {
        text-decoration: underline;
    }

        #cute_editor h5.wow_posted {
            text-decoration: none;
        }

    #cute_editor h2.wow_header {
        margin-bottom: 2px;
    }

    #cute_editor h6 {
        margin: 7px 0 5px 0;
        font-weight: bold;
        color: #AA0022;
        text-align: center;
        font-size: 9px;
    }

    #cute_editor a {
        text-decoration: underline;
    }

        #cute_editor a:hover {
            color: #AA0022;
        }

/*	Story Directory Styles. Used in WOW II for content.php.  Also for Narratives (future). */
div#story {
    margin-top: 10px;
}

body.ie7 div#story {
    /*	 zoom:1;  */
    margin-left: -1px;
}
/*
#story, #story p {
	font-size:11px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding-left:0px;
}
#story div.story_section {
	display:block;
	float:right;
	clear:right;
	width:100%;
	border-left:black 1px solid;
}
*/
body.ie7 #story div.story_section {
    margin-left: 0px;
}

#story h2 {
    background-color: #3183AB;
    color: #FFFFFF;
    margin: 0px 0 4px 0;
    padding-bottom: 3px;
    text-transform: uppercase;
}

#story h5 { /*Used right below the main heading stinger */
    color: #AA0022;
    text-align: center;
    font-size: 11px;
    padding: 0 0 0 0;
    margin: px 12px 3px 12px;
    position: relative;
    top: -5px;
}

#story h6 {
    color: #AA0022;
    color: #003366;
    text-align: justify;
    font-size: 11px;
    padding: 0 0 0 0;
    margin: 3px 12px 3px 12px;
}

#story p.sec_narrative {
    text-align: center;
}

#story ul.story_row {
    border: medium none;
    font-size: 11px;
    list-style-type: none;
    margin: 5px 20px 0 0;
    padding: 0;
    font-family: inherit;
}

#story li {
    color: #003366;
    font-weight: 500;
    margin: 0 0 3px 0;
}

    #story li a {
        color: #AA0022;
        font-weight: 500;
    }

        #story li a:hover {
            color: #003366;
            font-weight: 500;
        }

    #story li.story_narrative, #story li.story_narrative p, #story li.story_narrative P {
        color: #003366;
    }

#story img.left {
    float: left;
    margin-left: 12px;
    margin-right: 8px;
}

#story li img.left {
    margin-left: 0px;
}

#story img.right {
    float: right;
    margin-left: 8px;
    margin-right: 12px;
    margin-bottom: 10px;
}

body.ie7 #story li.story_narrative ul li {
    margin-left: 42px;
}

#story li.story_narrative ul {
    margin-bottom: 0px;
}
