/* @group Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Main */

body {
    font-size: 60%;
    line-height: 1.4em;
}

a:focus{outline:0}

ol,ul{list-style:none}

.external{background:url(css/images/external.png) no-repeat right center;padding-right:15px}

a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}

input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

.image-left{float:left;position:relative;margin:3px 1em 1em 0;padding:3px}
.image-right{float:right;position:relative;margin:3px 0 1em 1em;padding:3px}

h1,h2,h3,h4,h5{line-height:1em}
h1{font-size:2.4em}
h2{font-size:2.2em}
h3{font-size:2em}
h4{font-size:1.8em}
h5{font-size:1.6em}
h6{font-size:1.4em}

p {}

blockquote,.standout{font:italic bold 2em Georgia, "Times New Roman", Times, serif;padding:10px}
.code{font-family:"Courier New", Courier, mono;padding:10px;
}
ul.disc{list-style-type: disc;margin: 0;padding-left: 18px;color: #666;line-height: 1.2em;}
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}

/* @end */

/* @group Containers */

#headerContainer{
	position: relative;
	top: 2%;
	width: 960px;
	height: auto;
	margin: 0 auto;
	z-index: 10;
}

#headerContainer h1{
	text-align: center;
	font-size: 4em;
	line-height: 60px;
	font-weight: normal;
	letter-spacing: 3px;
}
#headerContainer h2{
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 2px;
}
#logoContainer{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
	top: 0;
	margin-top: 5% /*r1.1*/
	/*padding-bottom: 10px; r1.0*/
}

#content{
    padding-top: 5px; /*r1.1*/
	margin-top: 10px;
	color: #000;
	height: 540px;
}

#contentContainer{
}

#level0, #level1, #level2, #level3, #level4, 
#level5, #level6, #level7, #level8, #level9{
	overflow-y: auto;
}


#sidebarContainer {
    z-index: 100;
	position: relative;
	top: 0;
	color: #000;
	width: 940px;
	margin: 0 auto;
	padding: 10px;
}

#sidebarContainer a{
	color: #ccc;
	letter-spacing: 0.15em;
	margin-left: .8%;
	margin-right: .8%;
	text-decoration: none;
	border: none;
	/*font-weight: 700;*/
}

#sidebarContainer a:visited{
	color: #000;
	border: none;
}

#sidebarContainer a:hover{
	color: #000;
	border: none;
}

#sidebarContainer a:active{
	color: #000;
	border: none;
}

#footerContainer{
	position: fixed;
	width: 940px; /*ou 100%*/
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 0.9em;
	font-weight: 600;
	padding: 10px;
}

/* @end */

/* @group 3D */

html { overflow-y: scroll;
}

html, body {
  height: 100%;
}

.csstransforms #wrap {
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}

.csstransforms #offset {
  height: 50%;
  width: 100%;
}

#container {
  margin: 0 auto; 
  width: 960px;
}

.csstransforms #container {
  position: relative;
  height: 540px;
  top: -45%;
}

.csstransforms #content,
.csstransforms #grid {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/* @end */

/* @group noTransforms */

.no-csstransforms #container,
.no-js #container {
  margin-top: 60px;
  position: relative;
}

.no-csstransforms #content section,
.no-js #content section {
  width: 100%;
  height: 540px;
  margin-bottom: 100px;
  position: relative;
}

/* @end */

/* @group Transforms */

.csstransforms #content section {
  width: 100%;
  height: 100%;
  position: absolute;
}

.csstransforms #content.transitions-on {
  -webkit-transition: -webkit-transform 1s;
     -moz-transition:    -moz-transform 1s;
      -ms-transition:     -ms-transform 1s;
       -o-transition:      -o-transform 1s;
          transition:         transform 1s;
}

/* @end */

/* @group no3d */

.no3d #content section,
.no3d #content,
.no3d #contentContainer {
  -webkit-transform-origin: center 450px;
     -moz-transform-origin: center 450px;
      -ms-transform-origin: center 450px;
       -o-transform-origin: center 450px;
          transform-origin: center 450px;
}

