* {
    padding: 0;
    margin: 0;
    border: 0;
} /* Override defaults for all tags. */

body,html {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    margin: 0;
    color: #000;
    background-color: #fff;
    text-align: center; /* Centers the design in old IE versions */
}

#content {
    width: 902px;
    text-align: left;
    margin: 0 auto;
}

a {
    color: #CE0000;
    text-decoration: none;
}

input.inp-text {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 11px;
    background-color: white;
    color: #CE0000;
    border: 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 1px 0 1px 0;
}

.article .text a:visited {
    color: #666;
}

.article {
    width: 900px;
    position: relative;
}

.article-text {
    position: relative;
    float: left;
    display: inline; /* IE6 double margin bug */
    width: 400px;
    margin-left: 63px;
    vertical-align: top;
    /*background-color: red;*/
}

.article-pictures {
    width: 385px;
    float: right;
    vertical-align: top;
    /*background-color: green;*/
    /*margin-left: 150px;*/
}

.article-pictures .picture {
    position: relative;
    margin-left: 30px;
}

.article-pictures .description {
    margin-top: 5px;
    font-size: 9px;
    margin-bottom: -5px;
    line-height: 1.6em;
}

.article .mainTitle {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: normal;
	color: #C40000;
	padding-bottom: 23px;
}

.article .title {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	color: #C40000;
	padding-bottom: 5px;
}

.article .date {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
	line-height: 1.5em;
    color: #000000;
	padding-bottom: 5px;
}

.article .text {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 0px;
	color: #000000;
	line-height: 19px;
	padding-top: 4px;
}

.article .h1 {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	color: #C40000;
//	padding-bottom: 5px;
}

.artistlist-letters {
    padding-bottom: 22px;
}

.artistlist-name a {
    color: black;
}

.artistlist-name {
    padding-bottom: 6px;
}

.artistlist-name a:hover {
    color: #CE0000;
}

.search-results {
    width: 900px;
    position: relative;
}

.search-results-text {
    position: relative;
    float: left;
    display: inline; /* IE6 double margin bug */
    width: 800px;
    margin-left: 63px;
    vertical-align: top;
}

.search-results .page {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	color: #C40000;
	padding-bottom: 0px;
}

.search-results .entry {
    padding-bottom: 10px;
}

.search-results .title {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	color: #C40000;
	padding-bottom: 1px;
}

.search-results .text {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 0px;
	color: #000000;
	line-height: 19px;
	padding-top: 0px;
}

#footer {
    color: #aaa;
    font-size: 11px;
    line-height: 1.7em;
}
#footer a {
    color: #aaa;
}
#footer a:hover {
    color: #666;
}
