/* @group General Styles */

body {
	font: 13px/21px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background: #9aa9ad;
	color: #9aa9ad;
}


br {
	margin: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

img {
   border: none;
}

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

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

a:link, a:visited {
	text-decoration: none;
	color: #cfe2e7;
}

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

/* @end */

/* @group Global Classes */

.clearer {
	clear: both;
}

blockquote {
	padding-left: 20px;
	margin: 0;
}

code {
	margin: 0;
	font-family: "Courier New", Courier, sans-serif;
	display: block;
	padding: 12px 20px;
}

h1 {
}

h2 {

}

h3 {

}

.imageStyle {

}

#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
}

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

/* @group Layout */

#topper {
	height: 225px;
}

#sitelogo {
	width: 50px;
	height: 50px;
	background-image: none;
}

#header {
	width: 900px;
	display: none;
	padding: 0;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#container {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	border-width: 0;
}

#container #content {
	margin-top: 0;
}

#sitetitle {
	padding-right: 55px;
	padding-left: 55px;
	text-align: right;
	margin-bottom: 50px;
	height: 70px;
}

#sitetitle h1 {
	font-size: 34px;
}

#sitetitle h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}

#footer {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 20px;
}

#sidebar h3 {
	margin: 0;
	padding: 0;
}

#sidebar {
	display: none;
	margin: 0;
	padding: 0;
}

#sidebarcontent {
}

	
/* @end */

/* @group Menu System */

/* Toolbar Styles */

#navcontainer {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 64px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	position: absolute;
	width: 900px;
	height: 40px;
}

#navcontainer #current {
	font-weight: bold;
	color: #999;

}

#navcontainer #current:hover {
	color: #b3b3b3;
}

#navcontainer .currentAncestor {
	color: #b3b3b3;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin-top: 0;
	padding-top: 0;
	height: 16px;
	border-width: 0;
	border-bottom: 1px solid #9aa9ad;
	padding-left: 30px;
	width: 900px;
}

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

#navcontainer a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #999;
	margin-right: 24px;
}

#navcontainer a:hover{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #7c7c7c;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	border-bottom-style: none;
	border-width: 1px;
	padding: 0;
	position: absolute;
	left: 30px;
	width: 830px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	color: #999;
	font-weight: normal;
	font-style: normal;
}

#navcontainer ul ul a:hover {
	padding-top: 0;
	font-weight: normal;
	font-style: normal;
}

#navcontainer ul ul #current {
	color: #999;
	font-weight: normal;
	font-style: normal;

}

#navcontainer ul ul #current:hover {
	color: #b3b3b3;
	font-weight: normal;
	font-style: normal;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {}.blog-archive-headings-wrapper {
	text-align: left;
}

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

.blog-entry {
	padding-bottom: 55px;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-title {
	text-decoration: none;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-title a:link {
	text-decoration: none;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-title a:visited {
}

.blog-entry-title a:hover {
}

.blog-entry-date {
	padding-bottom: 4px;
	padding-top: 4px;
}

.blog-entry-body {
	background-color: #303030;
	border: 1px solid #9aa9ad;
	padding: 12px;
}

.blog-entry-comments {
	text-align: right;
}

.blog-entry-comments a:link {
}

.blog-entry-summary { 
}

.blog-read-more a:link, .blog-read-more a:visited {
	display: block;
	padding-right: 16px;
	padding-top: 6px;
}


.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

#archive {
}

#archive a:link, #archive a:visited {
	text-decoration: none;
}

#archive a:hover {
	text-decoration: none;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	padding-top: 12px;
}

.blog-archive-link-enabled {
	text-decoration: none;
}

.blog-archive-link-enabled:link, .blog-archive-link-enabled:visited {
	text-decoration: none;
}

.blog-archive-link-enabled:hover {
	text-decoration: none;
}

.blog-archive-link-disabled {
	text-decoration: none;
}

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

#blog-categories {
	padding-top: 12px;
}

.blog-category-link-enabled {
	text-decoration: none;
}

.blog-category-link-enabled:link, .blog-category-link-enabled:visited {
	text-decoration: none;
}

.blog-category-link-enabled:hover {
	text-decoration: none;
}

.blog-category-link-disabled {
	text-decoration: none;
}

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

#blog-rss-feeds {
	padding-top: 12px;
}

.blog-rss-link {
	text-decoration: none;
}

.blog-rss-link:link, .blog-rss-link:visited {
	text-decoration: none;
}

.blog-rss-link:hover {
	text-decoration: none;
}

.blog-comments-rss-link {
	text-decoration: none;
}

.blog-comments-rss-link:link, .blog-comments-rss-link:visited {
	text-decoration: none;
}

.blog-comments-rss-link:hover {
	text-decoration: none;
}

#categories {
	padding-top: 20px;
}
	
/* @end */

/* @group New Blog Styles (3.6) */

p.blog-entry-tags {
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
}

/* 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 {
	padding: 16px 0 0;
	margin: 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;
}

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

/* 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 Forms */
.message-text {
} 

.required-text {
} 

.form-input-field {
	width: 97%;
	color: #ababab;
	font: 20px/26px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
} 

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	background-color: #e6e6e6;
	position: relative;
	top: 0;
	width: 900px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

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

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

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

/* @group Photo Album */

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

.album-title {
	padding-bottom: 14px;
	font-size: 16px;
}

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


.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

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

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

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

.thumbnail-frame img {
	margin: auto;
	border: 1px solid #d0d0d0;
}

.thumbnail-caption {
	color: #b3b3b3;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	margin: 0;
	padding: 0;
	text-align: center;
}

