/* @group General Styles */

img {
    border: none;
}

.image-left {
      float: left;
      margin: 3px 3px 3px 0;
      padding: 3px 3px 3px 0px;
}

.image-right {
      float: right;
      margin: 3px 0 3px 3px;
      padding: 3px 0 3px 3px;
}

body {
      margin: 0;
      background: #fff repeat;
      color: #7f7f7f;
      padding-bottom: 70px;
      line-height: 18px;
      font-size: 11px;
}

a:link {
      color: #4c4c4c;
      text-decoration: none;      font-weight: bold;
}

a:visited {
      color: #4c4c4c;
      text-decoration: none;      font-weight: bold;
}

a:hover, a:active {
      color: #b3b3b3;
      text-decoration: none;
}

.spacer {
      height: 10px;
}
/* @end */

/* @group Menu System */

#menusystem {
      width: 696px;
      margin-right: auto;
      margin-left: auto;
      top: 10px;
      position: relative;
}

/* Toolbar Styles */

#navcontainer {
      padding: 0;
      position: relative;
      font: 10px Helvetica, Geneva, sans-serif;
      height: 25px;
      width: 696px;
      background-color: #e6e6e6;
      border: 1px dashed #ccc;
}

#navcontainer #current {
      font-weight: bold;
      width: 94px;
      height: 25px;
      color: #4c4c4c;
}

#navcontainer #current:hover {
      width: 94px;
      height: 25px;
      color: #4c4c4c;
}

#navcontainer .currentAncestor {
      font-weight: bold;
      width: 94px;
      height: 25px;
      color: #4c4c4c;
}

/* Parent - Level 0 */

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

#navcontainer li {
      display: inline;
      float: left;
}

#navcontainer a{
      width: 94px;
      display: block;
      margin: 0 3px 0 2px;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
      height: 25px;
      color: #999;
      padding: 6px 0px 0px;
}

#navcontainer a:hover{
      width: 94px;
      display: block;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
      color: #4c4c4c;
      height: 25px;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
      position: absolute;
      left: 0;
      background: none;
      height: 18px;
      z-index: 10;
}

#navcontainer ul ul li {
      background: none;
}

#navcontainer ul ul a {
      background: none;
      font-size: 9.5px;
      padding: 0;
      height: 18px;
      color: #999;
}

#navcontainer ul ul a:hover {
      background: none;
      padding-top: 0;
      height: 18px;
}

#navcontainer ul ul #current {
      background: none;
      padding-top: 0;
      color: #4c4c4c;
      height: 18px;
}

#navcontainer ul ul #current:hover {
      background: none;
      padding-top: 0;
      color: #4c4c4c;
      height: 18px;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
      display: none;
}

/* @end */

/* @group Layout */

#header {
      background: url(images/headers/pinkflowers.jpg) repeat-x;
      height: 94px;
      margin: 0;
      display: block;
}

#menubox {
      background: url(images/menuback.jpg) no-repeat;
      height: 60px;
      width: 700px;
      top: 34px;
      position: relative;
      margin-right: auto;
      margin-left: auto;
}

#menubox h1 {
      color: #e6e6e6;
      margin: 0;
      padding: 10px 14px 0;
      font: 19px Helvetica, Geneva, sans-serif;
      width: 600px;
}

#menubox h2 {
      color: #a3a6a5;
      margin: 0;
      font: 12px Helvetica, Geneva, sans-serif;
      padding: 0 14px;
      width: 600px;
}

#container {
      width: 697px;
      margin-right: auto;
      margin-top: 50px;
      margin-left: auto;
}

#sidebar {
      width: 160px;
      float: right;
      background-color: #f4f4f4;
      border: 1px solid #e9ebea;
      display: none;
      padding-left: 14px;
      padding-right: 14px;
}

#content {
      overflow: visible;
      display: block;
}

#sidebartop {
      background: url(images/sidebartop-back.jpg) repeat;
      margin-top: 20px;
      margin-right: 0;
      margin-left: 0;
      width: 100%;
}

#footertop {
      margin-right: 0;
      margin-left: 0;
      height: 22px;
      background: url(images/footertop.jpg) repeat-x;
}

#footer {
      background: url(images/sidebartop-back.jpg) repeat;
      text-align: center;
      margin-bottom: 0;
}

#footergroup {
      position: static;
      bottom: 0;
      width: 100%;
}

body>div#footergroup {position: fixed}

#footertype {
      padding-top: 5px;
      padding-bottom: 12px;
}

#sidebartop_type {
      width: 600px;
      margin-right: auto;
      margin-left: auto;
      padding-top: 10px;
      padding-bottom: 10px;
}

