/* --- begin andreas02.css ---
  an open source xhtml/css website layout by Andreas Viklund 
  (http://andreasviklund.com). Made for OSWD.org, free to use 
  as-is for any purpose as long as the proper credits are given 
  for the original design work. For design assistance and support, 
  contact me through my website or through 
  http://oswd.org/email.phtml?user=Andreas

  Version: 1.0
  (July 27, 2005)

  Screen layout:
*/

body {
  padding: 0;
  margin: 0;
  font: 76% tahoma, verdana, sans-serif;
  background: #919191; /* orig #e0e0e0; (backmost layer) */
  color: #181818; /* orig #303030; */
}

a {
  text-decoration: none;
  color: #105688; /* orig #286ea0; */
}

a:hover {
  text-decoration: underline;
}

#toptabs {
  margin: 10px auto -13px auto;
  font-size: 0.8em;
  width: 760px;
}

#toptabs p {
  text-align: right;
  color: #303030; /* orig #808080; */
}

.toptab {
  padding: 3px 5px 3px 5px;
  margin: 0 0 0 4px;
  text-decoration: none;
  background: #a1a1a1 url(../images/corner2.gif) top right no-repeat; /* orig #f0f0f0 */
  color: #303030; /* orig #808080; */
  border-bottom: 1px solid #919191; /* orig #e0e0e0; */
}

.toptab:hover {
  background: #ababab url(../images/corner2.gif) top right no-repeat; /* orig #fafafa */
  border-bottom: 1px solid #9b9b9b; /* orig #eaeaea; */
  color: #105688; /* orig #505050; */
  text-decoration: none;
}

.activetoptab {
  padding: 3px 5px 3px 5px;
  margin: 0 0 0 4px;
  color: #383838; /* orig #505050; */
  text-decoration: none;
  background: #b0b0b0 url(../images/corner2.gif) top right no-repeat; /* orig #ffffff */
  border-bottom: 1px solid #b0b0b0; /* orig #ffffff; */
}

.activetoptab:hover {
  text-decoration: none;
}

#container {
  margin: 0 auto 15px auto;
  width: 760px;
  padding: 5px 20px 20px 20px;
  background: #b0b0b0; /* orig #ffffff; */
}

#logo {
  margin: 15px 0 0 0;
}

#logo h1 a {
  color: #181818; /* orig #303030; */
}

#logo h1 a:hover {
  text-decoration: none;
}

#navitabs {
  clear: both;
}

.navitab {
  padding: 4px 8px 4px 8px;
  margin: 0 0 4px 0;
  text-decoration: none;
  letter-spacing: 1px;
  background: #919191 url(../images/corner.gif) top right no-repeat; /* orig #e0e0e0 */
  border-bottom: 1px solid #b0b0b0; /* orig #ffffff; */
  border-left: 1px solid #b0b0b0; /* orig #ffffff; */
}

.navitab:hover {
  text-decoration: none;
  background: #818181 url(../images/corner.gif) top right no-repeat; /* orig #d0d0d0 */
}

.activenavitab {
  padding: 4px 8px 5px 8px;
  color: #e7e7e7; /* orig #ffffff; */
  margin: 0 0 5px 0;
  text-decoration: none;
  background: #010101 url(../images/corner.gif) top right no-repeat; /* orig #505050 */
}

.activenavitab:hover {
  text-decoration: none;
}

#desc {
  height: 200px;
  color: #e7e7e7; /* orig #ffffff; */
  padding: 0;
  clear: both;
  margin: 5px 0 0 0;
}

#desc p {
  width: 290px;
  font-size: 1em;
  line-height: 1.3em;
  padding: 0 0 0 15px;
}

#desc h2 {
  padding: 15px 15px 0 15px;
  color: #e7e7e7; /* orig #ffffff; */
}

#desc a {
  color: #e7e7e7; /* orig #ffffff; */
  text-decoration: underline;
}

.desc_home {
  background: #010101 url(../images/front-commission.jpg) top left no-repeat; /* orig #505050 */
}
.desc_upcoming {
  background: #010101 url(../images/front-swans.jpg) top left no-repeat; /* orig #505050 */
}
.desc_blog {
  background: #010101 url(../images/front-dragtime.jpg) top left no-repeat; /* orig #505050 */
}
.desc_photos {
  background: #010101 url(../images/front-commission-victorian.jpg) top left no-repeat; /* orig #505050 */
}
.desc_about {
  background: #010101 url(../images/front-composer.jpg) top left no-repeat; /* orig #505050 */
}

#main {
  width: 590px;
  float: left;
  padding: 0 15px 0 0;
  border-right: 1px solid #818181; /* orig #d0d0d0; */
}

#main h2 {
  margin:0 0 16px;
  font-size:1.7em;
  font-weight:normal;
  letter-spacing:-1px;
  /*color:#505050;*/
}

#main h2 a {
  font-weight:normal;
}

