/* GENERAL ELEMENTS ____________________________________*/

* {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	}

body {
	font-family: Georgia, serif;
	color: #7A5B28; 
	font-size: 15px;
	line-height: 1.8em;
	}	
	
p {
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 16px;
	text-align: left;
	}
	


#menu ul {
	width: 789px; 
	/* Total width - 11px ( 6px left padding and 5px left padding ) */
	}

#wrapper, 
.photo-navigation {
	width: 800px;
	}

	
#block {
	background-color: #f3f2e8;
	color: #62615f;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	}
	
#blockright {
	text-align: right;
	font-size: 1.1em;
	background-color: #f3f2e8;
	color: #62615f;
	padding: 20px;
	}
	
	
#sideblock {
	text-align: justify;
	}

#indentline {
	margin-left: 15px;
	}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	text-align: left;
	}

h1 { 
    font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold; 
  	color: #255790;
	line-height: 1.6em;
  	margin-bottom: 2px;
  	letter-spacing: normal;
	}

h2 { 
  	font-family: Georgia, serif;
    font-size: 1.1em;
    font-weight: bold;
  	color: #255790;
  	line-height: 1em;
  	margin-bottom: 5px;
	}
	
h3 { 
  	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
  	line-height: 18px;
  	font-size: 1.2em;
  	margin-bottom: 5px;  
	}
	
ul, ol {
	margin-bottom: 18px;
	}

a	{
	color: #A64E48;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}

a img {
	border: none;
	}

.image-left{
	float: left;
	padding: 6px 16px 0px 0;
	}

.image-right{
	float: right;
	padding: 6px 0px 6px 16px;
	}

blockquote, code {
	font-size: 1.2em;
	color: #ff4529;
	line-height: 1.5em;
	margin: 18px 0;
	padding: 18px;
	}

.clearfix:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}


/* LIST ELEMENTS ____________________________________*/

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; }

#content ul, 
#content ol, 
#sidebar-content ul, 
#sidebar-content ol {
	line-height: 1.5em;
	margin-left: 25px;
}



/* BASIC LAYOUT ____________________________________*/

#wrapper {
	margin: 0 auto;
	}

#header {
	margin: 25px 0 0 0;
	text-align: left;						 /*use this to change header position*/
	}

#header img {
	margin-top: -15px;
	margin-bottom: 5px;
	}

#header h1 {
	margin-bottom: 20px;
	}

#header p {
	margin-top: -10px;
	padding-bottom: 15px;
	}

#featureImage {
	height: 150px;
	padding: 5px 0 5px 0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	}

#content-wrapper {
	padding-top: 24px;
	}

#sidebar {
	width: 250px;
	text-align: right;
	}

#footer {
	display: block;
	text-align: center;
	width: 100%;
	clear: both;
	margin: 36px 0;
	padding: 24px 0 18px 0;
	font-size: .9em;
	border-top: 1px solid #c7cad1;
	}

#breadcrumb {
	display: block;
	padding: 5px 0;
	}

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

#breadcrumb li {
	display: inline;
	}


/* MENU 1 - This is the Main Nav Menu at the Top____________________________________*/

html > body #menu {} /* this is for the background of the Main Nav Menu */

#menu {
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-size: 1.2em;
	height: 27px;
	border-top: 1px solid #DDD;
	padding-bottom: 5px;
	margin-bottom: 12px;
	}
	
#menu ul {	/* Definitive width defined in css/widths/... */
	list-style: none;
	padding-left: 5px;
	height: 27px;
	}

#menu li {
	float: left;
	}

#menu a {
	color: #b9b7b5;
	font-weight: normal;
	display: block;
	height: inherit;
	padding: 10px 20px 5px 0px;
	text-decoration: none;
	}
	
#menu a.current {
	color: #336699;
	}
	
#menu a:active, 
#menu a:hover {
	color: #997333;
	}
	
#menu ul ul {
	display: none; 	/* Only show the top most menu in the primary menu bar */
	}


/* MENU 2 - Level 2 (Level 1 is Hidden) this is the sidebar menu */

#sidebar-menu ul {
	font-family:  Trebuchet MS, Trebuchet, Arial, sans-serif;
	color: #255790;
	font-size: 1em;
	line-height: 1.5em;
	list-style: none;
	display: inline;
	}

