/*** art.css ***/

/* CENTER PILLS *begin*, FROM: http://stackoverflow.com/questions/7165423/twitter-bootstrap-center-pills */

.centered-pills { text-align:center; }
.centered-pills ul.nav-pills { display:inline-block; }
.centered-pills li { display:inline; }
.centered-pills a { float:left; }
* html .centered-pills ul.nav-pills { display:inline; } /* IE6 */
*+html .centered-pills ul.nav-pills { display:inline; } /* IE7 */

/* CENTER PILLS *end* */

/* KEEP IN SYNCH WITH "h1, h2 { }" IN ""BASIC.CSS"!!! */
.art-brand-contact {
	font-family: "Trebuchet MS", Verdana, sans-serif;
        font-weight: bold;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
        font-size: 30px !important; /* not sure why "!important" is needed */
}

a.art-brand-mailto {
    /* color: #2277dd; */ /* same as color of inactive pill text */
    font-size: 18px;
}

a.art-brand-mailto:link, a.art-brand-mailto:visited {
    color: #2277dd; /* same as color of inactive pill text - for OUR menu we ONLY use active color */
    text-decoration: underline;
}

a.art-brand-mailto:hover {
    color: #0088cc; /* same as color of active pill text - for OUR menu we ONLY use active color */
    text-decoration: none;    
}



.art-brand {
    color: #ff3399;
    text-shadow: 0 1px 0 #ffffff;
    font-size: 42px;
}

/* "Sculptor" */
.art-brand-sub {
    font-style: italic
}

.art-brand-position {
    position: absolute;
    left: 53%;
    top: 8%;
    padding: 0;
    z-index:75000;
}

/***
.pause-play-position {
    position: absolute;
    left: 52%;
    top: 10px;
    padding: 0;
    z-index:75000;
}
***/


.art-brand-hr {
    margin-left: 0px;
    margin-right: auto;
    width: 450px;
    height: 6px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #0088cc;  /* same as color of background of active pill */
    border-right-color: #0088cc;
    border-bottom-color: #0088cc;
    border-left-color: #0088cc;
    background-color: #0088cc;
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-width: 1px;
}

.art-brand-line-height {
    line-height: 100%;
}



.art-nav-pills {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.art-paragraph  {
    color: rgb(85, 85, 85);
    font-size: 16px;
}

dt {
    font-size: 16px;
}

dd {
    font-size: 14px;
}

dd > ul {
    font-size: 12px;
}

div.art-frame, table.art-frame  {
    background-color: white;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 5px;	
    padding-bottom: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

img.art-image-frame {
    border: 1px solid #ccc;
}


.preview {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    //font-style: italic;
    color: black;
    background-color:#FFFF00; /* yellow background (highlight) */
}