.no3d #level1 {
  -webkit-transform: scale(0.3333);
       -moz-transform: scale(0.3333);
        -ms-transform: scale(0.3333);
         -o-transform: scale(0.3333);
            transform: scale(0.3333);
}

.no3d #level2 {
  -webkit-transform: scale(0.1111);
       -moz-transform: scale(0.1111);
        -ms-transform: scale(0.1111);
         -o-transform: scale(0.1111);
            transform: scale(0.1111);
}

.no3d #level3 {
  -webkit-transform: scale(0.037);
       -moz-transform: scale(0.037);
        -ms-transform: scale(0.037);
         -o-transform: scale(0.037);
            transform: scale(0.037);
}

.no3d #level4 {
  -webkit-transform: scale(0.01234);
       -moz-transform: scale(0.01234);
        -ms-transform: scale(0.01234);
         -o-transform: scale(0.01234);
            transform: scale(0.01234);
}

.no3d #level5 {
  -webkit-transform: scale(0.0013717421124828531);
       -moz-transform: scale(0.0013717421124828531);
        -ms-transform: scale(0.0013717421124828531);
         -o-transform: scale(0.0013717421124828531);
            transform: scale(0.0013717421124828531);
}

.no3d #level6 {
  -webkit-transform: scale(0.0041481481481);
     -moz-transform: scale(0.0041481481481);
      -ms-transform: scale(0.0041481481481);
       -o-transform: scale(0.0041481481481);
          transform: scale(0.0041481481481);
}

.no3d #level7 {
  -webkit-transform: scale(0.0124444444443);
     -moz-transform: scale(0.0124444444443);
      -ms-transform: scale(0.0124444444443);
       -o-transform: scale(0.0124444444443);
          transform: scale(0.0124444444443);
}

.no3d #level8 {
  -webkit-transform: scale(0.00138271604937);
     -moz-transform: scale(0.00138271604937);
      -ms-transform: scale(0.00138271604937);
       -o-transform: scale(0.00138271604937);
          transform: scale(0.00138271604937);
}

.no3d #level9 {
  -webkit-transform: scale(0.00046090534979);
     -moz-transform: scale(0.00046090534979);
      -ms-transform: scale(0.00046090534979);
       -o-transform: scale(0.00046090534979);
          transform: scale(0.00046090534979);
}

/* @end */

/* @group True 3d */

.csstransforms3d #contentContainer {
  width: 100%;
    height: 100%;
    -webkit-perspective: 500px;
       -moz-perspective: 500px;
        -ms-perspective: 500px;
         -o-perspective: 500px;
            perspective: 500px;
    -webkit-perspective-origin: center 450px;
       -moz-perspective-origin: center 450px;
        -ms-perspective-origin: center 450px;
         -o-perspective-origin: center 450px;
            perspective-origin: center 450px;
}

.csstransforms3d #content {
  -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
         -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.csstransforms3d #level1 {
  -webkit-transform: translate3d( 0, 0, -1000px );
       -moz-transform: translate3d( 0, 0, -1000px );
        -ms-transform: translate3d( 0, 0, -1000px );
         -o-transform: translate3d( 0, 0, -1000px );
            transform: translate3d( 0, 0, -1000px );
}


.csstransforms3d #level2 {
  -webkit-transform: translate3d( 0, 0, -2000px );
       -moz-transform: translate3d( 0, 0, -2000px );
        -ms-transform: translate3d( 0, 0, -2000px );
         -o-transform: translate3d( 0, 0, -2000px );
            transform: translate3d( 0, 0, -2000px );
}


.csstransforms3d #level3 {
  -webkit-transform: translate3d( 0, 0, -3000px );
       -moz-transform: translate3d( 0, 0, -3000px );
        -ms-transform: translate3d( 0, 0, -3000px );
         -o-transform: translate3d( 0, 0, -3000px );
            transform: translate3d( 0, 0, -3000px );
}

