/*** COMMON ***/

.body .content {color:#000;}

/* PAGER */

div.pager_bar {
    border-top:1px solid #924735;
    border-bottom:1px solid #924735;
    margin-left:auto;
    margin-right:auto;
    width:95%;
}

div.pager_bar table {
    margin-left:auto;
    margin-right:auto;
}

div.pager_bar table td,
div.pager_bar table th {
    color:#666666;
}

/*** NEWS ***/

table.news {
    width:100%;
    border:none;
    border-collapse:collapse;
}

table.news thead  th {
    text-align:left;
    font-weight:normal;
    font-size:1.25em;
    border-bottom:1px solid #924735;
    padding-left:20px;
    padding-bottom:2px;
}

table.news thead td {
    font-size:0.7em;
    color:#666666;
    width:100%;
}

table.news thead td.buttons {
    text-align:right;
    white-space:nowrap;
}

table.news thead td a {
    color:#666666;
}

table.news tbody td {
    padding-top:20px;
}

/*** GIGS ***/

table.gigs  {
    width:100%;
    border-collapse:collapse;
}

div.gigs  {
    margin-left:auto;
    margin-right:auto;
    width:80%;
    border-bottom:1px solid #924735;
    margin-bottom:20px;
}

div.gigs table {
    width:100%;
}
div.gigs table td {
    width:20%;
    text-align:center;
    vertical-align:bottom;
}
div.gigs table th {
    width:60%;
    color: #924735;
    font-size:1.3em;
    text-align:center;
}


table.gigs thead th {
    font-size:1.1em;
    text-align:left;
    padding-left:20px;
}
table.gigs thead td {
    text-align:right;
}

table.gigs tbody th {
    color:#666666;
    font-weight:normal;
    text-align:left;
    border-bottom:1px solid #924735;
}

table.gigs tbody td {
    vertical-align:top;
}

table.gigs td.info {
    text-align:center;
}

table.gigs td.info a {
    text-decoration:none;
}
table.gigs td.info a {
    color:#666666;
    font-weight:normal;
}
table.gigs td.info a.highlight {
    color:#924735;
    font-weight:bold;
}

table.giginfo {
    width:100%;
}

table.giginfo thead td {
    color:#666666;
    border-bottom:1px solid #924735;
}

table.giginfo dt {
    color:#924735;
    font-weight:bold;
}

/*** BIO ***/

table.bio {
	width:100%;
	border-collapse:collapse;
}

table.bio thead th {
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #924735;
}

table.bio thead td {
	text-align:left;
	color:#666666;
}

table.bio tbody td {
	text-align:left;
}

.pressitemstable {width:100%; margin:0px; border-collapse: collapse;}


/** FLICKR Page**/
#flickrItems {position: relative; width:590px; height:480px;}
.flickrItem {float:left; margin-right: 8px; margin-bottom: 8px;}
