/* @group General Styles */

body {
	background:#000000;
	margin: 0px;
	padding: 0px;
	font: 0.75em 'Helvetica', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	
}

p {
}

b, strong {

}

a:link, a:visited {
	padding:2px;
	

	text-decoration:none;
}

a:hover, a:active {
	padding:2px;
	

	text-decoration: none;
}



img {
	padding:5px;
}

a img {display: block;
background:transparent;}


.image-left {
	padding-right:10px;
	float: left;

}

.image-right {
	padding-left:10px;
	float: right;
}
	
/* @end */

/* @group Layout */

#container { 
line-height:17px;
	width: 600px;
	text-align: left; 
}

.logo {
	position:absolute;
	top:5px;
	left: 500px;
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}



#imageholder {
	position:absolute;
	width: 124px;
	height: 500px;
	background: url(images/left_film.jpg) no-repeat 0 0%;
}

#Header {	
	margin-left: 125px;
	width: 494px;
	height: 134px;
	background: no-repeat url(images/header.jpg);
}

#contentContainer #content {
		background: repeat-y url("images/bg.jpg");
	padding: 0px 34px 20px 20px;
}

#tickettop {
	width:200px;
	background: url(images/top_ticket.jpg) no-repeat;
	height:86px;
}

#sidebarContainer {
	width: 180px;

	position:absolute;
	left: 595px;
	text-align: left;
	
}

#ttop {
	width: 201px;
	height: 143px;
	background: url(images/ttop.jpg) no-repeat;
	
}

#tbottom {
	
	height: 99px;
	width: 221px;
	background: url(images/tbottom.jpg) no-repeat;
	
}

#sidebg2 {
	z-index: 3;
	width: 140px;
line-height:17px;
	position:relative;
	font: 12px 'Georgia', LucidaGrande, Lucida, Helvetica, Arial;
	min-height: 130px; }
	
* html #sidebg2{
	position: relative
	 height:auto !important; /* Hack for IE 5 Mac */
height:130px;} /* Hack for IE 6-7 PC */

#sidebg {
	z-index: 1;
	position:absolute;
	background: url(images/sidebg.jpg) no-repeat;
	height: 153px;
	width: 200px;
}

#sidebar {
	z-index: 2;
	position:relative;
	padding: 20px 70px 0px 30px;
	width: 140px;
	background: repeat-y url("images/mid.jpg");
	
	}
	
	#sidebar h3{
font-weight: bold;	
font-size:16px;
	text-shadow: 0px 1px 1px #806747;
}
	




#contentContainer {
	background: repeat-y url("images/bg.jpg");
	text-align: left;
	margin-left: 125px;
	width:500px;
	min-height: 600px; 
}


* html #contentContainer{
	position: relative
	 height:auto !important; /* Hack for IE 5 Mac */
height:600px;} /* Hack for IE 6-7 PC */

#footer { 
font-weight:bold;
color:#FFFFFF;
padding-top: 50px;
margin-left: 125px;
height:137px;
width:494px;
	clear: both;
	text-align: center;
	background: no-repeat url(images/footer.jpg);
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-top: 5px;
}

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

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

/* @group Toolbar */
* html #navcontainer {
padding-left:40px;
}


#navcontainer {
	font: 13px 'Georgia', LucidaGrande, Lucida, Helvetica, Arial;
	width:200px;
	color:#854B00;
	background: repeat-y url(images/center_ticket.jpg);
padding-left:40px;
	
}

#navcontainer #current {
	color: #834914;
}

#navcontainer #current:hover {
	color: #854c15;
}

#navcontainer .currentAncestor {
	padding-left: 0px;
	color:#854B00;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	height: 15px;
	width: 190px;
	background: transparent;
	display: block;
	font-weight: bold;	
	color: #a56f1e;
	text-decoration: none;
	text-shadow: 0px 1px 1px #FFFFFF;
}

#navcontainer a:hover {
	color: #834914;

}

#navcontainer a:active {
	color: #834914;

}

/* Child - Level 1 */

#navcontainer ul ul {
padding-left: 8px;
}

#navcontainer ul ul li {
	
}

#navcontainer ul ul a {
	padding-left: 8px;
	width: 170px;
	background: transparent;
}

#navcontainer ul ul a:hover{

	background: transparent;
	margin-left: 0;

}

#navcontainer ul ul #current{
	padding-left: 8px;
	background: transparent;
	margin-left: 0px;

}

#navcontainer ul ul .currentAncestor {
	
	background: transparent;
	margin-left: 0px;
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 8px;
	width: 150px;
}

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

	margin-left: 0px;
}

#navcontainer ul ul ul #current{

	background: transparent;
}

#navcontainer ul ul ul .currentAncestor {
	
	background: transparent;

}

/* @end */

/* @group Global Classes */

.blog-entry img{
	padding:10px; 
}

blockquote, .standout {
	background: url(images/quote.png) no-repeat right top;
	padding: 10px;
	margin: 0px;
	font-style: italic;

}

.highlight {
padding: 5px 5px 5px 5px;}

h1 {
font: bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 15px 0px 0px 22px;
	


}

#Header h1 {
		text-shadow: 2px 2px 2px #1D0E03;
		font: 30px 'Georgia', LucidaGrande, Lucida, Helvetica, Arial;
		line-height:28px;
		font-weight:bold
		
}