#sidebar-menu li {
	text-align: left;
	display: inline;
	}

#sidebar-menu span {
	display: none;
	}

#sidebar-menu ul ul {
	display: block;
	padding: 0 0 18px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #c7cad1;
	}

#sidebar-menu ul ul span {
	display: block;
	padding: 3px 0;
	}

#sidebar-menu ul ul a {
	color: #6C8BAA;
	font-weight: normal;
	padding: 0 0 0 22px;
	background: transparent url('images/bullet-arrow-off.png') left no-repeat;
	text-decoration: none;
	}

#sidebar-menu a:hover {
	color: #A64E48;
	background: transparent url('images/bullet-arrow-on.png') left no-repeat;
	}

#sidebar-menu a.current, 
#sidebar-menu a.currentAncestor, 
#sidebar-menu ul li a.current:hover, 
#sidebar-menu ul li a.currentAncestor:hover {
	background-color: white;
	color: #A64E48;	
	background: transparent url('images/bullet-arrow-current.png') left no-repeat;
	}


/* MENU 2 - Level 3 and beyond */

#sidebar-menu ul ul ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 3px 0 0 25px;
	padding-bottom: 0;
	border: none;
	}

#sidebar-menu ul ul ul a {
	padding-left: 19px;
	}

#sidebar-menu ul ul ul li a, 
#sidebar-menu ul ul ul a.currentAncestor {
	background: transparent url('images/bullet-dot-light.png') left no-repeat;
	}

#sidebar-menu ul ul ul li a:hover {
	background: transparent url('images/bullet-dot-dark.png') left no-repeat;
	}

#sidebar-menu ul ul ul a.current, 
#sidebar-menu ul ul ul li a.current:hover {
	background: transparent url('images/bullet-dot-dark.png') left no-repeat;
	}

							/* Sidebar User Content ELEMENTS */

#sidebar-title {
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #9d522a;
	font-size: 1.1em;
	text-align: right;
	padding: 5px;
	}
	
#sidebar-user-content {
	color: #336699;
	text-align: right;
	font-size: .9em;
	line-height: 2em;
	}


/* BLOG ELEMENTS */

.blog-entry {			/* Bottom margin defined in css/blog/... */
	border-bottom-color: #aeaeae;			                                           
	margin-bottom: 35px;			                                           
	padding-bottom: 36px;			                                           
	border-bottom-width: 1px;			                                           
	border-bottom-style: solid;			                                           
	font-size: 1em;
	line-height: 1.7em;
	}

.blog-entry-title, .blog-archive-month {
	border-style: none;
	border-top-color: #c1bfb7;
	font-size: 1.3em;
	line-height: 1.3em;
	}

.blog-entry-title a {
	color: #336699;
	font-weight: normal;
	text-decoration: none;
	}
	
.blog-entry-title a:hover {
	color: #9d522a;
	text-decoration: none;
	}
	
.blog-entry-date {
	color: #99918c;
	font-size: .9em;
	margin-bottom: 5px;
	}

.blog-entry-comments {
	font-size: 14px;
	margin-top: 7px;
	padding: 0 0 0 20px;
	background: transparent url('images/comment.png') center left no-repeat;
	}

p.blog-entry-tags {
	color: gray;
	margin: 0;
	padding: 0;
	font-size: 1em;
	margin-top: 7px;
	padding: 0 0 0 20px;
	background: transparent url('images/tag.png') center left no-repeat;
	} 

#blog-archives, #blog-categories, #blog-rss-feeds {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8aaed2;
	margin-top: 18px;
	}

#blog-categories {
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
	line-height: 1.4em;
	}

#blog-categories a {
	line-height: 2em;
	font-size: .9em;
	font-weight: normal;
	color: #9d522a;
	padding-left: 23px;
	background: transparent url('images/tag.png') 0 -1px no-repeat;
	}
	
#blog-archives {}

#blog-archives a {
	font-weight: normal;
	line-height: 1.5em;
	color: #8aaed2;
	padding-left: 23px;
	background: transparent url('images/calendar.png') center left no-repeat;
	}
	
#blog-rss-feeds {}

#blog-rss-feeds a {
	font-style: italic;
	font-family: Georgia, serif;
	padding-left: 23px;
	color: #e97b42;
	background: transparent url('images/RSS.png') center left no-repeat;
	}