#sidebartoptop {
      background: url(images/sidebartop-top.jpg) repeat-x;
      width: 100%;
      height: 9px;
}

#sidetab h3 {
      color: #b3b3b3;
      margin: 0 16px 0 0;
      font: bold 9px Helvetica, Geneva, sans-serif;
      float: right;
      cursor: pointer;
      top: -17px;
      position: relative;
      background-color: #fff;
      height: 14px;
      padding: 3px 4px 0;
}

#sidetab h3:hover {
      color: #666;
      margin: 0 16px 0 0;
      font: bold 9px Helvetica, Geneva, sans-serif;
      float: right;
      cursor: pointer;
      top: -17px;
      position: relative;
      padding: 3px 4px 0;
      background-color: #fff;
}

#sidetab {
      width: 700px;
      margin-right: auto;
      margin-left: auto;
}

#sidebartopbottom {
      background: url(images/sidebartop-bottom.jpg) repeat-x;
      margin-right: 0;
      margin-left: 0;
      width: 100%;
      height: 9px;
}

#sidebartitle {
      font-size: 14px;
      font-weight: bold;
      color: #666;
      padding: 2px 6px;
      background-color: #ccc;
      margin-bottom: 14px;
}
      
/* @end */

/* @group Global Classes */

.clearer {
      clear: both;
}

blockquote {
      border-left: 2px solid #666;
      padding-left: 14px;
}

code {
      background-color: #e6e6e6;
      padding: 8px 14px;
      margin-left: 24px;
      border: 1px dashed #b3b3b3;
      display: block;
      margin-right: 30px;
      font-family: "Courier New", Courier, sans-serif;
}

h1 {
}

h2 {

}

h3 {

}

.imageStyle {

}

#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}
      
/* @end */

/* @group Contact Form */
.message-text {
      color: #999999;
      font-size: 12px;
} 

.required-text {
      font-size: 10px;
} 

.form-input-field {
      width: 99%;
} 

.form-input-button { } 
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
      clear: both;
      font-size: 9px;
      color: #666666;
      padding-top: 12px;
      font-weight: bold;
}

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

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

#breadcrumbcontainer a {
      display: inline;
      background: none;
      padding: 0;
}

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

/* @group Photo Album */

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

.album-title {
      color: #b3b3b3;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 5px;
      letter-spacing: 0;
      padding-top: 5px;
}

.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: 15px;
      margin-left: 15px;
}

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
      background: none;
}

.thumbnail-frame img {
}

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

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

.photo-background {
      margin: 0;
      background: url(images/backgroundtop.jpg) repeat-x #1e1e1e;
      font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
      text-align: center;
}

.photo-navigation {
      text-align: left;
      width: 787px;
      font-size: 10px;
      height: 140px;
      background: no-repeat url(images/photobox.jpg);
      margin: 28px auto 18px;
}

#photo-navigation a {
      text-decoration: none;
      text-align: left;
      font-size: 10px;
      color: #000000;
}

.photo-navigation a:hover {
      text-decoration: none;
}

.photo-frame{
      border: solid #ffffff 4px;
      margin-top: 0px;
      margin-bottom: 0px;
}

.photo-links {
      text-align: center;
      background: url(images/highlight.jpg) no-repeat;
      padding-top: 4px;
      width: 160px;
      height: 21px;
      margin-right: auto;
      margin-left: auto;
}

.photo-links a:link {
      text-align: center;
      background: no-repeat;
      font-size: 9.5px;
}

.photo-title {
      font-weight: normal;
      font-size: 24px;
      text-align: center;
      top: 26px;
      position: relative;
      color: #808080;
}

.photo-caption {
      color: #999999;
      position: static;
      text-align: center;
      margin-top: 8px;
      padding-top: 12px;
}

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

/* @group File Sharing */

.filesharing-description {
      margin-bottom: 20px;
      font-size: 12px;
      color: #999999;
}

.filesharing-item {
      padding: 0 0 12px;
      margin-bottom: 15px;
}

.filesharing-item-title a:link {
      color: #666666;
      font-weight: bold;
      text-decoration: none;
      background: url(images/download.gif) no-repeat left center;
      padding-left: 18px;
}

.filesharing-item-title a:hover {
      color: #999999;
      font-weight: bold;
      text-decoration: none;
      padding-left: 18px;
      background: url(images/download.gif) no-repeat left center;
}

.filesharing-item-title {
      color: #666666;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      padding: 2px 8px 6px;
      background: repeat-x url(images/middlehighlight.jpg);
}

