/* @group RESET */
* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 1.0em;
	line-height: 1.0em;
}

p {
	margin: 0 0 1.0em;
}

ul, ol {
	padding: 1.0em 0;
	margin-left: 2.5em;
}

li {
	margin-left: 2.0em;
}

pre {
	margin-bottom: 1.0em;
}

/* @end */

/* @group General Styles */

body {
	background:#000000;
	font: 75%/1.8em 'Helvetica', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

p {

}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	text-decoration:underline;
}

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

img {
	padding:5px;
}

a img {
	border-style: none;
}

pre {
	padding: 5px;
	border: 1px solid;
}

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

#header_bg {
	margin: 0 0 -35px 124px;
	width: 494px;
}

#Header {
	width: 494px;
}

#window_header {
	width: 494px;
	height: 134px;
	padding: 20px 20px 0;
}

#window_header img {
	float: right;
	margin-right: 3em;
}

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

.site_slogan {
	font: 16px 'Georgia', LucidaGrande, Lucida, Helvetica, Arial;
	font-weight: bold;
	margin: -10px 0 0;
	text-shadow: #1D0E03 2px 2px 2px;
}

.clear {
	clear: both;
}

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

#content {
	padding: 0 34px 20px 20px;
}

#contentContainer {
	text-align: left;
	margin-left: 124px;
	width:494px;
}

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

#sidebarContainer {
	width: 180px;
	position:absolute;
	left: 595px;
	text-align: left;
	padding-top: 15px;
}

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

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

#sidebg2 {
	z-index: 3;
	width: 140px;
	line-height:17px;
	position:relative;
	font: 12px 'Georgia', LucidaGrande, Lucida, Helvetica, Arial;
	min-height: 130px;
}

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

#sidebar {
	z-index: 2;
	position:relative;
	padding: 20px 70px 0 30px;
	width: 140px;
	background: url(images/mid.png) repeat-y;

}

.sidebar_title {
	font-weight: bold;	
	font-size:16px;
	text-shadow: 0 1px 1px #806747;
}

/* Hack for IE 6-7 PC */

#footer_bg {
	margin-left: 124px;
	width:494px;
	height:137px;
}

#footer_image { 
	
}

#window_footer {
	width:494px;
	height:137px;
}

#footer { 
	font-weight:bold;
	color:#FFFFFF;
	clear: both;
	text-align: center;
	padding: 50px 0 0;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-top: 5px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

/* @end */

/* @group Toolbar */

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

#navcontainer #current {
	color: #834914;
}

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

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

/* Parent - Level 0 */

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

#navcontainer li {
	margin: 0;
	padding: 0;
}

#navcontainer a {
	height: 15px;
	width: 190px;
	background: transparent;
	display: block;
	font-weight: bold;	
	color: #a56f1e;
	text-decoration: none;
	text-shadow: 0 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: 0;
}

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

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

#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: 0;
	font-style: italic;
}

.highlight, code {
	padding: 2px 5px;
}

/* @end */

/* @group Blog */

.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 {
	border: 1px solid;
	padding: 5px;
	margin:5px 0;
}

.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: 0 auto;
	text-align:center;
}

.photo-navigation {
	background-color: #000;
	height: 100px;
	width: 495px;
	margin: 0 auto;
	text-align:center;
	padding: 10px 0 20px 0;
}

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

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

}

.photo-navigation a:hover {

}

.photo-frame{
	margin-top: 20px;
	border: 5px solid;
	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;
}

.movie-thumbnail-frame {
	padding: 0;
	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;
	margin: 0;
}

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