/* @group General Styles */

body {
      margin: 0px 5px 0px 5px;
      text-align: center;
      font: 0.8em Tahoma, Futura, Verdana, Arial, sans-serif;
}

p { 
}

b, strong {
      font-weight: bold;
      color: #092143;
}

a:link {
      color: #323d9e;
      text-decoration: none;
}

a:visited {
      color: #4e719a;
      text-decoration: none;
}

a:hover, a:active {
      color: #ffbd3e;
}
      
/* @end */

/* @group Layout */

#container {
      background: #ffffff repeat-y left url(images/sidebar_190x71.jpg); /* This Is The BG Color Of The Main Div */      width: 702px; /* Right And Left /* Hack To Keep IE5 Windows Happy */
      color: #3e3e3e;
      letter-spacing: 0px;
      word-spacing: 1px;
      line-height: 1.5em;
      margin-right: auto;
      margin-left: auto;
      margin-top: 25px;
      border: 1px solid #e9e9e9;
}

#pageHeader {
      width: 702px;
      background: url(images/amiheader_702x224.jpg) no-repeat;
      text-align: left;
      list-style: none;
      height: 180px;
}

#pageHeader img {
      display: inline;
      float: left;
      margin-top: 6px;
      margin-left: 10px;
      margin-right: 10px;
}

#pageHeader h1 {
      color: #1a1d49;
      text-shadow: 3px 3px 2px #ccc;
      margin: 0px;
      text-align: left;
      font-size: 2.4em;
      letter-spacing: 3px;
      position: relative;
      top: 10px;
      padding: 17px 20px 5px 30px;
}

#pageHeader h2 {
      color: #909090;
      text-shadow: 2px 2px 2px #999;
      margin: 0px;
      font-size: 1.1em;
      text-align: left;
      padding-right: 20px;
      padding-left: 30px;
      letter-spacing: 3px;
      position: relative;
      top: 10px;
}

#contentContainer {
      width: 510px;
      float: right;
      text-align: left;
      padding-top: 30px;
}

#contentContainer #content {
      padding-right: 30px;
      padding-left: 40px;
      width: 460px;
}

#sidebarContainer {
      width: 190px;
      float: left;
      text-align: left;
}

#sidebarContainer .sidebar {
      padding: 10px;
}

#footer {
      margin: 0px auto; /* Right And Left Margin Widths To Auto */
      text-align: center; /* Hack To Keep IE5 Windows Happy */;
      color: #2d3f57;
      background: #fff;
      height: 2.8em;
      width: 702px;
}

#footer p {
      margin: 0px;
      padding-bottom: 0.8em;
      padding-top: 0.8em;
}

#footer a {
      color: #323d9e;
}

#footer a:hover {
      color: #ffbd3e;
      text-decoration: none;
}
      
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
      text-align: left;
      padding: 0px;
      margin-top: 10px;
}

#breadcrumbcontainer ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      display: inline;
}

#breadcrumbcontainer li {
      padding: 0px;
      display: inline;
}

#breadcrumbcontainer a {
      display: inline;
}

#breadcrumbcontainer a:hover {
      display: inline;
}
      
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
      padding-top: 0px;
      width: 189px;
      line-height: 1.2em;
      color: #3d3d3d;
      background: #c8c8c8;
      font-size: 1.2em;
}

#navcontainer li a.active {
      
      color: #ffffff;
      font-weight: bold;
      background: #2d4058 url(images/ball_16x16.gif) no-repeat 10px center;
      padding-left: 32px;
}

#navcontainer ul ul li a.active {
      background: #2d4058 url(images/ball_16x16.gif) no-repeat 20px center;
      padding-left: 40px;
}

/* Parent - Level 0 */

#navcontainer ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
}



#navcontainer ul li {
      border-bottom: 1px solid #ffffff;

}

#navcontainer ul * li {
      border-width: 0;
}

#navcontainer a {
      display: block;
      text-decoration: none;
      padding: 8px 10px;
      color: #333333;
}

#navcontainer a:hover {
      color: #ffffff;
      background: #839cb8;
}

/* Child - Level 1 */

#navcontainer ul ul {
      padding: 0px;
      margin: 0px;
      font-size: smaller;
}

#navcontainer ul ul li { 
      border-bottom: 0px;
      font-size: 1.0em;
      line-height: 1em;
}



#navcontainer ul ul a {
      display: block;
      text-decoration: none;
      padding-left: 40px;
}