.csstransforms3d #level4 {
  -webkit-transform: translate3d( 0, 0, -4000px );
       -moz-transform: translate3d( 0, 0, -4000px );
        -ms-transform: translate3d( 0, 0, -4000px );
         -o-transform: translate3d( 0, 0, -4000px );
            transform: translate3d( 0, 0, -4000px );
}

.csstransforms3d #level5 {
  -webkit-transform: translate3d( 0, 0, -5000px );
       -moz-transform: translate3d( 0, 0, -5000px );
        -ms-transform: translate3d( 0, 0, -5000px );
         -o-transform: translate3d( 0, 0, -5000px );
            transform: translate3d( 0, 0, -5000px );
}

.csstransforms3d #level6 {
  -webkit-transform: translate3d( 0, 0, -6000px );
       -moz-transform: translate3d( 0, 0, -6000px );
        -ms-transform: translate3d( 0, 0, -6000px );
         -o-transform: translate3d( 0, 0, -6000px );
            transform: translate3d( 0, 0, -6000px );
}

.csstransforms3d #level7 {
  -webkit-transform: translate3d( 0, 0, -7000px );
       -moz-transform: translate3d( 0, 0, -7000px );
        -ms-transform: translate3d( 0, 0, -7000px );
         -o-transform: translate3d( 0, 0, -7000px );
            transform: translate3d( 0, 0, -7000px );
}

.csstransforms3d #level8 {
  -webkit-transform: translate3d( 0, 0, -8000px );
       -moz-transform: translate3d( 0, 0, -8000px );
        -ms-transform: translate3d( 0, 0, -8000px );
         -o-transform: translate3d( 0, 0, -8000px );
            transform: translate3d( 0, 0, -8000px );
}

.csstransforms3d #level9 {
  -webkit-transform: translate3d( 0, 0, -9000px );
       -moz-transform: translate3d( 0, 0, -9000px );
        -ms-transform: translate3d( 0, 0, -9000px );
         -o-transform: translate3d( 0, 0, -9000px );
            transform: translate3d( 0, 0, -9000px );
}

.csstransforms.no-touch #scroll-proxy { height: 5400px; }
/* @end */

/* @group Special Classes */

image-fade{
    border: none;
}

.message-text{
    font-size:1.2em;
    letter-spacing:-1px;
    margin-bottom:10px;
    font-weight:700;
}

/* @end */

/* @group Form */

.form-input-field{
    width:50%;
    text-align: center;
    border:1px solid #ccc;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    -webkit-perspective:1000;
    -webkit-backface-visibility:hidden;
    -webkit-transition:all 150ms;
    -moz-transition:all 150ms;
    -ms-transition:all 150ms;
    -o-transition:all 150ms;
    transition:all 150ms;
    background-color:#FFF;
    padding:5px;
}

.form-input-field:focus{
    -webkit-transform:scale(1.01);
    background-color:#FFF;
    outline:none;
}

.form-input-button{
    margin:10px 10px 20px 0;
}

/* @end */
/* @group Quicktime */

.movie-page-title{
    font-size:1.5em;
    letter-spacing:.1em;
    margin-bottom:10px;
    font-weight:700;
}

.movie-page-description{
    font-size:1em;
    margin:10px 0 20px
}

.movie-thumbnail-frame{
    display:inline-block;
    position:relative;
    width:300px;
    height:200px;
    margin:10px;
}

.movie-thumbnail-frame:hover{
    -webkit-transform:scale(1.009)
}

.movie-thumbnail-frame span{
    position:absolute;
    cursor:pointer;
    top:0;
    left:0;
    width:300px;
    height:200px;
    opacity:.5;
}

.movie-thumbnail-frame span:hover{
    opacity:1
}

.movie-thumbnail-frame img{
    width:100%;
    height:100%;
    display:inline;
    margin:0
}

.movie-thumbnail-caption{
    font-size:1em;
    line-height:20px}

