/***** ARTICLE *****/

#cc-article {
    font-family: Georgia, Times, serif;
    line-height: 1.5em;
}

.node-type-article a.username {
    color: black;
}

#cc-article #content {
    padding: 12px 14px;
    margin: 0;
}

#tinymce,
.node-type-article {
    font-family: Georgia, Times, serif;
    font-size: 1.0em;
    line-height: 1.5em;
}

.node-type-article #content {
    padding: 15px 10px;
    margin: 0;
}

#tinymce .submitted,
#cc-article .submitted,
.node-type-article .submitted {
    margin: 0;
    font-size: 1.1em;
}

#cc-article h2,
#cc-article h3,
#cc-article .node-title,
#cc-article .submitted {
    font-family: 'Roboto Condensed', Helvetica, Tahoma, Arial, sans-serif;
    line-height: normal;
}

#tinymce h2,
.node-type-article h2 {
    margin: 0.5em 0 1.0em 0;
    font-size: 2.0em;
    font-weight: normal;
    /* color: #212174; */
}

#cc-article h2 {
    margin: 0 0 0.5em 0;
    font-size: 2.0em;
    font-weight: normal;    
}

.node-type-article h2 a {
    text-decoration: none;
}

#tinymce h3,
#cc-article h3,
.node-type-article h3 {
    margin: 1.8em 0 0.4em 0;
    font-size: 1.3em;
    font-weight: normal;
}

#tinymce h4,
#cc-article h4,
.node-type-article h4 {
    margin: 1.8em 0 0.4em 0;
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
}

#tinymce p,
#cc-article p,
.node-type-article p {
    margin: 1em 0;
}

#tinymce a,
#cc-article a,
.node-type-article a {
    color: #212174;
}

#tinymce a:hover,
#cc-article a:hover,
.node-type-article a:hover {
    text-decoration: underline;
}

#tinymce ul,
#tinymce ol,
#cc-article ul,
#cc-article ol,
.node-type-article ul,
.node-type-article ol {
    margin: 0;
    padding: 0 0 0 0px;
}

#tinymce ul,
#cc-article ul,
.node-type-article ul {
    list-style-type: square;
}

ul.tabs {
    list-style-type: none;    
}

#tinymce table,
#cc-article table,
.node-type-article table {
    background-color: #ece9e1;
    margin: 1.2em 0;
}

#tinymce td,
#cc-article td,
.node-type-article td {
    margin: 0;
}

#tinymce thead td,
#cc-article thead td,
.node-type-article thead td {
    background-color: #c1bdb0;
    font-weight: bold;
    padding: 0 4px;
}

#tinymce tbody td,
#cc-article tbody td,
.node-type-article tbody td {
    border-bottom: 1px solid #c1bdb0;
    padding: 2px 4px;   
}

#cc-article img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 100%;
    border: 1px solid #acaaa3;
		height:auto;
}


/***** EDITOR STYLES *****/

.cc-article-float-left {
    float: left;
    padding: 0 20px 20px 0;
}

.cc-article-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

.cc-article-clear {
    clear: both;
}

.cc-article-compact {
    margin: 0.5em !important;
}

.cc-article-image-fixed {
	display: block;
}

.cc-article-image-33 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
    width: 33%;
    max-width: 100%;
}

.cc-article-image-50 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
    width: 50%;
    max-width: 100%;
}

.cc-article-image-66 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
    width: 66%;
    max-width: 100%;
}


.cc-article-image-adaptive {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	display: block;
	max-width: 100%;
}

.cc-article-image-left {
	float: left;
	max-width: 100%;
	padding: 0 20px 20px 0;
}

.cc-article-image-right {
	float: right;
	max-width: 100%;
	margin: 0 0 20px 20px;
}

.cc-article-image-border {
	border: 1px solid #aaa;
}

.cc-article-circle {
    display: inline-block;
    background-color: #ffc24c;
    border-radius: 50px;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    text-align: center;
    font-style: bold;
}