.photo-navigation {
	margin-top: 32px;
	margin-bottom: 32px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#photo-navigation a {
	margin-top: 0;
	margin-bottom: 0;
}

.photo-navigation a:hover {
}

.photo-frame{
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
	border: 8px solid #fff;
}

.photo-links {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.photo-links a:link {
	margin-top: 0;
	padding-top: 0;
}

.photo-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

.photo-caption {
	color: #d6d6d6;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

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

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 32px;
}

.filesharing-item {
	margin-bottom: 25px;
	border-style: solid;
	border-width: 1px;
}

.filesharing-item-title a:link {
	padding-left: 6px;
	background: url(images/arrow.gif) no-repeat left center;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title {
	padding: 12px 16px;
	font-size: 16px;
}

.filesharing-item-description {
	padding: 8px 16px 12px;
}

/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	padding-top: 0;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.movie-page-description {
	padding-bottom: 27px;
}

.movie-thumbnail-frame{
	display: block;
	width: 100%;
	overflow: auto;
	padding: 10px 0;
	border-top: 1px solid #d0d0d0;
}

.movie-thumbnail-frame img{ 
	float: left;
	padding-right: 16px;
}
.movie-thumbnail-caption{ 
	float: left;
	width: 74%;
}

/* @end */

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

.movie-background {
}

.movie-title {
}

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


/* @end */

/* @group RapidBlog */

.blog-entry-comments-body {
}

.blog-entry-comments-body-even {
}

.blog-entry-comments-body-odd {
}

/* @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 */


a:link, a:visited {
	color: #B4AF91;
}

a:hover, a:active {
	color: #908C74;
}

.blog-entry-title {
	color: #B4AF91;	
}

body {
	background: #666666;
	color: #999999;
}

#navcontainer {
	border-color: #999999;
}

#container {
	background-color: #333333;
	border-color: #1E1E1E;
}

#sidebarcontent {
	color: #C9C4A4;
}

#navcontainer ul{
	border-color: #666666;
}

.blog-entry-body {
	background-color: #C9C4A4;
	border-color: #666666;
}

.blog-entry-date {
	color: #EAE3BC;
}

#sitetitle h1 {	
	color: #7F7F7F;
}

#sitetitle h1 a:link {	
	color: #7F7F7F;
}

#sitetitle h1 a:hover {
	color: #7F7F7F;
}

#sitetitle h2 {
	color: #7F7F7F;
}

#breadcrumbcontainer {
	background-color: #C9C4A4;
}

#breadcrumbcontainer a {
	color: #B4AF91;
}

#breadcrumbcontainer a:hover {
	color: #908C74;
}

code {
	background-color: #AAA68B;
}

.filesharing-item {
	background-color: #C9C4A4;
	border-color: #666666;
}

.filesharing-item-title {
	background-color: #8C8972;
}

.filesharing-item-title a:link {
	color: #EAE3BC;
}

.filesharing-item-title a:hover {
	color: #B4AF91;
}

.movie-background {
		background: #666666;
}

.photo-background {
	background-color: #333333;
}

.photo-navigation {
	background-color: #C9C4A4;
	border-color: #1E1E1E;
}

/* @group Menu System */

/* Toolbar Styles */

#navcontainer #current {
	color: #E34E00;

}

#navcontainer #current:hover {
	color: #551D00;
}

#navcontainer .currentAncestor {
	color: #E34E00;
}

/* Parent - Level 0 */

#navcontainer a{
	color: #8E3100;
}

#navcontainer a:hover{
	color: #E34E00;
}

/* Child - Level 1 */

#navcontainer ul ul a {
	color: #8E3100;
}

#navcontainer ul ul #current {
	color: #E34E00;

}

#navcontainer ul ul #current:hover {
	color: #551D00;
}

/* @end */

.blog-category-link-enabled:link, .blog-category-link-enabled:visited {
	color: #C9C4A4;
}

.blog-category-link-enabled:hover {
	color: #787562;
}

.blog-category-link-disabled {
	color: #551D00;
}

.blog-archive-link-enabled:link, .blog-archive-link-enabled:visited {
	color: #C9C4A4;
}

.blog-archive-link-enabled:hover {
	color: #787562;
}

.blog-archive-link-disabled {
	color: #551D00;
}

.blog-rss-link:link, .blog-rss-link:visited {
	color: #C9C4A4;
}

.blog-rss-link:hover {
	color: #787562;
}

.blog-comments-rss-link:link, .blog-comments-rss-link:visited {
	color: #C9C4A4;
}

.blog-comments-rss-link:hover {
	color: #787562;
}

ul.blog-tag-cloud li a:link,
ul.blog-tag-cloud li a:visited {
	color: #C9C4A4;
}
ul.blog-tag-cloud li a:hover {
	color: #787562;
}



		#sidebar {
	display: none;
}

* html #container #content {
	margin-right: 0px;
	margin-left: 0px;
}

#container #content {
	margin-right: 50px;
	margin-left: 50px;
}

#container {
	width: 700px;
}

#navcontainer {
	width: 700px;
}

#navcontainer ul{
	width: 700px;
}

#breadcrumbcontainer {
	width: 700px;
}

#sitetitle {
	text-align: left;
	padding-top: 20px;
}

#sitetitle h2 {
	display: static;
}

#breadcrumbcontainer {
	display: none;
}

#navcontainer {
	display: static;
}

#sitelogo {
	display: none;
}

#container {
	border-top-style: none;
	border-bottom-style: none;
}


		