<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* overrides for Artisteer you should not modify the files exported from Artisteer such as style.css, you can override things as needed here or in stylemojo.css */

/* this is needed because the artisteer buttons otherwise looke enabled even when disable */
input.art-button[disabled="disabled"] { background-color: #ccccff !important; color: #9999cc !important; }

/* this keeps the background images out of the editor and dialog pages */
body.dialogpage ,
body.filedialog
{
	background-color: white;
	background-image: none;
	font-size: 12px; 
}

body.help-page
{
	color:black;
	background-color: white;
	background-image: none;
	
}

body.wysiwygeditor  
{
background-image: none;
background-color: #363636;
min-width: 100px;
}


body.wysiwygeditor  p
{
	font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  margin: 12px 0;
 
}

body.wysiwygeditor ul li
{
  text-decoration: none;
  line-height: 125%;    
  padding: 0 0 0 13px;
  margin-left:20px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}

body.wysiwygeditor  h1 { font-size:28px; }
body.wysiwygeditor  h2 {font-size :24px;}
body.wysiwygeditor  h3 { font-size: 22px; }
body.wysiwygeditor  h4 { font-size: 18px; }
body.wysiwygeditor  h5 { font-size: 16px; }

body { overflow-x:hidden;  }
form { height:100%; }

img
{
  border: 0!important;
}

.art-content-narrow {
  position: relative;
  z-index: 1;   
}

/* this is needed if your center headings have an icon, otherwise remove it */
h2.moduletitle {  background:url('images/postheadericon.png') no-repeat; background-position:left;  padding-left:35px;  }

/* this keeps side bar background images from pushing past the footer in some designs */
.leftside , .rightside{ overflow: hidden;} 

/* this is needed to correct alignment on lists in the  list/links feature */
.linksmodule  ul li { background-position: 0px 7px; }

/* for some reason with this design the margins did not come out right, possibly because it was upgraded from Artisteer 2.4
this solves it, but if you use this is a starting point for your own design you probably should remove this */
.leftside { padding-left: 10px;}
.rightside { padding-right: 10px;}


.topnav,
a,
a:link,
a:visited,
a:hover
{
  color: #C4C4C4;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
}

.art-footer-body .art-rss-tag-icon
{
  position: absolute;
  left:   19px;
  bottom:15px;
  z-index:1;
}


</pre></body></html>