#main h3 {
  margin:0 0 10px;
  font-size:1.5em;
  /*color:#505050;*/
  font-weight:normal;
}

#main h3 a {
  font-weight:normal;
}

#main ul {
  /*margin:0 0 18px 10px;*/
  padding:2px;
}

#main ul li {
  list-style:none;
  margin-bottom:2px;
}

#main ul li a {
  padding:2px;
  font-weight:bold;
}

#main ul ul {
  /*margin:0 0 6px 20px;*/
  font-weight:normal;
}

#main ul.entrylist li {
  list-style: circle;
  /*margin:0 15px 4px 15px;*/
  padding:0;
}

.block {
  background: #a1a1a1; /* orig #f0f0f0; */
  padding: 15px;
}

.splitcontentleft {
  float:left;
  width:48%;
}

.splitcontentright {
  float:right;
  width:48%;
}

.fullcontent {
  clear:both;
  float:none;
  width:100%;
}

#sidebar {
  width:140px;
  float:right;
}

#sidebar p {
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0 0 12px 0;
}

.sidelink {
  text-align: left;
  display: block;
  width: 120px;
  background: #a1a1a1 url(../images/corner.gif) top right no-repeat; /* orig #f0f0f0 */
  padding: 3px 4px 3px 8px;
  margin: 5px 10px 5px 0;
}

.sidelink:hover {
  background: #919191 url(../images/corner.gif) top right no-repeat; /* orig #e0e0e0 */
  text-decoration: none;
}

#footer {
  clear: both;
  background: #ababab; /* orig #fafafa; */
  color: #303030; /* orig #808080; */
  font-size: 0.9em;
  padding: 8px 0 8px 0;
  border-top: 1px solid #818181; /* orig #d0d0d0; */
  border-bottom: 1px solid #818181; /* orig #d0d0d0; */
  text-align: center;
}

#footer a {
  color: #303030; /* orig #808080; */
}

h1 {
  margin: 0 0 20px 0;
  font-size: 2.1em;
  font-weight: normal;
}

h2 {
  margin: 0 0 20px 0;
  font-size: 1.6em;
  font-weight: normal;
}

h3 {
  margin: 20px 0 10px 0;
  font-size: 1.4em;
  font-weight: normal;
}

p {
  margin: 0 0 15px 0;
  line-height: 1.5em;
  text-align: left;
}

.right {
  text-align: right;
}

a img {
  border: 0;
}

.photo {
  padding: 5px;
  display: block;
  margin: 0 auto 15px auto;
  background-color: #a1a1a1; /* orig #f0f0f0; */
}

.photoleft {
  padding: 5px;
  display: block;
  margin: 0 auto 15px auto;
  background-color: #a1a1a1; /* orig #f0f0f0; */
  float: left;
}

.photoright {
  padding: 5px;
  display: block;
  margin: 0 auto 15px auto;
  background-color: #a1a1a1; /* orig #f0f0f0; */
  float: right;
}

.photoblock {
  padding: 5px;
  display: block;
  margin: 0 auto 15px auto;
  background-color: #a1a1a1; /* orig #f0f0f0; */
}

.photoblockleft {
  padding: 12px;
  display: block;
  margin: 0 auto auto auto;
  background-color: #a1a1a1; /* orig #f0f0f0; */
  float: left;
}

.photoblockright {
  padding: 12px;
  display: block;
  margin: 0 auto auto auto;
  background-color: #a1a1a1; /* orig #f0f0f0; */
  float: right;
}

.hide {
  display: none;
}

/* --- Searchbar styles --- */

.searchbar {
  margin:5px 0 15px;
}

.searchbar form fieldset {
  margin-left:8px;
  border:0 solid;
}

.searchbar .s {
  width:110px;
  margin:0 5px 0 0;
  padding:2px;
  border:1px solid #aaaaaa;
}

.searchbar .searchbutton {
  width:30px;
  padding:2px;
  border:1px solid #aaaaaa;
  font-size:0.9em;
  text-align:center;
}

/* --- Special Text Colors --- */

.postdate {
  color: #8f2b13; /* Brown */
}

.highlight {
  color: #8f2b13; /* Brown */
}

/* --------------------------- */

.blue {
  color: #105688;
}

.brown {
  color: #8f2b13;
}

.gold {
  color: #dac505; /* orig cwk #f2dd1d; */
}

.bluesidepanel {
  color: #424980;
}

.bluefooter {
  color: #1a2256;
}

.bluedark {
  color: #171c46;
}

.bluebr {
  color: #171c46;
}

.bluelt {
  color: #868dc0;
}

.graylt {
  color: #cccccc;
}

.gray5 {
  color: #555555;
}

.graydark {
  color: #777777;
}

.lime {
  color: #35fd43;
}

.orange {
/*
  color: #ff4e00;
*/
  color: #ef3e00; /* orig cwk orange; */
}

/* --- end andreas02.css --- */
