/* 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.wysiwygeditor 
{ 
	background-color: #615D69;
  background-image: url('images/Bottom_texture.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top left; 
  }

body.wysiwygeditor  p
{
  font-family: Tahoma, 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;
}

img
{
  border: 0!important;
}

/* 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 is needed to correct alignment on lists in the  list/links feature */
.linksmodule  ul li { background-position: 0px 7px; }

/* this keeps side bar background images from pushing past the footer in some designs */
.leftside , .rightside{ overflow: hidden;} 


.art-logo h1 a { text-decoration: none;}



