body {
font-family: verdana, arial, sans-serif;
background: #ddd;
font-size: 62.5%;
line-height: 140%;
color: #777;
}

/* General 
-------------------------------- */
.wrap {
/*
background: #fff url(../images/12_col.gif) repeat-y;
*/
background: #fff;
}
.main-wrap {
background: #fff;
padding-bottom: 60px;
padding-top: 30px;
}

/* Header 
-------------------------------- */
.header-wrap {
font-family: verdana, arial, helvetica, sans-serif;
background: #333;
border-bottom: 3px solid #666;
}
.header {
background: #333;
padding-top: 30px;
padding-bottom: 20px;
}
.header .logo h1, 
.header .logo p {
font-size: 2em;
font-family: georgia, serif;
font-weight: normal;
line-height: 100%;
font-variant: small-caps;
letter-spacing: 1px;
}
.header a {
color: #fff;
text-decoration: none;
}
.header a:hover{
text-decoration: underline;
}

/* Main 
-------------------------------- */
.primary a, 
.secondary a, 
.footer a {
color: #777;
text-decoration: none;
border-bottom: 1px solid #ddd;
}
.primary a:hover, 
.secondary a:hover, 
.footer a:hover {
color: #000;
border-color: #000;
}

.artists-list {
margin-bottom: 2.4em;
line-height: 160%;
}

.heading {
font-family: georgia, serif;
font-size: 1.6em !important;
font-weight: normal !important;
color: #999;
padding: 10px 0 7px 0;
border-top: 2px solid #666;
border-bottom: 1px solid #999;
margin: 0 0 15px 0;
}

.entry-intro p {
clear: both;
margin: 5px 0;
}
.entry-intro img {
display: block;
}

.intro-pics {
width: 320px;
margin: 20px 0 0 -20px
}
.intro-pics img {
display: block;
float: left;
margin: 0 0 20px 20px;
}

.entry-body p {
line-height: 160%;
margin-bottom: 1.2em;
}
.entry-body p img {
float: left;
margin: 0 20px 20px -160px;
}

.next-prev {
margin: 30px 0;
}

.sticky {
}
.sticky p, 
.live p {
font-family: georgia, serif;
font-size: 1.6em;
font-weight: normal;
line-height: 120%;
color: #000;
margin-bottom: .3em;
}
.sticky .entry-meta, 
.live .entry-meta {
font-weight: bold;
font-family: verdana, arial, sans-serif;
font-style: normal;
font-size: 10px !important;
color: #777;
margin: 0 0 30px 0;
}

.live {
border-top: 1px solid #ccc;
padding-top: 15px;
}



/* ABOUT, CONTACT */
#contact .secondary ul li, 
#about .secondary ul li {
margin-bottom: 1em;
}
#about .secondary ul li:first-line, 
#contact .secondary ul li:first-line {
font-weight: bold;
}
#contact .main-wrap, 
#about .main-wrap {
padding-bottom:0;
}


/* Footer 
-------------------------------- */
.footer-wrap {
background: #ddd;
border-top: 3px solid #ccc;
}
.footer{
background: #ddd;
}
.footer p {
font-family: georgia, serif;
font-size: 1.2em;
line-height: 140%;
text-align: center;
padding-top: 20px;
padding-bottom: 60px;
font-variant: small-caps;
}
.footer p span {
font-family: verdana, sans-serif;
font-size: 10px;
font-variant: normal;
}