h2 {font: 16px 'Georgia', LucidaGrande, Lucida, Helvetica, Arial;

	font-weight: bold;
	margin: 2px 0px 0px 20px;
	padding: 2px 0px 0px 2px;
	text-shadow: 2px 2px 2px #1D0E03;
}

h3 {

	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h4 {
f;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	background: #000000;
}

.blog-archive-headings-wrapper {
	text-align:left;
margin-left: 10px;
	width: 494px;
	height: 134px;
	background: no-repeat url(images/header.jpg);
}

.blog-archive-entries-wrapper {
	padding:0px 10px 30px 25px;
	background: repeat-y url(images/bg.jpg);
	text-align: left;
	margin-left: 0px;
	width:465px;
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
font: 30px 'Georgia', LucidaGrande, Lucida, Helvetica, Arial;

	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-shadow: 2px 2px 0px #1D0E03;
	
}

.blog-archive-link {
	padding-left:20px;
	text-align: left;
}
	
/* @end */

.blog-entry-summary { }

.blog-read-more { }

.blog-entry {
	margin-bottom: 20px;
}

.blog-entry-category {
}

.blog-entry-title {
	font-size: 1.5em;
	font-weight: bold;
		margin:0px;
	
}


.blog-entry-comments a:link, .blog-entry-tags a:link,
.blog-entry-comments a:visited, .blog-entry-tags a:visited{
	background:none;
	text-decoration:underline;

}

.blog-entry-comments a:hover, .blog-entry-tags a:hover{
	background:none;
	text-decoration:none;
}


.blog-entry-tags{
	padding-top:5px;
}

.blog-entry-date {
	font-size:12px;

	font-weight: bold;
	margin-bottom: 10px;
}

.blog-entry-body {
}

.blog-entry-comments{
	padding-top:10px;
}

.blog-entry-comments a:link {
	margin-top: 10px;
	background:none;
}



a:link.blog-permalink {
	background-color:transparent;
	text-decoration:none;

}

#blog-archives{
	padding:10px 0 0 0;

}

.blog-archive-link-enabled {

}

.blog-archive-link-disabled {

}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
		padding:10px 0 0 0;

}

.blog-category-link-enabled {
	

}

.blog-category-link-disabled {
	
}

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


#blog-rss-feeds {

}

.blog-rss-link {
	
}

.blog-comments-rss-link {
	
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	padding-bottom: 15px;

}

.filesharing-item {background: #e7e3cf;
padding: 5px;
margin:2px;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	padding-top: 5px;

}

/* @end */

/* @group Photo Album */




/* @group Index Page (Thumbnailview) */

.album-title {	padding-bottom:10px;
	font-size: 1.5em;
	font-weight: bold;}

.album-description {padding-bottom:30px;
	margin-bottom: 10px;
}

 

.album-wrapper {
}

.album-wrap {
	display: block;
	width:100%;
	position: absolute;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin:0 3px 40px 0;
}

.thumbnail-frame {
	padding: 1px;

}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	padding-bottom:3px;
	margin: auto;
    border: none;
}

.thumbnail-caption {

	margin: 0;
	padding-BOttom: 3px;
	width: 100%;
	height: 20px;
	display: block;
}
	
/* @end */

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

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

.photo-navigation {
	background: url(images/photo.jpg) no-repeat;
	height: 100px;
	width: 495px;
margin: 0px auto;
	text-align:center;
	padding: 10px 0px 20px 0px;
}

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

.photo-navigation a:link, .photo-navigation a:visited {
	
}

.photo-navigation a:hover {
	
}

.photo-frame{
	margin-top: 20px;
	border: 5px solid #fff7d0;
	margin-bottom:20px
}

.photo-title {
	padding:0px;
		font-size: 1.5em;

	font-weight: bold;

}

.photo-caption {
}

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

/* @group Quicktime Page */

.movie-description {
	text-align: center;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.5em;
	color: #3A1C04;
	font-weight: bold;
	padding-bottom:10px;
}

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

* html .movie-thumbnail-frame{
width: 130px;} /* Hack for IE 5 MAC */

.movie-thumbnail-frame {

padding: 0px;
min-width:130px;
float: left;
text-align: center;
margin: 5px;

}

.movie-thumbnail-frame a  {
display: block;
background:transparent;
}

.movie-thumbnail-frame a:visited   {
display: block;
background:transparent;
}


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

.movie-thumbnail-caption {

	font-size: 1em;
	margin-top: 10px;
}
	
/* @end */

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

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

.movie-title {
font: 20px 'Georgia', LucidaGrande, Lucida, Helvetica, Arial;
	color: #ffffff;
	font-weight: bold;
		text-align: center;
}

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


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
	color: #a1a4b2;
} 

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

/* @group unorded lists */
	#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
}

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

/* @group 3.6 update */

/* @group Tag Cloud */
.blog-tag-cloud{
	padding:0px 0 10px 0;
}

ul.blog-tag-cloud {
	margin: 15px 0 0 0;
	text-align: justify;
}

ul.blog-tag-cloud li {
	
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* @end */


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



/* @end */

EXIF data classes.
These CSS classes style the EXIF data on a single photo album page.




