/* @group General Styles */

body {
	margin: 0;
	padding: 0;
}

p {
}

b, strong {
	color: #fff;
}

a:link, a:visited {
}

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

img {
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0 auto;
	background: url(images/content_bg.png) repeat;
	overflow: hidden;
}

.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	height: 206px;
}

#pageHeader img {
	position: absolute;
	left: 60px;
	top: 60px;
	z-index: 2;
}

#pageHeader img#header-overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#pageHeader h1 {
	position: absolute;
	z-index: 2;
	left: 58px;
	top: 60px;
	margin: 0;
	font-size: 3.5em;
	text-shadow: 2px 2px 2px #000;
	font-weight: normal;
	letter-spacing: -2px;
}

#pageHeader h2 {
	position: absolute;
	z-index: 2;
	left: 60px;
	top: 115px;
	margin: 0;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: -1px;
	font-weight: bold;
}

#contentContainer {
	float: left;
}

#contentContainer #content {
	padding: 70px 0 30px;
}

#sidebarContainer {
	float: right;
	color: #838383;
	font-size: 0.9em;
}

#sidebarContainer #sidebar {
	padding: 70px 0 30px;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer h5 {
	font-size: 1.4em;
	margin: 0;
}

#footer {
	height: 78px;
	background: url(images/footer_repeat_bg.png) repeat-x;
	position: relative;
}

#footer p {
	display: block;
	height: 35px;
	position: absolute;
	left: 0;
	top: 3px;
	margin: 0;
	padding: 40px 60px;
	background: url(images/footer_swoosh.png) no-repeat -10px top;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	padding: 20px 60px 0;
	position: relative;
	z-index: 10;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	position: absolute;
	left: 0;
	bottom: -42px;
	z-index: 3;
	height: 73px;
	width: 100%;
	background: url(images/menu_bg.png) repeat-x left bottom;
	font-size: 1.1em;
}

#navcontainer li.current_li {
	color: #fff;
	background: url(images/button_current_bg.png) no-repeat left;
}

#navcontainer li a.current {
	color: #fff;
	background: url(images/button_current_right_end.png) no-repeat right;
}

#navcontainer li.currentAncestor_li {
	color: #fff;
	background: url(images/button_current_bg.png) no-repeat left;
}

#navcontainer a.currentAncestor {
	color: #fff;
	background: url(images/button_current_right_end.png) no-repeat right;
}

/* Parent - Level 0 */

#navcontainer ul{
	margin: 1px 0px 0 60px;
	padding: 0;
	list-style-type: none;
}

#navcontainer li {
	display: block;
	float: left;
	width: auto;
	height: 32px;
	background: url(images/button_bg.png) no-repeat left;
}

#navcontainer li:hover {
	background: url(images/button_current_bg.png) no-repeat left;
}

#navcontainer a {
	display: block;
	float: left;
	padding-left: 12px;
	padding-right: 40px;
	padding-top: 7px;
	height: 25px;
	color: #a5a5a5;
	text-decoration: none;
	background: url(images/button_right_end.png) no-repeat right;
}

#navcontainer a:hover {
	background: url(images/button_current_right_end.png) no-repeat right;
	color: #fff;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	bottom: -3px;
	margin: 0 0 0 70px;
	padding: 0;
	font-size: 0.9em;
	list-style-type: disc;
	list-style-position: inside;
}

#navcontainer ul ul li {
	background: none;
	list-style-type: disc;
	list-style-position: inside;
}

#navcontainer ul ul li:hover {
	background: none;
}

#navcontainer ul ul a {
	width: auto;
	height: auto;
	background: none;
	margin: 0 20px 0 0;
	padding: 0;
}

#navcontainer ul ul a:hover{
	background: none;
}

#navcontainer ul ul li.current_li,
#navcontainer ul ul li a.current,
#navcontainer ul ul li.currentAncestor_li,
#navcontainer ul ul li a.currentAncestor {
	color: #fff;
	background: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	margin: 10px 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
}

h1 {
	margin: 0;
	font-weight: normal;
}

h2 {
	margin: 0;
	font-weight: normal;
}

h3 {
	margin: 0;
	font-weight: normal;
}

h4 {
	margin: 0;
	font-weight: normal;
}

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

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @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 {
}

.blog-archive-headings-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	font-size: 2.2em;
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

	
/* @end */

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

h1.blog-entry-title {
	font-size: 2.2em;
	font-weight: normal;
}

h1.blog-entry-title a:link,
h1.blog-entry-title a:visited {
	text-decoration: none;
}

h1.blog-entry-title a:hover {
	text-decoration: underline;
}

.blog-entry-date {
	font-size: 1.2em;
	margin-bottom: 20px;
	font-weight: bold;
	color: #fff;
}

/*styles the category link in the main entry */
.blog-entry-category {
	margin-right: 10px;
	padding-left: 20px;
	background-position: left 1px;
	background-repeat: no-repeat;
}

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

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

p.blog-entry-tags {
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	line-height: 1.8;
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	line-height: 1.8;
	margin-bottom: 10px;
}

.blog-category-link-enabled {
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
}

.blog-category-link-disabled {
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	line-height: 1.8em;
	margin-bottom: 10px;
}

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

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

/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #3b4c4c;
}

.filesharing-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #3b4c4c;
}

.filesharing-item-title a:link {
	font-size: 1.3em;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
	margin-bottom: 5px;
	font-size: 2.2em;
}

.album-description {
	margin-bottom: 75px;
}


.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 20px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 5px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

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

.thumbnail-frame a img {
	margin: auto;
	border: none;
}

.thumbnail-caption {
	font-size: 0.9em;
	margin: -4px 0 0;
	width: 100%;
	height: 38px;
	display: block;
	padding: 10px 0 0;
	background: url(images/photo_reflection.png) repeat-x left top;
	text-align: center;
}
	
/* @end */

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

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

.photo-navigation {
	margin: 15px 0 0;
	background: #0f1314;
	padding: 0;
}

.photo-links {
	border-top: 1px solid #475353;
	margin: 0 0 30px;
	padding: 10px 15px 0;
	height: 26px;
	background: url(images/menu_bg.png) repeat-x left bottom;
	color: #242f2f;
}

.photo-navigation a:link,
.photo-navigation a:visited {
	margin: 0 10px;
}

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

.photo-frame {
/* to give a white bordered frame not too bright */
	border: 30px solid #ebebeb;
	padding: 1px;
}

.photo-title {
	margin: 0;
	padding: 0 15px;
	font-size: 1.5em;
	font-weight: normal;
	font-size: 2.2em;
}

.photo-caption {
	margin: 0 0 15px;
	padding: 0 15px;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	clear: left;
	margin: 0 0 0 15px;
	padding: 15px;
	float: left;
	width: 200px;
	background: #fff;
}

.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: 5px;
	font-size: 2.2em;
}

.movie-page-description {
	margin-bottom: 25px;
}

.movie-thumbnail-frame {
	height: 99px;
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 20px;
	width: 132px;
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
	font-size: 0.9em;
	margin: -4px 0 0;
	width: 100%;
	height: 38px;
	display: block;
	padding: 10px 0 0;
	background: url(images/photo_reflection.png) repeat-x left top;
	text-align: center;
}
	
/* @end */

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

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

/* @group Contact Form */
form {
	margin: 0;
	padding: 0;
}
.message-text { 
} 

.required-text {
} 

.form-input-field {
	width: 98%;
	padding: 2px;
	font-size: 100%;
} 

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