/*@group General Styles*/
BODY
{
	color: #333333;
	font: 0.75em/1.8em Helvetica, Arial, sans-serif;
	margin: 0 20px 20px;
	text-align: center;
	background: url(images/body_bg.png) repeat;
	padding: 0;
}
P
{
}
B, STRONG
{
}
A:link, A:visited
{
}
A:hover, A:active
{
}
IMG
{
	border: none;
}
.image-left
{
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}
.image-right
{
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
/*@end
@group Layout*/
#container
{
	background: #FFFFFF url(images/sidebar_right_bg.png) repeat-y right;
/*This Is The BG Color Of The Main Div*/
	margin: 0px auto;
/*Right And Left Margin Widths To Auto*/
	text-align: left;
/*Hack To Keep IE5 Windows Happy*/
	border-right: 1px solid #A0A9A7;
	border-left: 1px solid #A0A9A7;
	border-bottom: 1px solid #A0A9A7;
	position: relative;
}
.clearer
{
	clear: both;
}
#pageHeader
{
	background: #CC2222;
	border-bottom: 2px solid #818FA1;
	padding: 20px 40px;
	position: relative;
	margin-top: -1px;
	margin-bottom: -1px;
	z-index: 0;
}
#pageHeader IMG
{
	position: absolute;
	right: 0;
	top: 0;
}
#pageHeader H1
{
	color: #FFFFFF;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}
#pageHeader H2
{
	color: #B5BDC8;
	font-size: 0.9em;
	margin: 0;
}
#contentContainer
{
	margin-right: 200px;
	position: relative;
	z-index: 1;
}
#contentContainer #content
{
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
}
#sidebarContainer
{
	float: right;
	width: 200px;
}
#sidebarContainer #sidebar
{
	padding: 10px;
	color: #505050;
}
#sidebarContainer .sideHeader
{
	background: #D5DFD6;
	color: #797F7A;
	font-weight: bold;
	height: 20px;
	padding-left: 10px;
	margin: -10px -10px 0;
	font-size: 1em;
}
#footer
{
	border-top: 1px solid #EEEEEE;
	margin-top: 20px;
	color: #909090;
}
#footer P
{
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer A:link, #footer A:visited
{
}
#footer A:hover, #footer A:active
{
}
/*@end
@group Bread-crumb*/
#breadcrumbcontainer
{
	background: #97A8BC;
	font-size: 0.9em;
	color: #808EA0;
	font-weight: bold;
	height: 20px;
	padding-left: 40px;
	padding-right: 20px;
	display: block;
}
#breadcrumbcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumbcontainer LI
{
	display: inline;
}
#breadcrumbcontainer A
{
	color: #FFFFFF;
}
#breadcrumbcontainer A:hover
{
	color: #6A7A90;
}
/*@end
@group Toolbar
Toolbar Styles*/
#navcontainer
{
	background: url(images/toolbar_bg.png) repeat-x;
	height: 34px;
	position: relative;
	z-index: 2;
}
#navcontainer #current
{
	text-shadow: 0px 1px 1px #666666;
}
#navcontainer .currentAncestor
{
	text-shadow: 0px 1px 1px #666666;
}
/*Parent - Level 0*/
#navcontainer UL
{
	padding: 0;
	list-style: none;
	margin: 0px;
}
#navcontainer LI
{
	position: relative;
	width: 120px;
	display: inline;
	float: left;
}
#navcontainer A
{
	display: block;
	padding-top: 7px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #333333;
	text-decoration: none;
	width: 120px;
	text-align: center;
	height: 27px;
}
#navcontainer A:hover
{
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
}
/*Fix IE. Hide from IE Mac \*/
* HTML #navcontainer UL LI
{
	float: left;
	height: 1%;
}
* HTML #navcontainer UL LI A
{
	height: 27px;
}
/*End
Child - Level 1*/
#navcontainer UL UL
{
	position: absolute;
	left: 0;
	top: 32px;
	display: none;
	z-index: 3;
}
#navcontainer UL UL A
{
	height: 20px;
	padding-top: 7px;
	text-shadow: 2px 2px 2px #999999;
	background: url(images/sub_button.png) repeat;
	text-align: left;
	text-indent: 20px;
}
#navcontainer UL UL A:hover
{
	background: url(images/sub_button_over.png) repeat;
}
HTML>BODY #navcontainer UL UL A
{
	background: url(images/sub_button_trans.png) repeat;
	height: 23px;
}
HTML>BODY #navcontainer UL UL A:hover
{
	background: url(images/sub_button_over_trans.png) repeat;
}
#navcontainer UL UL #current
{
	background: url(images/sub_button_over.png) repeat;
}
HTML>BODY #navcontainer UL UL #current
{
	background: url(images/sub_button_over_trans.png) repeat;
}
/*Child Level 3*/
#navcontainer UL UL UL
{
	position: absolute;
	left: 120px;
	top: 0;
}
#navcontainer UL UL UL UL LI
{
}
#navcontainer UL UL UL UL A
{
}
#navcontainer UL UL UL UL A:hover
{
}
DIV#navcontainer UL UL, DIV#navcontainer UL UL UL, DIV#navcontainer UL LI:hover UL UL, DIV#navcontainer UL LI:hover UL UL UL, DIV#navcontainer UL LI:hover UL UL UL UL, DIV#navcontainer UL LI:hover UL UL UL UL UL
{
	display: none;
}
DIV#navcontainer UL LI:hover UL, DIV#navcontainer UL UL LI:hover UL, DIV#navcontainer UL UL UL LI:hover UL, DIV#navcontainer UL UL UL UL LI:hover UL, DIV#navcontainer UL UL UL UL UL LI:hover UL
{
	display: block;
}
/*@end
@group Global Classes*/
BLOCKQUOTE, .standout
{
	color: #96A7BB;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
H1
{
}
H2
{
}
H3
{
}
H4
{
}
.imageStyle
{
}
/*Main content area unordered list styles*/
#contentContainer #content UL
{
}
#contentContainer #content LI
{
}
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;
}
/*Sidebar area unordered list styles*/
#sidebarContainer #sidebar UL
{
	margin: 10px 0;
	padding: 0;
}
#sidebarContainer #sidebar LI
{
}
/*Table Styles*/
TABLE
{
	font-size: 1em;
}
/*@end
@group Blog
@group Tag Cloud*/
UL.blog-tag-cloud
{
	margin: 0 0 10px;
	padding: 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
@group Archive Page*/
.blog-archive-background
{
}
.blog-entry-summary
{
	margin-bottom: 10px;
}
.blog-archive-headings-wrapper
{
	margin-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
}
.blog-archive-entries-wrapper
{
}
.blog-archive-entries-wrapper .blog-entry
{
}
.blog-archive-month
{
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}
.blog-archive-link
{
}
.blog-archive-link A:link, .blog-archive-link A:visited
{
}
/*@end*/
.blog-entry
{
	margin-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
}
.blog-entry-title
{
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0 0 3px;
}
.blog-entry-title A:link
{
	text-decoration: none;
	color: #333333;
}
.blog-entry-date
{
	color: #B3B3B3;
	margin-bottom: 10px;
}
.blog-read-more
{
	display: block;
	padding-top: 10px;
	font-style: italic;
}
.blog-entry-body
{
}
.blog-entry-comments
{
	padding-top: 10px;
}
/*styles the category link in the main entry*/
.blog-entry-category
{
	color: #6A7A90;
}
.blog-entry-category A:link, .blog-entry-category A:visited
{
}
/*styles the archives in the blog sidebar*/
#blog-archives
{
	margin-bottom: 10px;
}
.blog-archive-link-enabled
{
}
.blog-archive-link-disabled
{
}
/*Styles the blog categories in the blog sidebar*/
#blog-categories
{
	margin-bottom: 10px;
}
.blog-category-link-enabled
{
}
.blog-category-link-disabled
{
}
/*Styles the blog RSS feeds in the blog sidebar*/
#blog-rss-feeds
{
	margin-bottom: 10px;
}
.blog-rss-link
{
}
.blog-comments-rss-link
{
}
/*@end
@group File Sharing*/
.filesharing-description
{
}
.filesharing-item
{
	background: #F5F5F5;
	margin-bottom: 10px;
	padding: 5px;
}
.filesharing-item-title A:link
{
}
.filesharing-item-title A:hover
{
}
.filesharing-item-title A:visited
{
}
.filesharing-item-description
{
	color: #B3B3B3;
}
/*@end
@group Photo Album
@group Index Page (Thumbnail view)*/
.album-title
{
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}
.album-description
{
	margin-bottom: 70px;
}
.album-wrapper
{
	display: block;
	width: 99%;
	position: relative;
}
.thumbnail-wrap
{
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}
.thumbnail-frame
{
	position: absolute;
	bottom: 0;
	left: 0;
}
.thumbnail-frame:hover
{
}
.thumbnail-frame A
{
}
.thumbnail-frame A:hover
{
}
.thumbnail-frame IMG
{
	margin: auto;
	border: none;
}
.thumbnail-caption
{
	font-size: 0.9em;
	color: #96A7BB;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
/*@end
@group Single Page (Photo view)*/
.photo-background
{
	margin: 0;
}
.photo-navigation
{
	background: #6B7B91;
	border-bottom: 2px solid #818FA1;
	padding: 20px 40px 10px;
	margin-bottom: 20px;
	text-align: left;
}
.photo-links
{
}
.photo-navigation A:link, .photo-navigation A:visited
{
}
.photo-navigation A:hover
{
}
.photo-frame
{
	padding: 2px;
	background: #949B98;
}
.photo-title
{
	color: #FFFFFF;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}
.photo-caption
{
	color: #B5BDC8;
	font-size: 1.1em;
	margin: 0;
}
/*@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-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
{
}
/*@end
@end
@end
@group Quicktime Page*/
.movie-description
{
}
/*@end
@group Quicktime Album
@group Index Page (Movie Thumbnail view)*/
.movie-page-title
{
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}
.movie-page-description
{
	margin-bottom: 8px;
}
.movie-thumbnail-frame
{
	width: 132px;
	height: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #F5F5F5;
	position: relative;
	z-index: 4;
}
.movie-thumbnail-frame:hover
{
}
.movie-thumbnail-caption
{
}
/*@end
@group Single Page (Movie View)*/
.movie-background
{
}
.movie-title
{
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
}
.movie-frame
{
}
/*@end
@end
@group Contact Form*/
.message-text
{
}
.required-text
{
}
.form-input-field
{
}
.form-input-button
{
}
/*@end
@group JS-Kit Override*/
.js-singleCommentBodyT
{
	display: block;
	padding-top: 17px !important;
}
.js-singleCommentHeader
{
	padding: 0 8px !important;
}
.js-OldComments, .js-commentFieldLabel, .js-pmFieldLabel, .js-singleCommentBody, .js-singleCommentKarmaComMod, .js-commentBodyLabel, .js-commentCmtTextarea, .js-commentAvatarArea, .js-OldCommentsWrap, .js-OldComments, .js-CreateCommentFieldsWrap, .js-CreateCommentFields, .js-commentCmtTextarea, .js-kit-comments DIV
{
	clear: none !important;
}
.js-singleCommentText
{
	display: block !important;
	clear: both !important;
}
.js-kit-comments BR
{
	display: none !important;
}
.js-singleCommentBody BR
{
	display: block !important;
}
/*@end*/
