/*---- ADMIN CSS SETTINGS ----- */

/* small-font-button */
.small-font-button, .small-font-button-auto{
	float:none;
	display:inline-block;
	text-align:center;
	background:#e9f2cd; /*#f6e09d; /*orange;*/
	padding:5px;
	width:200px;
	border: 1px solid rgba(252,166,96,0.9);
}
.small-font-button-auto {
	font-size:14px;
	font-weight:bold;
	background:#d4f2cd; /* light green */
	width:auto;
	padding:0 10px 0 10px;
	margin:5px;
}
.small-font-button:hover, .small-font-button-auto:hover{
	background:#f6e09d; /* light orange ;*/
}
.small-font-button a{
	font-size:15px;
	font-weight:bold;
}

/* begin Button */
.art-button-wrapper .art-button
{
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #E7EEEE !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 26px;
  height: 26px;
  margin: 0;
  padding: 0 11px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.art-button img, .art-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.art-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .art-button-wrapper
{
  display: block;
  float: left;
}

art-button-wrapper.hover .art-button, .art-button:hover
{
  color: #2B393B !important;
  text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
  color: #E1F1F4 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 78px;
  margin: 0;
  padding: 0;
  background-image: url('images/artis/button.png');
}

/* begin PostBullets */
.art-post h4 {
	font-family:  "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 15px;
	font-weight:bold;
	color: #2E6D7A;
}
.art-post ol
{
  color: #111717;
  margin: 1em 0 1em 2em;
  padding: 0;
  margin-left: 12px;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 125%;
  list-style-position: inside;
}

.art-post ul
{
  color: #111717;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 125%;
  margin-top:0px;
  padding-top:0px;
}
.art-post li
{
  list-style-type:none;
  padding: 0 0 0 26px;
  line-height: 1.25em;
  margin: 0.2em 0;
}

.art-post ol li, .art-post ul ol li
{
  background: none;
  padding-left: 0;
}

.art-post ul li, .art-post ol ul li
{
  z-index: 1000;
  background-image: url('../images/artis/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 26px;
  font-size:13px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}


/* end PostBullets */


/* DESKTOPS */
@media ( max-width :991px) {	
}
@media ( min-width :781px) {
}

/* NOTEBOOKS */
@media (max-width: 780px) {
}

@media (max-width: 580px){
}
/* CELL */
@media (max-width: 480px) {
}	

	