.filesharing-item-description {
      color: #999;
      margin-top: 6px;
      padding-left: 24px;
      padding-right: 30px;
      border-color: #b3b3b3;
}

/* @end */

/* @group Quicktime Page */

.movie-description {
      text-align: center;
      margin: 28px 0 0;
      padding: 0;
}
      
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
      color: #b3b3b3;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 5px;
      letter-spacing: 0;
      padding-top: 5px;
}.movie-page-description {
      margin-bottom: 20px;
      color: #999999;
      margin-top: 5px;
}.movie-thumbnail-frame {
      float: left;
      display: inline;
      margin-bottom: 12px;
      margin-right: 18px;
      margin-left: 19px;
}

.movie-thumbnail-frame {
      float: left;
      display: inline;
      margin-bottom: 12px;
      margin-right: 14px;
      margin-left: 18px;
}.movie-thumbnail-caption {
      text-align: left;
      font-size: 0.9em;
      color: #666666;
      margin-top: 2px;
}
      
/* @end */

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

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

.movie-title {
      color: #cccccc;
      font-size: 2em;
      font-weight: bold;
      text-align: center;
}

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


/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {      color: #000000;      text-align: center; /* To Make Content Centered */      font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
      background: #ffffff;
}.blog-archive-headings-wrapper {
      text-align: left;
}

.blog-archive-entries-wrapper {
      text-align: left;
}.blog-archive-month {
      color: #b3b3b3;
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 3px;
      letter-spacing: 1px;
}.blog-archive-link {
      font-size: .85em;
      color: #000000;
}      
/* @end */

.blog-entry {
      letter-spacing: 0;
      text-align: left;
}

.blog-entry-title {
      color: #b3b3b3;
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 5px;
      letter-spacing: 0;
}

.blog-entry-title a:link {
      color: #b3b3b3;
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 5px;
      letter-spacing: 0;
      text-decoration: none;
}

.blog-entry-title a:visited {
      color: #b3b3b3;
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 5px;
      letter-spacing: 0;
}

.blog-entry-title a:hover {
      color: #7e7e7e;
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 5px;
      letter-spacing: 0;
}

#categorycontaner {
      margin-left: auto;
      margin-right: auto;
      width: 540px;
      padding-left: 25px;
      margin-top: 25px;
      display: none;
}

#categorycontaner a:link {
}

#categorycontaner a:visited {
}

.blog-entry-date {
      margin-bottom: 10px;
      margin-top: 5px;
      color: #4c4c4c;
      padding-left: 18px;
      background: url(images/clock.gif) no-repeat left center;
}

.blog-entry-body {
      margin-bottom: 25px;
}

.blog-entry-comments {
      padding-top: 9px;
      text-align: right;
      color: #999999;
}

.blog-entry-comments a:link {
      text-align: right;
      color: #999999;
      padding-right: 0;
      padding-left: 0;
      background: none;
      padding-top: 5px;
}

.blog-entry-summary { }

.blog-read-more a:link, .blog-read-more a:visited {
      padding-left: 18px;
      background: url(images/arrow.gif) no-repeat left center;
      display: block;
      margin-top: 12px;
      text-decoration: none;
      width: 130px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
      padding: 0 0 0 18px;
      background: url(images/category.gif) no-repeat left center;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
      background: url(images/permalink.gif) no-repeat left center;
      padding: 0 0 0 18px;
}

/* styles the archives in the blog sidebar */

#blog-archives {
      float: left;
      text-align: left;
      margin-right: 20px;
      width: 20%;
}

.blog-archive-link-enabled {
      background: url(images/clock.gif) no-repeat left center;
      padding-left: 18px;
}

.blog-archive-link-enabled:link, .blog-archive-link-enabled:visited {
      background-position: left center;
      background-repeat: no-repeat;
}

.blog-archive-link-enabled:hover {
      background-position: left center;
      background-repeat: no-repeat;
}

.blog-archive-link-disabled {
      background: url(images/clock.gif) no-repeat left center;
      padding-left: 18px;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
      float: left;
      text-align: left;
      width: 20%;
      margin-right: 20px;
}

.blog-category-link-enabled {
      padding-left: 18px;
      background: url(images/category.gif) no-repeat left center;
}

.blog-category-link-enabled:link, .blog-category-link-enabled:visited {
      background-position: left center;
      background-repeat: no-repeat;
}

.blog-category-link-enabled:hover {
      background-position: left center;
      background-repeat: no-repeat;
}

