/* when using the search form, need to add 
* <jdoc:include type="modules" name="user9" />
* to the template index.php file below the user3 
* element that already exists
*/

body{
	padding-top: 2px;
}

.search {
    text-align: left;
    height: 0;
    width: auto;
    position: absolute;
    top: 179px;
    z-index: 1000;
    float: right;
    margin: 0;
    margin-right: 4px;
    right: 12px;
    clear: none;
    display: inline;
}

#mod_search_searchword
{
    color: #444860;
}

.search .inputbox {
    background:#FFFFFF url(search.png) no-repeat scroll 1% center;
    border-color:#fff -moz-use-text-color -moz-use-text-color #CCCCCC;
    border-style:solid none none solid;
    border-width:1px medium medium 1px;
    background-color: #fefefe;
    max-width:230px;
    width: 172px;
    height: 15px;
    padding-left:18px;
}

.search .inputbox:focus{
    background-color: #FEF8BA;
}

BR { 
    clear: left 
}

.artistlistbord, .artistlistbordlight {
    background-color: #FFF;
    border:1px solid #C4CDE4;
    margin-bottom: 16px;
    margin-right:0;
    padding: 0 12px 12px;
}

.artistlistbordlight {
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 16px;
    background: #F4F7FF url(back.jpg) bottom left repeat-x;
    border: none;  
}

.ticket {
    overflow: hidden;
    margin: 2px 0 2px 20px; 
    margin-bottom: 0px;
    background: #FFFFFF url(ticket-back.jpg) bottom left repeat-x;
    border: 1px solid #96AACC;  
    float: right; 
    clear: right;
    display: inline; 
}

h2.artistlist {
    border-bottom:1px dashed #C0C6D0;
    font-size:1.4em;
    font-weight:bold;
    margin:0.4em 0;
    padding:0.5em 0.3em 0.2em;
}

.art-article .imgright {
    float:right; 
    clear: right;
    padding: 5px; 
    margin: 2px 0 2px 12px; 
    display: inline; 
    background-color: White;
}

.art-article .imgleft { 
    float:left; 
    clear: left;
    padding: 5px; 
    margin: 2px 12px 2px 0; 
    display: inline; 
    background-color: White;
}

div#eventdesc .imgright {
    float:right; 
    clear: right;
    padding: 5px; 
    margin: 2px 0 2px 12px; 
    display: inline; 
    background-color: White;
    overflow: hidden;
}

div#eventdesc .imgleft { 
    float:left; 
    clear: left;
    padding: 5px; 
    margin: 2px 12px 2px 0; 
    display: inline; 
    background-color: White;
    overflow: hidden;
}


.art-article .imgcentered { 
    display: block; 
    padding: 5px;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: White;
}

.art-article img, img.art-article
{
    border: solid 1px #C0C8CC;
    margin: 1em;
}

h2.art-PostHeaderIcon-wrapper {
    border-bottom:1px dashed #C0C6D0;
    font-size:1.4em;
    font-weight:bold;
    margin:0.4em 0;
    margin-top: -6px;
    padding:0.5em 0.3em 0.2em;
}

.art-BlockHeader .t
{
    color: #4C4844;
}

.art-BlockContent p
{
    margin-top: 0;
}

h4
{
    margin:0.3em 0;
    margin-top: 12px;
    color: #F45800;
}

.art-Post, .art-Block
{
    margin-top: 10px;
}

.art-BlockContent-body
{
    margin-top: 2px;
    padding-top: 2px;
}

/* Start tables */

.art-article table, table.art-article
{
    width: 85%;
    padding: 4px;
    margin-top: -6px;
    margin-left: 10px;
    border: none;
    border-left: 1px solid #C0C6D0;
    color: #606A68;
    text-align: left;
}

.art-article table, table.art-article .art-article tr, 
.art-article th, .art-article td
{
    background-color:Transparent;
}

.art-article th, .art-article td
{
    padding-left: 12px;
    padding-bottom: 3px;
    text-align: left;
}

.art-article th
{
    padding-bottom: 4px;
    border-bottom: 1px dashed #C0C6D0;
}


/* hovering over event/venue/type in td*/
.art-article td a:hover {
    color:  #F06818;
}

/* our alternating rows */
.art-article .row1{
    background-color: #fff;
}

.art-article .row2{
    background-color: inherit;
}
/* Finish tables */



.componentheading
{
    color: #F45800;
    margin-top: 6px;
    margin-bottom: 16px;
}

.event_wrapper
{
    _overflow: hidden;
    width: inherit;
    display: inline-block;
    _display: inline-block; /* our old IE hack friends*/ 
    .display:inline-block;/* our old IE hack friends*/
}

.event_wrapper .maintext
{
    font-size: 1.2em;
    color: #606060;
    margin: 10px;
}

.event_wrapper .description
{
    font-size: 1.2em;
    color: #606060;
    background-color: White;
    margin: 10px;
}

.event_wrapper .maintextheader
{
    color: #706860;
    font-size: 1.8em;
    border-bottom: 1px dashed #C0C6D0;
    margin: 10px;
    padding-bottom: 6px;
    margin-bottom: 8px;
    overflow: hidden;
}

.event_wrapper td
{
    background-color: #FDFEFD;
    /*background-color: #FEF6CE;*/
}

.event_wrapper tr
{
    /*add if required*/
}

br:after
{
    display: block;
    clear: both;
    content: " ";
}

.event_wrapper table
{
    /*add if required*/
    margin-bottom: -10px; /* nasty workaround */
    min-width: 571px;
    width: 100% !important;
    border-collapse: collapse; /* end nasty */
    border: 1px solid #C4CDE4;
}