.movie-background{
    background-image:none;
    display:inline;
    padding:0;
}

.movie-frame{
    text-align:center;
    padding-top:25px;
}

.movie-title{
    padding-top:20px;
    font-size:14px;
    margin:0 30px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page View */

.album-title {
	margin: 0;
	padding: 0;
	font-style: normal;
	line-height: 34px;
	font-size: 1.5em;
	text-align: center;
}

.album-description {
	margin-bottom: 15px;
	text-align: center;
}


.album-wrapper {
    max-width: 945px;
    margin: 0 auto;
    text-align: center;
}

.thumbnail-wrap {
	display: block;
	float: left;
	border: 1px solid #ccc;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 32px;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
   
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame a img {
}

.thumbnail-frame a img:hover {

}

.thumbnail-caption {
	padding: 0 0 10px;
	margin: 0;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	height: 30px;
}
	
/* @end */

/* @group Single View */

.photo-background {
	text-align: center;
	width: 100%;
	height: 100%;
}

.photo-background p{
}

.photo-navigation {
	text-align: center;
	display: block;
}

.photo-links {
	text-align: center;
}

.photo-navigation a:link, .photo-navigation a:visited {
	text-decoration: none;
	text-align: center;
}

.photo-navigation a:hover {
	text-decoration: none;
}

.photo-frame{
	margin-top: 10px;
}

.photo-background p.photo-title {
	font-size: 1.5em;
	text-align: center;
	margin-top: 22px;
	padding: 0;
}

.photo-background p.photo-caption {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	margin-top: 12px;
	margin-bottom: 24px;
}

.exif-data p {
	text-align: center;
}

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

.blog-entry {
	color: #000;
	padding-bottom: 100px;
}

.blog-entry-title {
	font-size: 2em;
	letter-spacing: -1px;
	font-weight: 400;
	text-align: center;
}

.blog-entry-date {
	margin-bottom: 5px;
	font-weight: 400;
	padding: 10px;
	text-align: center;
}

.blog-entry-category {
	font-weight: 400;
	text-align: center;
}

.blog-entry-body {
	color: #000;
	max-width: 750px;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.blog-entry-body img {
    max-width: 740px;
    text-align: center;
	padding: 5px;
}

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

.blog-archive-headings-wrapper {
	margin-left: 52px;
	height: 135px;
	text-align: left;
	position: relative
}

.blog-archive-entries-wrapper {
	position: relative;
	text-align: left;
	margin: 10px 0 120px 52px;
	padding: 0 0 20px
}

.blog-archive-entries-wrapper .blog-entry {
	border-bottom: 0;
	margin: 0;
	padding: 10px 0 20px
}

.blog-archive-entries-wrapper .blog-entry-body {
	border-bottom: #ddd 1px;
	text-align: justify;
	margin: 0 30px;
	padding: 10px 0 20px
}

.blog-archive-month {
	color: #000;
	font-size: 2em;
	margin: 30px 0 5px;
}

.blog-archive-link {
	padding-left: 0;
	font-size: 1.6em
}

.blog-archive-link a:link,.blog-archive-link a:visited {
	color: #000;
	border-bottom-color: #000
}

#blog-categories {
	padding-bottom: 10px;
}

#blog-rss-feeds{
	padding-top: 10px;
}

.blog-entry-author {
	padding-top: 0;
	text-align: left;
	padding-left: 10px
}

.blog-entry-tags {
	padding-top: 10px;
	color: #000;
}

p.blog-entry-tags {
	font-size: 1em;
	font-weight: 400;
	padding-top: 10px;
}

p.blog-entry-tags a {
	font-weight: 400
}

.blog-read-more {
	display: block;
	float: right;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 30px 0 10px 5px
}

ul.blog-tag-cloud {
	text-align: justify;
	margin: 0;
	padding-top: 10px;
}

ul.blog-tag-cloud li {
	display: inline;
}

.blog-tag-size-10 {}

/* @end */



