html, body, img, div, h1, h2, h3, h4, h5, h6, 
ul, ol, dl, li, dt, dd, p, blockquote, 
pre, form, fieldset, table, th, td, a{ 
	margin: 0; 
	padding: 0;
	border: none;
	outline: none;
}

body{
	font: 1em/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

html, body{
	min-height: 100%;
	width: 100%;
}

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

a:hover, a:active {
	
}

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

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

h1, h2, h3, h4, h5, h6{
	padding-bottom: 0.5em;
	line-height: 1.3em;
	font-weight: bolder;
	text-shadow: #363636 0 1px 1px;
	display: block;
}

h1{
	font-size: 1.9em;
}

h2{
	font-size: 1.6em;
}

h3{
	font-size: 1.45em;
}

h4{
	font-size: 1.25em;
}

h5{
	font-size: 1.15em;
}

h6{
	font-size: 1.05em;
}

/* @group Content */

#highlight{
	height: 60px;
	width: 300px;
	position: absolute;
	top: 0;
}

#logo{
	position: absolute;
	top: 0;
	margin-top: 25px;
}

img.content{
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 10px;
	margin: 7px 0px 10px 0px;
	position: relative;
	z-index: 1;
}

img.contentLeft{
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: left;
	margin: 7px 15px 10px 0px;
	padding: 10px;
	position: relative;
	z-index: 1;
}

img.contentRight{
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: right;
	margin: 7px 0px 10px 15px;
	padding: 10px;
	position: relative;
	z-index: 1;
}

h1.title, h2.slogan{
	position: absolute;
	z-index: 10;
	text-shadow: #363636 0 1px 1px;
}
		
h2.slogan{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin-top: 1px;
}

#wrapper{
	width: 100%;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
}

#depth{
	position: absolute;
	width: 100%;
	height: 600px;
	left: 0;
	top: 0;
	z-index: 0;
	display: inline;
}

#background{
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

#trim{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
	padding: 0;
	margin: 0;
}

#topShadow{
	width: 100%;
	top: 0px;
	left: 0px;
	height: 10px;
	overflow: hidden;
	z-index: 100;
}

.wrapperWidth{
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
		
#contentWrapper{
	font-size: 1.1em;
	clear: both;
	position: relative;
}

#sidebar{
	position: relative;
	z-index: 10;
}

.iPhone{
	display: none;
}

h2.sideTitle{
	font-size: 1.8em;
}

/* @end */

/* @group Extra Content */

#myExtraContent1 { 
	clear: both;
	padding-bottom: 20px;
}

#extraContainer2 {
	display: block;
	clear: both;
}
							
#myExtraContent2 {
	clear: both;
	padding-top: 20px;
}

#myExtraContent3{
	float: left;
	display: inline;
	position: relative;
	margin-left: -5px;
	padding: 10px 0px 10px 5px;
	text-transform: none;
}

#content, #sidebar,
#myExtraContent1,
#myExtraContent2{
	position: relative;
	font-size: 0.74em;
}

#myExtraContent4{
	float: right;
	position: relative;
	display: block;
	clear: both;
}

#myExtraContent4 ul{
	list-style-type: none;
}

#myExtraContent4 ul li{
	float: left;
	font-weight: bolder;
	padding-top: 10px;
	margin: 0 0 0 20px;
	text-shadow: #363636 0 1px 1px;
}

#myExtraContent4 ul li a:hover{
	border-bottom: 1px soild #fff;	
}

/* @end */

/* @group Footer */

#footerWrapper{
	border-top-width: 3px;
	border-top-style: solid;
	bottom: 0px;
	left: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: fixed;
	width: 100%;
	z-index: 100;
}

#footerWrapper .wrapperWidth{
	height: 40px;
}

#footerShadow{
	position: absolute;
	height: 10px;
	width: 100%;
	z-index: 0;
	margin-top: -13px;
	left: 0;
}

#footerStart{
	margin-top: 20px;
	position: relative;
}

#footer{
	margin-left: 5px;
	padding: 0 7px;
	height: 40px;
	text-transform: uppercase;
    z-index: 10;
    position: relative;
    text-shadow: #010101 0 0 3px;
}

#footer a{
	font-weight: bolder;
	text-decoration: none;
}	

#breadcrumb {
	position: relative;
	display: inline;
	padding: 10px 5px 0 3px;
	float: left;
}

#breadcrumb ul{
	list-style-type: none;
}

#breadcrumb ul li{
	display: inline;
	float: left;	
}	

#contact {
	position: relative;
	padding: 10px 10px 0 0;
	display: inline;
	float: right;
}

#contact a{
	padding-left: 10px;
}

/* @end */


/* @group Mediabox */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 5000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	z-index: 5001;
}

.lbLoading {
	background: #000 url(images/1_loading.gif) no-repeat center;
}

