/*
    This File should ONLY have display modifying classes. ie content output formatting
*/
* {
	padding:0;
	margin:0;
}
body {
	background-color: #443533;
}


/*  Generic Joomla stuff dont mess with it unless you really need to

TIP: to make classes show up ONLY in the Editor preceede them with #tinymce

*/
.buttonheading img{ border:0px; /* this is the edit button.*/}
.h3-smallerText{
	font-size:14px;
}
#text_parent.mceEditor {
    left:50px;
    padding-right:105px;
    width:750px;
}
#editor-xtd-buttons {
    margin-top:5px;
}
body.mceContentBody {

}
#tinymce .image-float-right{
    margin-right:2px;
}
#tinymce {
    background-image:none; background-color:#FFF;
}
pre{
	color:#777;
	font-size:10px;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(http://5401north.com/templates/msc-5401northtemplate/images/hdot2.gif) repeat-x top;
}
.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

/*editor styles*/
#tinymce h1{
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.75em;
}
#tinymce h2{
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.5em;
}
#tinymce h3{
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.25em;
}
#tinymce h4{
	font-family: 'Questrial', sans-serif;
	font-size:1.5em;
}
#tinymce h5{
	font-family: 'Questrial', sans-serif;
	font-size:1.25em;
}
#tinymce h6{
	font-family: 'Questrial', sans-serif;
	font-size:1em;
}
#tinymce p{
	font-size:1em;
	color:#666666;
	line-height:1.5em;
	margin-bottom:1.5em;
}
#tinymce ul{
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
	margin-left:1.5em;
}

#tinymce .photoRight{
	float:right;
}
#tinymce .photoLeft{
	float:left;
}