/*
File: '3-Dimensional' (RapidWeaver 3.6) styles.css Style Sheet
Created: October, 2007
Author: Henk Vrieselaar
http://www.henkvrieselaar.nl/carousel-styles/ Email: henkvrieselaar@home.nl
*/

/* @group General Styles */

body {
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 42px;
	color: #ffffff;
	z-index: 190;
	margin-left: auto;
	margin-right: auto;
}

body #headerfade,
body #headermirror,
body #headerglass,
body #headerfade,
body #headercurl,
body #headerred,
body #headerblue,
body #headeryellow,
body #headergreen,
body #headershadow,
body #headerglow,
body #headerround,
body #headeremboss,
body #hand,
body #hand2,
body #headeremboss2,
body #headerborder,
body #headerrelief,
body #rose,
body #daisy,
body #camera,
body #headerimage1,
body #headerimage2,
body #pencil,
body #film,
body #filmsmall,
body #imac,
body #blog,
body #papernew,
body #email1,
body #email2,
body #email3,
body #wood,
body #headerborderwhite,
body #lens,
body #earth,
body #ipod,
body #macbook,
body #rss,
body #guitar,
body #garageband,
body #music,
body #shop,
body #dvd,
body #mail,
body #itunes,
body #calendar,
body #ichat,
body #iDVD,
body #imovie,
body #iphoto,
body #info,
body #wink,
body #sad,
body #silhouet1,
body #love,
body #kiss
 {
	display: none;
}

p {
}

b, strong {
}

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


a:hover, a:active {
	color: white;
}

h1 {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #ffffff;
}

h3 {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

a img {
	border:none
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 6px 6px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 6px 0 3px 6px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}	
/* @end */

/* @group Layout */


#container {
	width: 742px;
	margin: auto;
	z-index: 191;
	}

/* @end */

.clearer {
	clear: both;
}

#pageHeader {
	width:  453px;
	padding: 1px 5px 5px;
	height: 68px;
	margin: 6px 0 0 225px;
}

#pageHeader img {
	float: left;
	margin-left: -220px;
	overflow: visible;
	margin-top: -2px;
	position: absolute;
}

#pageHeader h1 {
	color: #ffffff;
	padding: 5px;
	position: absolute;
	top: 20;
	z-index: 241;
}

#pageHeader h2 {
	padding-left: 5px;
	color: #70b5f6;
	position: absolute;
	margin-top: 44px;
	z-index: 242;
}

#contentContainer {
	width: 531px;
	float: right;
}

#contentContainer #content {
	margin: 24px 54px 24px 15px;
}

#sidebarContainer {
	width: 160px;
	margin-top: 0px;
	font-size: 11px;
	color: white;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

#sidebarContainer #sidebar {
	margin-left: 10px;
	width: 150px;
	padding-bottom: 5px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 11px;
	padding-top: 25px;
	padding-bottom: 2px;
}

#footer {
	width: 742px;
	margin: 0px auto;
	text-align: left;
}

#footer p {
	margin: 0;
	padding: 10px 5px 30px 235px;
}

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

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: right;
	height: 20px;
	padding-right: 50px;
}

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

#breadcrumbcontainer li {
	display: inline;
	color: white;
}

#breadcrumbcontainer a {
	text-decoration: none;
}

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

/* Toolbar Styles */

#navcontainer {
	width: 158px;
	display: block;
	font-size: 11px;
	text-align: left;
	padding: 4px 0 0 2px;
}

#navcontainer #current {
	color: #ffffff;
	background: url(images/navcur.gif) no-repeat left 5px;
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	display: block;
	padding-left: 10px;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navcontainer a:hover {
	color: white;
	background: url(images/navhov.gif) no-repeat left 5px;
}

#navcontainer a:active {
	background: url(images/navcur.gif) no-repeat left 5px;
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 20px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 35px;
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	padding-left: 50px;
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	padding-left: 65px;
}

#navcontainer ul ul ul ul ul a:hover{

/* Child Level 5 */

#navcontainer ul ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
	 padding-left: 80px;
}

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

}
/* @end */

/* @group Global Classes */

blockquote {
	color: #4c4c4c;
	font-style: italic;
	font-size: 0.85em;
	margin: 0;
	padding: 5px;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 3px;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 3px;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 3px;
}

h4 {
	font-size: 1em;
	margin: 0 0 3px;
}

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

.blog-archive-background {
}

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

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

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	text-decoration: none;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	font-size: 2.2em;
	font-weight: bold;
}

.blog-archive-link {
}

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

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0;
	padding: 5px 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 */

.blog-entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog-entry-title {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-left: 10px;
	height: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.blog-entry-title a {
	text-decoration: none;
}

.blog-entry-date {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 12px;
	padding-left: 0px;
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 10px;
	font-size: 0.9em;
}

p.blog-entry-tags {
	margin: 10px 0 0 0;
	font-weight: bold;
	padding-left: 20px;
	background-position: left 3px;
	background-repeat: no-repeat;
}

/*styles the category link in the main entry */
.blog-entry-category {
	font-style: normal;
	color: #fff;
}

.blog-entry-category a:link,
.blog-entry-category a:visited {
	padding-left: 0px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

#blog-archives br,
#blog-categories br,
#blog-rss-feeds br {
	display: none;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	padding: 5px 0;
	line-height: 1.7;
}

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

.blog-archive-link-disabled {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	padding: 5px 0;
	line-height: 1.5;
}

.blog-category-link-enabled {
	padding-left: 0px;
	display: block;
}

.blog-category-link-disabled {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0px;
	display: block;

}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	padding: 5px 0;
	line-height: 1.5;
}

.blog-rss-link {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/rss_icon.gif);
	padding-left: 20px;
	display: block;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/rss_icon.gif);
	padding-left: 20px;
	display: block;
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 20px;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

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

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

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


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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
	font-size: 11px;
}
	
/* @end */

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

.photo-background {
	text-align: center;
	background: none center 70px;
}

.photo-navigation {
	height: 50px;
	margin-bottom: 50px;
	font-size: 12px;
}

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

}

.photo-navigation a:hover {

}

.photo-frame{
	border: 10px solid black;
	
}

.photo-links {
	height: 20px;
	padding: 0;
}

.photo-links a:link {
	color: #ffffff;
	padding-left: 10px;
}

.photo-title {
	padding-left: 10px;
	letter-spacing: 3px;
	padding-top: 0px;
	font-size: 24px;
	margin: 0;
}

.photo-caption {
	font-size: 18px;
	color: #ffffff;
	padding-left: 10px;
	font-weight: bold;
	margin: 0 0 15px;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	font-size: 11px;
	line-height: 1px;
}

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

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 13px;
	color: #000;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 5px;
}

.movie-page-description {
	margin-bottom: 15px;
	color: #ffffff;
}

.movie-thumbnail-frame {
	width: 132px;
	float: left;
	margin: 0 22px 10px 0;
	text-align: center;
}

.movie-thumbnail-frame a:link {
	padding: 1px;
	background-color: white;
	width: 132px;
	float: left;
	margin-bottom: 5px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
		background: none center 70px;

}

.movie-title {
}

.movie-frame {

}
	
/* @end */


/* @end */

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

} 

.required-text {
} 

.form-input-field {
} 

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