#lbImage {
	background-repeat: no-repeat;
	border: 7px solid #000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/1_prev.png) no-repeat 0% 30%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/1_next.png) no-repeat 100% 30%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 7px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 16px;
	background: transparent url(images/1_close.png) no-repeat center;
	margin: 0px;
}

#lbCaption, #lbNumber {
	margin-right: 14px;
}

#lbCaption {
	font-weight: bold;
}

/* @end */



/* @group Toolbar */

#toolbar{
	position: relative;
	float: right;
	width: 100%;
}

.divider{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#toolbar ul{
	height: 28px;
}

.sub1 ul {
	margin: 6px 0;
}

#toolbar ul, .sub1 ul{
	list-style-type: none;
	position: relative;
	float: right;
	text-shadow: #363636 0 1px 1px;
}

#toolbar ul li, .sub1 ul li{
	float: left;
	font-weight: bolder;
	margin: 0px 0px 0px 20px;
}

#toolbar ul li #current, #toolbar ul li .currentAncestor{
	font-style: italic;
}

#toolbar ul ul {
	display: none;
}

/* Target Opera */

html:first-child .sub ul{
	padding-top: 31px;	
}


/* @end */



/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
	overflow: hidden;
}

#contentWrapper ul{
	padding-left: 1.3em;
	line-height: 1.8em;
}

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

#sidebarContainer ul {
}

#sidebarContainer li {
}

/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}
.blog-archive-headings-wrapper {
}

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

}

.blog-archive-link {

}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

/* @group Tag Cloud */
#contentWrapper ul.blog-tag-cloud {
	padding: 10px 0;
	margin: 15px 0;
}

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

.blog-entry {

}

.blog-entry-title {
	font-size: 1.95em;
}

.blog-entry-title a {
	
}

.blog-entry-date {
	
}

.blog-read-more {
	
}

.blog-entry-body {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.blog-entry-comments {
}

.blog-entry-tags{
}

/*styles the category link in the main entry */
.blog-entry-category {
	
}

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

/* styles the archives in the blog sidebar */
#blog-archives {

}

.blog-archive-link-enabled {
	
}

.blog-archive-link-disabled {
	
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin: 15px 0;
	padding: 15px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.blog-category-link-enabled {
	
}

.blog-category-link-disabled {
	
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {

}

.blog-rss-link {
	background: url(images/rss.png) no-repeat 0 1px;
	padding-left: 17px;
}

.blog-comments-rss-link {
	background: url(images/rss.png) no-repeat 0 1px;
	padding-left: 17px;
}

/* Comment links */
a.blog-comment-link {
	
}

/* Trackback links */
a.blog-trackback-link {
	
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	padding-bottom: 10px;
}

.filesharing-item {
	padding-top: 20px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
}

.filesharing-item-title a:link {
	font-size: 1.6em;
	font-weight: bolder;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
	padding-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 2em;
	display: none;
}

.album-description {
	font-size: 1.1em;
	padding-bottom: 15px;
}


.album-wrapper {
}

.thumbnail-wrap {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
}

.thumbnail-frame {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border-style: solid;
	border-width: 1px;
	margin: auto;
}

.thumbnail-caption {
	display: none;
}
	
/* @end */

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

.photo-background {
	min-height: 600px;
}

.photo-navigation {
	height: 115px;
	position: relative;
	margin: 0 auto;
	width: 750px;
}

.photo-links {
	float: right;
	font-size: 14px;
	font-weight: bolder;
	padding-top: 80px;
}

.photo-navigation a:link,
.photo-navigation a:visited {
	padding: 0 5px;
	text-decoration: none;
}

.photo-navigation a:hover {
	background: transparent;
}

.photo-frame{
}

.photo-title {
	position: absolute;
	top: 43px;
	left: 3px;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 2.3em;
}

.photo-caption {
	margin: 0;
	position: absolute;
	top: 80px;
	left: 3px;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 1.2em;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
	margin: 0;
	padding: 0;
}

/* 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 {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 2.1em;
	padding-bottom: 12px;
}.movie-page-description {
	font-size: 1em;
	margin-bottom: 30px;
}.movie-thumbnail-frame {
	float: left;
	position: relative;
	text-align: center;
	margin-right: 20px;
	padding-bottom: 3px;
	font: 9px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	padding: 0 12px;
}
	
/* @end */

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

.movie-background {
	margin: 15px 10px 10px 10px;
}

.movie-title {
	padding-top: 5px;
	font-size: 2.1em;
	font-weight: bold;
	padding-bottom: 12px;
	
	padding-bottom: 12px;
}

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


/* @end */

/* @group Contact Form */
.message-text {
	font-weight: bolder;
	font-size: 16px;
	font-style: italic;
	text-shadow: #363636 0 1px 1px;
} 

label {
	font-weight: bolder;
	font-size: 14px;
} 

.form-input-field {
	background: #fff;
	width: 90%;
	border-style: solid;
	border-width: 1px;
	font-size: 13px;
	font-weight: bolder;
	padding: 6px;
} 

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