.blog-category-link-disabled {
      padding-left: 18px;
      background: url(images/category.gif) no-repeat left center;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
      width: 20%;
      float: left;
      text-align: left;
      margin-right: 0;
}

.blog-rss-link {
      background: url(images/feeds.gif) no-repeat left center;
      padding-left: 18px;
}

.blog-rss-link:link, .blog-rss-link:visited {
      background: url(images/feeds.gif) no-repeat left center;
      padding-left: 18px;
}

.blog-rss-link:hover {
      background-position: left center;
}

.blog-comments-rss-link {
      float: left;
      background: url(images/feeds.gif) no-repeat left center;
      padding-left: 18px;
}

.blog-comments-rss-link:link, .blog-comments-rss-link:visited {
      float: left;
      background: url(images/feeds.gif) no-repeat left center;
      padding-left: 18px;
}

.blog-comments-rss-link:hover {
      float: left;
      background-position: left center;
}
      
/* @end */

/* @group New Blog Styles */

p.blog-entry-tags {
      background: url(images/tag.gif) no-repeat left center;
      padding-left: 24px;
      margin-top: 15px;
      font-weight: bold;
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
      background-image: none;
      padding: 0;
      font-weight: normal;
      font-style: normal;
}

/* Styles blog tag links hover state */
p.blog-entry-tags a:hover {
}

/* Styles blog tag links active state */
p.blog-entry-tags a:active {
}

/* Styles the tag clous un-ordered list */
ul.blog-tag-cloud {
      width: 20%;
      display: block;
      float: left;
      margin: 0 20px 0 0;
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
}

/* Styles tag cloud list item */
ul.blog-tag-cloud li {
      list-style-type: none;
      margin: 0;
      display: inline;
}

/* Styles all links in the tag cloud in normal and visited state */
ul.blog-tag-cloud li a:link,
ul.blog-tag-cloud li a:visited {
      padding: 0;
      background-image: none;
}

/* Styles all links in the tag cloud in hover state */
ul.blog-tag-cloud li a:hover {
      text-decoration: none;
      font-weight: bold;
}

/* Styles all links in the tag cloud in active state */
ul.blog-tag-cloud li a:active {
}

/* tag size 1-20 styles */
.blog-tag-size-1 {
      font-size: 9px;
}

.blog-tag-size-2 {
      font-size: 10px;
}

.blog-tag-size-3 {
      font-size: 10px;
}

.blog-tag-size-4 {
      font-size: 11px;
}

.blog-tag-size-5 {
      font-size: 11px;
}
.blog-tag-size-6 {
      font-size: 12px;
}

.blog-tag-size-7 {
      font-size: 12px;
}

.blog-tag-size-8 {
      font-size: 13px;
}

.blog-tag-size-9 {
      font-size: 13px;
}

.blog-tag-size-10 {
      font-size: 14px;
}

.blog-tag-size-11 {
      font-size: 14px;
}

.blog-tag-size-12 {
      font-size: 15px;
}

.blog-tag-size-13 {
      font-size: 15px;
}

.blog-tag-size-14 {
      font-size: 16px;
}

.blog-tag-size-15 {
      font-size: 17px;
}

.blog-tag-size-16 {
      font-size: 17px;
}

.blog-tag-size-17 {
      font-size: 18px;
}

.blog-tag-size-18 {
      font-size: 19px;
}

.blog-tag-size-19 {
      font-size: 19px;
}

.blog-tag-size-20 {
      font-size: 21px;
}

/* Order & Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */

ul.disc { list-style-type: disc;
}

ul.circle { list-style-type: circle;
}

ul.square { list-style-type: square;
}

ol.arabic-numbers { list-style-type: decimal;
}

ol.upper-alpha { list-style-type: upper-alpha;
}

ol.lower-alpha { list-style-type: lower-alpha;
}

ol.upper-roman { list-style-type: upper-roman;
}

ol.lower-roman { list-style-type: lower-roman;
}

/* @end *//* @group EXIF data */
/* Data wrapper */
.exif-data {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-pixel-x-dimension {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}

/* @end */

/* @group Digg block styling */

.rss-items {
      padding-left: 15px;
      list-style-type: square;
}

h5 {
      padding: 0;
      font-size: 18px;
      margin: 0;
      color: #999;
}



/* @end */

/* @group RapidBlog */

.blog-entry-comments-body {
      text-align: left;
}

.blog-entry-comments-body-even {
      background-color: #eee;
      text-align: left;
      padding: 5px 8px;
}

.blog-entry-comments-body-odd {
      background-color: #fff;
      text-align: left;
      padding: 5px 8px;
}

/* @end */