.blog-archive-headings-wrapper {
	margin-bottom: 24px;
	}
	
ul.blog-tag-cloud {
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
	display: block;
	margin: 0 0 18px 0;
	padding: 18px 0 0 0;
	text-align: right;
	}
	
ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
	}

.blog-tag-size-1 {	
	font-weight: normal;
	font-size: 0.8em;
	}
.blog-tag-size-2 {	
	font-weight: normal;
	font-size: 0.9em;
	}
.blog-tag-size-3 {
	font-weight: normal;
	font-size: .925em;
	}
.blog-tag-size-4 {
	font-weight: normal;
	font-size: .95em;
	}
.blog-tag-size-5 {	
	font-weight: normal;
	font-size: 1em;
	}
.blog-tag-size-6 {	
	font-weight: normal;
	font-size: 1.1em;
	}
.blog-tag-size-7 {	
	font-weight: normal;
	font-size: 1.15em;
	}
.blog-tag-size-8 {	
	font-weight: normal;
	font-size: 1.2em;
	}
.blog-tag-size-9 {	
	font-weight: normal;
	font-size: 1.25em;
	}
.blog-tag-size-10 {	
	font-weight: normal;
	font-size: 1.3em;
	}
.blog-tag-size-11 {	
	font-weight: normal;
	font-size: 1.35em;
	}
.blog-tag-size-12 {	
	font-weight: normal;
	font-size: 1.4em;
	}
.blog-tag-size-13 {
	font-weight: normal;
	font-size: 1.45em;
	}
.blog-tag-size-14 {	
	font-weight: normal;
	font-size: 1.5em;
	}
.blog-tag-size-15 {
	font-weight: normal;
	font-size: 1.55em;
	}
.blog-tag-size-16 {	
	font-weight: normal;
	font-size: 1.6em;
	}
.blog-tag-size-17 {	
	font-weight: normal;
	font-size: 1.65em;
	}
.blog-tag-size-18 {	
	font-weight: normal;
	font-size: 1.7em;
	}
.blog-tag-size-19 {
	font-weight: normal;
	font-size: 1.8em;
	}
.blog-tag-size-20 {	
	font-weight: normal;
	font-size: 1.9em;
	}


/* FILE SHARING ELEMENTS */

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

.filesharing-item{
	padding: 0 0 6px 23px;
	background: transparent url('images/download.png') 0 2px no-repeat;
	}


/* PHOTO ALBUM */

.album-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

.album-wrapper {
	width: 99%;
	overflow: auto;
	margin-top: 24px;
	}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	}


/* PHOTO PAGE */

/* Styles the background for this page */
.photo-background{
	margin: 0;
	padding: 100px;
	text-align: center;
	}

/* Styles around the navigation controls */
.photo-navigation{
	margin: 0 auto 48px auto;
	padding-top: 10px;
	}

/* Styles the title of this page */
.photo-title{
	font-size: 36px;
	}

/* Styles the photo caption */
.photo-caption{
	font-size: 24px;
	}

/* Photo EXIF Metadata */
.exif-data p {
	margin: 0;
	padding: 0;
}
p.exif-version {
}
p.exif-colour-space {
}
p.exif-focal-length {
}
p.exif-dimensions {
}
p.exif-pixel-y-dimension {
}
p.exif-pixel-x-dimension {
}
p.exif-oecf-value {
}
p.exif-subsec-time-original {
}
p.exif-exposure-mode {
}
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 {
}


/* MOVIE ALBUM */

.movie-page-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	}

/* Styles the page description */
.movie-page-description{
	margin-bottom: 24px;
	}

/* Styles around the movie thumbnail */
.movie-thumbnail-frame {
	width: 132px;
	height: 110px;
	float: left;
	position: relative;
	text-align: center;
	padding: 2px;
	margin-bottom: 10px;
	}

/* Movie Thumbnail */
.movie-thumbnail-frame img{ 
	margin-bottom: 9px;
	}

/* Styles the movie thumbnail caption */
.movie-thumbnail-caption{}


/* MOVIE POPUP */

/* Styles the background of the popup window */
.movie-background{
	margin: 0;
	padding: 24px;
	border: none;
	text-align: center;
	}

/* Styles the movie title */
.movie-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	}

/* Styles around the actual movie (This is also used on the standard quicktime page style) */
.movie-frame{
	margin-bottom: 10px;
}
