body
  {
  background: #b60c6d url(/images/bg.gif) repeat-y top center;
  font-family: Verdana, sans-serif;
  font-size: 62.5%;
  }

a { color: black; }

h1 { font-weight: normal; margin-bottom: 0.3em; font-size: 2em; }
h2 { font-weight: normal; margin-top: 0px; font-size: 1.6em; }
h3 { margin: 0px 0px 0.8em 0px; font-size: 1.4em; }

form { margin: 0px; padding: 0px; }

img { border: 0px; }

hr { border: 0px; border-top: 2px solid #fcbc86; margin: 15px 0px; }

dt { font-weight: bold; }
dd { margin: 0px 0px 5px 0px; padding: 0px; }

.center { text-align: center; }
.right { text-align: right; }

.even { background: #e6e6e6; }
.odd { background: #f4f4f4; }

#error { background: #CC3333; color: white; padding: 5px 10px; margin-bottom: 20px; }
#message { background: #669966; color: white; padding: 5px 10px; margin-bottom: 20px; }

.error { color: #CC3333; }

#container
  {
  margin: 0px auto;
  width: 926px;
  background: url(/images/content_bg.gif);
  position: relative;
  font-size: 1.2em;
  }

#header
  {
  background: url(/images/top.gif) no-repeat top left;
  height: 80px;
  position: relative;
  }

#public-header
  {
  background: url(/images/top.gif) no-repeat top left;
  height: 100px;
  position: relative;
  }

#logo
  {
  width: 317px;
  height: 47px;
  position: absolute;
  left: 60px;
  top: 18px;
  }

#content
  {
  margin: 60px 375px 20px 60px;
  padding-bottom: 30px;
  color: #444;
  font-size: 0.9em;
  }
  
#content.home
  {
  background: url(/images/stethoscope_bottom.gif) no-repeat top left;
  margin-top: 0px;
  padding-top: 60px;
  margin-left: 20px;
  padding-left: 40px;
  }
#stethoscope-top
  {
  position: absolute;
  width: 74px;
  height: 68px;
  top: 13px;
  left: 21px;
  background: url(/images/stethoscope_top.gif) no-repeat top left;
  }

.sidebar
  {
  display: inline;
  float: right;
  width: 308px;
  }

#header div.sidebar
  {
  margin: 20px 40px 0px 0px;
  background: url(/images/sidebar_top.gif) no-repeat top left;
  height: 60px;
  line-height: 60px;
  }
#logout { float: right; margin: 5px 10px 0px 0px; height: 50px; line-height: 50px; }
#logout a { color: white; text-decoration: none; }
#logout img { vertical-align: middle; }
#welcome { font-size: 1.6em; color: white; margin-left: 10px; }
#paw-top { background: url(/images/paw.gif) no-repeat left 35px; }

#menu
  {
  position: absolute;
  top: 80px;
  left: 41px;
  background: url(/images/menu.gif) no-repeat top left;
  width: 831px;
  height: 42px;
  }
#menu ul { list-style: none; margin: 0px; padding: 0px; }
#menu li { float: left; width: 135px; height: 42px; line-height: 42px; text-align: center; }
#menu li.home { padding-left: 8px;}
#menu li a { display: block; color: white; text-decoration: none; text-transform: uppercase; }
#menu li.home a { padding-left: 20px; }

#sidebar
  {
  margin: 0px 40px 0px 0px;
  background: url(/images/sidebar_bg.gif) repeat-y top left;
  padding-top: 42px;
  }  
#sidebar a { color: white; text-decoration: none; }

#sidebar-gallery
  {
  background: url(/images/paw.gif) no-repeat left -66px ;
  }

#home-snippet { padding: 20px 10px 30px 70px; text-align: right; font-size: 1.2em; }

#network { padding: 0px 10px; margin-bottom: 20px; }
#network h3 { color: white; margin: 0px 0px 15px 0px; font-weight: normal; font-size: 2em; }
.network-item
  {
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  margin-bottom: 5px;
  }
.network-item a { display: block; padding: 5px; }
.network-item a:hover { background: #fecf8d; color: #000 !important; }
#network-item-profile a { background: url(/images/icon_profile.gif) no-repeat right center; }
#network-item-discussions a { background: url(/images/icon_discussions.gif) no-repeat right center; }
#network-item-gallery a { background: url(/images/icon_gallery.gif) no-repeat right center; }

#network-item-profile a:hover { background: #fecf8d url(/images/icon_profile_hover.gif) no-repeat right center; }
#network-item-discussions a:hover { background: #fecf8d url(/images/icon_discussions_hover.gif) no-repeat right center; }
#network-item-gallery a:hover { background: #fecf8d url(/images/icon_gallery_hover.gif) no-repeat right center; }

#gallery-thumb { text-align: center; }
#gallery-thumb img { border: 2px solid white; }
#gallery-controls
  {
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding-right: 20px;
  background: url(/images/sidebar_bottom.gif) no-repeat bottom left;
  padding-bottom: 20px;
  }
#gallery-controls img { vertical-align: middle; margin: 0px 3px; }

#footer
  {
  background: url(/images/bottom.gif) no-repeat bottom left;
  height: 45px;
  clear: both;
  position: relative;
  text-align: center;
  padding-top: 10px;
  font-size: 0.8em;
  font-weight: bold;
  }
#footer a { color: #fcbc86; text-decoration: none; }
#footer span.separator { color: #fcbc86; margin: 0px 10px; }
  
.news-article { margin-bottom: 15px; border-top: 2px solid #fcbc86; position: relative; width: 483px; min-height: 95px; height: auto !important; height: 95px; }
.news-article-more
  {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  font-size: 1.1em;
  background: #fcbc86;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 4px;
  }
.news-article h3 { font-size: 1.3em; margin: 3px 0px 5px 0px; padding: 0px; font-weight: normal; }
.news-article h3 a { color: #444; text-decoration: none; }
.news-article img { float: right; margin: 0px 0px 5px 20px; }
.news-footer { color: #888; margin-top: 3px; }
.news-footer a { color: #888; }

#sponsors
  {
  width: 295px;
  height: 35px;
  position: absolute;
  left: 50px;
  bottom: 60px;
  white-space: nowrap;
  }

/*------ Home Page --------------------------*/

#home-header
  {
  background: url(/images/top.gif) no-repeat top left;
  height: 180px;
  position: relative;
  }
  
#home-header div.sidebar
  {
  margin: 20px 45px 0px 0px;
  background: url(/images/home_sidebar.gif) no-repeat top left;
  color: white;
  height: 160px;
  font-family: "Trebuchet MS";
  }
#signin { font-size: 2.2em; color: white; margin: 10px 0px 0px 20px; }
.login-field { background: #f58220; width: 136px; border: 2px inset #faa61a; color: white; }
#home-header table, #public-header table
  {
  width: 280px;
  border-collapse: collapse;
  margin: 5px 0px 5px 20px;
  }

#home-header div.sidebar-footer
  {
  background: url(/images/home_sidebar_bottom.gif) no-repeat bottom left;
  height: 170px;
  }

#home-logo
  {
  width: 514px;
  height: 154px;
  position: absolute;
  left: 40px;
  top: 25px;
  }
  
#home-content
  {
  margin: 0px 45px 10px 40px;
  position: relative;
  }

#home-welcome
  {
  position: absolute;
  left: 280px;
  top: 120px;
  width: 340px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  }

/*------- Core Stuff -----------------------*/

#discussion-text { padding: 10px; background: #eee; }

.discussion-list { width: 480px; }
.discussion-list thead td { font-weight: bold; }

.discussion-responses { margin: 0px; padding: 0px; list-style: none; }
.discussion-responses li { margin-bottom: 10px; padding: 0px 0px 5px 50px; position: relative; height: auto !import; min-height: 40px; }
.discussion-responses .avatar { position: absolute; left: 0px; top: 0px; border: 1px solid #ccc;  }
.discussion-response-text { padding: 5px; background: #eee; margin-top: 3px; }
.discussion-response-footer { padding: 2px 5px 0px 0px; font-size: 0.9em; }


#profile-details
  {
  border: 1px solid #999;
  background: #f4f4f4;
  padding: 10px;
  }

#profile-picture
  {
  float: right;
  width: 140px;
  }
#profile-details dl { margin: 0px; padding: 0px; }
#profile-details dt { font-weight: bold; }
#profile-details dd { margin: 0px 0px 5px 0px; }

.profiles
  {
  width: 100%;
  border-collapse: collapse;
  }
.profiles td { padding: 10px; }

.friends { margin: 0px; padding: 0px; list-style: none; }
.friends li { margin-bottom: 5px; padding: 0px 0px 10px 50px; border-bottom: 1px solid #eee; position: relative; height: auto !import; height: 40px; min-height: 40px; }
.friends .avatar { position: absolute; left: 0px; top: 0px; border: 1px solid #ccc; }
.friends .tool { float: right; }

.tag-cloud { padding: 10px; background: #eee; text-align: center; }
.tag-cloud a { text-decoration: none; margin: 0px 2px; }
.tag-class-1 { font-size: 8pt; }
.tag-class-2 { font-size: 10pt; }
.tag-class-3 { font-size: 12pt; }
.tag-class-4 { font-size: 14pt; }
.tag-class-5 { font-size: 16pt; }

.poll { padding: 10px; background: #f3f3f3; margin-top: 10px; }
.poll-items { list-style: none; margin: 10px 0px; padding: 0px; }
.poll-votes { position: relative; height: 20px; margin: 3px 0px 5px 12px; }
.votes-pcnt { position: absolute; left: 110px; height: 12px; line-height: 12px; font-size: 0.9em; font-weight: bold; color: #555; }
.votes-outer { position: absolute; top: 0px; left: 0px; background: #ddd; height: 12px; border: 1px solid #999; width: 102px; }
.votes-bar { position: absolute; top: 1px; left: 1px; background: #669966; height: 10px; }

#news { overflow: hidden; }
#news-sidebar { float: right; width: 230px; display: none; }
.news-thumb { float: left; margin: 5px 5px 5px 0px; }
.news-footer { clear: left; font-size: 0.9em; padding: 3px; border-top: 2px solid #ddd; margin: 10px 0px 20px 0px; }

.calendar-container { position: relative; padding: 0px 25px; }
.calendar-next { position: absolute; right: 0px; top: 20px; }
.calendar-prev { position: absolute; left: 0px; top: 20px; }
.calendar { width: 18px; border-collapse: collapse; }
.calendar td { padding: 2px 2px 5px 2px; }
.calendar th.monthName { padding-bottom: 5px; }
.calendar tr.dayName th { padding: 3px 2px; background: #ddd; }
.calendar td.otherMonth { color: #aaa; border-bottom: 1px solid #ddd; }
.calendar td.day { border-bottom: 1px solid #ddd; width: 13%; }

.messages { margin: 0px; padding: 0px; list-style: none; }
.messages li { margin-bottom: 5px; padding: 0px 0px 10px 50px; border-bottom: 1px solid #eee; position: relative; height: auto !important; height: 40px; min-height: 40px; }
.messages .avatar { position: absolute; left: 0px; top: 0px; border: 1px solid #ccc; }
.message-header { margin-bottom: 5px; }
.message-header a { font-weight: bold; }
.message-header span { font-size: 0.9em; }

.tools
  {
  background: #e6f7ce;
  padding: 10px;
  margin: 10px 0px;
  }
.tools a { margin-right: 20px; text-decoration: none; font-weight: bold; color: black; }

.intro { padding: 10px; background: #eee; margin-bottom: 15px; }

#photo { overflow: hidden; width: 485px; }
#photo-sidebar
  {
  }
#photo-details
  {
  }
.photo-info { margin-bottom: 10px; }

.tags { margin: 0px; padding: 0px; list-style: none; }
.tags li { background: #eee; padding: 3px 5px; border-bottom: 1px solid white; }

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

#flag { float: right; }