#navcontainer ul ul a:hover {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
      color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
      display: block;
      text-decoration: none;
      padding-left: 35px;
}

#navcontainer ul ul ul a:hover {
      background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
      color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
      display: block;
      text-decoration: none;
      padding-left: 50px;
}

#navcontainer ul ul ul ul a:hover {
      background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
      color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
      display: block;
      text-decoration: none;
      padding-left: 65px;
}

#navcontainer ul ul ul ul ul a:hover {
      background: transparent;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
      padding: 0px;
      margin: 0px 0px 0px 15px;
      color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
      display: block;
      text-decoration: none;
      padding-left: 60px;
}

#navcontainer ul ul ul ul ul ul a:hover {
      background: transparent;
}
      
/* @end */

/* @group Global Classes */

.standout {
      font-style: italic;
      background: #7dacdc;
      padding: 10px;
      font-size: 13px;
      color: #fafffd;
      border-bottom: 1px dotted #092143;
      border-top: 1px dotted #092143;
}

h1 {
      color: #092143;
      font-size: 2.0em;
      font-weight: normal;
      margin-bottom: 0.2em;
      padding: 0px;
}

h2 {
      color: #4d5b7a;
      font-size: 1.6em;
      font-weight: normal;
      margin-bottom: 0.1em;
      margin-top: 0;
      padding: 0px;
}

h3 {
      color: #738eb1;
      font-size: 1.3em;
      font-weight: normal;
      margin-bottom: 0.1em;
}

h4 {
      color: #092143;
      font-size: 1.2em;
      font-weight: normal;
      margin-bottom: 0.1em;
}

h5 {
      color: #092143;
      font-size: 1.1em;
      font-weight: normal;
      margin-bottom: 0.1em;
}

.imageStyle {
}

.image-left {
      float: left;
      margin-right: 6px;
      margin-bottom: 6px;
}

.image-right {
      float: right;
      margin-left: 6px;
      margin-bottom: 6px;
}
      
/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
}

.album-description {
      color: #5a6279;
}

.thumbnail-frame {
      margin: 0px;
      padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
      height: 30px;
}

.thumbnail-frame img {
}

.thumbnail-caption {
      margin-top: -2px;
      color: #556896;
}

.album-description {
      margin-bottom: 60px;
}

.album-wrapper {
      display: block;
      width: 99%;
      position: relative;
}

.thumbnail-wrap {
      text-align: center;
      position: relative;
      float: left;
      margin-bottom: 60px;
      margin-right: 10px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
}

.thumbnail-caption {
      margin: 0;
      padding: 0;
      height: 35px;
      display: block;
}
      
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
      text-align: center;
      margin: 10px;
}

.photo-navigation {
      padding: 10px;
      background: #ffffff;
      margin-bottom: 10px;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame{
      margin: 0px;
      border: 5px solid #ffffff;
}

.photo-links {
}

.photo-title {
      color: #092143;
      font-size: 18px;
      font-weight: normal;
      margin: 0px 0px 5px 0px;
}

.photo-caption {
      font-size: 13px;
      margin: 0px;
      color: #154ea1;
}

/* @end */
      
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {}.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}.blog-archive-month {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
}.blog-archive-link { 
}      
/* @end */

.blog-entry {
}

.blog-entry-title {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
}

.blog-entry-date {
      margin-bottom: 10px;
      margin-top: 5px;
}

.blog-entry-body {
      margin-bottom: 45px;
}
      
/* @end */

/* @group File Sharing */

.filesharing-description {
      margin-bottom: 20px;
      border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
      
}

.filesharing-item-title {
      color: #092143;
      font-size: 14px;
      font-weight: normal;
}

.filesharing-item-description {
      margin-bottom: 10px;
}

/* @end */

/* @group Quicktime Page */

.movie-title {
      color: #092143;
      font-size: 14px;
      font-weight: normal;
      text-align: left;
}

.movie-description {
      text-align: center;
}

.movie-frame {
      text-align: center;
      margin-bottom: 10px;
}
      
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
}.movie-page-description {
      margin-bottom: 10px;
}.movie-thumbnail-frame {
      float: left;
      display: inline;
      margin-right: 40px;
}.movie-thumbnail-caption {
      text-align: center;
      color: #333333;
      margin-bottom: 5px;
}
      
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
      background: #ffffff;
      margin-top: 5px;
}

.movie-title {
      color: #092143;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
      text-align: center;
}

.movie-frame {
      text-align: center;
      margin-bottom: 10px;
}
      
/* @end */


/* @end */


